1 | 2025-03-10T20:59:52.276Z | INFO | phd-runner: phd_runner
file = phd-tests/runner/src/main.rs
line = 36
runner_args = ProcessArgs { command: Run(RunOptions { propolis_server_cmd: "/work/phd-test/propolis-server", base_propolis_branch: None, 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"), server_logging_mode: TmpFile, parallelism: Some(2), 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: [], exclude_filter: ["phd_tests::migrate::from_base"], max_buildomat_wait_secs: 1200 }), disable_ansi: false, emit_bunyan: true }
target = phd_runner
|
2 | 2025-03-10T20:59:52.277Z | INFO | phd-runner: running tests with max parallelism of 2
file = phd-tests/runner/src/main.rs
line = 167
target = phd_runner
|
3 | 2025-03-10T20:59:52.279Z | DEBG | phd-runner: Created new artifact store from manifest
file = phd-tests/framework/src/artifacts/store.rs
line = 221
store = Store { local_dir: "/phd-artifacts/runner-0", 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("6d92acf0a22718dd4175d7c64dbcf7aaec3740bd"), sha256: "29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f" }), 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: 337, tv_nsec: 892990865 }, max_elapsed_time: Some(1200s), clock: SystemClock }, remote_server_uris: ["https://oxide-omicron-build.s3.amazonaws.com"] } }
target = phd_framework::artifacts::store
|
4 | 2025-03-10T20:59:52.279Z | INFO | phd-runner: Adding Propolis server from local command
file = phd-tests/framework/src/artifacts/store.rs
line = 229
propolis_server_cmd = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
5 | 2025-03-10T20:59:52.279Z | INFO | phd-runner: Adding crucible-downstairs from Buildomat Git revision
commit = d2d8f8ad449df7e2befb7ee2723a442dd74b9b72
file = phd-tests/framework/src/artifacts/store.rs
line = 313
target = phd_framework::artifacts::store
|
6 | 2025-03-10T20:59:52.279Z | DEBG | phd-runner: Downloading file from Buildomat...
file = phd-tests/framework/src/artifacts/buildomat.rs
line = 215
target = phd_framework::artifacts::buildomat
timeout = 600s
uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/crucible/nightly-image/d2d8f8ad449df7e2befb7ee2723a442dd74b9b72/crucible-nightly.sha256.txt
|
7 | 2025-03-10T20:59:52.419Z | WARN | phd-runner: No 'migration base' Propolis server provided. Migration-from-base tests will be skipped.
file = phd-tests/framework/src/lib.rs
line = 179
target = phd_framework
|
8 | 2025-03-10T20:59:52.419Z | DEBG | phd-runner: Created new artifact store from manifest
file = phd-tests/framework/src/artifacts/store.rs
line = 221
store = Store { local_dir: "/phd-artifacts/runner-1", 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("6d92acf0a22718dd4175d7c64dbcf7aaec3740bd"), sha256: "29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f" }), 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: 338, tv_nsec: 33834270 }, max_elapsed_time: Some(1200s), clock: SystemClock }, remote_server_uris: ["https://oxide-omicron-build.s3.amazonaws.com"] } }
target = phd_framework::artifacts::store
|
9 | 2025-03-10T20:59:52.419Z | INFO | phd-runner: Adding Propolis server from local command
file = phd-tests/framework/src/artifacts/store.rs
line = 229
propolis_server_cmd = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
10 | 2025-03-10T20:59:52.419Z | INFO | phd-runner: Adding crucible-downstairs from Buildomat Git revision
commit = d2d8f8ad449df7e2befb7ee2723a442dd74b9b72
file = phd-tests/framework/src/artifacts/store.rs
line = 313
target = phd_framework::artifacts::store
|
11 | 2025-03-10T20:59:52.419Z | DEBG | phd-runner: Downloading file from Buildomat...
file = phd-tests/framework/src/artifacts/buildomat.rs
line = 215
target = phd_framework::artifacts::buildomat
timeout = 600s
uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/crucible/nightly-image/d2d8f8ad449df7e2befb7ee2723a442dd74b9b72/crucible-nightly.sha256.txt
|
12 | 2025-03-10T20:59:52.522Z | WARN | phd-runner: No 'migration base' Propolis server provided. Migration-from-base tests will be skipped.
file = phd-tests/framework/src/lib.rs
line = 179
target = phd_framework
|
13 | 2025-03-10T20:59:52.522Z | INFO | phd-runner: Running 40 test(s)
file = phd-tests/runner/src/execute.rs
line = 161
target = phd_runner::execute
|
14 | 2025-03-10T20:59:52.523Z | INFO | phd-runner: [EXECUTION_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 25
target = phd_runner::fixtures
|
15 | 2025-03-10T20:59:52.523Z | INFO | phd-runner: [EXECUTION_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 25
target = phd_runner::fixtures
|
16 | 2025-03-10T20:59:52.523Z | INFO | phd-runner: [EXECUTION_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 25
target = phd_runner::fixtures
|
17 | 2025-03-10T20:59:52.523Z | INFO | phd-runner: [EXECUTION_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 25
target = phd_runner::fixtures
|
18 | 2025-03-10T20:59:52.523Z | INFO | phd-runner: Starting test phd_tests::migrate::vm_reaches_destroyed_after_migration_out
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
19 | 2025-03-10T20:59:52.523Z | INFO | phd-runner: Starting test phd_tests::migrate::migration_ensures_instance_metadata
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
20 | 2025-03-10T20:59:52.523Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
21 | 2025-03-10T20:59:52.523Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
22 | 2025-03-10T20:59:52.523Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
23 | 2025-03-10T20:59:52.523Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
24 | 2025-03-10T20:59:52.523Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 424
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_tests::migrate
|
25 | 2025-03-10T20:59:52.523Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 379
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_tests::migrate
|
26 | 2025-03-10T20:59:52.523Z | DEBG | phd-runner: [TEST - EVENT] checking for existing copy of artifact
file = phd-tests/framework/src/artifacts/store.rs
line = 89
maybe_path = /phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::artifacts::store
|
27 | 2025-03-10T20:59:52.523Z | DEBG | phd-runner: [TEST - EVENT] checking for existing copy of artifact
file = phd-tests/framework/src/artifacts/store.rs
line = 89
maybe_path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::artifacts::store
|
28 | 2025-03-10T20:59:52.523Z | DEBG | phd-runner: [TEST - EVENT] Downloading file from Buildomat...
file = phd-tests/framework/src/artifacts/buildomat.rs
line = 215
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::artifacts::buildomat
timeout = 600s
uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/edk2/image_debug/6d92acf0a22718dd4175d7c64dbcf7aaec3740bd/OVMF_CODE.fd
|
29 | 2025-03-10T20:59:52.523Z | DEBG | phd-runner: [TEST - EVENT] Downloading file from Buildomat...
file = phd-tests/framework/src/artifacts/buildomat.rs
line = 215
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::artifacts::buildomat
timeout = 600s
uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/edk2/image_debug/6d92acf0a22718dd4175d7c64dbcf7aaec3740bd/OVMF_CODE.fd
|
30 | 2025-03-10T20:59:53.079Z | DEBG | phd-runner: [TEST - EVENT] checking for existing copy of artifact
file = phd-tests/framework/src/artifacts/store.rs
line = 89
maybe_path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::artifacts::store
|
31 | 2025-03-10T20:59:53.079Z | DEBG | phd-runner: [TEST - EVENT] Downloading alpine.iso from https://oxide-omicron-build.s3.amazonaws.com/alpine.iso
file = phd-tests/framework/src/artifacts/store.rs
line = 621
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::artifacts::store
timeout = 600s
|
32 | 2025-03-10T20:59:53.111Z | DEBG | phd-runner: [TEST - EVENT] checking for existing copy of artifact
file = phd-tests/framework/src/artifacts/store.rs
line = 89
maybe_path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::artifacts::store
|
33 | 2025-03-10T20:59:53.111Z | DEBG | phd-runner: [TEST - EVENT] Downloading alpine.iso from https://oxide-omicron-build.s3.amazonaws.com/alpine.iso
file = phd-tests/framework/src/artifacts/store.rs
line = 621
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::artifacts::store
timeout = 600s
|
34 | 2025-03-10T21:00:23.447Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
35 | 2025-03-10T21:00:23.447Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::zfs
verb = list
|
36 | 2025-03-10T21:00:23.491Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 3.90M 1.80T 3.80M /phd-artifacts\n
target = phd_framework::zfs
|
37 | 2025-03-10T21:00:23.491Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4b72c6cf-c208-40ab-8e3d-504e4847997a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::zfs
verb = snapshot
|
38 | 2025-03-10T21:00:23.546Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4b72c6cf-c208-40ab-8e3d-504e4847997a", "phd-artifacts/phd-clone-7e707dad-51f9-4ce5-acdf-99707686d7e5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::zfs
verb = clone
|
39 | 2025-03-10T21:00:23.567Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-7e707dad-51f9-4ce5-acdf-99707686d7e5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::zfs
verb = list
|
40 | 2025-03-10T21:00:23.581Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-7e707dad-51f9-4ce5-acdf-99707686d7e5 0B 1.80T 50.8M /phd-artifacts/phd-clone-7e707dad-51f9-4ce5-acdf-99707686d7e5\n
target = phd_framework::zfs
|
41 | 2025-03-10T21:00:23.582Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
|
42 | 2025-03-10T21:00:23.582Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm_name = vm_reaches_destroyed_after_migration_out_source
|
43 | 2025-03-10T21:00:23.582Z | DEBG | phd-runner: [NEW - EVENT] Examining locally-sourced artifact
file = phd-tests/framework/src/artifacts/store.rs
line = 56
path = /work/phd-test/propolis-server
sha256 = None
target = phd_framework::artifacts::store
|
44 | 2025-03-10T21:00:23.582Z | DEBG | phd-runner: [NEW - EVENT] Locally-sourced artifact is valid, caching its path
file = phd-tests/framework/src/artifacts/store.rs
line = 69
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
45 | 2025-03-10T21:00:23.582Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
46 | 2025-03-10T21:00:23.582Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
stderr_path = "/tmp/propolis-phd/runner-0/vm_reaches_destroyed_after_migration_out_source.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/vm_reaches_destroyed_after_migration_out_source.stdout.log"
target = phd_framework::server_log_mode
|
47 | 2025-03-10T21:00:23.591Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 867
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm::server
|
48 | 2025-03-10T21:00:23.592Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
|
49 | 2025-03-10T21:00:23.592Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
|
50 | 2025-03-10T21:00:23.592Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm_name = vm_reaches_destroyed_after_migration_out_target
|
51 | 2025-03-10T21:00:23.592Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
52 | 2025-03-10T21:00:23.592Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
53 | 2025-03-10T21:00:23.592Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
stderr_path = "/tmp/propolis-phd/runner-0/vm_reaches_destroyed_after_migration_out_target.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/vm_reaches_destroyed_after_migration_out_target.stdout.log"
target = phd_framework::server_log_mode
|
54 | 2025-03-10T21:00:23.601Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 868
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm::server
|
55 | 2025-03-10T21:00:23.602Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
|
56 | 2025-03-10T21:00:23.602Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
57 | 2025-03-10T21:00:23.603Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
58 | 2025-03-10T21:00:24.179Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
59 | 2025-03-10T21:00:24.180Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: a3430672-8a6b-4843-a5a7-883ab35e54f1, metadata: InstanceMetadata { project_id: 9dfa660b-db83-4be3-a318-326767e7f921, silo_id: 8e75672e-9f07-4755-bd8e-ae72bf4d2363, sled_id: 1e7ec9ef-a9a1-4302-babb-c56552dcf7be, sled_model: "pheidippes", sled_revision: 1, sled_serial: "1e7ec9ef-a9a1-4302-babb-c56552dcf7be" }, name: "phd-vm-a3430672-8a6b-4843-a5a7-883ab35e54f1" }, state: Creating }
line = 379
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
60 | 2025-03-10T21:00:24.180Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 578
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
61 | 2025-03-10T21:00:24.180Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
62 | 2025-03-10T21:00:24.180Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
state = Run
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
63 | 2025-03-10T21:00:24.181Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
64 | 2025-03-10T21:00:24.181Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
|
65 | 2025-03-10T21:00:24.181Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
timeout_duration = 300s
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
66 | 2025-03-10T21:00:24.181Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
67 | 2025-03-10T21:00:24.181Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
68 | 2025-03-10T21:00:24.181Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
69 | 2025-03-10T21:00:27.048Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
70 | 2025-03-10T21:00:27.048Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
verb = list
|
71 | 2025-03-10T21:00:27.073Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::migration_ensures_instance_metadata
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.0M 1.80T 50.8M /phd-artifacts\n
target = phd_framework::zfs
|
72 | 2025-03-10T21:00:27.073Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ebee4682-f5f0-4fa4-8e4d-d6f6271037e4"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
verb = snapshot
|
73 | 2025-03-10T21:00:27.128Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ebee4682-f5f0-4fa4-8e4d-d6f6271037e4", "phd-artifacts/phd-clone-d86545c9-1020-429e-8332-ea1959776323"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
verb = clone
|
74 | 2025-03-10T21:00:27.148Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-d86545c9-1020-429e-8332-ea1959776323"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
verb = list
|
75 | 2025-03-10T21:00:27.162Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::migration_ensures_instance_metadata
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-d86545c9-1020-429e-8332-ea1959776323 0B 1.80T 97.9M /phd-artifacts/phd-clone-d86545c9-1020-429e-8332-ea1959776323\n
target = phd_framework::zfs
|
76 | 2025-03-10T21:00:27.163Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
77 | 2025-03-10T21:00:27.163Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm_name = migration_ensures_instance_metadata_source
|
78 | 2025-03-10T21:00:27.163Z | DEBG | phd-runner: [NEW - EVENT] Examining locally-sourced artifact
file = phd-tests/framework/src/artifacts/store.rs
line = 56
path = /work/phd-test/propolis-server
sha256 = None
target = phd_framework::artifacts::store
|
79 | 2025-03-10T21:00:27.163Z | DEBG | phd-runner: [NEW - EVENT] Locally-sourced artifact is valid, caching its path
file = phd-tests/framework/src/artifacts/store.rs
line = 69
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
80 | 2025-03-10T21:00:27.163Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::migration_ensures_instance_metadata
server_addr = 127.0.0.1:9125
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
81 | 2025-03-10T21:00:27.163Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::migration_ensures_instance_metadata
stderr_path = "/tmp/propolis-phd/runner-1/migration_ensures_instance_metadata_source.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/migration_ensures_instance_metadata_source.stdout.log"
target = phd_framework::server_log_mode
|
82 | 2025-03-10T21:00:27.173Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 873
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm::server
|
83 | 2025-03-10T21:00:27.173Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
84 | 2025-03-10T21:00:27.173Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
85 | 2025-03-10T21:00:27.173Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm_name = migration_ensures_instance_metadata_target
|
86 | 2025-03-10T21:00:27.173Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
87 | 2025-03-10T21:00:27.173Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::migration_ensures_instance_metadata
server_addr = 127.0.0.1:9127
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
88 | 2025-03-10T21:00:27.173Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::migration_ensures_instance_metadata
stderr_path = "/tmp/propolis-phd/runner-1/migration_ensures_instance_metadata_target.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/migration_ensures_instance_metadata_target.stdout.log"
target = phd_framework::server_log_mode
|
89 | 2025-03-10T21:00:27.182Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 874
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm::server
|
90 | 2025-03-10T21:00:27.182Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
91 | 2025-03-10T21:00:27.182Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
|
92 | 2025-03-10T21:00:27.183Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9125/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
|
93 | 2025-03-10T21:00:28.001Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
94 | 2025-03-10T21:00:28.002Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 2c01c931-740b-40da-9ef9-8b86d51b91e8, metadata: InstanceMetadata { project_id: 104512ab-18c9-437d-be6e-b345b45b9d3c, silo_id: 5c83d33b-0573-4cf7-b3f7-97310a2421d0, sled_id: 8ca29749-58ce-4509-8a36-0b0c994fdd16, sled_model: "pheidippes", sled_revision: 1, sled_serial: "8ca29749-58ce-4509-8a36-0b0c994fdd16" }, name: "phd-vm-2c01c931-740b-40da-9ef9-8b86d51b91e8" }, state: Creating }
line = 379
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
|
95 | 2025-03-10T21:00:28.002Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 819
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
|
96 | 2025-03-10T21:00:28.002Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
|
97 | 2025-03-10T21:00:28.002Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::migrate::migration_ensures_instance_metadata
state = Run
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
|
98 | 2025-03-10T21:00:28.003Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
|
99 | 2025-03-10T21:00:28.003Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
100 | 2025-03-10T21:00:28.003Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_ensures_instance_metadata_source
vm_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
|
101 | 2025-03-10T21:00:28.003Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::migration_ensures_instance_metadata
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
102 | 2025-03-10T21:00:28.003Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
|
103 | 2025-03-10T21:00:28.003Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_ensures_instance_metadata_source
vm_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
|
104 | 2025-03-10T21:00:28.301Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4120
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
105 | 2025-03-10T21:00:28.301Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
step = WriteStr("root")
target = phd_framework::test_vm
|
106 | 2025-03-10T21:00:28.301Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
107 | 2025-03-10T21:00:28.301Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
108 | 2025-03-10T21:00:28.301Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
109 | 2025-03-10T21:00:28.319Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
110 | 2025-03-10T21:00:28.319Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
111 | 2025-03-10T21:00:28.319Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
112 | 2025-03-10T21:00:28.320Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
113 | 2025-03-10T21:00:28.320Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
114 | 2025-03-10T21:00:28.352Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
115 | 2025-03-10T21:00:28.352Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
|
116 | 2025-03-10T21:00:28.353Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4171
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
|
117 | 2025-03-10T21:00:28.353Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
target = phd_framework::test_vm
target_id = 62a30a43-c7b8-4d02-b8ec-b1c56aab9862
|
118 | 2025-03-10T21:00:28.353Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 507
migration_id = d9465d73-c6e1-49d9-b0be-6542f44cf9b4
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
target = phd_framework::test_vm
target_id = 62a30a43-c7b8-4d02-b8ec-b1c56aab9862
timeout_duration = 45s
|
119 | 2025-03-10T21:00:28.353Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
target = phd_framework::test_vm
target_id = 62a30a43-c7b8-4d02-b8ec-b1c56aab9862
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 62a30a43-c7b8-4d02-b8ec-b1c56aab9862
|
120 | 2025-03-10T21:00:28.481Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 62a30a43-c7b8-4d02-b8ec-b1c56aab9862, metadata: InstanceMetadata { project_id: 9dfa660b-db83-4be3-a318-326767e7f921, silo_id: 8e75672e-9f07-4755-bd8e-ae72bf4d2363, sled_id: 243e8196-04e4-42e1-8ac1-12f39b0d6dbe, sled_model: "pheidippes", sled_revision: 1, sled_serial: "243e8196-04e4-42e1-8ac1-12f39b0d6dbe" }, name: "phd-vm-62a30a43-c7b8-4d02-b8ec-b1c56aab9862" }, state: Migrating }
line = 379
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
target = phd_framework::test_vm
target_id = 62a30a43-c7b8-4d02-b8ec-b1c56aab9862
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 62a30a43-c7b8-4d02-b8ec-b1c56aab9862
|
121 | 2025-03-10T21:00:28.481Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 128
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
target = phd_framework::test_vm
target_id = 62a30a43-c7b8-4d02-b8ec-b1c56aab9862
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 62a30a43-c7b8-4d02-b8ec-b1c56aab9862
|
122 | 2025-03-10T21:00:28.481Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = d9465d73-c6e1-49d9-b0be-6542f44cf9b4
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
target = phd_framework::test_vm
target_id = 62a30a43-c7b8-4d02-b8ec-b1c56aab9862
|
123 | 2025-03-10T21:00:30.942Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7651}}
target = phd_framework::serial
|
124 | 2025-03-10T21:00:32.128Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4124
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
|
125 | 2025-03-10T21:00:32.128Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::migration_ensures_instance_metadata
step = WriteStr("root")
target = phd_framework::test_vm
|
126 | 2025-03-10T21:00:32.128Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::migration_ensures_instance_metadata
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
127 | 2025-03-10T21:00:32.128Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
|
128 | 2025-03-10T21:00:32.128Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_ensures_instance_metadata_source
vm_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
|
129 | 2025-03-10T21:00:32.146Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
|
130 | 2025-03-10T21:00:32.146Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::migration_ensures_instance_metadata
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
131 | 2025-03-10T21:00:32.146Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::migration_ensures_instance_metadata
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
132 | 2025-03-10T21:00:32.146Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
|
133 | 2025-03-10T21:00:32.146Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_ensures_instance_metadata_source
vm_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
|
134 | 2025-03-10T21:00:32.179Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
|
135 | 2025-03-10T21:00:32.179Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
136 | 2025-03-10T21:00:32.179Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4176
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
|
137 | 2025-03-10T21:00:32.179Z | INFO | phd-runner: [GET_SPEC - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 461
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
|
138 | 2025-03-10T21:00:32.179Z | INFO | phd-runner: [GET_SPEC - EVENT] Sending instance spec get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 463
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
|
139 | 2025-03-10T21:00:32.181Z | INFO | phd-runner: [GET_SPEC - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 461
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
|
140 | 2025-03-10T21:00:32.181Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
141 | 2025-03-10T21:00:32.181Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9125
file = phd-tests/framework/src/test_vm/mod.rs
line = 507
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = 45s
|
142 | 2025-03-10T21:00:32.181Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migration_ensures_instance_metadata_target
vm_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
143 | 2025-03-10T21:00:32.297Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 165fad07-4dc8-4c83-a8d2-788891e7dca9, metadata: InstanceMetadata { project_id: 104512ab-18c9-437d-be6e-b345b45b9d3c, silo_id: 5c83d33b-0573-4cf7-b3f7-97310a2421d0, sled_id: 47ab6a1e-8029-4c8a-9d0e-3c1036663915, sled_model: "pheidippes", sled_revision: 1, sled_serial: "47ab6a1e-8029-4c8a-9d0e-3c1036663915" }, name: "phd-vm-165fad07-4dc8-4c83-a8d2-788891e7dca9" }, state: Migrating }
line = 379
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migration_ensures_instance_metadata_target
vm_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
144 | 2025-03-10T21:00:32.297Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 116
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migration_ensures_instance_metadata_target
vm_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
145 | 2025-03-10T21:00:32.297Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
146 | 2025-03-10T21:00:32.647Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 541
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
target = phd_framework::test_vm
target_id = 62a30a43-c7b8-4d02-b8ec-b1c56aab9862
|
147 | 2025-03-10T21:00:32.647Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4165
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = d9465d73-c6e1-49d9-b0be-6542f44cf9b4
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
target = phd_framework::test_vm
target_id = 62a30a43-c7b8-4d02-b8ec-b1c56aab9862
|
148 | 2025-03-10T21:00:32.647Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4294
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
source = vm_reaches_destroyed_after_migration_out_source
source_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
target = phd_framework::test_vm
target_id = 62a30a43-c7b8-4d02-b8ec-b1c56aab9862
|
149 | 2025-03-10T21:00:32.647Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 653
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
150 | 2025-03-10T21:00:32.648Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 659
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
151 | 2025-03-10T21:00:32.648Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
152 | 2025-03-10T21:00:32.648Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
153 | 2025-03-10T21:00:32.648Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
154 | 2025-03-10T21:00:32.648Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 653
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
155 | 2025-03-10T21:00:32.648Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 62a30a43-c7b8-4d02-b8ec-b1c56aab9862
|
156 | 2025-03-10T21:00:32.649Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
157 | 2025-03-10T21:00:32.649Z | INFO | phd-runner: [MIGRATE - EVENT] test phd_tests::migrate::vm_reaches_destroyed_after_migration_out ... ok
file = phd-tests/runner/src/execute.rs
line = 119
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::execute
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
158 | 2025-03-10T21:00:32.649Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::fixtures
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
159 | 2025-03-10T21:00:32.649Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
160 | 2025-03-10T21:00:32.649Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 8469
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
161 | 2025-03-10T21:00:32.649Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
162 | 2025-03-10T21:00:32.760Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 111
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_source
vm_id = a3430672-8a6b-4843-a5a7-883ab35e54f1
|
163 | 2025-03-10T21:00:32.761Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 62a30a43-c7b8-4d02-b8ec-b1c56aab9862
|
164 | 2025-03-10T21:00:33.499Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 62a30a43-c7b8-4d02-b8ec-b1c56aab9862
|
165 | 2025-03-10T21:00:33.625Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::zfs
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 62a30a43-c7b8-4d02-b8ec-b1c56aab9862
|
166 | 2025-03-10T21:00:33.625Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-7e707dad-51f9-4ce5-acdf-99707686d7e5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::zfs
verb = destroy
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 62a30a43-c7b8-4d02-b8ec-b1c56aab9862
|
167 | 2025-03-10T21:00:33.657Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::zfs
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 62a30a43-c7b8-4d02-b8ec-b1c56aab9862
|
168 | 2025-03-10T21:00:33.657Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4b72c6cf-c208-40ab-8e3d-504e4847997a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::zfs
verb = destroy
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 62a30a43-c7b8-4d02-b8ec-b1c56aab9862
|
169 | 2025-03-10T21:00:33.679Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 1030
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_framework::test_vm
vm = vm_reaches_destroyed_after_migration_out_target
vm_id = 62a30a43-c7b8-4d02-b8ec-b1c56aab9862
|
170 | 2025-03-10T21:00:33.679Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 41156
file = phd-tests/tests/src/migrate.rs
line = 424
path = phd_tests::migrate::vm_reaches_destroyed_after_migration_out
target = phd_tests::migrate
|
171 | 2025-03-10T21:00:33.680Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 1030
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::fixtures
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
172 | 2025-03-10T21:00:33.680Z | INFO | phd-runner: [MIGRATE - EVENT] Starting test phd_tests::migrate::multiple_migrations
file = phd-tests/runner/src/execute.rs
line = 101
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::execute
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
173 | 2025-03-10T21:00:33.680Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::fixtures
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
174 | 2025-03-10T21:00:33.680Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::fixtures
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
175 | 2025-03-10T21:00:33.680Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 295
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_tests::migrate
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
176 | 2025-03-10T21:00:33.680Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
177 | 2025-03-10T21:00:33.680Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
178 | 2025-03-10T21:00:33.680Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
179 | 2025-03-10T21:00:33.680Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
verb = list
|
180 | 2025-03-10T21:00:33.697Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 98.4M 1.80T 97.9M /phd-artifacts\n
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
181 | 2025-03-10T21:00:33.697Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-f55017d3-ebdf-4d59-8c4e-550ddeecc332"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
verb = snapshot
|
182 | 2025-03-10T21:00:33.716Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-f55017d3-ebdf-4d59-8c4e-550ddeecc332", "phd-artifacts/phd-clone-c2fe619b-b04c-4b27-ac8a-b198b7a1d6f4"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
verb = clone
|
183 | 2025-03-10T21:00:33.735Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c2fe619b-b04c-4b27-ac8a-b198b7a1d6f4"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
verb = list
|
184 | 2025-03-10T21:00:33.748Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-c2fe619b-b04c-4b27-ac8a-b198b7a1d6f4 0B 1.80T 97.9M /phd-artifacts/phd-clone-c2fe619b-b04c-4b27-ac8a-b198b7a1d6f4\n
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
185 | 2025-03-10T21:00:33.748Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
186 | 2025-03-10T21:00:33.748Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm_name = multiple_migrations_0
|
187 | 2025-03-10T21:00:33.748Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /work/phd-test/propolis-server
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
188 | 2025-03-10T21:00:33.748Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
189 | 2025-03-10T21:00:33.748Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
stderr_path = "/tmp/propolis-phd/runner-0/multiple_migrations_0.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/multiple_migrations_0.stdout.log"
target = phd_framework::server_log_mode
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
190 | 2025-03-10T21:00:33.757Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 883
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
191 | 2025-03-10T21:00:33.757Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 8
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
192 | 2025-03-10T21:00:33.757Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
193 | 2025-03-10T21:00:33.757Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm_name = multiple_migrations_1
|
194 | 2025-03-10T21:00:33.757Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /work/phd-test/propolis-server
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
195 | 2025-03-10T21:00:33.757Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
196 | 2025-03-10T21:00:33.757Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
stderr_path = "/tmp/propolis-phd/runner-0/multiple_migrations_1.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/multiple_migrations_1.stdout.log"
target = phd_framework::server_log_mode
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
197 | 2025-03-10T21:00:33.765Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 884
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
198 | 2025-03-10T21:00:33.765Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 8
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
199 | 2025-03-10T21:00:33.766Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
200 | 2025-03-10T21:00:33.766Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm_name = multiple_migrations_2
|
201 | 2025-03-10T21:00:33.766Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /work/phd-test/propolis-server
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
202 | 2025-03-10T21:00:33.766Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
server_addr = 127.0.0.1:9004
server_path = "/work/phd-test/propolis-server"
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
203 | 2025-03-10T21:00:33.766Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
stderr_path = "/tmp/propolis-phd/runner-0/multiple_migrations_2.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/multiple_migrations_2.stdout.log"
target = phd_framework::server_log_mode
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
204 | 2025-03-10T21:00:33.774Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 885
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
205 | 2025-03-10T21:00:33.774Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 8
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
206 | 2025-03-10T21:00:33.774Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_0
vm_id = b3766973-f77d-4612-93d2-a22f553baf3e
|
207 | 2025-03-10T21:00:33.887Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::serial
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
208 | 2025-03-10T21:00:33.888Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: b3766973-f77d-4612-93d2-a22f553baf3e, metadata: InstanceMetadata { project_id: 470b75e4-a500-4345-a88b-0a30a78bb5ec, silo_id: f02586cb-5c1e-40c3-98d3-89e4da157b79, sled_id: fc98ece3-7aec-4b79-8a2d-aefbc8b1c768, sled_model: "pheidippes", sled_revision: 1, sled_serial: "fc98ece3-7aec-4b79-8a2d-aefbc8b1c768" }, name: "phd-vm-b3766973-f77d-4612-93d2-a22f553baf3e" }, state: Creating }
line = 379
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_0
vm_id = b3766973-f77d-4612-93d2-a22f553baf3e
|
209 | 2025-03-10T21:00:33.888Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 113
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_0
vm_id = b3766973-f77d-4612-93d2-a22f553baf3e
|
210 | 2025-03-10T21:00:33.888Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_0
vm_id = b3766973-f77d-4612-93d2-a22f553baf3e
|
211 | 2025-03-10T21:00:33.888Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
state = Run
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_0
vm_id = b3766973-f77d-4612-93d2-a22f553baf3e
|
212 | 2025-03-10T21:00:33.889Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_0
vm_id = b3766973-f77d-4612-93d2-a22f553baf3e
|
213 | 2025-03-10T21:00:33.889Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
214 | 2025-03-10T21:00:33.889Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = 300s
vm = multiple_migrations_0
vm_id = b3766973-f77d-4612-93d2-a22f553baf3e
|
215 | 2025-03-10T21:00:33.889Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
216 | 2025-03-10T21:00:33.889Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_0
vm_id = b3766973-f77d-4612-93d2-a22f553baf3e
|
217 | 2025-03-10T21:00:33.889Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = CallerTimeout
vm = multiple_migrations_0
vm_id = b3766973-f77d-4612-93d2-a22f553baf3e
|
218 | 2025-03-10T21:00:34.561Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9127","from_start":7651}}
target = phd_framework::serial
|
219 | 2025-03-10T21:00:35.226Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 541
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
220 | 2025-03-10T21:00:35.226Z | INFO | phd-runner: [GET_SPEC - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 461
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_target
vm_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
221 | 2025-03-10T21:00:35.226Z | INFO | phd-runner: [GET_SPEC - EVENT] Sending instance spec get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 463
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_target
vm_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
222 | 2025-03-10T21:00:35.228Z | INFO | phd-runner: [GET_SPEC - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 461
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_target
vm_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
223 | 2025-03-10T21:00:35.228Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_target
vm_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
224 | 2025-03-10T21:00:35.228Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
|
225 | 2025-03-10T21:00:35.228Z | INFO | phd-runner: test phd_tests::migrate::migration_ensures_instance_metadata ... ok
file = phd-tests/runner/src/execute.rs
line = 119
target = phd_runner::execute
|
226 | 2025-03-10T21:00:35.228Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
227 | 2025-03-10T21:00:35.228Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
228 | 2025-03-10T21:00:35.228Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7227
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
229 | 2025-03-10T21:00:35.229Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_target
vm_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
230 | 2025-03-10T21:00:35.229Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::migration_ensures_instance_metadata
self.address = 127.0.0.1:9125
target = phd_framework::test_vm::server
vm = migration_ensures_instance_metadata_source
vm_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
|
231 | 2025-03-10T21:00:35.343Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 115
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_source
vm_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
|
232 | 2025-03-10T21:00:35.345Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::migration_ensures_instance_metadata
self.address = 127.0.0.1:9127
target = phd_framework::test_vm::server
vm = migration_ensures_instance_metadata_target
vm_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
233 | 2025-03-10T21:00:35.472Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
vm = migration_ensures_instance_metadata_target
vm_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
234 | 2025-03-10T21:00:35.472Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-d86545c9-1020-429e-8332-ea1959776323"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
verb = destroy
vm = migration_ensures_instance_metadata_target
vm_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
235 | 2025-03-10T21:00:35.504Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
vm = migration_ensures_instance_metadata_target
vm_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
236 | 2025-03-10T21:00:35.504Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ebee4682-f5f0-4fa4-8e4d-d6f6271037e4"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::zfs
verb = destroy
vm = migration_ensures_instance_metadata_target
vm_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
237 | 2025-03-10T21:00:35.528Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 299
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::migration_ensures_instance_metadata
target = phd_framework::test_vm
vm = migration_ensures_instance_metadata_target
vm_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
238 | 2025-03-10T21:00:35.528Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 300
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
239 | 2025-03-10T21:00:35.528Z | INFO | phd-runner: Starting test phd_tests::migrate::serial_history
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
240 | 2025-03-10T21:00:35.528Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
241 | 2025-03-10T21:00:35.528Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
242 | 2025-03-10T21:00:35.528Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 20
path = phd_tests::migrate::serial_history
target = phd_tests::migrate
|
243 | 2025-03-10T21:00:35.528Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
244 | 2025-03-10T21:00:35.528Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
245 | 2025-03-10T21:00:35.528Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
246 | 2025-03-10T21:00:35.528Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = list
|
247 | 2025-03-10T21:00:35.544Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::serial_history
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 98.4M 1.80T 97.9M /phd-artifacts\n
target = phd_framework::zfs
|
248 | 2025-03-10T21:00:35.544Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-796afc68-44cd-4318-be7d-efecbb63ec9a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = snapshot
|
249 | 2025-03-10T21:00:35.563Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-796afc68-44cd-4318-be7d-efecbb63ec9a", "phd-artifacts/phd-clone-b58da48b-b870-4860-9aa7-6122a68f23c9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = clone
|
250 | 2025-03-10T21:00:35.581Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-b58da48b-b870-4860-9aa7-6122a68f23c9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = list
|
251 | 2025-03-10T21:00:35.596Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::serial_history
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-b58da48b-b870-4860-9aa7-6122a68f23c9 0B 1.80T 97.9M /phd-artifacts/phd-clone-b58da48b-b870-4860-9aa7-6122a68f23c9\n
target = phd_framework::zfs
|
252 | 2025-03-10T21:00:35.596Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
253 | 2025-03-10T21:00:35.596Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm_name = migration_serial_history
|
254 | 2025-03-10T21:00:35.596Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
255 | 2025-03-10T21:00:35.596Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::serial_history
server_addr = 127.0.0.1:9125
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
256 | 2025-03-10T21:00:35.596Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::serial_history
stderr_path = "/tmp/propolis-phd/runner-1/migration_serial_history.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/migration_serial_history.stdout.log"
target = phd_framework::server_log_mode
|
257 | 2025-03-10T21:00:35.604Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 894
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm::server
|
258 | 2025-03-10T21:00:35.605Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 8
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
259 | 2025-03-10T21:00:35.605Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
260 | 2025-03-10T21:00:35.605Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9125/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
261 | 2025-03-10T21:00:36.360Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
262 | 2025-03-10T21:00:36.361Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 42dc4270-0079-4f22-9316-0b54e45e66ab, metadata: InstanceMetadata { project_id: 8e0b4aef-cb1c-40a7-8926-3796eb730bf4, silo_id: cfeb334d-fc58-4892-b62e-f4005c6c9b88, sled_id: 61403b60-8727-44bc-b243-fe689be10266, sled_model: "pheidippes", sled_revision: 1, sled_serial: "61403b60-8727-44bc-b243-fe689be10266" }, name: "phd-vm-42dc4270-0079-4f22-9316-0b54e45e66ab" }, state: Creating }
line = 379
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
263 | 2025-03-10T21:00:36.361Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 756
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
264 | 2025-03-10T21:00:36.361Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
265 | 2025-03-10T21:00:36.361Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::migrate::serial_history
state = Run
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
266 | 2025-03-10T21:00:36.361Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
267 | 2025-03-10T21:00:36.362Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
268 | 2025-03-10T21:00:36.362Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
269 | 2025-03-10T21:00:36.362Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::serial_history
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
270 | 2025-03-10T21:00:36.362Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
271 | 2025-03-10T21:00:36.362Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
272 | 2025-03-10T21:00:37.987Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4098
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_0
vm_id = b3766973-f77d-4612-93d2-a22f553baf3e
|
273 | 2025-03-10T21:00:37.987Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
274 | 2025-03-10T21:00:37.987Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
275 | 2025-03-10T21:00:37.987Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_0
vm_id = b3766973-f77d-4612-93d2-a22f553baf3e
|
276 | 2025-03-10T21:00:37.987Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = CallerTimeout
vm = multiple_migrations_0
vm_id = b3766973-f77d-4612-93d2-a22f553baf3e
|
277 | 2025-03-10T21:00:38.006Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_0
vm_id = b3766973-f77d-4612-93d2-a22f553baf3e
|
278 | 2025-03-10T21:00:38.006Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
279 | 2025-03-10T21:00:38.006Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
280 | 2025-03-10T21:00:38.006Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_0
vm_id = b3766973-f77d-4612-93d2-a22f553baf3e
|
281 | 2025-03-10T21:00:38.006Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = CallerTimeout
vm = multiple_migrations_0
vm_id = b3766973-f77d-4612-93d2-a22f553baf3e
|
282 | 2025-03-10T21:00:38.039Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_0
vm_id = b3766973-f77d-4612-93d2-a22f553baf3e
|
283 | 2025-03-10T21:00:38.039Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
284 | 2025-03-10T21:00:38.039Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4150
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
285 | 2025-03-10T21:00:38.039Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = b3766973-f77d-4612-93d2-a22f553baf3e
target = phd_framework::test_vm
target_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
|
286 | 2025-03-10T21:00:38.039Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 507
migration_id = 62d1733a-1f61-46c0-bb23-bfcb46393308
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = b3766973-f77d-4612-93d2-a22f553baf3e
target = phd_framework::test_vm
target_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
timeout_duration = 45s
|
287 | 2025-03-10T21:00:38.039Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = b3766973-f77d-4612-93d2-a22f553baf3e
target = phd_framework::test_vm
target_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
vm = multiple_migrations_1
vm_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
|
288 | 2025-03-10T21:00:38.152Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 52216f12-2cf6-49db-bb94-9b36015a3f46, metadata: InstanceMetadata { project_id: 470b75e4-a500-4345-a88b-0a30a78bb5ec, silo_id: f02586cb-5c1e-40c3-98d3-89e4da157b79, sled_id: 016a82e3-c70e-4b38-bc7f-c0163b1cc613, sled_model: "pheidippes", sled_revision: 1, sled_serial: "016a82e3-c70e-4b38-bc7f-c0163b1cc613" }, name: "phd-vm-52216f12-2cf6-49db-bb94-9b36015a3f46" }, state: Migrating }
line = 379
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = b3766973-f77d-4612-93d2-a22f553baf3e
target = phd_framework::test_vm
target_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
vm = multiple_migrations_1
vm_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
|
289 | 2025-03-10T21:00:38.153Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 113
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = b3766973-f77d-4612-93d2-a22f553baf3e
target = phd_framework::test_vm
target_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
vm = multiple_migrations_1
vm_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
|
290 | 2025-03-10T21:00:38.153Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = 62d1733a-1f61-46c0-bb23-bfcb46393308
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = b3766973-f77d-4612-93d2-a22f553baf3e
target = phd_framework::test_vm
target_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
|
291 | 2025-03-10T21:00:40.428Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7651}}
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::serial
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
292 | 2025-03-10T21:00:40.460Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4098
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
293 | 2025-03-10T21:00:40.460Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::serial_history
step = WriteStr("root")
target = phd_framework::test_vm
|
294 | 2025-03-10T21:00:40.461Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::serial_history
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
295 | 2025-03-10T21:00:40.461Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
296 | 2025-03-10T21:00:40.461Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
297 | 2025-03-10T21:00:40.478Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
298 | 2025-03-10T21:00:40.479Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::serial_history
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
299 | 2025-03-10T21:00:40.479Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::serial_history
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
300 | 2025-03-10T21:00:40.479Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
301 | 2025-03-10T21:00:40.479Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
302 | 2025-03-10T21:00:40.512Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
303 | 2025-03-10T21:00:40.512Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
304 | 2025-03-10T21:00:40.512Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4150
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
305 | 2025-03-10T21:00:40.512Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
306 | 2025-03-10T21:00:40.512Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
307 | 2025-03-10T21:00:40.523Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
308 | 2025-03-10T21:00:40.523Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
309 | 2025-03-10T21:00:40.523Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
310 | 2025-03-10T21:00:40.545Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
311 | 2025-03-10T21:00:40.550Z | INFO | phd-runner: [TEST - EVENT] migrating to new Propolis artifact for lifecycle test
file = phd-tests/framework/src/lifecycle.rs
line = 73
path = phd_tests::migrate::serial_history
propolis_artifact = __DEFAULT_PROPOLIS
target = phd_framework::lifecycle
vm_name = migration_serial_history
|
312 | 2025-03-10T21:00:40.550Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
313 | 2025-03-10T21:00:40.551Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm_name = migration_serial_history_lifecycle_0
|
314 | 2025-03-10T21:00:40.551Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
315 | 2025-03-10T21:00:40.551Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::serial_history
server_addr = 127.0.0.1:9127
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
316 | 2025-03-10T21:00:40.551Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::serial_history
stderr_path = "/tmp/propolis-phd/runner-1/migration_serial_history_lifecycle_0.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/migration_serial_history_lifecycle_0.stdout.log"
target = phd_framework::server_log_mode
|
317 | 2025-03-10T21:00:40.563Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 895
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm::server
|
318 | 2025-03-10T21:00:40.564Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 13
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
319 | 2025-03-10T21:00:40.564Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
target = phd_framework::test_vm
target_id = 8f44050b-3c95-4510-ac8b-7f696d4f5b57
|
320 | 2025-03-10T21:00:40.564Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9125
file = phd-tests/framework/src/test_vm/mod.rs
line = 507
migration_id = 8776b908-c948-48cd-b40d-0298f6b896a1
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
target = phd_framework::test_vm
target_id = 8f44050b-3c95-4510-ac8b-7f696d4f5b57
timeout_duration = 45s
|
321 | 2025-03-10T21:00:40.564Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
target = phd_framework::test_vm
target_id = 8f44050b-3c95-4510-ac8b-7f696d4f5b57
vm = migration_serial_history_lifecycle_0
vm_id = 8f44050b-3c95-4510-ac8b-7f696d4f5b57
|
322 | 2025-03-10T21:00:40.564Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9127/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
target = phd_framework::test_vm
target_id = 8f44050b-3c95-4510-ac8b-7f696d4f5b57
vm = migration_serial_history_lifecycle_0
vm_id = 8f44050b-3c95-4510-ac8b-7f696d4f5b57
|
323 | 2025-03-10T21:00:40.930Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 541
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = b3766973-f77d-4612-93d2-a22f553baf3e
target = phd_framework::test_vm
target_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
|
324 | 2025-03-10T21:00:40.930Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2777
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = 62d1733a-1f61-46c0-bb23-bfcb46393308
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = b3766973-f77d-4612-93d2-a22f553baf3e
target = phd_framework::test_vm
target_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
|
325 | 2025-03-10T21:00:40.930Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 2891
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = b3766973-f77d-4612-93d2-a22f553baf3e
target = phd_framework::test_vm
target_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
|
326 | 2025-03-10T21:00:40.930Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_1
vm_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
|
327 | 2025-03-10T21:00:40.930Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = multiple_migrations_1
vm_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
|
328 | 2025-03-10T21:00:40.942Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_1
vm_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
|
329 | 2025-03-10T21:00:40.942Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_1
vm_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
|
330 | 2025-03-10T21:00:40.942Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = multiple_migrations_1
vm_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
|
331 | 2025-03-10T21:00:40.975Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_1
vm_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
|
332 | 2025-03-10T21:00:40.975Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
target = phd_framework::test_vm
target_id = 5c264f70-43d6-486a-98c0-e53161b84430
|
333 | 2025-03-10T21:00:40.975Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9002
file = phd-tests/framework/src/test_vm/mod.rs
line = 507
migration_id = 6af28128-c4df-49cf-b99b-a76515b67fbb
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
target = phd_framework::test_vm
target_id = 5c264f70-43d6-486a-98c0-e53161b84430
timeout_duration = 45s
|
334 | 2025-03-10T21:00:40.975Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
target = phd_framework::test_vm
target_id = 5c264f70-43d6-486a-98c0-e53161b84430
vm = multiple_migrations_2
vm_id = 5c264f70-43d6-486a-98c0-e53161b84430
|
335 | 2025-03-10T21:00:41.095Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 5c264f70-43d6-486a-98c0-e53161b84430, metadata: InstanceMetadata { project_id: 470b75e4-a500-4345-a88b-0a30a78bb5ec, silo_id: f02586cb-5c1e-40c3-98d3-89e4da157b79, sled_id: 18ecdab9-7f52-413e-b5a6-3bc3411459dc, sled_model: "pheidippes", sled_revision: 1, sled_serial: "18ecdab9-7f52-413e-b5a6-3bc3411459dc" }, name: "phd-vm-5c264f70-43d6-486a-98c0-e53161b84430" }, state: Migrating }
line = 379
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
target = phd_framework::test_vm
target_id = 5c264f70-43d6-486a-98c0-e53161b84430
vm = multiple_migrations_2
vm_id = 5c264f70-43d6-486a-98c0-e53161b84430
|
336 | 2025-03-10T21:00:41.095Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 119
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
target = phd_framework::test_vm
target_id = 5c264f70-43d6-486a-98c0-e53161b84430
vm = multiple_migrations_2
vm_id = 5c264f70-43d6-486a-98c0-e53161b84430
|
337 | 2025-03-10T21:00:41.095Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = 6af28128-c4df-49cf-b99b-a76515b67fbb
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
target = phd_framework::test_vm
target_id = 5c264f70-43d6-486a-98c0-e53161b84430
|
338 | 2025-03-10T21:00:41.192Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 8f44050b-3c95-4510-ac8b-7f696d4f5b57, metadata: InstanceMetadata { project_id: 8e0b4aef-cb1c-40a7-8926-3796eb730bf4, silo_id: cfeb334d-fc58-4892-b62e-f4005c6c9b88, sled_id: 93503bb5-3d80-4642-a9d0-a40121bffcc5, sled_model: "pheidippes", sled_revision: 1, sled_serial: "93503bb5-3d80-4642-a9d0-a40121bffcc5" }, name: "phd-vm-8f44050b-3c95-4510-ac8b-7f696d4f5b57" }, state: Migrating }
line = 379
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
target = phd_framework::test_vm
target_id = 8f44050b-3c95-4510-ac8b-7f696d4f5b57
vm = migration_serial_history_lifecycle_0
vm_id = 8f44050b-3c95-4510-ac8b-7f696d4f5b57
|
339 | 2025-03-10T21:00:41.192Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 627
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
target = phd_framework::test_vm
target_id = 8f44050b-3c95-4510-ac8b-7f696d4f5b57
vm = migration_serial_history_lifecycle_0
vm_id = 8f44050b-3c95-4510-ac8b-7f696d4f5b57
|
340 | 2025-03-10T21:00:41.192Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = 8776b908-c948-48cd-b40d-0298f6b896a1
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
target = phd_framework::test_vm
target_id = 8f44050b-3c95-4510-ac8b-7f696d4f5b57
|
341 | 2025-03-10T21:00:43.365Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
s = {"Migrating":{"destination":"127.0.0.1:9004","from_start":7699}}
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::serial
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
342 | 2025-03-10T21:00:43.441Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9127","from_start":7727}}
target = phd_framework::serial
|
343 | 2025-03-10T21:00:43.825Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 541
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
target = phd_framework::test_vm
target_id = 8f44050b-3c95-4510-ac8b-7f696d4f5b57
|
344 | 2025-03-10T21:00:43.825Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2632
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = 8776b908-c948-48cd-b40d-0298f6b896a1
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
target = phd_framework::test_vm
target_id = 8f44050b-3c95-4510-ac8b-7f696d4f5b57
|
345 | 2025-03-10T21:00:43.825Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3260
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
target = phd_framework::test_vm
target_id = 8f44050b-3c95-4510-ac8b-7f696d4f5b57
|
346 | 2025-03-10T21:00:43.826Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
347 | 2025-03-10T21:00:43.827Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::serial_history
self.address = 127.0.0.1:9125
target = phd_framework::test_vm::server
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
348 | 2025-03-10T21:00:43.939Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 112
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 42dc4270-0079-4f22-9316-0b54e45e66ab
|
349 | 2025-03-10T21:00:43.940Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 541
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
target = phd_framework::test_vm
target_id = 5c264f70-43d6-486a-98c0-e53161b84430
|
350 | 2025-03-10T21:00:43.940Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2845
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = 6af28128-c4df-49cf-b99b-a76515b67fbb
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
target = phd_framework::test_vm
target_id = 5c264f70-43d6-486a-98c0-e53161b84430
|
351 | 2025-03-10T21:00:43.941Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 2965
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
target = phd_framework::test_vm
target_id = 5c264f70-43d6-486a-98c0-e53161b84430
|
352 | 2025-03-10T21:00:43.941Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_2
vm_id = 5c264f70-43d6-486a-98c0-e53161b84430
|
353 | 2025-03-10T21:00:43.941Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = multiple_migrations_2
vm_id = 5c264f70-43d6-486a-98c0-e53161b84430
|
354 | 2025-03-10T21:00:43.942Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_lifecycle_0
vm_id = 8f44050b-3c95-4510-ac8b-7f696d4f5b57
|
355 | 2025-03-10T21:00:43.942Z | INFO | phd-runner: test phd_tests::migrate::serial_history ... ok
file = phd-tests/runner/src/execute.rs
line = 119
target = phd_runner::execute
|
356 | 2025-03-10T21:00:43.942Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
357 | 2025-03-10T21:00:43.942Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
358 | 2025-03-10T21:00:43.942Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7581
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
359 | 2025-03-10T21:00:43.942Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_lifecycle_0
vm_id = 8f44050b-3c95-4510-ac8b-7f696d4f5b57
|
360 | 2025-03-10T21:00:43.952Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_2
vm_id = 5c264f70-43d6-486a-98c0-e53161b84430
|
361 | 2025-03-10T21:00:43.952Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_2
vm_id = 5c264f70-43d6-486a-98c0-e53161b84430
|
362 | 2025-03-10T21:00:43.952Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = multiple_migrations_2
vm_id = 5c264f70-43d6-486a-98c0-e53161b84430
|
363 | 2025-03-10T21:00:43.985Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_2
vm_id = 5c264f70-43d6-486a-98c0-e53161b84430
|
364 | 2025-03-10T21:00:43.985Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_2
vm_id = 5c264f70-43d6-486a-98c0-e53161b84430
|
365 | 2025-03-10T21:00:43.986Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_1
vm_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
|
366 | 2025-03-10T21:00:43.986Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_0
vm_id = b3766973-f77d-4612-93d2-a22f553baf3e
|
367 | 2025-03-10T21:00:43.986Z | INFO | phd-runner: test phd_tests::migrate::multiple_migrations ... ok
file = phd-tests/runner/src/execute.rs
line = 119
target = phd_runner::execute
|
368 | 2025-03-10T21:00:43.986Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
369 | 2025-03-10T21:00:43.986Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::serial
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
370 | 2025-03-10T21:00:43.986Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10098
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::serial
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
371 | 2025-03-10T21:00:43.986Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_2
vm_id = 5c264f70-43d6-486a-98c0-e53161b84430
|
372 | 2025-03-10T21:00:43.987Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
self.address = 127.0.0.1:9002
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_1
vm_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
|
373 | 2025-03-10T21:00:43.987Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
self.address = 127.0.0.1:9000
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_0
vm_id = b3766973-f77d-4612-93d2-a22f553baf3e
|
374 | 2025-03-10T21:00:44.013Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
self.address = 127.0.0.1:9004
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_2
vm_id = 5c264f70-43d6-486a-98c0-e53161b84430
|
375 | 2025-03-10T21:00:44.114Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 128
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_1
vm_id = 52216f12-2cf6-49db-bb94-9b36015a3f46
|
376 | 2025-03-10T21:00:44.208Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 222
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_0
vm_id = b3766973-f77d-4612-93d2-a22f553baf3e
|
377 | 2025-03-10T21:00:44.315Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_2
vm_id = 5c264f70-43d6-486a-98c0-e53161b84430
|
378 | 2025-03-10T21:00:44.315Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c2fe619b-b04c-4b27-ac8a-b198b7a1d6f4"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
verb = destroy
vm = multiple_migrations_2
vm_id = 5c264f70-43d6-486a-98c0-e53161b84430
|
379 | 2025-03-10T21:00:44.346Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_2
vm_id = 5c264f70-43d6-486a-98c0-e53161b84430
|
380 | 2025-03-10T21:00:44.346Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-f55017d3-ebdf-4d59-8c4e-550ddeecc332"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
verb = destroy
vm = multiple_migrations_2
vm_id = 5c264f70-43d6-486a-98c0-e53161b84430
|
381 | 2025-03-10T21:00:44.369Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 383
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = multiple_migrations_2
vm_id = 5c264f70-43d6-486a-98c0-e53161b84430
|
382 | 2025-03-10T21:00:44.370Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10689
file = phd-tests/tests/src/migrate.rs
line = 295
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::multiple_migrations
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_tests::migrate
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
383 | 2025-03-10T21:00:44.370Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 383
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
384 | 2025-03-10T21:00:44.370Z | INFO | phd-runner: Starting test phd_tests::migrate::smoke_test
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
385 | 2025-03-10T21:00:44.370Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
386 | 2025-03-10T21:00:44.370Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
387 | 2025-03-10T21:00:44.370Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 15
path = phd_tests::migrate::smoke_test
target = phd_tests::migrate
|
388 | 2025-03-10T21:00:44.370Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
389 | 2025-03-10T21:00:44.370Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
390 | 2025-03-10T21:00:44.370Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
391 | 2025-03-10T21:00:44.370Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = list
|
392 | 2025-03-10T21:00:44.386Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 98.4M 1.80T 97.9M /phd-artifacts\n
target = phd_framework::zfs
|
393 | 2025-03-10T21:00:44.386Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8fe7b302-8e7f-4e69-b7aa-d95d7f3eafd1"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = snapshot
|
394 | 2025-03-10T21:00:44.408Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8fe7b302-8e7f-4e69-b7aa-d95d7f3eafd1", "phd-artifacts/phd-clone-1c49a499-6bac-44ac-a86f-f7484d791c21"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = clone
|
395 | 2025-03-10T21:00:44.430Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-1c49a499-6bac-44ac-a86f-f7484d791c21"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = list
|
396 | 2025-03-10T21:00:44.445Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-1c49a499-6bac-44ac-a86f-f7484d791c21 0B 1.80T 97.9M /phd-artifacts/phd-clone-1c49a499-6bac-44ac-a86f-f7484d791c21\n
target = phd_framework::zfs
|
397 | 2025-03-10T21:00:44.445Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
398 | 2025-03-10T21:00:44.445Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm_name = migration_smoke
|
399 | 2025-03-10T21:00:44.445Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
400 | 2025-03-10T21:00:44.445Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::smoke_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
401 | 2025-03-10T21:00:44.445Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::smoke_test
stderr_path = "/tmp/propolis-phd/runner-0/migration_smoke.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/migration_smoke.stdout.log"
target = phd_framework::server_log_mode
|
402 | 2025-03-10T21:00:44.453Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 906
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm::server
|
403 | 2025-03-10T21:00:44.453Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 8
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
404 | 2025-03-10T21:00:44.453Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
405 | 2025-03-10T21:00:44.454Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
406 | 2025-03-10T21:00:44.625Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::serial_history
self.address = 127.0.0.1:9127
target = phd_framework::test_vm::server
vm = migration_serial_history_lifecycle_0
vm_id = 8f44050b-3c95-4510-ac8b-7f696d4f5b57
|
407 | 2025-03-10T21:00:44.756Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
vm = migration_serial_history_lifecycle_0
vm_id = 8f44050b-3c95-4510-ac8b-7f696d4f5b57
|
408 | 2025-03-10T21:00:44.756Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-b58da48b-b870-4860-9aa7-6122a68f23c9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = destroy
vm = migration_serial_history_lifecycle_0
vm_id = 8f44050b-3c95-4510-ac8b-7f696d4f5b57
|
409 | 2025-03-10T21:00:44.792Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
vm = migration_serial_history_lifecycle_0
vm_id = 8f44050b-3c95-4510-ac8b-7f696d4f5b57
|
410 | 2025-03-10T21:00:44.792Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-796afc68-44cd-4318-be7d-efecbb63ec9a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = destroy
vm = migration_serial_history_lifecycle_0
vm_id = 8f44050b-3c95-4510-ac8b-7f696d4f5b57
|
411 | 2025-03-10T21:00:44.818Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 875
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_lifecycle_0
vm_id = 8f44050b-3c95-4510-ac8b-7f696d4f5b57
|
412 | 2025-03-10T21:00:44.818Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 9289
file = phd-tests/tests/src/migrate.rs
line = 20
path = phd_tests::migrate::serial_history
target = phd_tests::migrate
|
413 | 2025-03-10T21:00:44.818Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 876
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
414 | 2025-03-10T21:00:44.818Z | INFO | phd-runner: Starting test phd_tests::disk::in_memory_backend_migration_test
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
415 | 2025-03-10T21:00:44.818Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
416 | 2025-03-10T21:00:44.818Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
417 | 2025-03-10T21:00:44.818Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/disk.rs
line = 146
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_tests::disk
|
418 | 2025-03-10T21:00:44.818Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
419 | 2025-03-10T21:00:44.818Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
420 | 2025-03-10T21:00:44.818Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
421 | 2025-03-10T21:00:44.818Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = list
|
422 | 2025-03-10T21:00:44.834Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::disk::in_memory_backend_migration_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 98.5M 1.80T 97.9M /phd-artifacts\n
target = phd_framework::zfs
|
423 | 2025-03-10T21:00:44.834Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a038faa3-76b6-4153-86f8-b2d46a8cb68a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = snapshot
|
424 | 2025-03-10T21:00:44.857Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a038faa3-76b6-4153-86f8-b2d46a8cb68a", "phd-artifacts/phd-clone-bcadc21a-f47c-4fc6-ba2f-bd4714243786"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = clone
|
425 | 2025-03-10T21:00:44.877Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-bcadc21a-f47c-4fc6-ba2f-bd4714243786"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = list
|
426 | 2025-03-10T21:00:44.894Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::disk::in_memory_backend_migration_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-bcadc21a-f47c-4fc6-ba2f-bd4714243786 0B 1.80T 97.9M /phd-artifacts/phd-clone-bcadc21a-f47c-4fc6-ba2f-bd4714243786\n
target = phd_framework::zfs
|
427 | 2025-03-10T21:00:44.894Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
|
428 | 2025-03-10T21:00:44.894Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm_name = in_memory_backend_migration_test_source
|
429 | 2025-03-10T21:00:44.894Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
430 | 2025-03-10T21:00:44.894Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::disk::in_memory_backend_migration_test
server_addr = 127.0.0.1:9125
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
431 | 2025-03-10T21:00:44.894Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::disk::in_memory_backend_migration_test
stderr_path = "/tmp/propolis-phd/runner-1/in_memory_backend_migration_test_source.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/in_memory_backend_migration_test_source.stdout.log"
target = phd_framework::server_log_mode
|
432 | 2025-03-10T21:00:44.903Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 914
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm::server
|
433 | 2025-03-10T21:00:44.903Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
|
434 | 2025-03-10T21:00:44.903Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
435 | 2025-03-10T21:00:44.904Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9125/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
436 | 2025-03-10T21:00:44.949Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
437 | 2025-03-10T21:00:44.950Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 326c7488-71f7-48be-8203-8a4409a9f190, metadata: InstanceMetadata { project_id: 00f7c555-d328-41dc-8adf-f3087828b07c, silo_id: aac70542-1c98-4687-8b6b-628fdb57dd06, sled_id: 26ec761c-beec-4d16-90b4-e49856febc77, sled_model: "pheidippes", sled_revision: 1, sled_serial: "26ec761c-beec-4d16-90b4-e49856febc77" }, name: "phd-vm-326c7488-71f7-48be-8203-8a4409a9f190" }, state: Creating }
line = 379
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
438 | 2025-03-10T21:00:44.950Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 496
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
439 | 2025-03-10T21:00:44.950Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
440 | 2025-03-10T21:00:44.950Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::migrate::smoke_test
state = Run
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
441 | 2025-03-10T21:00:44.951Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
442 | 2025-03-10T21:00:44.951Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
443 | 2025-03-10T21:00:44.951Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
444 | 2025-03-10T21:00:44.951Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
445 | 2025-03-10T21:00:44.951Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
446 | 2025-03-10T21:00:44.951Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
447 | 2025-03-10T21:00:45.533Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
448 | 2025-03-10T21:00:45.534Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: ce705cf9-afe6-4251-8675-944fd89aefb3, metadata: InstanceMetadata { project_id: 366fcf74-81d0-404b-9596-443a8422c3d9, silo_id: 0571e4c7-726e-4497-8476-953f211359df, sled_id: 282ec4cb-b705-41e3-b65c-ff29297803ed, sled_model: "pheidippes", sled_revision: 1, sled_serial: "282ec4cb-b705-41e3-b65c-ff29297803ed" }, name: "phd-vm-ce705cf9-afe6-4251-8675-944fd89aefb3" }, state: Creating }
line = 379
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
449 | 2025-03-10T21:00:45.534Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 630
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
450 | 2025-03-10T21:00:45.534Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
451 | 2025-03-10T21:00:45.534Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::disk::in_memory_backend_migration_test
state = Run
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
452 | 2025-03-10T21:00:45.535Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
453 | 2025-03-10T21:00:45.535Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
|
454 | 2025-03-10T21:00:45.535Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
455 | 2025-03-10T21:00:45.535Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::disk::in_memory_backend_migration_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
456 | 2025-03-10T21:00:45.535Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
457 | 2025-03-10T21:00:45.535Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
458 | 2025-03-10T21:00:49.148Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4196
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
459 | 2025-03-10T21:00:49.148Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
460 | 2025-03-10T21:00:49.148Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
461 | 2025-03-10T21:00:49.148Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
462 | 2025-03-10T21:00:49.148Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
463 | 2025-03-10T21:00:49.167Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
464 | 2025-03-10T21:00:49.167Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
465 | 2025-03-10T21:00:49.167Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
466 | 2025-03-10T21:00:49.167Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
467 | 2025-03-10T21:00:49.167Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
468 | 2025-03-10T21:00:49.200Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
469 | 2025-03-10T21:00:49.200Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
470 | 2025-03-10T21:00:49.200Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4249
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
471 | 2025-03-10T21:00:49.200Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
472 | 2025-03-10T21:00:49.200Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
473 | 2025-03-10T21:00:49.211Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
474 | 2025-03-10T21:00:49.211Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
475 | 2025-03-10T21:00:49.211Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
476 | 2025-03-10T21:00:49.233Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
477 | 2025-03-10T21:00:49.233Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
478 | 2025-03-10T21:00:49.233Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
479 | 2025-03-10T21:00:49.243Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
480 | 2025-03-10T21:00:49.243Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
481 | 2025-03-10T21:00:49.243Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
482 | 2025-03-10T21:00:49.266Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
483 | 2025-03-10T21:00:49.266Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
484 | 2025-03-10T21:00:49.266Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
485 | 2025-03-10T21:00:49.276Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
486 | 2025-03-10T21:00:49.276Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
487 | 2025-03-10T21:00:49.276Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
488 | 2025-03-10T21:00:49.299Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
489 | 2025-03-10T21:00:49.299Z | INFO | phd-runner: [TEST - EVENT] migrating to new Propolis artifact for lifecycle test
file = phd-tests/framework/src/lifecycle.rs
line = 73
path = phd_tests::migrate::smoke_test
propolis_artifact = __DEFAULT_PROPOLIS
target = phd_framework::lifecycle
vm_name = migration_smoke
|
490 | 2025-03-10T21:00:49.299Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
491 | 2025-03-10T21:00:49.299Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm_name = migration_smoke_lifecycle_0
|
492 | 2025-03-10T21:00:49.299Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
493 | 2025-03-10T21:00:49.299Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::smoke_test
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
494 | 2025-03-10T21:00:49.299Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::smoke_test
stderr_path = "/tmp/propolis-phd/runner-0/migration_smoke_lifecycle_0.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/migration_smoke_lifecycle_0.stdout.log"
target = phd_framework::server_log_mode
|
495 | 2025-03-10T21:00:49.313Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 915
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm::server
|
496 | 2025-03-10T21:00:49.313Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 14
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
497 | 2025-03-10T21:00:49.314Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 326c7488-71f7-48be-8203-8a4409a9f190
target = phd_framework::test_vm
target_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
|
498 | 2025-03-10T21:00:49.314Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 507
migration_id = 1f14db15-179a-40d1-b056-8557574e0020
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 326c7488-71f7-48be-8203-8a4409a9f190
target = phd_framework::test_vm
target_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
timeout_duration = 45s
|
499 | 2025-03-10T21:00:49.314Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 326c7488-71f7-48be-8203-8a4409a9f190
target = phd_framework::test_vm
target_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
vm = migration_smoke_lifecycle_0
vm_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
|
500 | 2025-03-10T21:00:49.314Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 326c7488-71f7-48be-8203-8a4409a9f190
target = phd_framework::test_vm
target_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
vm = migration_smoke_lifecycle_0
vm_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
|
501 | 2025-03-10T21:00:49.737Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4201
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
502 | 2025-03-10T21:00:49.737Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::disk::in_memory_backend_migration_test
step = WriteStr("root")
target = phd_framework::test_vm
|
503 | 2025-03-10T21:00:49.737Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::disk::in_memory_backend_migration_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
504 | 2025-03-10T21:00:49.737Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
505 | 2025-03-10T21:00:49.737Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
506 | 2025-03-10T21:00:49.756Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
507 | 2025-03-10T21:00:49.756Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::disk::in_memory_backend_migration_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
508 | 2025-03-10T21:00:49.756Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::disk::in_memory_backend_migration_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
509 | 2025-03-10T21:00:49.757Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
510 | 2025-03-10T21:00:49.757Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
511 | 2025-03-10T21:00:49.789Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
512 | 2025-03-10T21:00:49.789Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
|
513 | 2025-03-10T21:00:49.789Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4254
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
|
514 | 2025-03-10T21:00:49.790Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
515 | 2025-03-10T21:00:49.790Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
516 | 2025-03-10T21:00:49.800Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
517 | 2025-03-10T21:00:49.800Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
518 | 2025-03-10T21:00:49.800Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
519 | 2025-03-10T21:00:49.833Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
520 | 2025-03-10T21:00:49.833Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
521 | 2025-03-10T21:00:49.833Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
522 | 2025-03-10T21:00:49.843Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
523 | 2025-03-10T21:00:49.844Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
524 | 2025-03-10T21:00:49.844Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
525 | 2025-03-10T21:00:49.876Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
526 | 2025-03-10T21:00:49.876Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
527 | 2025-03-10T21:00:49.877Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
528 | 2025-03-10T21:00:49.888Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
529 | 2025-03-10T21:00:49.888Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
530 | 2025-03-10T21:00:49.888Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
531 | 2025-03-10T21:00:49.913Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 1a85905e-8962-4ccf-9bcf-6b11a9099906, metadata: InstanceMetadata { project_id: 00f7c555-d328-41dc-8adf-f3087828b07c, silo_id: aac70542-1c98-4687-8b6b-628fdb57dd06, sled_id: 20bb5f47-b16e-4566-852d-f3dd8a611808, sled_model: "pheidippes", sled_revision: 1, sled_serial: "20bb5f47-b16e-4566-852d-f3dd8a611808" }, name: "phd-vm-1a85905e-8962-4ccf-9bcf-6b11a9099906" }, state: Migrating }
line = 379
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 326c7488-71f7-48be-8203-8a4409a9f190
target = phd_framework::test_vm
target_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
vm = migration_smoke_lifecycle_0
vm_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
|
532 | 2025-03-10T21:00:49.913Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 599
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 326c7488-71f7-48be-8203-8a4409a9f190
target = phd_framework::test_vm
target_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
vm = migration_smoke_lifecycle_0
vm_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
|
533 | 2025-03-10T21:00:49.913Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = 1f14db15-179a-40d1-b056-8557574e0020
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 326c7488-71f7-48be-8203-8a4409a9f190
target = phd_framework::test_vm
target_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
|
534 | 2025-03-10T21:00:49.921Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
535 | 2025-03-10T21:00:49.921Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
|
536 | 2025-03-10T21:00:49.921Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm_name = in_memory_backend_migration_test_target
|
537 | 2025-03-10T21:00:49.921Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
538 | 2025-03-10T21:00:49.921Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::disk::in_memory_backend_migration_test
server_addr = 127.0.0.1:9127
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
539 | 2025-03-10T21:00:49.921Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::disk::in_memory_backend_migration_test
stderr_path = "/tmp/propolis-phd/runner-1/in_memory_backend_migration_test_target.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/in_memory_backend_migration_test_target.stdout.log"
target = phd_framework::server_log_mode
|
540 | 2025-03-10T21:00:49.936Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 916
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm::server
|
541 | 2025-03-10T21:00:49.937Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 15
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
|
542 | 2025-03-10T21:00:49.937Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = ce705cf9-afe6-4251-8675-944fd89aefb3
target = phd_framework::test_vm
target_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
543 | 2025-03-10T21:00:49.937Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9125
file = phd-tests/framework/src/test_vm/mod.rs
line = 507
migration_id = d446b262-0fd6-49a7-8c5b-98f06aee3859
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = ce705cf9-afe6-4251-8675-944fd89aefb3
target = phd_framework::test_vm
target_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
timeout_duration = 45s
|
544 | 2025-03-10T21:00:49.937Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = ce705cf9-afe6-4251-8675-944fd89aefb3
target = phd_framework::test_vm
target_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
545 | 2025-03-10T21:00:49.937Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9127/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = ce705cf9-afe6-4251-8675-944fd89aefb3
target = phd_framework::test_vm
target_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
546 | 2025-03-10T21:00:50.622Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 753b680f-ac3c-4c13-be0a-a7446d558d08, metadata: InstanceMetadata { project_id: 366fcf74-81d0-404b-9596-443a8422c3d9, silo_id: 0571e4c7-726e-4497-8476-953f211359df, sled_id: 2e27655e-7e03-498b-92f6-c25787efaab1, sled_model: "pheidippes", sled_revision: 1, sled_serial: "2e27655e-7e03-498b-92f6-c25787efaab1" }, name: "phd-vm-753b680f-ac3c-4c13-be0a-a7446d558d08" }, state: Migrating }
line = 379
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = ce705cf9-afe6-4251-8675-944fd89aefb3
target = phd_framework::test_vm
target_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
547 | 2025-03-10T21:00:50.622Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 685
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = ce705cf9-afe6-4251-8675-944fd89aefb3
target = phd_framework::test_vm
target_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
548 | 2025-03-10T21:00:50.622Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = d446b262-0fd6-49a7-8c5b-98f06aee3859
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = ce705cf9-afe6-4251-8675-944fd89aefb3
target = phd_framework::test_vm
target_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
549 | 2025-03-10T21:00:52.378Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7760}}
target = phd_framework::serial
|
550 | 2025-03-10T21:00:53.120Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9127","from_start":7945}}
target = phd_framework::serial
|
551 | 2025-03-10T21:00:53.448Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 541
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = ce705cf9-afe6-4251-8675-944fd89aefb3
target = phd_framework::test_vm
target_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
552 | 2025-03-10T21:00:53.448Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2825
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = d446b262-0fd6-49a7-8c5b-98f06aee3859
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = ce705cf9-afe6-4251-8675-944fd89aefb3
target = phd_framework::test_vm
target_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
553 | 2025-03-10T21:00:53.448Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3511
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
path = phd_tests::disk::in_memory_backend_migration_test
source = in_memory_backend_migration_test_source
source_id = ce705cf9-afe6-4251-8675-944fd89aefb3
target = phd_framework::test_vm
target_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
554 | 2025-03-10T21:00:53.448Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
555 | 2025-03-10T21:00:53.448Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
556 | 2025-03-10T21:00:54.098Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 541
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 326c7488-71f7-48be-8203-8a4409a9f190
target = phd_framework::test_vm
target_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
|
557 | 2025-03-10T21:00:54.098Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4185
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = 1f14db15-179a-40d1-b056-8557574e0020
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 326c7488-71f7-48be-8203-8a4409a9f190
target = phd_framework::test_vm
target_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
|
558 | 2025-03-10T21:00:54.098Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4784
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 326c7488-71f7-48be-8203-8a4409a9f190
target = phd_framework::test_vm
target_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
|
559 | 2025-03-10T21:00:54.100Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
560 | 2025-03-10T21:00:54.100Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
|
561 | 2025-03-10T21:00:54.100Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke_lifecycle_0
vm_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
|
562 | 2025-03-10T21:00:54.101Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::smoke_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
563 | 2025-03-10T21:00:54.233Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 132
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 326c7488-71f7-48be-8203-8a4409a9f190
|
564 | 2025-03-10T21:00:54.233Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 133
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
|
565 | 2025-03-10T21:00:54.234Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
|
566 | 2025-03-10T21:00:54.234Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke_lifecycle_0
vm_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
|
567 | 2025-03-10T21:00:54.256Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
|
568 | 2025-03-10T21:00:54.256Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
|
569 | 2025-03-10T21:00:54.257Z | INFO | phd-runner: test phd_tests::migrate::smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
target = phd_runner::execute
|
570 | 2025-03-10T21:00:54.257Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
571 | 2025-03-10T21:00:54.257Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
572 | 2025-03-10T21:00:54.257Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9307
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
573 | 2025-03-10T21:00:54.258Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
|
574 | 2025-03-10T21:00:55.006Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::smoke_test
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = migration_smoke_lifecycle_0
vm_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
|
575 | 2025-03-10T21:00:55.138Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
vm = migration_smoke_lifecycle_0
vm_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
|
576 | 2025-03-10T21:00:55.138Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-1c49a499-6bac-44ac-a86f-f7484d791c21"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = destroy
vm = migration_smoke_lifecycle_0
vm_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
|
577 | 2025-03-10T21:00:55.171Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
vm = migration_smoke_lifecycle_0
vm_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
|
578 | 2025-03-10T21:00:55.171Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8fe7b302-8e7f-4e69-b7aa-d95d7f3eafd1"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = destroy
vm = migration_smoke_lifecycle_0
vm_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
|
579 | 2025-03-10T21:00:55.197Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 940
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = 1a85905e-8962-4ccf-9bcf-6b11a9099906
|
580 | 2025-03-10T21:00:55.197Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10827
file = phd-tests/tests/src/migrate.rs
line = 15
path = phd_tests::migrate::smoke_test
target = phd_tests::migrate
|
581 | 2025-03-10T21:00:55.198Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 940
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
582 | 2025-03-10T21:00:55.198Z | INFO | phd-runner: Starting test phd_tests::disk::in_memory_backend_smoke_test
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
583 | 2025-03-10T21:00:55.198Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
584 | 2025-03-10T21:00:55.198Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
585 | 2025-03-10T21:00:55.198Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/disk.rs
line = 115
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_tests::disk
|
586 | 2025-03-10T21:00:55.198Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
587 | 2025-03-10T21:00:55.198Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
588 | 2025-03-10T21:00:55.198Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
589 | 2025-03-10T21:00:55.198Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
590 | 2025-03-10T21:00:55.198Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
verb = list
|
591 | 2025-03-10T21:00:55.212Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::disk::in_memory_backend_smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 100M 1.80T 97.9M /phd-artifacts\n
target = phd_framework::zfs
|
592 | 2025-03-10T21:00:55.213Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7370cafa-e0bb-46aa-8483-bfce8f649a26"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
verb = snapshot
|
593 | 2025-03-10T21:00:55.230Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7370cafa-e0bb-46aa-8483-bfce8f649a26", "phd-artifacts/phd-clone-6a17e21d-b358-4d95-add5-4b80ae33aea9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
verb = clone
|
594 | 2025-03-10T21:00:55.252Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-6a17e21d-b358-4d95-add5-4b80ae33aea9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
verb = list
|
595 | 2025-03-10T21:00:55.266Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::disk::in_memory_backend_smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-6a17e21d-b358-4d95-add5-4b80ae33aea9 0B 1.80T 97.9M /phd-artifacts/phd-clone-6a17e21d-b358-4d95-add5-4b80ae33aea9\n
target = phd_framework::zfs
|
596 | 2025-03-10T21:00:55.268Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
|
597 | 2025-03-10T21:00:55.268Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm_name = in_memory_backend_test
|
598 | 2025-03-10T21:00:55.268Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
599 | 2025-03-10T21:00:55.268Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::disk::in_memory_backend_smoke_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
600 | 2025-03-10T21:00:55.268Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::disk::in_memory_backend_smoke_test
stderr_path = "/tmp/propolis-phd/runner-0/in_memory_backend_test.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/in_memory_backend_test.stdout.log"
target = phd_framework::server_log_mode
|
601 | 2025-03-10T21:00:55.275Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 925
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm::server
|
602 | 2025-03-10T21:00:55.276Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 8
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
|
603 | 2025-03-10T21:00:55.276Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
604 | 2025-03-10T21:00:55.277Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
605 | 2025-03-10T21:00:56.085Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
606 | 2025-03-10T21:00:56.085Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d, metadata: InstanceMetadata { project_id: e54b59ec-a5ef-421a-9e6b-2a7f2e150b8a, silo_id: 04535435-4ee4-4da1-85e4-49e652c465c8, sled_id: f5e5e13e-9dc8-4d5e-975c-0789c8a8ae78, sled_model: "pheidippes", sled_revision: 1, sled_serial: "f5e5e13e-9dc8-4d5e-975c-0789c8a8ae78" }, name: "phd-vm-144a8d47-2ee5-47cb-ace4-b4c0e753ee8d" }, state: Creating }
line = 379
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
607 | 2025-03-10T21:00:56.085Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 809
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
608 | 2025-03-10T21:00:56.085Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
609 | 2025-03-10T21:00:56.085Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::disk::in_memory_backend_smoke_test
state = Run
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
610 | 2025-03-10T21:00:56.086Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
611 | 2025-03-10T21:00:56.086Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
|
612 | 2025-03-10T21:00:56.086Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
613 | 2025-03-10T21:00:56.086Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::disk::in_memory_backend_smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
614 | 2025-03-10T21:00:56.086Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
615 | 2025-03-10T21:00:56.086Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
616 | 2025-03-10T21:00:56.353Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 2904
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
617 | 2025-03-10T21:00:56.353Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
618 | 2025-03-10T21:00:56.353Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
619 | 2025-03-10T21:00:56.386Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
620 | 2025-03-10T21:00:56.386Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
621 | 2025-03-10T21:00:56.386Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
622 | 2025-03-10T21:00:56.397Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
623 | 2025-03-10T21:00:56.397Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
624 | 2025-03-10T21:00:56.398Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
625 | 2025-03-10T21:00:56.431Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
626 | 2025-03-10T21:00:56.431Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
627 | 2025-03-10T21:00:56.431Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
628 | 2025-03-10T21:00:56.441Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
629 | 2025-03-10T21:00:56.442Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
630 | 2025-03-10T21:00:56.442Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
631 | 2025-03-10T21:00:56.474Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
632 | 2025-03-10T21:00:56.474Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
633 | 2025-03-10T21:00:56.474Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
634 | 2025-03-10T21:00:56.486Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
635 | 2025-03-10T21:00:56.486Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
636 | 2025-03-10T21:00:56.486Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
637 | 2025-03-10T21:00:56.519Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
638 | 2025-03-10T21:00:56.519Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
639 | 2025-03-10T21:00:56.519Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
640 | 2025-03-10T21:00:56.519Z | INFO | phd-runner: test phd_tests::disk::in_memory_backend_migration_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
target = phd_runner::execute
|
641 | 2025-03-10T21:00:56.519Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
642 | 2025-03-10T21:00:56.519Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
643 | 2025-03-10T21:00:56.519Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10986
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
644 | 2025-03-10T21:00:56.520Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
645 | 2025-03-10T21:00:56.520Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::disk::in_memory_backend_migration_test
self.address = 127.0.0.1:9125
target = phd_framework::test_vm::server
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
646 | 2025-03-10T21:00:56.652Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 133
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_source
vm_id = ce705cf9-afe6-4251-8675-944fd89aefb3
|
647 | 2025-03-10T21:00:56.653Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::disk::in_memory_backend_migration_test
self.address = 127.0.0.1:9127
target = phd_framework::test_vm::server
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
648 | 2025-03-10T21:00:56.783Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
649 | 2025-03-10T21:00:56.783Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-bcadc21a-f47c-4fc6-ba2f-bd4714243786"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = destroy
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
650 | 2025-03-10T21:00:56.820Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
651 | 2025-03-10T21:00:56.820Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a038faa3-76b6-4153-86f8-b2d46a8cb68a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::zfs
verb = destroy
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
652 | 2025-03-10T21:00:56.840Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 321
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_framework::test_vm
vm = in_memory_backend_migration_test_target
vm_id = 753b680f-ac3c-4c13-be0a-a7446d558d08
|
653 | 2025-03-10T21:00:56.840Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12022
file = phd-tests/tests/src/disk.rs
line = 146
path = phd_tests::disk::in_memory_backend_migration_test
target = phd_tests::disk
|
654 | 2025-03-10T21:00:56.841Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 321
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
655 | 2025-03-10T21:00:56.841Z | INFO | phd-runner: Starting test phd_tests::boot_order::nvme_boot_option_description
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
656 | 2025-03-10T21:00:56.841Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
657 | 2025-03-10T21:00:56.841Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
658 | 2025-03-10T21:00:56.841Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/boot_order.rs
line = 510
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_tests::boot_order
|
659 | 2025-03-10T21:00:56.841Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
660 | 2025-03-10T21:00:56.841Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
661 | 2025-03-10T21:00:56.841Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
662 | 2025-03-10T21:00:56.841Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = list
|
663 | 2025-03-10T21:00:56.854Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::nvme_boot_option_description
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 99.3M 1.80T 97.9M /phd-artifacts\n
target = phd_framework::zfs
|
664 | 2025-03-10T21:00:56.854Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-77e2008c-d97a-4d89-b26b-8d54bb42bf3a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = snapshot
|
665 | 2025-03-10T21:00:56.871Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-77e2008c-d97a-4d89-b26b-8d54bb42bf3a", "phd-artifacts/phd-clone-66b94ce9-e112-46ef-8755-81c1f025ec28"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = clone
|
666 | 2025-03-10T21:00:56.893Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-66b94ce9-e112-46ef-8755-81c1f025ec28"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = list
|
667 | 2025-03-10T21:00:56.905Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::nvme_boot_option_description
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-66b94ce9-e112-46ef-8755-81c1f025ec28 0B 1.80T 97.9M /phd-artifacts/phd-clone-66b94ce9-e112-46ef-8755-81c1f025ec28\n
target = phd_framework::zfs
|
668 | 2025-03-10T21:00:56.906Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
669 | 2025-03-10T21:00:56.906Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = list
|
670 | 2025-03-10T21:00:56.921Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::nvme_boot_option_description
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 100M 1.80T 97.9M /phd-artifacts\n
target = phd_framework::zfs
|
671 | 2025-03-10T21:00:56.921Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4465b3d4-03f0-4670-bfc9-352e4ef91197"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = snapshot
|
672 | 2025-03-10T21:00:56.944Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4465b3d4-03f0-4670-bfc9-352e4ef91197", "phd-artifacts/phd-clone-fe9d7d04-e49b-411c-8e64-d1a68ee14e97"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = clone
|
673 | 2025-03-10T21:00:56.963Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-fe9d7d04-e49b-411c-8e64-d1a68ee14e97"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = list
|
674 | 2025-03-10T21:00:56.977Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::nvme_boot_option_description
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-fe9d7d04-e49b-411c-8e64-d1a68ee14e97 0B 1.80T 97.9M /phd-artifacts/phd-clone-fe9d7d04-e49b-411c-8e64-d1a68ee14e97\n
target = phd_framework::zfs
|
675 | 2025-03-10T21:00:56.978Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
|
676 | 2025-03-10T21:00:56.978Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm_name = nvme_boot_option_description
|
677 | 2025-03-10T21:00:56.978Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
678 | 2025-03-10T21:00:56.978Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::boot_order::nvme_boot_option_description
server_addr = 127.0.0.1:9125
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
679 | 2025-03-10T21:00:56.979Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::boot_order::nvme_boot_option_description
stderr_path = "/tmp/propolis-phd/runner-1/nvme_boot_option_description.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/nvme_boot_option_description.stdout.log"
target = phd_framework::server_log_mode
|
680 | 2025-03-10T21:00:56.987Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 938
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm::server
|
681 | 2025-03-10T21:00:56.987Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 8
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
|
682 | 2025-03-10T21:00:56.987Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
683 | 2025-03-10T21:00:56.988Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9125/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
684 | 2025-03-10T21:00:57.863Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
685 | 2025-03-10T21:00:57.863Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: da7f7fda-1588-435d-a2d9-26c89dcd83c2, metadata: InstanceMetadata { project_id: 54b7336a-b1a8-4016-9cd1-33564fc23114, silo_id: cb95f183-e35d-4e94-871a-01d3b306099a, sled_id: 51ae4ffe-bb05-42f9-abd9-4ea8c9ff75a0, sled_model: "pheidippes", sled_revision: 1, sled_serial: "51ae4ffe-bb05-42f9-abd9-4ea8c9ff75a0" }, name: "phd-vm-da7f7fda-1588-435d-a2d9-26c89dcd83c2" }, state: Creating }
line = 379
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
686 | 2025-03-10T21:00:57.863Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 875
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
687 | 2025-03-10T21:00:57.863Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
688 | 2025-03-10T21:00:57.863Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::boot_order::nvme_boot_option_description
state = Run
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
689 | 2025-03-10T21:00:57.864Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
690 | 2025-03-10T21:00:57.864Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
|
691 | 2025-03-10T21:00:57.864Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = 300s
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
692 | 2025-03-10T21:00:57.864Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::nvme_boot_option_description
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
693 | 2025-03-10T21:00:57.864Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
694 | 2025-03-10T21:00:57.864Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
695 | 2025-03-10T21:01:00.272Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4185
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
696 | 2025-03-10T21:01:00.272Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::disk::in_memory_backend_smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
697 | 2025-03-10T21:01:00.272Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::disk::in_memory_backend_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
698 | 2025-03-10T21:01:00.272Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
699 | 2025-03-10T21:01:00.272Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
700 | 2025-03-10T21:01:00.291Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
701 | 2025-03-10T21:01:00.291Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::disk::in_memory_backend_smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
702 | 2025-03-10T21:01:00.291Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::disk::in_memory_backend_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
703 | 2025-03-10T21:01:00.291Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
704 | 2025-03-10T21:01:00.291Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
705 | 2025-03-10T21:01:00.314Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
706 | 2025-03-10T21:01:00.314Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
|
707 | 2025-03-10T21:01:00.314Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4227
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
|
708 | 2025-03-10T21:01:00.314Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
709 | 2025-03-10T21:01:00.314Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
710 | 2025-03-10T21:01:00.325Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
711 | 2025-03-10T21:01:00.326Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
712 | 2025-03-10T21:01:00.326Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
713 | 2025-03-10T21:01:00.358Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
714 | 2025-03-10T21:01:00.359Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
715 | 2025-03-10T21:01:00.359Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
716 | 2025-03-10T21:01:00.369Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
717 | 2025-03-10T21:01:00.369Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
718 | 2025-03-10T21:01:00.369Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
719 | 2025-03-10T21:01:00.391Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
720 | 2025-03-10T21:01:00.391Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
721 | 2025-03-10T21:01:00.391Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
722 | 2025-03-10T21:01:00.402Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
723 | 2025-03-10T21:01:00.402Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
724 | 2025-03-10T21:01:00.402Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
725 | 2025-03-10T21:01:00.435Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
726 | 2025-03-10T21:01:00.435Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
727 | 2025-03-10T21:01:00.435Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
728 | 2025-03-10T21:01:00.446Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
729 | 2025-03-10T21:01:00.446Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
730 | 2025-03-10T21:01:00.446Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
731 | 2025-03-10T21:01:00.479Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
732 | 2025-03-10T21:01:00.479Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
733 | 2025-03-10T21:01:00.479Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
734 | 2025-03-10T21:01:00.490Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
735 | 2025-03-10T21:01:00.490Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
736 | 2025-03-10T21:01:00.490Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
737 | 2025-03-10T21:01:00.512Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
738 | 2025-03-10T21:01:00.512Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
739 | 2025-03-10T21:01:00.512Z | INFO | phd-runner: test phd_tests::disk::in_memory_backend_smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
target = phd_runner::execute
|
740 | 2025-03-10T21:01:00.512Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
741 | 2025-03-10T21:01:00.512Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
742 | 2025-03-10T21:01:00.513Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4427
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
743 | 2025-03-10T21:01:00.513Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
744 | 2025-03-10T21:01:00.894Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::disk::in_memory_backend_smoke_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
745 | 2025-03-10T21:01:01.030Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
746 | 2025-03-10T21:01:01.031Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-6a17e21d-b358-4d95-add5-4b80ae33aea9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
verb = destroy
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
747 | 2025-03-10T21:01:01.067Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
748 | 2025-03-10T21:01:01.067Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7370cafa-e0bb-46aa-8483-bfce8f649a26"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::zfs
verb = destroy
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
749 | 2025-03-10T21:01:01.094Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 581
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_framework::test_vm
vm = in_memory_backend_test
vm_id = 144a8d47-2ee5-47cb-ace4-b4c0e753ee8d
|
750 | 2025-03-10T21:01:01.094Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5896
file = phd-tests/tests/src/disk.rs
line = 115
path = phd_tests::disk::in_memory_backend_smoke_test
target = phd_tests::disk
|
751 | 2025-03-10T21:01:01.094Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 581
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
752 | 2025-03-10T21:01:01.094Z | INFO | phd-runner: [MIGRATE - EVENT] Starting test phd_tests::boot_order::boot_order_source_priority
file = phd-tests/runner/src/execute.rs
line = 101
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::execute
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
753 | 2025-03-10T21:01:01.094Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::fixtures
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
754 | 2025-03-10T21:01:01.094Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::fixtures
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
755 | 2025-03-10T21:01:01.095Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/boot_order.rs
line = 403
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_tests::boot_order
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
756 | 2025-03-10T21:01:01.095Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
757 | 2025-03-10T21:01:01.095Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
758 | 2025-03-10T21:01:01.095Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
759 | 2025-03-10T21:01:01.095Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
verb = list
|
760 | 2025-03-10T21:01:01.111Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 100M 1.80T 97.9M /phd-artifacts\n
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
761 | 2025-03-10T21:01:01.111Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-99f60d18-223f-4fc4-9412-ec18ccbd2220"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
verb = snapshot
|
762 | 2025-03-10T21:01:01.131Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-99f60d18-223f-4fc4-9412-ec18ccbd2220", "phd-artifacts/phd-clone-e062dc1c-91e3-4158-b23d-4dd3fe0de692"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
verb = clone
|
763 | 2025-03-10T21:01:01.151Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e062dc1c-91e3-4158-b23d-4dd3fe0de692"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
verb = list
|
764 | 2025-03-10T21:01:01.165Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-e062dc1c-91e3-4158-b23d-4dd3fe0de692 0B 1.80T 97.9M /phd-artifacts/phd-clone-e062dc1c-91e3-4158-b23d-4dd3fe0de692\n
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
765 | 2025-03-10T21:01:01.166Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
766 | 2025-03-10T21:01:01.166Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm_name = boot_order_source_priority
|
767 | 2025-03-10T21:01:01.166Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /work/phd-test/propolis-server
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
768 | 2025-03-10T21:01:01.166Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
769 | 2025-03-10T21:01:01.166Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
stderr_path = "/tmp/propolis-phd/runner-0/boot_order_source_priority.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/boot_order_source_priority.stdout.log"
target = phd_framework::server_log_mode
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
770 | 2025-03-10T21:01:01.175Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 946
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
771 | 2025-03-10T21:01:01.175Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 8
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
772 | 2025-03-10T21:01:01.175Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
773 | 2025-03-10T21:01:01.177Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
774 | 2025-03-10T21:01:01.717Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
775 | 2025-03-10T21:01:01.718Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: f3752963-aa21-45ec-9a88-11dfd74b032a, metadata: InstanceMetadata { project_id: 49e4ed00-e78b-46a4-81d0-63e61dd52739, silo_id: 3be2828c-16fc-4816-81f2-884c4da06f79, sled_id: a4c5dd6a-d2dd-44e3-9bf2-302562d38f70, sled_model: "pheidippes", sled_revision: 1, sled_serial: "a4c5dd6a-d2dd-44e3-9bf2-302562d38f70" }, name: "phd-vm-f3752963-aa21-45ec-9a88-11dfd74b032a" }, state: Creating }
line = 379
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
776 | 2025-03-10T21:01:01.718Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 542
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
777 | 2025-03-10T21:01:01.718Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
778 | 2025-03-10T21:01:01.718Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
state = Run
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
779 | 2025-03-10T21:01:01.719Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
780 | 2025-03-10T21:01:01.719Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
781 | 2025-03-10T21:01:01.719Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = 300s
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
782 | 2025-03-10T21:01:01.719Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
783 | 2025-03-10T21:01:01.719Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
784 | 2025-03-10T21:01:01.719Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
785 | 2025-03-10T21:01:02.113Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4249
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
786 | 2025-03-10T21:01:02.114Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::nvme_boot_option_description
step = WriteStr("root")
target = phd_framework::test_vm
|
787 | 2025-03-10T21:01:02.114Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::nvme_boot_option_description
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
788 | 2025-03-10T21:01:02.114Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
789 | 2025-03-10T21:01:02.114Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
790 | 2025-03-10T21:01:02.131Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
791 | 2025-03-10T21:01:02.132Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::nvme_boot_option_description
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
792 | 2025-03-10T21:01:02.132Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::nvme_boot_option_description
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
793 | 2025-03-10T21:01:02.132Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
794 | 2025-03-10T21:01:02.132Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
795 | 2025-03-10T21:01:02.164Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
796 | 2025-03-10T21:01:02.165Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
|
797 | 2025-03-10T21:01:02.165Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4300
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
|
798 | 2025-03-10T21:01:02.165Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
799 | 2025-03-10T21:01:02.165Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
800 | 2025-03-10T21:01:02.175Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
801 | 2025-03-10T21:01:02.175Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
802 | 2025-03-10T21:01:02.175Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
803 | 2025-03-10T21:01:02.209Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
804 | 2025-03-10T21:01:02.209Z | INFO | phd-runner: [TEST - EVENT] Initial boot order var: [1, 0, 2, 0, 0, 0, 3, 0]
file = phd-tests/tests/src/boot_order/efi_utils.rs
line = 417
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_tests::boot_order::efi_utils
|
805 | 2025-03-10T21:01:02.210Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
806 | 2025-03-10T21:01:02.210Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
807 | 2025-03-10T21:01:02.221Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
808 | 2025-03-10T21:01:02.221Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
809 | 2025-03-10T21:01:02.221Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
810 | 2025-03-10T21:01:02.255Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
811 | 2025-03-10T21:01:02.255Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
812 | 2025-03-10T21:01:02.255Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
813 | 2025-03-10T21:01:02.265Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
814 | 2025-03-10T21:01:02.266Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
815 | 2025-03-10T21:01:02.266Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
816 | 2025-03-10T21:01:02.299Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
817 | 2025-03-10T21:01:02.299Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
818 | 2025-03-10T21:01:02.299Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
819 | 2025-03-10T21:01:02.309Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
820 | 2025-03-10T21:01:02.309Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
821 | 2025-03-10T21:01:02.310Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
822 | 2025-03-10T21:01:02.343Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
823 | 2025-03-10T21:01:02.343Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
824 | 2025-03-10T21:01:02.344Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
825 | 2025-03-10T21:01:02.354Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
826 | 2025-03-10T21:01:02.354Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
827 | 2025-03-10T21:01:02.354Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
828 | 2025-03-10T21:01:02.387Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
829 | 2025-03-10T21:01:02.387Z | INFO | phd-runner: [TEST - EVENT] Found boot options: {"uiapp": 0, "nvme-test-disk": 2, "efi shell": 3, "boot-disk": 1}
file = phd-tests/tests/src/boot_order/efi_utils.rs
line = 473
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_tests::boot_order::efi_utils
|
830 | 2025-03-10T21:01:02.387Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
831 | 2025-03-10T21:01:02.387Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
832 | 2025-03-10T21:01:02.398Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
833 | 2025-03-10T21:01:02.398Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
834 | 2025-03-10T21:01:02.398Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
835 | 2025-03-10T21:01:02.430Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
836 | 2025-03-10T21:01:02.430Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
837 | 2025-03-10T21:01:02.431Z | INFO | phd-runner: [MIGRATE - EVENT] test phd_tests::boot_order::nvme_boot_option_description ... ok
file = phd-tests/runner/src/execute.rs
line = 119
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::execute
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
838 | 2025-03-10T21:01:02.431Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::fixtures
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
839 | 2025-03-10T21:01:02.431Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
840 | 2025-03-10T21:01:02.431Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4568
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
841 | 2025-03-10T21:01:02.432Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
842 | 2025-03-10T21:01:02.755Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::boot_order::nvme_boot_option_description
self.address = 127.0.0.1:9125
target = phd_framework::test_vm::server
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
843 | 2025-03-10T21:01:02.885Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
844 | 2025-03-10T21:01:02.885Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-66b94ce9-e112-46ef-8755-81c1f025ec28"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = destroy
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
845 | 2025-03-10T21:01:02.918Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
846 | 2025-03-10T21:01:02.918Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-77e2008c-d97a-4d89-b26b-8d54bb42bf3a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = destroy
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
847 | 2025-03-10T21:01:02.944Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
848 | 2025-03-10T21:01:02.944Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-fe9d7d04-e49b-411c-8e64-d1a68ee14e97"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = destroy
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
849 | 2025-03-10T21:01:02.971Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
850 | 2025-03-10T21:01:02.971Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-4465b3d4-03f0-4670-bfc9-352e4ef91197"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::zfs
verb = destroy
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
851 | 2025-03-10T21:01:02.992Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 561
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_framework::test_vm
vm = nvme_boot_option_description
vm_id = da7f7fda-1588-435d-a2d9-26c89dcd83c2
|
852 | 2025-03-10T21:01:02.992Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6150
file = phd-tests/tests/src/boot_order.rs
line = 510
path = phd_tests::boot_order::nvme_boot_option_description
target = phd_tests::boot_order
|
853 | 2025-03-10T21:01:02.992Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 561
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::fixtures
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
854 | 2025-03-10T21:01:02.992Z | INFO | phd-runner: Starting test phd_tests::boot_order::guest_can_adjust_boot_order
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
855 | 2025-03-10T21:01:02.992Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
856 | 2025-03-10T21:01:02.992Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
857 | 2025-03-10T21:01:02.992Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/boot_order.rs
line = 242
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_tests::boot_order
|
858 | 2025-03-10T21:01:02.992Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
859 | 2025-03-10T21:01:02.992Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
860 | 2025-03-10T21:01:02.992Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
861 | 2025-03-10T21:01:02.992Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::zfs
verb = list
|
862 | 2025-03-10T21:01:03.007Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::guest_can_adjust_boot_order
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 99.5M 1.80T 97.9M /phd-artifacts\n
target = phd_framework::zfs
|
863 | 2025-03-10T21:01:03.007Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-263801db-8a5b-4bb2-80cb-41c6c216a4a3"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::zfs
verb = snapshot
|
864 | 2025-03-10T21:01:03.026Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-263801db-8a5b-4bb2-80cb-41c6c216a4a3", "phd-artifacts/phd-clone-79207ab9-3835-4823-8e1c-344bec7d85a9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::zfs
verb = clone
|
865 | 2025-03-10T21:01:03.046Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-79207ab9-3835-4823-8e1c-344bec7d85a9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::zfs
verb = list
|
866 | 2025-03-10T21:01:03.060Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::guest_can_adjust_boot_order
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-79207ab9-3835-4823-8e1c-344bec7d85a9 0B 1.80T 97.9M /phd-artifacts/phd-clone-79207ab9-3835-4823-8e1c-344bec7d85a9\n
target = phd_framework::zfs
|
867 | 2025-03-10T21:01:03.061Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
868 | 2025-03-10T21:01:03.062Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm_name = guest_can_adjust_boot_order
|
869 | 2025-03-10T21:01:03.062Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
870 | 2025-03-10T21:01:03.062Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::boot_order::guest_can_adjust_boot_order
server_addr = 127.0.0.1:9125
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
871 | 2025-03-10T21:01:03.062Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::boot_order::guest_can_adjust_boot_order
stderr_path = "/tmp/propolis-phd/runner-1/guest_can_adjust_boot_order.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/guest_can_adjust_boot_order.stdout.log"
target = phd_framework::server_log_mode
|
872 | 2025-03-10T21:01:03.070Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 956
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm::server
|
873 | 2025-03-10T21:01:03.071Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
874 | 2025-03-10T21:01:03.071Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
875 | 2025-03-10T21:01:03.072Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9125/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
876 | 2025-03-10T21:01:03.492Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
877 | 2025-03-10T21:01:03.492Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: dfbcc9b0-ae41-4e70-8acc-34211b07766f, metadata: InstanceMetadata { project_id: b5547c3e-a646-4cb3-bc78-e6c29f320c81, silo_id: 722f0a6a-1a3a-4eef-8412-dc7d981cb13a, sled_id: 76cfcef7-fff0-4cba-917a-7d8a8fe69ccd, sled_model: "pheidippes", sled_revision: 1, sled_serial: "76cfcef7-fff0-4cba-917a-7d8a8fe69ccd" }, name: "phd-vm-dfbcc9b0-ae41-4e70-8acc-34211b07766f" }, state: Creating }
line = 379
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
878 | 2025-03-10T21:01:03.492Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 421
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
879 | 2025-03-10T21:01:03.492Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
880 | 2025-03-10T21:01:03.492Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::boot_order::guest_can_adjust_boot_order
state = Run
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
881 | 2025-03-10T21:01:03.493Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
882 | 2025-03-10T21:01:03.493Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
883 | 2025-03-10T21:01:03.493Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = 300s
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
884 | 2025-03-10T21:01:03.493Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
885 | 2025-03-10T21:01:03.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
886 | 2025-03-10T21:01:03.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
887 | 2025-03-10T21:01:06.018Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4298
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
888 | 2025-03-10T21:01:06.018Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
889 | 2025-03-10T21:01:06.018Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
890 | 2025-03-10T21:01:06.018Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
891 | 2025-03-10T21:01:06.018Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
892 | 2025-03-10T21:01:06.038Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
893 | 2025-03-10T21:01:06.038Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
894 | 2025-03-10T21:01:06.038Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
895 | 2025-03-10T21:01:06.038Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
896 | 2025-03-10T21:01:06.038Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
897 | 2025-03-10T21:01:06.071Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
898 | 2025-03-10T21:01:06.071Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
899 | 2025-03-10T21:01:06.071Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4352
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
900 | 2025-03-10T21:01:06.071Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
901 | 2025-03-10T21:01:06.071Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
902 | 2025-03-10T21:01:06.082Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
903 | 2025-03-10T21:01:06.082Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
904 | 2025-03-10T21:01:06.082Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
905 | 2025-03-10T21:01:06.115Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
906 | 2025-03-10T21:01:06.115Z | INFO | phd-runner: [TEST - EVENT] Initial boot order var: [0, 0, 1, 0, 2, 0, 3, 0, 4, 0]
file = phd-tests/tests/src/boot_order/efi_utils.rs
line = 417
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_tests::boot_order::efi_utils
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
907 | 2025-03-10T21:01:06.115Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
908 | 2025-03-10T21:01:06.115Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
909 | 2025-03-10T21:01:06.126Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
910 | 2025-03-10T21:01:06.126Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
911 | 2025-03-10T21:01:06.126Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
912 | 2025-03-10T21:01:06.158Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
913 | 2025-03-10T21:01:06.159Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
914 | 2025-03-10T21:01:06.159Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
915 | 2025-03-10T21:01:06.170Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
916 | 2025-03-10T21:01:06.170Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
917 | 2025-03-10T21:01:06.170Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
918 | 2025-03-10T21:01:06.203Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
919 | 2025-03-10T21:01:06.203Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
920 | 2025-03-10T21:01:06.203Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
921 | 2025-03-10T21:01:06.214Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
922 | 2025-03-10T21:01:06.214Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
923 | 2025-03-10T21:01:06.214Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
924 | 2025-03-10T21:01:06.247Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
925 | 2025-03-10T21:01:06.247Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
926 | 2025-03-10T21:01:06.247Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
927 | 2025-03-10T21:01:06.258Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
928 | 2025-03-10T21:01:06.258Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
929 | 2025-03-10T21:01:06.258Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
930 | 2025-03-10T21:01:06.302Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
931 | 2025-03-10T21:01:06.302Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
932 | 2025-03-10T21:01:06.302Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
933 | 2025-03-10T21:01:06.313Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
934 | 2025-03-10T21:01:06.313Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
935 | 2025-03-10T21:01:06.313Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
936 | 2025-03-10T21:01:06.347Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
937 | 2025-03-10T21:01:06.347Z | INFO | phd-runner: [TEST - EVENT] Found boot options: {"boot-disk": 1, "uiapp": 0, "unbootable": 2, "efi shell": 4, "unbootable-2": 3}
file = phd-tests/tests/src/boot_order/efi_utils.rs
line = 473
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_tests::boot_order::efi_utils
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
938 | 2025-03-10T21:01:06.347Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
939 | 2025-03-10T21:01:06.347Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
940 | 2025-03-10T21:01:06.358Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
941 | 2025-03-10T21:01:06.359Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
942 | 2025-03-10T21:01:06.359Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
943 | 2025-03-10T21:01:06.391Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
944 | 2025-03-10T21:01:06.391Z | INFO | phd-runner: [TEST - EVENT] Removing Boot 2 from the boot order. It was at index 2
file = phd-tests/tests/src/boot_order/efi_utils.rs
line = 508
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_tests::boot_order::efi_utils
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
945 | 2025-03-10T21:01:06.391Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
946 | 2025-03-10T21:01:06.392Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
947 | 2025-03-10T21:01:06.403Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
948 | 2025-03-10T21:01:06.403Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
949 | 2025-03-10T21:01:06.403Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
950 | 2025-03-10T21:01:06.436Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
951 | 2025-03-10T21:01:06.436Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
952 | 2025-03-10T21:01:06.436Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
953 | 2025-03-10T21:01:06.447Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
954 | 2025-03-10T21:01:06.447Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
955 | 2025-03-10T21:01:06.447Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
956 | 2025-03-10T21:01:06.468Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
957 | 2025-03-10T21:01:06.468Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
958 | 2025-03-10T21:01:06.469Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
959 | 2025-03-10T21:01:06.480Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
960 | 2025-03-10T21:01:06.480Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
961 | 2025-03-10T21:01:06.480Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = 300s
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
962 | 2025-03-10T21:01:06.480Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
963 | 2025-03-10T21:01:06.480Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
964 | 2025-03-10T21:01:06.481Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
965 | 2025-03-10T21:01:07.686Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4193
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
966 | 2025-03-10T21:01:07.686Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WriteStr("root")
target = phd_framework::test_vm
|
967 | 2025-03-10T21:01:07.686Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
968 | 2025-03-10T21:01:07.687Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
969 | 2025-03-10T21:01:07.687Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
970 | 2025-03-10T21:01:07.704Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
971 | 2025-03-10T21:01:07.704Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
972 | 2025-03-10T21:01:07.705Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
973 | 2025-03-10T21:01:07.705Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
974 | 2025-03-10T21:01:07.705Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
975 | 2025-03-10T21:01:07.738Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
976 | 2025-03-10T21:01:07.738Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
977 | 2025-03-10T21:01:07.738Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4244
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
978 | 2025-03-10T21:01:07.738Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
979 | 2025-03-10T21:01:07.738Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
980 | 2025-03-10T21:01:07.748Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
981 | 2025-03-10T21:01:07.749Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
982 | 2025-03-10T21:01:07.749Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
983 | 2025-03-10T21:01:07.781Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
984 | 2025-03-10T21:01:07.781Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
985 | 2025-03-10T21:01:07.782Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
986 | 2025-03-10T21:01:07.792Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
987 | 2025-03-10T21:01:07.792Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
988 | 2025-03-10T21:01:07.792Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
989 | 2025-03-10T21:01:07.825Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
990 | 2025-03-10T21:01:07.825Z | WARN | phd-runner: [TEST - EVENT] guest environment already has a BootFFFF entry; is this not a fresh image?
file = phd-tests/tests/src/boot_order.rs
line = 282
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_tests::boot_order
|
991 | 2025-03-10T21:01:07.825Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
992 | 2025-03-10T21:01:07.825Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
993 | 2025-03-10T21:01:07.837Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
994 | 2025-03-10T21:01:07.837Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
995 | 2025-03-10T21:01:07.837Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
996 | 2025-03-10T21:01:07.860Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
997 | 2025-03-10T21:01:07.860Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
998 | 2025-03-10T21:01:07.860Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
999 | 2025-03-10T21:01:07.870Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1000 | 2025-03-10T21:01:07.871Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1001 | 2025-03-10T21:01:07.871Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1002 | 2025-03-10T21:01:07.903Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1003 | 2025-03-10T21:01:07.903Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1004 | 2025-03-10T21:01:07.903Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1005 | 2025-03-10T21:01:07.914Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1006 | 2025-03-10T21:01:07.914Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1007 | 2025-03-10T21:01:07.914Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1008 | 2025-03-10T21:01:07.947Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1009 | 2025-03-10T21:01:07.947Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1010 | 2025-03-10T21:01:07.948Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1011 | 2025-03-10T21:01:07.970Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1012 | 2025-03-10T21:01:07.971Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1013 | 2025-03-10T21:01:07.971Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1014 | 2025-03-10T21:01:07.992Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1015 | 2025-03-10T21:01:07.992Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1016 | 2025-03-10T21:01:07.992Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1017 | 2025-03-10T21:01:08.004Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1018 | 2025-03-10T21:01:08.004Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1019 | 2025-03-10T21:01:08.004Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1020 | 2025-03-10T21:01:08.037Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1021 | 2025-03-10T21:01:08.037Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1022 | 2025-03-10T21:01:08.037Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1023 | 2025-03-10T21:01:08.048Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1024 | 2025-03-10T21:01:08.048Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1025 | 2025-03-10T21:01:08.048Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1026 | 2025-03-10T21:01:08.081Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1027 | 2025-03-10T21:01:08.081Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1028 | 2025-03-10T21:01:08.081Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1029 | 2025-03-10T21:01:08.091Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1030 | 2025-03-10T21:01:08.091Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1031 | 2025-03-10T21:01:08.092Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1032 | 2025-03-10T21:01:08.124Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1033 | 2025-03-10T21:01:08.124Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1034 | 2025-03-10T21:01:08.124Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1035 | 2025-03-10T21:01:08.136Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1036 | 2025-03-10T21:01:08.136Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1037 | 2025-03-10T21:01:08.136Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1038 | 2025-03-10T21:01:08.169Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1039 | 2025-03-10T21:01:08.169Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1040 | 2025-03-10T21:01:08.169Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1041 | 2025-03-10T21:01:08.192Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1042 | 2025-03-10T21:01:08.192Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1043 | 2025-03-10T21:01:08.192Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1044 | 2025-03-10T21:01:08.225Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1045 | 2025-03-10T21:01:08.225Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1046 | 2025-03-10T21:01:08.225Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1047 | 2025-03-10T21:01:08.235Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1048 | 2025-03-10T21:01:08.235Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1049 | 2025-03-10T21:01:08.235Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1050 | 2025-03-10T21:01:08.268Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1051 | 2025-03-10T21:01:08.268Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1052 | 2025-03-10T21:01:08.268Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1053 | 2025-03-10T21:01:08.280Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1054 | 2025-03-10T21:01:08.280Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1055 | 2025-03-10T21:01:08.280Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1056 | 2025-03-10T21:01:08.313Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1057 | 2025-03-10T21:01:08.313Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1058 | 2025-03-10T21:01:08.313Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1059 | 2025-03-10T21:01:08.335Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1060 | 2025-03-10T21:01:08.335Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1061 | 2025-03-10T21:01:08.335Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1062 | 2025-03-10T21:01:08.357Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1063 | 2025-03-10T21:01:08.357Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1064 | 2025-03-10T21:01:08.357Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1065 | 2025-03-10T21:01:08.367Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1066 | 2025-03-10T21:01:08.367Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1067 | 2025-03-10T21:01:08.368Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1068 | 2025-03-10T21:01:08.400Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1069 | 2025-03-10T21:01:08.400Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1070 | 2025-03-10T21:01:08.400Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1071 | 2025-03-10T21:01:08.412Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1072 | 2025-03-10T21:01:08.412Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1073 | 2025-03-10T21:01:08.412Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1074 | 2025-03-10T21:01:08.445Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1075 | 2025-03-10T21:01:08.445Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1076 | 2025-03-10T21:01:08.445Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1077 | 2025-03-10T21:01:08.455Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1078 | 2025-03-10T21:01:08.456Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1079 | 2025-03-10T21:01:08.456Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1080 | 2025-03-10T21:01:08.489Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1081 | 2025-03-10T21:01:08.489Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1082 | 2025-03-10T21:01:08.489Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1083 | 2025-03-10T21:01:08.499Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1084 | 2025-03-10T21:01:08.500Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1085 | 2025-03-10T21:01:08.500Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1086 | 2025-03-10T21:01:08.533Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1087 | 2025-03-10T21:01:08.533Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1088 | 2025-03-10T21:01:08.533Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1089 | 2025-03-10T21:01:08.543Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1090 | 2025-03-10T21:01:08.543Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
1091 | 2025-03-10T21:01:08.543Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = 300s
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1092 | 2025-03-10T21:01:08.544Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
1093 | 2025-03-10T21:01:08.544Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1094 | 2025-03-10T21:01:08.544Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1095 | 2025-03-10T21:01:13.032Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6551
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
1096 | 2025-03-10T21:01:13.032Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1097 | 2025-03-10T21:01:13.033Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1098 | 2025-03-10T21:01:13.033Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
1099 | 2025-03-10T21:01:13.033Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
1100 | 2025-03-10T21:01:13.051Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
1101 | 2025-03-10T21:01:13.051Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1102 | 2025-03-10T21:01:13.052Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1103 | 2025-03-10T21:01:13.052Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
1104 | 2025-03-10T21:01:13.052Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
1105 | 2025-03-10T21:01:13.085Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
1106 | 2025-03-10T21:01:13.085Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1107 | 2025-03-10T21:01:13.086Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6605
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1108 | 2025-03-10T21:01:13.086Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
1109 | 2025-03-10T21:01:13.086Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
1110 | 2025-03-10T21:01:13.097Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
1111 | 2025-03-10T21:01:13.097Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
1112 | 2025-03-10T21:01:13.097Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
1113 | 2025-03-10T21:01:13.130Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
1114 | 2025-03-10T21:01:13.130Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
1115 | 2025-03-10T21:01:13.130Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1116 | 2025-03-10T21:01:13.131Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1117 | 2025-03-10T21:01:13.131Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1118 | 2025-03-10T21:01:13.131Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
verb = list
|
1119 | 2025-03-10T21:01:13.143Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
1120 | 2025-03-10T21:01:13.152Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 99.5M 1.80T 97.9M /phd-artifacts\n
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1121 | 2025-03-10T21:01:13.152Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-94a9a1c6-eeba-4f6a-b388-f3b17f037e9b"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
verb = snapshot
|
1122 | 2025-03-10T21:01:13.179Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-94a9a1c6-eeba-4f6a-b388-f3b17f037e9b", "phd-artifacts/phd-clone-1946c240-0c40-4784-bc8c-8a1ddecae855"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
verb = clone
|
1123 | 2025-03-10T21:01:13.201Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-1946c240-0c40-4784-bc8c-8a1ddecae855"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
verb = list
|
1124 | 2025-03-10T21:01:13.217Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-1946c240-0c40-4784-bc8c-8a1ddecae855 0B 1.80T 97.9M /phd-artifacts/phd-clone-1946c240-0c40-4784-bc8c-8a1ddecae855\n
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1125 | 2025-03-10T21:01:13.218Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1126 | 2025-03-10T21:01:13.218Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm_name = boot_order_source_priority
|
1127 | 2025-03-10T21:01:13.218Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /work/phd-test/propolis-server
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1128 | 2025-03-10T21:01:13.218Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1129 | 2025-03-10T21:01:13.218Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
stderr_path = "/tmp/propolis-phd/runner-0/boot_order_source_priority.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/boot_order_source_priority.stdout.log"
target = phd_framework::server_log_mode
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1130 | 2025-03-10T21:01:13.227Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 961
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1131 | 2025-03-10T21:01:13.227Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1132 | 2025-03-10T21:01:13.227Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1133 | 2025-03-10T21:01:13.229Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1134 | 2025-03-10T21:01:13.229Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
1135 | 2025-03-10T21:01:13.229Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11511
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1136 | 2025-03-10T21:01:13.604Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
self.address = 127.0.0.1:9000
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
1137 | 2025-03-10T21:01:13.734Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
1138 | 2025-03-10T21:01:13.735Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e062dc1c-91e3-4158-b23d-4dd3fe0de692"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
verb = destroy
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
1139 | 2025-03-10T21:01:13.769Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
1140 | 2025-03-10T21:01:13.769Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-99f60d18-223f-4fc4-9412-ec18ccbd2220"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
verb = destroy
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
1141 | 2025-03-10T21:01:13.795Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 664
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = f3752963-aa21-45ec-9a88-11dfd74b032a
|
1142 | 2025-03-10T21:01:14.052Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1143 | 2025-03-10T21:01:14.052Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: c651b22b-15b1-4e00-99d4-94191d1bb2d1, metadata: InstanceMetadata { project_id: 870d210f-d049-4e35-b72e-be96858d0e9f, silo_id: c74aa76c-5af7-46b2-bfa8-6570d2fc7c0e, sled_id: 7534face-fbc8-4014-b357-57dd83aac720, sled_model: "pheidippes", sled_revision: 1, sled_serial: "7534face-fbc8-4014-b357-57dd83aac720" }, name: "phd-vm-c651b22b-15b1-4e00-99d4-94191d1bb2d1" }, state: Creating }
line = 379
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1144 | 2025-03-10T21:01:14.052Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 825
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1145 | 2025-03-10T21:01:14.052Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1146 | 2025-03-10T21:01:14.053Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
state = Run
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1147 | 2025-03-10T21:01:14.053Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1148 | 2025-03-10T21:01:14.053Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1149 | 2025-03-10T21:01:14.053Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = 300s
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1150 | 2025-03-10T21:01:14.053Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1151 | 2025-03-10T21:01:14.053Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1152 | 2025-03-10T21:01:14.053Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1153 | 2025-03-10T21:01:15.034Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6490
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1154 | 2025-03-10T21:01:15.034Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WriteStr("root")
target = phd_framework::test_vm
|
1155 | 2025-03-10T21:01:15.034Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1156 | 2025-03-10T21:01:15.034Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1157 | 2025-03-10T21:01:15.034Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1158 | 2025-03-10T21:01:15.052Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1159 | 2025-03-10T21:01:15.052Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
1160 | 2025-03-10T21:01:15.052Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::guest_can_adjust_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1161 | 2025-03-10T21:01:15.052Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1162 | 2025-03-10T21:01:15.052Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1163 | 2025-03-10T21:01:15.075Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1164 | 2025-03-10T21:01:15.075Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
1165 | 2025-03-10T21:01:15.075Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6531
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
|
1166 | 2025-03-10T21:01:15.075Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1167 | 2025-03-10T21:01:15.075Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1168 | 2025-03-10T21:01:15.087Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1169 | 2025-03-10T21:01:15.087Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1170 | 2025-03-10T21:01:15.087Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1171 | 2025-03-10T21:01:15.119Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1172 | 2025-03-10T21:01:15.120Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1173 | 2025-03-10T21:01:15.120Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1174 | 2025-03-10T21:01:15.130Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1175 | 2025-03-10T21:01:15.130Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1176 | 2025-03-10T21:01:15.130Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1177 | 2025-03-10T21:01:15.153Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1178 | 2025-03-10T21:01:15.153Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1179 | 2025-03-10T21:01:15.153Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1180 | 2025-03-10T21:01:15.164Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1181 | 2025-03-10T21:01:15.165Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1182 | 2025-03-10T21:01:15.165Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1183 | 2025-03-10T21:01:15.197Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1184 | 2025-03-10T21:01:15.197Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1185 | 2025-03-10T21:01:15.197Z | INFO | phd-runner: test phd_tests::boot_order::guest_can_adjust_boot_order ... ok
file = phd-tests/runner/src/execute.rs
line = 119
target = phd_runner::execute
|
1186 | 2025-03-10T21:01:15.197Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1187 | 2025-03-10T21:01:15.198Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
1188 | 2025-03-10T21:01:15.198Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11705
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1189 | 2025-03-10T21:01:15.199Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1190 | 2025-03-10T21:01:15.574Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::boot_order::guest_can_adjust_boot_order
self.address = 127.0.0.1:9125
target = phd_framework::test_vm::server
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1191 | 2025-03-10T21:01:15.709Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::zfs
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1192 | 2025-03-10T21:01:15.709Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-79207ab9-3835-4823-8e1c-344bec7d85a9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::zfs
verb = destroy
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1193 | 2025-03-10T21:01:15.743Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::zfs
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1194 | 2025-03-10T21:01:15.743Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-263801db-8a5b-4bb2-80cb-41c6c216a4a3"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::zfs
verb = destroy
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1195 | 2025-03-10T21:01:15.765Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 567
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_framework::test_vm
vm = guest_can_adjust_boot_order
vm_id = dfbcc9b0-ae41-4e70-8acc-34211b07766f
|
1196 | 2025-03-10T21:01:15.765Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12772
file = phd-tests/tests/src/boot_order.rs
line = 242
path = phd_tests::boot_order::guest_can_adjust_boot_order
target = phd_tests::boot_order
|
1197 | 2025-03-10T21:01:15.765Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 567
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1198 | 2025-03-10T21:01:15.765Z | INFO | phd-runner: Starting test phd_tests::boot_order::unbootable_disk_skipped
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
1199 | 2025-03-10T21:01:15.765Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1200 | 2025-03-10T21:01:15.765Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1201 | 2025-03-10T21:01:15.765Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/boot_order.rs
line = 117
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_tests::boot_order
|
1202 | 2025-03-10T21:01:15.766Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
1203 | 2025-03-10T21:01:15.766Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
1204 | 2025-03-10T21:01:15.766Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
1205 | 2025-03-10T21:01:15.766Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
verb = list
|
1206 | 2025-03-10T21:01:15.781Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::unbootable_disk_skipped
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 98.8M 1.80T 97.9M /phd-artifacts\n
target = phd_framework::zfs
|
1207 | 2025-03-10T21:01:15.782Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-fc02107c-0c08-4888-a6f1-5df2b14e008e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
verb = snapshot
|
1208 | 2025-03-10T21:01:15.801Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-fc02107c-0c08-4888-a6f1-5df2b14e008e", "phd-artifacts/phd-clone-2c242b1a-bf4d-47b4-bfc9-1eeb51395c0a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
verb = clone
|
1209 | 2025-03-10T21:01:15.820Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2c242b1a-bf4d-47b4-bfc9-1eeb51395c0a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
verb = list
|
1210 | 2025-03-10T21:01:15.832Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::unbootable_disk_skipped
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-2c242b1a-bf4d-47b4-bfc9-1eeb51395c0a 0B 1.80T 97.9M /phd-artifacts/phd-clone-2c242b1a-bf4d-47b4-bfc9-1eeb51395c0a\n
target = phd_framework::zfs
|
1211 | 2025-03-10T21:01:15.833Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
|
1212 | 2025-03-10T21:01:15.833Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm_name = unbootable_disk_skipped
|
1213 | 2025-03-10T21:01:15.833Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
1214 | 2025-03-10T21:01:15.833Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::boot_order::unbootable_disk_skipped
server_addr = 127.0.0.1:9125
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1215 | 2025-03-10T21:01:15.834Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::boot_order::unbootable_disk_skipped
stderr_path = "/tmp/propolis-phd/runner-1/unbootable_disk_skipped.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/unbootable_disk_skipped.stdout.log"
target = phd_framework::server_log_mode
|
1216 | 2025-03-10T21:01:15.842Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 972
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm::server
|
1217 | 2025-03-10T21:01:15.842Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 8
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
|
1218 | 2025-03-10T21:01:15.842Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1219 | 2025-03-10T21:01:15.843Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9125/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1220 | 2025-03-10T21:01:16.508Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1221 | 2025-03-10T21:01:16.509Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 69cfc74a-6712-4f62-9d70-a65dd479abc7, metadata: InstanceMetadata { project_id: 9260c99f-ebaf-4636-853c-26a2a5e42b6e, silo_id: 4dd785a1-fabf-42d2-bac0-d7660b5ea1e4, sled_id: 3fb3e0d4-eb0e-4e20-bb98-e4bfa5873bfd, sled_model: "pheidippes", sled_revision: 1, sled_serial: "3fb3e0d4-eb0e-4e20-bb98-e4bfa5873bfd" }, name: "phd-vm-69cfc74a-6712-4f62-9d70-a65dd479abc7" }, state: Creating }
line = 379
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1222 | 2025-03-10T21:01:16.509Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 666
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1223 | 2025-03-10T21:01:16.509Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1224 | 2025-03-10T21:01:16.509Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::boot_order::unbootable_disk_skipped
state = Run
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1225 | 2025-03-10T21:01:16.510Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1226 | 2025-03-10T21:01:16.510Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
|
1227 | 2025-03-10T21:01:16.510Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = 300s
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1228 | 2025-03-10T21:01:16.510Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::unbootable_disk_skipped
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
1229 | 2025-03-10T21:01:16.510Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1230 | 2025-03-10T21:01:16.510Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1231 | 2025-03-10T21:01:18.328Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4274
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1232 | 2025-03-10T21:01:18.328Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1233 | 2025-03-10T21:01:18.328Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1234 | 2025-03-10T21:01:18.329Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1235 | 2025-03-10T21:01:18.329Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1236 | 2025-03-10T21:01:18.348Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1237 | 2025-03-10T21:01:18.348Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1238 | 2025-03-10T21:01:18.349Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1239 | 2025-03-10T21:01:18.349Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1240 | 2025-03-10T21:01:18.349Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1241 | 2025-03-10T21:01:18.382Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1242 | 2025-03-10T21:01:18.382Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1243 | 2025-03-10T21:01:18.382Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4328
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1244 | 2025-03-10T21:01:18.382Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1245 | 2025-03-10T21:01:18.382Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1246 | 2025-03-10T21:01:18.404Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1247 | 2025-03-10T21:01:18.404Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1248 | 2025-03-10T21:01:18.404Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1249 | 2025-03-10T21:01:18.437Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1250 | 2025-03-10T21:01:18.437Z | INFO | phd-runner: [TEST - EVENT] Initial boot order var: [1, 0, 2, 0, 3, 0, 0, 0, 4, 0]
file = phd-tests/tests/src/boot_order/efi_utils.rs
line = 417
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_tests::boot_order::efi_utils
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1251 | 2025-03-10T21:01:18.437Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1252 | 2025-03-10T21:01:18.437Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1253 | 2025-03-10T21:01:18.459Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1254 | 2025-03-10T21:01:18.459Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1255 | 2025-03-10T21:01:18.459Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1256 | 2025-03-10T21:01:18.492Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1257 | 2025-03-10T21:01:18.492Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1258 | 2025-03-10T21:01:18.492Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1259 | 2025-03-10T21:01:18.514Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1260 | 2025-03-10T21:01:18.514Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1261 | 2025-03-10T21:01:18.514Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1262 | 2025-03-10T21:01:18.558Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1263 | 2025-03-10T21:01:18.558Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1264 | 2025-03-10T21:01:18.558Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1265 | 2025-03-10T21:01:18.580Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1266 | 2025-03-10T21:01:18.580Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1267 | 2025-03-10T21:01:18.580Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1268 | 2025-03-10T21:01:18.625Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 44
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1269 | 2025-03-10T21:01:18.625Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1270 | 2025-03-10T21:01:18.625Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1271 | 2025-03-10T21:01:18.646Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1272 | 2025-03-10T21:01:18.647Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1273 | 2025-03-10T21:01:18.647Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1274 | 2025-03-10T21:01:18.680Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1275 | 2025-03-10T21:01:18.681Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1276 | 2025-03-10T21:01:18.681Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1277 | 2025-03-10T21:01:18.702Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1278 | 2025-03-10T21:01:18.702Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1279 | 2025-03-10T21:01:18.702Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1280 | 2025-03-10T21:01:18.745Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 42
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1281 | 2025-03-10T21:01:18.745Z | INFO | phd-runner: [TEST - EVENT] Found boot options: {"boot-disk": 1, "unbootable-2": 3, "efi shell": 4, "uiapp": 0, "unbootable": 2}
file = phd-tests/tests/src/boot_order/efi_utils.rs
line = 473
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_tests::boot_order::efi_utils
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1282 | 2025-03-10T21:01:18.746Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1283 | 2025-03-10T21:01:18.746Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1284 | 2025-03-10T21:01:18.768Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1285 | 2025-03-10T21:01:18.768Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1286 | 2025-03-10T21:01:18.768Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1287 | 2025-03-10T21:01:18.801Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1288 | 2025-03-10T21:01:18.801Z | INFO | phd-runner: [TEST - EVENT] Removing Boot 2 from the boot order. It was at index 1
file = phd-tests/tests/src/boot_order/efi_utils.rs
line = 508
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_tests::boot_order::efi_utils
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1289 | 2025-03-10T21:01:18.801Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1290 | 2025-03-10T21:01:18.801Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1291 | 2025-03-10T21:01:18.823Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1292 | 2025-03-10T21:01:18.823Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1293 | 2025-03-10T21:01:18.823Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1294 | 2025-03-10T21:01:18.856Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1295 | 2025-03-10T21:01:18.856Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1296 | 2025-03-10T21:01:18.856Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1297 | 2025-03-10T21:01:18.878Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1298 | 2025-03-10T21:01:18.879Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1299 | 2025-03-10T21:01:18.879Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1300 | 2025-03-10T21:01:18.900Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1301 | 2025-03-10T21:01:18.901Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1302 | 2025-03-10T21:01:18.901Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1303 | 2025-03-10T21:01:18.912Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1304 | 2025-03-10T21:01:18.912Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1305 | 2025-03-10T21:01:18.912Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = 300s
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1306 | 2025-03-10T21:01:18.912Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1307 | 2025-03-10T21:01:18.912Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1308 | 2025-03-10T21:01:18.912Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1309 | 2025-03-10T21:01:20.711Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4200
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1310 | 2025-03-10T21:01:20.711Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::unbootable_disk_skipped
step = WriteStr("root")
target = phd_framework::test_vm
|
1311 | 2025-03-10T21:01:20.711Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::unbootable_disk_skipped
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1312 | 2025-03-10T21:01:20.711Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1313 | 2025-03-10T21:01:20.711Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1314 | 2025-03-10T21:01:20.730Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1315 | 2025-03-10T21:01:20.730Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::unbootable_disk_skipped
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
1316 | 2025-03-10T21:01:20.730Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::unbootable_disk_skipped
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1317 | 2025-03-10T21:01:20.730Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1318 | 2025-03-10T21:01:20.730Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1319 | 2025-03-10T21:01:20.762Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1320 | 2025-03-10T21:01:20.762Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
|
1321 | 2025-03-10T21:01:20.762Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4252
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
|
1322 | 2025-03-10T21:01:20.762Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1323 | 2025-03-10T21:01:20.762Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1324 | 2025-03-10T21:01:20.774Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1325 | 2025-03-10T21:01:20.774Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1326 | 2025-03-10T21:01:20.774Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1327 | 2025-03-10T21:01:20.806Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1328 | 2025-03-10T21:01:20.807Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1329 | 2025-03-10T21:01:20.807Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1330 | 2025-03-10T21:01:20.817Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1331 | 2025-03-10T21:01:20.817Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1332 | 2025-03-10T21:01:20.817Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1333 | 2025-03-10T21:01:20.851Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1334 | 2025-03-10T21:01:20.852Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1335 | 2025-03-10T21:01:20.852Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1336 | 2025-03-10T21:01:20.862Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1337 | 2025-03-10T21:01:20.862Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1338 | 2025-03-10T21:01:20.862Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1339 | 2025-03-10T21:01:20.896Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1340 | 2025-03-10T21:01:20.896Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1341 | 2025-03-10T21:01:20.896Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1342 | 2025-03-10T21:01:20.906Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1343 | 2025-03-10T21:01:20.906Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1344 | 2025-03-10T21:01:20.906Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1345 | 2025-03-10T21:01:20.950Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 43
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1346 | 2025-03-10T21:01:20.950Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1347 | 2025-03-10T21:01:20.950Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1348 | 2025-03-10T21:01:20.961Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1349 | 2025-03-10T21:01:20.961Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1350 | 2025-03-10T21:01:20.962Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1351 | 2025-03-10T21:01:20.994Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1352 | 2025-03-10T21:01:20.995Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1353 | 2025-03-10T21:01:20.995Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1354 | 2025-03-10T21:01:21.005Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1355 | 2025-03-10T21:01:21.005Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1356 | 2025-03-10T21:01:21.006Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1357 | 2025-03-10T21:01:21.038Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1358 | 2025-03-10T21:01:21.039Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1359 | 2025-03-10T21:01:21.039Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1360 | 2025-03-10T21:01:21.050Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1361 | 2025-03-10T21:01:21.050Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1362 | 2025-03-10T21:01:21.050Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1363 | 2025-03-10T21:01:21.082Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1364 | 2025-03-10T21:01:21.083Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1365 | 2025-03-10T21:01:21.083Z | INFO | phd-runner: test phd_tests::boot_order::unbootable_disk_skipped ... ok
file = phd-tests/runner/src/execute.rs
line = 119
target = phd_runner::execute
|
1366 | 2025-03-10T21:01:21.083Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1367 | 2025-03-10T21:01:21.083Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
1368 | 2025-03-10T21:01:21.083Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4574
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1369 | 2025-03-10T21:01:21.084Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1370 | 2025-03-10T21:01:21.363Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::boot_order::unbootable_disk_skipped
self.address = 127.0.0.1:9125
target = phd_framework::test_vm::server
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1371 | 2025-03-10T21:01:21.488Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1372 | 2025-03-10T21:01:21.489Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2c242b1a-bf4d-47b4-bfc9-1eeb51395c0a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
verb = destroy
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1373 | 2025-03-10T21:01:21.522Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1374 | 2025-03-10T21:01:21.522Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-fc02107c-0c08-4888-a6f1-5df2b14e008e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::zfs
verb = destroy
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1375 | 2025-03-10T21:01:21.551Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 468
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_framework::test_vm
vm = unbootable_disk_skipped
vm_id = 69cfc74a-6712-4f62-9d70-a65dd479abc7
|
1376 | 2025-03-10T21:01:21.551Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5785
file = phd-tests/tests/src/boot_order.rs
line = 117
path = phd_tests::boot_order::unbootable_disk_skipped
target = phd_tests::boot_order
|
1377 | 2025-03-10T21:01:21.552Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 468
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1378 | 2025-03-10T21:01:21.552Z | INFO | phd-runner: Starting test phd_tests::boot_order::configurable_boot_order
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
1379 | 2025-03-10T21:01:21.552Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1380 | 2025-03-10T21:01:21.552Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1381 | 2025-03-10T21:01:21.552Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/boot_order.rs
line = 51
path = phd_tests::boot_order::configurable_boot_order
target = phd_tests::boot_order
|
1382 | 2025-03-10T21:01:21.552Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
1383 | 2025-03-10T21:01:21.552Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
1384 | 2025-03-10T21:01:21.552Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
1385 | 2025-03-10T21:01:21.552Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
1386 | 2025-03-10T21:01:21.569Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::configurable_boot_order
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 99.7M 1.80T 97.9M /phd-artifacts\n
target = phd_framework::zfs
|
1387 | 2025-03-10T21:01:21.569Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-91ab0ca5-ed3c-461b-a49e-4468d8deffab"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = snapshot
|
1388 | 2025-03-10T21:01:21.589Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-91ab0ca5-ed3c-461b-a49e-4468d8deffab", "phd-artifacts/phd-clone-c67a86ec-ee0c-439a-9faa-3e22d38b2d7b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = clone
|
1389 | 2025-03-10T21:01:21.614Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c67a86ec-ee0c-439a-9faa-3e22d38b2d7b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
1390 | 2025-03-10T21:01:21.629Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::configurable_boot_order
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-c67a86ec-ee0c-439a-9faa-3e22d38b2d7b 0B 1.80T 97.9M /phd-artifacts/phd-clone-c67a86ec-ee0c-439a-9faa-3e22d38b2d7b\n
target = phd_framework::zfs
|
1391 | 2025-03-10T21:01:21.630Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
1392 | 2025-03-10T21:01:21.630Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
1393 | 2025-03-10T21:01:21.643Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::configurable_boot_order
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 99.8M 1.80T 97.9M /phd-artifacts\n
target = phd_framework::zfs
|
1394 | 2025-03-10T21:01:21.643Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-750102d4-e807-4bba-99aa-e4bc15f28b1a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = snapshot
|
1395 | 2025-03-10T21:01:21.664Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-750102d4-e807-4bba-99aa-e4bc15f28b1a", "phd-artifacts/phd-clone-3d8cd944-0ac4-4296-bdab-660466830afd"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = clone
|
1396 | 2025-03-10T21:01:21.684Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-3d8cd944-0ac4-4296-bdab-660466830afd"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
1397 | 2025-03-10T21:01:21.698Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::configurable_boot_order
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-3d8cd944-0ac4-4296-bdab-660466830afd 0B 1.80T 97.9M /phd-artifacts/phd-clone-3d8cd944-0ac4-4296-bdab-660466830afd\n
target = phd_framework::zfs
|
1398 | 2025-03-10T21:01:21.698Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
1399 | 2025-03-10T21:01:21.698Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm_name = configurable_boot_order
|
1400 | 2025-03-10T21:01:21.698Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
1401 | 2025-03-10T21:01:21.698Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::boot_order::configurable_boot_order
server_addr = 127.0.0.1:9125
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1402 | 2025-03-10T21:01:21.699Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::boot_order::configurable_boot_order
stderr_path = "/tmp/propolis-phd/runner-1/configurable_boot_order.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/configurable_boot_order.stdout.log"
target = phd_framework::server_log_mode
|
1403 | 2025-03-10T21:01:21.706Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 984
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm::server
|
1404 | 2025-03-10T21:01:21.706Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 8
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
1405 | 2025-03-10T21:01:21.707Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1406 | 2025-03-10T21:01:21.707Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9125/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1407 | 2025-03-10T21:01:22.511Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1408 | 2025-03-10T21:01:22.513Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db, metadata: InstanceMetadata { project_id: 4c0c937a-0ea6-4c3f-a3a2-1e72cdf2d483, silo_id: e5c11068-cf55-4308-853c-c080dead27d8, sled_id: 6dcf9176-7a3d-4931-b97d-6e34fe435614, sled_model: "pheidippes", sled_revision: 1, sled_serial: "6dcf9176-7a3d-4931-b97d-6e34fe435614" }, name: "phd-vm-4321d4c1-26aa-4778-8d0c-b3bf46d6d1db" }, state: Creating }
line = 379
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1409 | 2025-03-10T21:01:22.513Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 806
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1410 | 2025-03-10T21:01:22.513Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1411 | 2025-03-10T21:01:22.513Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::boot_order::configurable_boot_order
state = Run
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1412 | 2025-03-10T21:01:22.514Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1413 | 2025-03-10T21:01:22.514Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
1414 | 2025-03-10T21:01:22.514Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = 300s
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1415 | 2025-03-10T21:01:22.514Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
1416 | 2025-03-10T21:01:22.514Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1417 | 2025-03-10T21:01:22.514Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1418 | 2025-03-10T21:01:25.431Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6518
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1419 | 2025-03-10T21:01:25.431Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1420 | 2025-03-10T21:01:25.431Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1421 | 2025-03-10T21:01:25.431Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1422 | 2025-03-10T21:01:25.431Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1423 | 2025-03-10T21:01:25.449Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1424 | 2025-03-10T21:01:25.449Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1425 | 2025-03-10T21:01:25.449Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1426 | 2025-03-10T21:01:25.449Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1427 | 2025-03-10T21:01:25.449Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = CallerTimeout
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1428 | 2025-03-10T21:01:25.482Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1429 | 2025-03-10T21:01:25.482Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1430 | 2025-03-10T21:01:25.482Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6570
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1431 | 2025-03-10T21:01:25.482Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1432 | 2025-03-10T21:01:25.482Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1433 | 2025-03-10T21:01:25.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1434 | 2025-03-10T21:01:25.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1435 | 2025-03-10T21:01:25.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1436 | 2025-03-10T21:01:25.526Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1437 | 2025-03-10T21:01:25.526Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1438 | 2025-03-10T21:01:25.526Z | INFO | phd-runner: [MIGRATE - EVENT] test phd_tests::boot_order::boot_order_source_priority ... ok
file = phd-tests/runner/src/execute.rs
line = 119
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::execute
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1439 | 2025-03-10T21:01:25.526Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::fixtures
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1440 | 2025-03-10T21:01:25.526Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
1441 | 2025-03-10T21:01:25.526Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11474
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1442 | 2025-03-10T21:01:25.527Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1443 | 2025-03-10T21:01:25.919Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
self.address = 127.0.0.1:9002
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1444 | 2025-03-10T21:01:26.054Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1445 | 2025-03-10T21:01:26.055Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-1946c240-0c40-4784-bc8c-8a1ddecae855"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
verb = destroy
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1446 | 2025-03-10T21:01:26.091Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1447 | 2025-03-10T21:01:26.091Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-94a9a1c6-eeba-4f6a-b388-f3b17f037e9b"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
verb = destroy
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1448 | 2025-03-10T21:01:26.117Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 590
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = boot_order_source_priority
vm_id = c651b22b-15b1-4e00-99d4-94191d1bb2d1
|
1449 | 2025-03-10T21:01:26.117Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 25022
file = phd-tests/tests/src/boot_order.rs
line = 403
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::boot_order::boot_order_source_priority
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_tests::boot_order
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1450 | 2025-03-10T21:01:26.117Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 591
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::fixtures
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1451 | 2025-03-10T21:01:26.117Z | INFO | phd-runner: Starting test phd_tests::crucible::smoke::vcr_replace_test
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
1452 | 2025-03-10T21:01:26.117Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1453 | 2025-03-10T21:01:26.117Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1454 | 2025-03-10T21:01:26.118Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/smoke.rs
line = 90
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_tests::crucible::smoke
|
1455 | 2025-03-10T21:01:26.118Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
1456 | 2025-03-10T21:01:26.118Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
1457 | 2025-03-10T21:01:26.118Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
1458 | 2025-03-10T21:01:26.118Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::zfs
verb = list
|
1459 | 2025-03-10T21:01:26.137Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::crucible::smoke::vcr_replace_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 99.6M 1.80T 97.9M /phd-artifacts\n
target = phd_framework::zfs
|
1460 | 2025-03-10T21:01:26.137Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-56d1b99d-554e-4160-af9f-f601c42f5a0b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::zfs
verb = snapshot
|
1461 | 2025-03-10T21:01:26.158Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-56d1b99d-554e-4160-af9f-f601c42f5a0b", "phd-artifacts/phd-clone-e9675b35-5f8a-4618-ac9e-4e836dfd64ca"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::zfs
verb = clone
|
1462 | 2025-03-10T21:01:26.181Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e9675b35-5f8a-4618-ac9e-4e836dfd64ca"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::zfs
verb = list
|
1463 | 2025-03-10T21:01:26.197Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::crucible::smoke::vcr_replace_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-e9675b35-5f8a-4618-ac9e-4e836dfd64ca 0B 1.80T 97.9M /phd-artifacts/phd-clone-e9675b35-5f8a-4618-ac9e-4e836dfd64ca\n
target = phd_framework::zfs
|
1464 | 2025-03-10T21:01:26.198Z | DEBG | phd-runner: [TEST - EVENT] checking for existing copy of artifact
file = phd-tests/framework/src/artifacts/store.rs
line = 89
maybe_path = /phd-artifacts/runner-0/24d245c50d205dfe4661fa3d6d8663a085849ce514f850ce07bf7fea7e260f52/crucible-nightly.tar.gz
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::artifacts::store
|
1465 | 2025-03-10T21:01:26.198Z | DEBG | phd-runner: [TEST - EVENT] Downloading file from Buildomat...
file = phd-tests/framework/src/artifacts/buildomat.rs
line = 215
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::artifacts::buildomat
timeout = 600s
uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/crucible/nightly-image/d2d8f8ad449df7e2befb7ee2723a442dd74b9b72/crucible-nightly.tar.gz
|
1466 | 2025-03-10T21:01:26.722Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4208
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1467 | 2025-03-10T21:01:26.722Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::configurable_boot_order
step = WriteStr("root")
target = phd_framework::test_vm
|
1468 | 2025-03-10T21:01:26.722Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1469 | 2025-03-10T21:01:26.722Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1470 | 2025-03-10T21:01:26.723Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1471 | 2025-03-10T21:01:26.741Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1472 | 2025-03-10T21:01:26.741Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::configurable_boot_order
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
1473 | 2025-03-10T21:01:26.741Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1474 | 2025-03-10T21:01:26.741Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1475 | 2025-03-10T21:01:26.741Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1476 | 2025-03-10T21:01:26.774Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1477 | 2025-03-10T21:01:26.774Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
1478 | 2025-03-10T21:01:26.774Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4260
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
1479 | 2025-03-10T21:01:26.774Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1480 | 2025-03-10T21:01:26.774Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1481 | 2025-03-10T21:01:26.795Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1482 | 2025-03-10T21:01:26.796Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1483 | 2025-03-10T21:01:26.796Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1484 | 2025-03-10T21:01:26.829Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1485 | 2025-03-10T21:01:26.829Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1486 | 2025-03-10T21:01:26.830Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1487 | 2025-03-10T21:01:26.851Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1488 | 2025-03-10T21:01:26.852Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1489 | 2025-03-10T21:01:26.852Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1490 | 2025-03-10T21:01:26.885Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1491 | 2025-03-10T21:01:26.885Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
1492 | 2025-03-10T21:01:26.885Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
1493 | 2025-03-10T21:01:26.885Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
1494 | 2025-03-10T21:01:26.885Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
1495 | 2025-03-10T21:01:26.906Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::configurable_boot_order
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 99.6M 1.80T 97.9M /phd-artifacts\n
target = phd_framework::zfs
|
1496 | 2025-03-10T21:01:26.906Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-f12d7352-94ab-420e-8fbd-86a33c6f41ee"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = snapshot
|
1497 | 2025-03-10T21:01:26.932Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-f12d7352-94ab-420e-8fbd-86a33c6f41ee", "phd-artifacts/phd-clone-4d60dd7a-9863-4149-bf20-2e5ea7325c76"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = clone
|
1498 | 2025-03-10T21:01:26.952Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-4d60dd7a-9863-4149-bf20-2e5ea7325c76"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
1499 | 2025-03-10T21:01:26.967Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::configurable_boot_order
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-4d60dd7a-9863-4149-bf20-2e5ea7325c76 0B 1.80T 97.9M /phd-artifacts/phd-clone-4d60dd7a-9863-4149-bf20-2e5ea7325c76\n
target = phd_framework::zfs
|
1500 | 2025-03-10T21:01:26.968Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
1501 | 2025-03-10T21:01:26.968Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
1502 | 2025-03-10T21:01:26.982Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::configurable_boot_order
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 99.7M 1.80T 97.9M /phd-artifacts\n
target = phd_framework::zfs
|
1503 | 2025-03-10T21:01:26.982Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-53aca88a-94df-4437-8be3-6d8a50494194"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = snapshot
|
1504 | 2025-03-10T21:01:27.002Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-53aca88a-94df-4437-8be3-6d8a50494194", "phd-artifacts/phd-clone-ac145ce2-cacc-44ed-9057-61bdf5a8ebe5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = clone
|
1505 | 2025-03-10T21:01:27.021Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-ac145ce2-cacc-44ed-9057-61bdf5a8ebe5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = list
|
1506 | 2025-03-10T21:01:27.035Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::boot_order::configurable_boot_order
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-ac145ce2-cacc-44ed-9057-61bdf5a8ebe5 0B 1.80T 97.9M /phd-artifacts/phd-clone-ac145ce2-cacc-44ed-9057-61bdf5a8ebe5\n
target = phd_framework::zfs
|
1507 | 2025-03-10T21:01:27.035Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
1508 | 2025-03-10T21:01:27.035Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm_name = configurable_boot_order
|
1509 | 2025-03-10T21:01:27.035Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
1510 | 2025-03-10T21:01:27.035Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::boot_order::configurable_boot_order
server_addr = 127.0.0.1:9127
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1511 | 2025-03-10T21:01:27.035Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::boot_order::configurable_boot_order
stderr_path = "/tmp/propolis-phd/runner-1/configurable_boot_order.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/configurable_boot_order.stdout.log"
target = phd_framework::server_log_mode
|
1512 | 2025-03-10T21:01:27.043Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1000
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm::server
|
1513 | 2025-03-10T21:01:27.043Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 7
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
1514 | 2025-03-10T21:01:27.043Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1515 | 2025-03-10T21:01:27.043Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9127/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1516 | 2025-03-10T21:01:27.779Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1517 | 2025-03-10T21:01:27.779Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: f31a2840-a97c-4a37-ba36-493d81040622, metadata: InstanceMetadata { project_id: 321482ec-dc8e-40be-99ba-31ca1dc14f3d, silo_id: b3d9a9ae-4b13-4b90-913a-b293cf0ad62e, sled_id: 2bd7d140-3b0c-4035-af81-c5266c3cb18f, sled_model: "pheidippes", sled_revision: 1, sled_serial: "2bd7d140-3b0c-4035-af81-c5266c3cb18f" }, name: "phd-vm-f31a2840-a97c-4a37-ba36-493d81040622" }, state: Creating }
line = 379
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1518 | 2025-03-10T21:01:27.780Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 736
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1519 | 2025-03-10T21:01:27.780Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1520 | 2025-03-10T21:01:27.780Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::boot_order::configurable_boot_order
state = Run
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1521 | 2025-03-10T21:01:27.780Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1522 | 2025-03-10T21:01:27.780Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
1523 | 2025-03-10T21:01:27.780Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = 300s
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1524 | 2025-03-10T21:01:27.780Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
1525 | 2025-03-10T21:01:27.780Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1526 | 2025-03-10T21:01:27.780Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1527 | 2025-03-10T21:01:31.992Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4211
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1528 | 2025-03-10T21:01:31.992Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::configurable_boot_order
step = WriteStr("root")
target = phd_framework::test_vm
|
1529 | 2025-03-10T21:01:31.992Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1530 | 2025-03-10T21:01:31.992Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1531 | 2025-03-10T21:01:31.992Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1532 | 2025-03-10T21:01:32.010Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1533 | 2025-03-10T21:01:32.010Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::configurable_boot_order
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
1534 | 2025-03-10T21:01:32.010Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::boot_order::configurable_boot_order
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1535 | 2025-03-10T21:01:32.010Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1536 | 2025-03-10T21:01:32.010Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1537 | 2025-03-10T21:01:32.033Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1538 | 2025-03-10T21:01:32.033Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
1539 | 2025-03-10T21:01:32.033Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4252
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
|
1540 | 2025-03-10T21:01:32.033Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1541 | 2025-03-10T21:01:32.033Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1542 | 2025-03-10T21:01:32.044Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1543 | 2025-03-10T21:01:32.045Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1544 | 2025-03-10T21:01:32.045Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1545 | 2025-03-10T21:01:32.077Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1546 | 2025-03-10T21:01:32.077Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1547 | 2025-03-10T21:01:32.078Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1548 | 2025-03-10T21:01:32.088Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1549 | 2025-03-10T21:01:32.088Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1550 | 2025-03-10T21:01:32.088Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1551 | 2025-03-10T21:01:32.122Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1552 | 2025-03-10T21:01:32.122Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1553 | 2025-03-10T21:01:32.122Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1554 | 2025-03-10T21:01:32.122Z | INFO | phd-runner: test phd_tests::boot_order::configurable_boot_order ... ok
file = phd-tests/runner/src/execute.rs
line = 119
target = phd_runner::execute
|
1555 | 2025-03-10T21:01:32.122Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
1556 | 2025-03-10T21:01:32.122Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1557 | 2025-03-10T21:01:32.122Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
1558 | 2025-03-10T21:01:32.122Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4343
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1559 | 2025-03-10T21:01:32.122Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9610
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1560 | 2025-03-10T21:01:32.123Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1561 | 2025-03-10T21:01:32.123Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1562 | 2025-03-10T21:01:32.419Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::boot_order::configurable_boot_order
self.address = 127.0.0.1:9127
target = phd_framework::test_vm::server
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1563 | 2025-03-10T21:01:32.563Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1564 | 2025-03-10T21:01:32.563Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-4d60dd7a-9863-4149-bf20-2e5ea7325c76"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = destroy
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1565 | 2025-03-10T21:01:32.597Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1566 | 2025-03-10T21:01:32.597Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-f12d7352-94ab-420e-8fbd-86a33c6f41ee"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = destroy
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1567 | 2025-03-10T21:01:32.622Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1568 | 2025-03-10T21:01:32.622Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-ac145ce2-cacc-44ed-9057-61bdf5a8ebe5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = destroy
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1569 | 2025-03-10T21:01:32.648Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1570 | 2025-03-10T21:01:32.648Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-53aca88a-94df-4437-8be3-6d8a50494194"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = destroy
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1571 | 2025-03-10T21:01:32.668Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 546
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = f31a2840-a97c-4a37-ba36-493d81040622
|
1572 | 2025-03-10T21:01:32.670Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::boot_order::configurable_boot_order
self.address = 127.0.0.1:9125
target = phd_framework::test_vm::server
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1573 | 2025-03-10T21:01:32.803Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1574 | 2025-03-10T21:01:32.803Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-c67a86ec-ee0c-439a-9faa-3e22d38b2d7b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = destroy
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1575 | 2025-03-10T21:01:32.836Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1576 | 2025-03-10T21:01:32.836Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-91ab0ca5-ed3c-461b-a49e-4468d8deffab"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = destroy
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1577 | 2025-03-10T21:01:32.861Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1578 | 2025-03-10T21:01:32.861Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-3d8cd944-0ac4-4296-bdab-660466830afd"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = destroy
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1579 | 2025-03-10T21:01:32.888Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1580 | 2025-03-10T21:01:32.888Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-750102d4-e807-4bba-99aa-e4bc15f28b1a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::zfs
verb = destroy
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1581 | 2025-03-10T21:01:32.909Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 787
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::boot_order::configurable_boot_order
target = phd_framework::test_vm
vm = configurable_boot_order
vm_id = 4321d4c1-26aa-4778-8d0c-b3bf46d6d1db
|
1582 | 2025-03-10T21:01:32.909Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11357
file = phd-tests/tests/src/boot_order.rs
line = 51
path = phd_tests::boot_order::configurable_boot_order
target = phd_tests::boot_order
|
1583 | 2025-03-10T21:01:32.909Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 787
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1584 | 2025-03-10T21:01:32.909Z | INFO | phd-runner: Starting test phd_tests::crucible::smoke::shutdown_persistence_test
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
1585 | 2025-03-10T21:01:32.909Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1586 | 2025-03-10T21:01:32.909Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1587 | 2025-03-10T21:01:32.910Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/smoke.rs
line = 47
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_tests::crucible::smoke
|
1588 | 2025-03-10T21:01:32.910Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
1589 | 2025-03-10T21:01:32.910Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
1590 | 2025-03-10T21:01:32.910Z | DEBG | phd-runner: [TEST - EVENT] checking for existing copy of artifact
file = phd-tests/framework/src/artifacts/store.rs
line = 89
maybe_path = /phd-artifacts/runner-1/24d245c50d205dfe4661fa3d6d8663a085849ce514f850ce07bf7fea7e260f52/crucible-nightly.tar.gz
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::artifacts::store
|
1591 | 2025-03-10T21:01:32.910Z | DEBG | phd-runner: [TEST - EVENT] Downloading file from Buildomat...
file = phd-tests/framework/src/artifacts/buildomat.rs
line = 215
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::artifacts::buildomat
timeout = 600s
uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/crucible/nightly-image/d2d8f8ad449df7e2befb7ee2723a442dd74b9b72/crucible-nightly.tar.gz
|
1592 | 2025-03-10T21:01:42.784Z | DEBG | phd-runner: [TEST - EVENT] Extracting artifact from tarball
extracted_path = /phd-artifacts/runner-0/24d245c50d205dfe4661fa3d6d8663a085849ce514f850ce07bf7fea7e260f52/crucible-downstairs
file = phd-tests/framework/src/artifacts/store.rs
line = 162
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::artifacts::store
untar_path = target/release/crucible-downstairs
|
1593 | 2025-03-10T21:01:42.784Z | DEBG | phd-runner: [TEST - EVENT] Extracting gzipped tarball...
file = phd-tests/framework/src/artifacts/store.rs
line = 521
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::artifacts::store
|
1594 | 2025-03-10T21:01:48.160Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/runner-0/c54f9e19-dc40-4926-a922-7a88e95f3c3a_9000", "--encrypted", "--uuid", "c54f9e19-dc40-4926-a922-7a88e95f3c3a", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::disk::crucible
|
1595 | 2025-03-10T21:01:48.226Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 260
path = phd_tests::crucible::smoke::vcr_replace_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/runner-0/c54f9e19-dc40-4926-a922-7a88e95f3c3a_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:48.219509969Z","hostname":"buskin","pid":1011}\n{"msg":"UUID: c54f9e19-dc40-4926-a922-7a88e95f3c3a","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:48.223552744Z","hostname":"buskin","pid":1011}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:48.223563154Z","hostname":"buskin","pid":1011}\n
target = phd_framework::disk::crucible
|
1596 | 2025-03-10T21:01:48.226Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/runner-0/c54f9e19-dc40-4926-a922-7a88e95f3c3a_9001", "--encrypted", "--uuid", "c54f9e19-dc40-4926-a922-7a88e95f3c3a", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::disk::crucible
|
1597 | 2025-03-10T21:01:48.260Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 260
path = phd_tests::crucible::smoke::vcr_replace_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/runner-0/c54f9e19-dc40-4926-a922-7a88e95f3c3a_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:48.253808626Z","hostname":"buskin","pid":1012}\n{"msg":"UUID: c54f9e19-dc40-4926-a922-7a88e95f3c3a","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:48.257621578Z","hostname":"buskin","pid":1012}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:48.257637308Z","hostname":"buskin","pid":1012}\n
target = phd_framework::disk::crucible
|
1598 | 2025-03-10T21:01:48.260Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/runner-0/c54f9e19-dc40-4926-a922-7a88e95f3c3a_9002", "--encrypted", "--uuid", "c54f9e19-dc40-4926-a922-7a88e95f3c3a", "--extent-size", "131072", "--extent-count", "16"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::disk::crucible
|
1599 | 2025-03-10T21:01:48.287Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 260
path = phd_tests::crucible::smoke::vcr_replace_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/runner-0/c54f9e19-dc40-4926-a922-7a88e95f3c3a_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:48.281429399Z","hostname":"buskin","pid":1013}\n{"msg":"UUID: c54f9e19-dc40-4926-a922-7a88e95f3c3a","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:48.285060919Z","hostname":"buskin","pid":1013}\n{"msg":"Blocks per extent:131072 Total Extents: 16","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:48.285076559Z","hostname":"buskin","pid":1013}\n
target = phd_framework::disk::crucible
|
1600 | 2025-03-10T21:01:48.287Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::vcr_replace_test
stderr_path = "/tmp/propolis-phd/runner-0/crucible_c54f9e19-dc40-4926-a922-7a88e95f3c3a_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/crucible_c54f9e19-dc40-4926-a922-7a88e95f3c3a_9000.stdout.log"
target = phd_framework::server_log_mode
|
1601 | 2025-03-10T21:01:48.287Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/runner-0/c54f9e19-dc40-4926-a922-7a88e95f3c3a_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 296
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::disk::crucible
|
1602 | 2025-03-10T21:01:48.287Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/runner-0/c54f9e19-dc40-4926-a922-7a88e95f3c3a_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::disk::crucible
|
1603 | 2025-03-10T21:01:48.300Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::vcr_replace_test
stderr_path = "/tmp/propolis-phd/runner-0/crucible_c54f9e19-dc40-4926-a922-7a88e95f3c3a_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/crucible_c54f9e19-dc40-4926-a922-7a88e95f3c3a_9001.stdout.log"
target = phd_framework::server_log_mode
|
1604 | 2025-03-10T21:01:48.300Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/runner-0/c54f9e19-dc40-4926-a922-7a88e95f3c3a_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 296
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::disk::crucible
|
1605 | 2025-03-10T21:01:48.300Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/runner-0/c54f9e19-dc40-4926-a922-7a88e95f3c3a_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::disk::crucible
|
1606 | 2025-03-10T21:01:48.312Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::vcr_replace_test
stderr_path = "/tmp/propolis-phd/runner-0/crucible_c54f9e19-dc40-4926-a922-7a88e95f3c3a_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/crucible_c54f9e19-dc40-4926-a922-7a88e95f3c3a_9002.stdout.log"
target = phd_framework::server_log_mode
|
1607 | 2025-03-10T21:01:48.312Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/runner-0/c54f9e19-dc40-4926-a922-7a88e95f3c3a_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 296
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::disk::crucible
|
1608 | 2025-03-10T21:01:48.312Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/runner-0/c54f9e19-dc40-4926-a922-7a88e95f3c3a_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::disk::crucible
|
1609 | 2025-03-10T21:01:48.325Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
|
1610 | 2025-03-10T21:01:48.325Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
vm_name = crucible_vcr_replace_test
|
1611 | 2025-03-10T21:01:48.325Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
1612 | 2025-03-10T21:01:48.326Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::crucible::smoke::vcr_replace_test
server_addr = 127.0.0.1:9003
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1613 | 2025-03-10T21:01:48.326Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::vcr_replace_test
stderr_path = "/tmp/propolis-phd/runner-0/crucible_vcr_replace_test.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/crucible_vcr_replace_test.stdout.log"
target = phd_framework::server_log_mode
|
1614 | 2025-03-10T21:01:48.338Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1017
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm::server
|
1615 | 2025-03-10T21:01:48.338Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
|
1616 | 2025-03-10T21:01:48.338Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1617 | 2025-03-10T21:01:48.339Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9003/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1618 | 2025-03-10T21:01:48.840Z | DEBG | phd-runner: [TEST - EVENT] Extracting artifact from tarball
extracted_path = /phd-artifacts/runner-1/24d245c50d205dfe4661fa3d6d8663a085849ce514f850ce07bf7fea7e260f52/crucible-downstairs
file = phd-tests/framework/src/artifacts/store.rs
line = 162
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::artifacts::store
untar_path = target/release/crucible-downstairs
|
1619 | 2025-03-10T21:01:48.840Z | DEBG | phd-runner: [TEST - EVENT] Extracting gzipped tarball...
file = phd-tests/framework/src/artifacts/store.rs
line = 521
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::artifacts::store
|
1620 | 2025-03-10T21:01:48.938Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1621 | 2025-03-10T21:01:48.938Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 6637d9e0-312e-4e05-a0fc-1f5b013899ae, metadata: InstanceMetadata { project_id: 6344ec06-12cd-4abc-8c13-e6d5a1a6c4b0, silo_id: 9d1f91b1-2595-4bcf-a970-5bee3ebb7ef8, sled_id: 54a0de97-0ce4-4371-a773-3c8aa9a39c24, sled_model: "pheidippes", sled_revision: 1, sled_serial: "54a0de97-0ce4-4371-a773-3c8aa9a39c24" }, name: "phd-vm-6637d9e0-312e-4e05-a0fc-1f5b013899ae" }, state: Creating }
line = 379
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1622 | 2025-03-10T21:01:48.938Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 600
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1623 | 2025-03-10T21:01:48.938Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1624 | 2025-03-10T21:01:48.938Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::crucible::smoke::vcr_replace_test
state = Run
target = phd_framework::test_vm
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1625 | 2025-03-10T21:01:48.939Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1626 | 2025-03-10T21:01:48.939Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
|
1627 | 2025-03-10T21:01:48.939Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1628 | 2025-03-10T21:01:48.939Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::crucible::smoke::vcr_replace_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
1629 | 2025-03-10T21:01:48.939Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1630 | 2025-03-10T21:01:48.939Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1631 | 2025-03-10T21:01:53.253Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4313
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1632 | 2025-03-10T21:01:53.253Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::crucible::smoke::vcr_replace_test
step = WriteStr("root")
target = phd_framework::test_vm
|
1633 | 2025-03-10T21:01:53.253Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::crucible::smoke::vcr_replace_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1634 | 2025-03-10T21:01:53.253Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1635 | 2025-03-10T21:01:53.253Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1636 | 2025-03-10T21:01:53.271Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1637 | 2025-03-10T21:01:53.271Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::crucible::smoke::vcr_replace_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
1638 | 2025-03-10T21:01:53.271Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::crucible::smoke::vcr_replace_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1639 | 2025-03-10T21:01:53.271Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1640 | 2025-03-10T21:01:53.272Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1641 | 2025-03-10T21:01:53.304Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1642 | 2025-03-10T21:01:53.304Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
|
1643 | 2025-03-10T21:01:53.304Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4365
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
|
1644 | 2025-03-10T21:01:53.304Z | INFO | phd-runner: [TEST - EVENT] issuing Crucible VCR replacement request
disk_name = vcr-replacement-target
file = phd-tests/framework/src/test_vm/mod.rs
line = 617
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
vcr = Volume { id: fd25ccb6-5e8d-4fa1-98a8-07683c99d6f9, block_size: 512, sub_volumes: [Region { block_size: 512, blocks_per_extent: 131072, extent_count: 16, opts: CrucibleOpts { id: fd25ccb6-5e8d-4fa1-98a8-07683c99d6f9, target: [127.0.0.1:9000, 127.0.0.1:9001, 127.0.0.1:9002], lossy: false, flush_timeout: None, key: Some("C0bqXcslFUNPhKI3APIg8y45qoi9TbNzsiEq9PElTHg="), cert_pem: None, key_pem: None, root_cert_pem: None, control: None, read_only: false }, gen: 2 }], read_only_parent: None }
|
1645 | 2025-03-10T21:01:53.306Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1646 | 2025-03-10T21:01:53.306Z | INFO | phd-runner: test phd_tests::crucible::smoke::vcr_replace_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
target = phd_runner::execute
|
1647 | 2025-03-10T21:01:53.306Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1648 | 2025-03-10T21:01:53.306Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
1649 | 2025-03-10T21:01:53.306Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4368
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1650 | 2025-03-10T21:01:53.307Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1651 | 2025-03-10T21:01:53.603Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::crucible::smoke::vcr_replace_test
self.address = 127.0.0.1:9003
target = phd_framework::test_vm::server
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1652 | 2025-03-10T21:01:53.737Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::zfs
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1653 | 2025-03-10T21:01:53.738Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e9675b35-5f8a-4618-ac9e-4e836dfd64ca"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::zfs
verb = destroy
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1654 | 2025-03-10T21:01:53.790Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::zfs
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1655 | 2025-03-10T21:01:53.790Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-56d1b99d-554e-4160-af9f-f601c42f5a0b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::zfs
verb = destroy
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1656 | 2025-03-10T21:01:53.819Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 56
path = phd_tests::crucible::smoke::vcr_replace_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9000, data_dir: DataDirectory { path: "/tmp/propolis-phd/runner-0/c54f9e19-dc40-4926-a922-7a88e95f3c3a_9000" } }
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1657 | 2025-03-10T21:01:53.824Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 37
path = phd_tests::crucible::smoke::vcr_replace_test
self.path = "/tmp/propolis-phd/runner-0/c54f9e19-dc40-4926-a922-7a88e95f3c3a_9000"
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1658 | 2025-03-10T21:01:53.825Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 56
path = phd_tests::crucible::smoke::vcr_replace_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9001, data_dir: DataDirectory { path: "/tmp/propolis-phd/runner-0/c54f9e19-dc40-4926-a922-7a88e95f3c3a_9001" } }
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1659 | 2025-03-10T21:01:53.830Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 37
path = phd_tests::crucible::smoke::vcr_replace_test
self.path = "/tmp/propolis-phd/runner-0/c54f9e19-dc40-4926-a922-7a88e95f3c3a_9001"
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1660 | 2025-03-10T21:01:53.831Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 56
path = phd_tests::crucible::smoke::vcr_replace_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9002, data_dir: DataDirectory { path: "/tmp/propolis-phd/runner-0/c54f9e19-dc40-4926-a922-7a88e95f3c3a_9002" } }
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1661 | 2025-03-10T21:01:53.836Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 37
path = phd_tests::crucible::smoke::vcr_replace_test
self.path = "/tmp/propolis-phd/runner-0/c54f9e19-dc40-4926-a922-7a88e95f3c3a_9002"
target = phd_framework::disk::crucible
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1662 | 2025-03-10T21:01:53.837Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 531
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_framework::test_vm
vm = crucible_vcr_replace_test
vm_id = 6637d9e0-312e-4e05-a0fc-1f5b013899ae
|
1663 | 2025-03-10T21:01:53.837Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 27719
file = phd-tests/tests/src/crucible/smoke.rs
line = 90
path = phd_tests::crucible::smoke::vcr_replace_test
target = phd_tests::crucible::smoke
|
1664 | 2025-03-10T21:01:53.838Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 531
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1665 | 2025-03-10T21:01:53.838Z | INFO | phd-runner: Starting test phd_tests::crucible::smoke::guest_reboot_test
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
1666 | 2025-03-10T21:01:53.838Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1667 | 2025-03-10T21:01:53.838Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1668 | 2025-03-10T21:01:53.838Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/smoke.rs
line = 35
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_tests::crucible::smoke
|
1669 | 2025-03-10T21:01:53.838Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
1670 | 2025-03-10T21:01:53.838Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
1671 | 2025-03-10T21:01:53.838Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-0/24d245c50d205dfe4661fa3d6d8663a085849ce514f850ce07bf7fea7e260f52/crucible-downstairs
target = phd_framework::artifacts::store
|
1672 | 2025-03-10T21:01:53.838Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
1673 | 2025-03-10T21:01:53.839Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/runner-0/8a422c4d-19a9-404e-bce2-9d20bf0926a7_9000", "--encrypted", "--uuid", "8a422c4d-19a9-404e-bce2-9d20bf0926a7", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
1674 | 2025-03-10T21:01:53.905Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 260
path = phd_tests::crucible::smoke::guest_reboot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/runner-0/8a422c4d-19a9-404e-bce2-9d20bf0926a7_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:53.864685409Z","hostname":"buskin","pid":1021}\n{"msg":"UUID: 8a422c4d-19a9-404e-bce2-9d20bf0926a7","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:53.897560539Z","hostname":"buskin","pid":1021}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:53.89757544Z","hostname":"buskin","pid":1021}\n
target = phd_framework::disk::crucible
|
1675 | 2025-03-10T21:01:53.905Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/runner-0/8a422c4d-19a9-404e-bce2-9d20bf0926a7_9001", "--encrypted", "--uuid", "8a422c4d-19a9-404e-bce2-9d20bf0926a7", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
1676 | 2025-03-10T21:01:53.971Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 260
path = phd_tests::crucible::smoke::guest_reboot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/runner-0/8a422c4d-19a9-404e-bce2-9d20bf0926a7_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:53.932124319Z","hostname":"buskin","pid":1022}\n{"msg":"UUID: 8a422c4d-19a9-404e-bce2-9d20bf0926a7","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:53.963807126Z","hostname":"buskin","pid":1022}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:53.963821227Z","hostname":"buskin","pid":1022}\n
target = phd_framework::disk::crucible
|
1677 | 2025-03-10T21:01:53.971Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/runner-0/8a422c4d-19a9-404e-bce2-9d20bf0926a7_9002", "--encrypted", "--uuid", "8a422c4d-19a9-404e-bce2-9d20bf0926a7", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
1678 | 2025-03-10T21:01:54.038Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 260
path = phd_tests::crucible::smoke::guest_reboot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/runner-0/8a422c4d-19a9-404e-bce2-9d20bf0926a7_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:53.998458496Z","hostname":"buskin","pid":1023}\n{"msg":"UUID: 8a422c4d-19a9-404e-bce2-9d20bf0926a7","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:54.030532438Z","hostname":"buskin","pid":1023}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:54.030546468Z","hostname":"buskin","pid":1023}\n
target = phd_framework::disk::crucible
|
1679 | 2025-03-10T21:01:54.038Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::guest_reboot_test
stderr_path = "/tmp/propolis-phd/runner-0/crucible_8a422c4d-19a9-404e-bce2-9d20bf0926a7_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/crucible_8a422c4d-19a9-404e-bce2-9d20bf0926a7_9000.stdout.log"
target = phd_framework::server_log_mode
|
1680 | 2025-03-10T21:01:54.038Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/runner-0/8a422c4d-19a9-404e-bce2-9d20bf0926a7_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 296
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
1681 | 2025-03-10T21:01:54.038Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/runner-0/8a422c4d-19a9-404e-bce2-9d20bf0926a7_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
1682 | 2025-03-10T21:01:54.057Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::guest_reboot_test
stderr_path = "/tmp/propolis-phd/runner-0/crucible_8a422c4d-19a9-404e-bce2-9d20bf0926a7_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/crucible_8a422c4d-19a9-404e-bce2-9d20bf0926a7_9001.stdout.log"
target = phd_framework::server_log_mode
|
1683 | 2025-03-10T21:01:54.057Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/runner-0/8a422c4d-19a9-404e-bce2-9d20bf0926a7_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 296
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
1684 | 2025-03-10T21:01:54.058Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/runner-0/8a422c4d-19a9-404e-bce2-9d20bf0926a7_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
1685 | 2025-03-10T21:01:54.075Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::guest_reboot_test
stderr_path = "/tmp/propolis-phd/runner-0/crucible_8a422c4d-19a9-404e-bce2-9d20bf0926a7_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/crucible_8a422c4d-19a9-404e-bce2-9d20bf0926a7_9002.stdout.log"
target = phd_framework::server_log_mode
|
1686 | 2025-03-10T21:01:54.076Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/runner-0/8a422c4d-19a9-404e-bce2-9d20bf0926a7_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 296
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
1687 | 2025-03-10T21:01:54.076Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/runner-0/8a422c4d-19a9-404e-bce2-9d20bf0926a7_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
1688 | 2025-03-10T21:01:54.094Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
1689 | 2025-03-10T21:01:54.094Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm_name = crucible_guest_reboot_test
|
1690 | 2025-03-10T21:01:54.094Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
1691 | 2025-03-10T21:01:54.094Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::crucible::smoke::guest_reboot_test
server_addr = 127.0.0.1:9003
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1692 | 2025-03-10T21:01:54.094Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::guest_reboot_test
stderr_path = "/tmp/propolis-phd/runner-0/crucible_guest_reboot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/crucible_guest_reboot_test.stdout.log"
target = phd_framework::server_log_mode
|
1693 | 2025-03-10T21:01:54.111Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1027
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm::server
|
1694 | 2025-03-10T21:01:54.112Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
1695 | 2025-03-10T21:01:54.112Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1696 | 2025-03-10T21:01:54.112Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9003/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1697 | 2025-03-10T21:01:54.407Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
1698 | 2025-03-10T21:01:54.407Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/runner-1/8bc70187-803a-4e91-9f36-ff37e96e1547_9125", "--encrypted", "--uuid", "8bc70187-803a-4e91-9f36-ff37e96e1547", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
1699 | 2025-03-10T21:01:54.492Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 260
path = phd_tests::crucible::smoke::shutdown_persistence_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/runner-1/8bc70187-803a-4e91-9f36-ff37e96e1547_9125/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:54.440987091Z","hostname":"buskin","pid":1028}\n{"msg":"UUID: 8bc70187-803a-4e91-9f36-ff37e96e1547","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:54.47911827Z","hostname":"buskin","pid":1028}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:54.47913475Z","hostname":"buskin","pid":1028}\n
target = phd_framework::disk::crucible
|
1700 | 2025-03-10T21:01:54.492Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/runner-1/8bc70187-803a-4e91-9f36-ff37e96e1547_9126", "--encrypted", "--uuid", "8bc70187-803a-4e91-9f36-ff37e96e1547", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
1701 | 2025-03-10T21:01:54.569Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 260
path = phd_tests::crucible::smoke::shutdown_persistence_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/runner-1/8bc70187-803a-4e91-9f36-ff37e96e1547_9126/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:54.523839011Z","hostname":"buskin","pid":1029}\n{"msg":"UUID: 8bc70187-803a-4e91-9f36-ff37e96e1547","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:54.561317592Z","hostname":"buskin","pid":1029}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:54.561337302Z","hostname":"buskin","pid":1029}\n
target = phd_framework::disk::crucible
|
1702 | 2025-03-10T21:01:54.569Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/runner-1/8bc70187-803a-4e91-9f36-ff37e96e1547_9127", "--encrypted", "--uuid", "8bc70187-803a-4e91-9f36-ff37e96e1547", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
1703 | 2025-03-10T21:01:54.589Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1704 | 2025-03-10T21:01:54.590Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 0122c5a5-ad27-4b29-8a46-ed074a3be8ad, metadata: InstanceMetadata { project_id: f25bf985-afff-4cef-a17e-0bb1828a4174, silo_id: bf33a8a6-151e-406f-b68e-7407a1f1c95b, sled_id: 14b4b3f1-8aa2-46bb-aab5-17f6417bbbda, sled_model: "pheidippes", sled_revision: 1, sled_serial: "14b4b3f1-8aa2-46bb-aab5-17f6417bbbda" }, name: "phd-vm-0122c5a5-ad27-4b29-8a46-ed074a3be8ad" }, state: Creating }
line = 379
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1705 | 2025-03-10T21:01:54.590Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 478
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1706 | 2025-03-10T21:01:54.590Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1707 | 2025-03-10T21:01:54.590Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::crucible::smoke::guest_reboot_test
state = Run
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1708 | 2025-03-10T21:01:54.590Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1709 | 2025-03-10T21:01:54.591Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
1710 | 2025-03-10T21:01:54.591Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1711 | 2025-03-10T21:01:54.591Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
1712 | 2025-03-10T21:01:54.591Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1713 | 2025-03-10T21:01:54.591Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1714 | 2025-03-10T21:01:54.637Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 260
path = phd_tests::crucible::smoke::shutdown_persistence_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/runner-1/8bc70187-803a-4e91-9f36-ff37e96e1547_9127/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:54.599163747Z","hostname":"buskin","pid":1030}\n{"msg":"UUID: 8bc70187-803a-4e91-9f36-ff37e96e1547","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:54.630887025Z","hostname":"buskin","pid":1030}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:54.630896835Z","hostname":"buskin","pid":1030}\n
target = phd_framework::disk::crucible
|
1715 | 2025-03-10T21:01:54.637Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::shutdown_persistence_test
stderr_path = "/tmp/propolis-phd/runner-1/crucible_8bc70187-803a-4e91-9f36-ff37e96e1547_9125.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/crucible_8bc70187-803a-4e91-9f36-ff37e96e1547_9125.stdout.log"
target = phd_framework::server_log_mode
|
1716 | 2025-03-10T21:01:54.637Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9125", "--data", "/tmp/propolis-phd/runner-1/8bc70187-803a-4e91-9f36-ff37e96e1547_9125"]
file = phd-tests/framework/src/disk/crucible.rs
line = 296
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
1717 | 2025-03-10T21:01:54.637Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9125", "--data", "/tmp/propolis-phd/runner-1/8bc70187-803a-4e91-9f36-ff37e96e1547_9125"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
1718 | 2025-03-10T21:01:54.658Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::shutdown_persistence_test
stderr_path = "/tmp/propolis-phd/runner-1/crucible_8bc70187-803a-4e91-9f36-ff37e96e1547_9126.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/crucible_8bc70187-803a-4e91-9f36-ff37e96e1547_9126.stdout.log"
target = phd_framework::server_log_mode
|
1719 | 2025-03-10T21:01:54.658Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9126", "--data", "/tmp/propolis-phd/runner-1/8bc70187-803a-4e91-9f36-ff37e96e1547_9126"]
file = phd-tests/framework/src/disk/crucible.rs
line = 296
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
1720 | 2025-03-10T21:01:54.658Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9126", "--data", "/tmp/propolis-phd/runner-1/8bc70187-803a-4e91-9f36-ff37e96e1547_9126"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
1721 | 2025-03-10T21:01:54.671Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::shutdown_persistence_test
stderr_path = "/tmp/propolis-phd/runner-1/crucible_8bc70187-803a-4e91-9f36-ff37e96e1547_9127.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/crucible_8bc70187-803a-4e91-9f36-ff37e96e1547_9127.stdout.log"
target = phd_framework::server_log_mode
|
1722 | 2025-03-10T21:01:54.671Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9127", "--data", "/tmp/propolis-phd/runner-1/8bc70187-803a-4e91-9f36-ff37e96e1547_9127"]
file = phd-tests/framework/src/disk/crucible.rs
line = 296
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
1723 | 2025-03-10T21:01:54.671Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9127", "--data", "/tmp/propolis-phd/runner-1/8bc70187-803a-4e91-9f36-ff37e96e1547_9127"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
1724 | 2025-03-10T21:01:54.684Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::test_vm
|
1725 | 2025-03-10T21:01:54.684Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::test_vm
vm_name = crucible_shutdown_persistence_test
|
1726 | 2025-03-10T21:01:54.684Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
1727 | 2025-03-10T21:01:54.684Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::crucible::smoke::shutdown_persistence_test
server_addr = 127.0.0.1:9128
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1728 | 2025-03-10T21:01:54.684Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::shutdown_persistence_test
stderr_path = "/tmp/propolis-phd/runner-1/crucible_shutdown_persistence_test.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/crucible_shutdown_persistence_test.stdout.log"
target = phd_framework::server_log_mode
|
1729 | 2025-03-10T21:01:54.697Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1034
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::test_vm::server
|
1730 | 2025-03-10T21:01:54.697Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::test_vm
|
1731 | 2025-03-10T21:01:54.697Z | DEBG | phd-runner: [TEST - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::crucible::smoke::shutdown_persistence_test
self.address = 127.0.0.1:9128
target = phd_framework::test_vm::server
|
1732 | 2025-03-10T21:01:54.718Z | INFO | phd-runner: [TEST - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 56
path = phd_tests::crucible::smoke::shutdown_persistence_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9125, data_dir: DataDirectory { path: "/tmp/propolis-phd/runner-1/8bc70187-803a-4e91-9f36-ff37e96e1547_9125" } }
target = phd_framework::disk::crucible
|
1733 | 2025-03-10T21:01:54.729Z | INFO | phd-runner: [TEST - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 37
path = phd_tests::crucible::smoke::shutdown_persistence_test
self.path = "/tmp/propolis-phd/runner-1/8bc70187-803a-4e91-9f36-ff37e96e1547_9125"
target = phd_framework::disk::crucible
|
1734 | 2025-03-10T21:01:54.736Z | INFO | phd-runner: [TEST - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 56
path = phd_tests::crucible::smoke::shutdown_persistence_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9126, data_dir: DataDirectory { path: "/tmp/propolis-phd/runner-1/8bc70187-803a-4e91-9f36-ff37e96e1547_9126" } }
target = phd_framework::disk::crucible
|
1735 | 2025-03-10T21:01:54.745Z | INFO | phd-runner: [TEST - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 37
path = phd_tests::crucible::smoke::shutdown_persistence_test
self.path = "/tmp/propolis-phd/runner-1/8bc70187-803a-4e91-9f36-ff37e96e1547_9126"
target = phd_framework::disk::crucible
|
1736 | 2025-03-10T21:01:54.752Z | INFO | phd-runner: [TEST - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 56
path = phd_tests::crucible::smoke::shutdown_persistence_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9127, data_dir: DataDirectory { path: "/tmp/propolis-phd/runner-1/8bc70187-803a-4e91-9f36-ff37e96e1547_9127" } }
target = phd_framework::disk::crucible
|
1737 | 2025-03-10T21:01:54.762Z | INFO | phd-runner: [TEST - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 37
path = phd_tests::crucible::smoke::shutdown_persistence_test
self.path = "/tmp/propolis-phd/runner-1/8bc70187-803a-4e91-9f36-ff37e96e1547_9127"
target = phd_framework::disk::crucible
|
1738 | 2025-03-10T21:01:54.769Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 21859
file = phd-tests/tests/src/crucible/smoke.rs
line = 47
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_tests::crucible::smoke
|
1739 | 2025-03-10T21:01:54.769Z | INFO | phd-runner: [MIGRATE - EVENT] test phd_tests::crucible::smoke::shutdown_persistence_test ... skipped: Can't run data persistence test on a guest with a read-only file
system
file = phd-tests/runner/src/execute.rs
line = 119
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::execute
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1740 | 2025-03-10T21:01:54.769Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::fixtures
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1741 | 2025-03-10T21:01:54.769Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::fixtures
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1742 | 2025-03-10T21:01:54.769Z | INFO | phd-runner: [MIGRATE - EVENT] Starting test phd_tests::crucible::smoke::api_reboot_test
file = phd-tests/runner/src/execute.rs
line = 101
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::execute
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1743 | 2025-03-10T21:01:54.769Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::fixtures
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1744 | 2025-03-10T21:01:54.769Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::fixtures
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1745 | 2025-03-10T21:01:54.770Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/smoke.rs
line = 23
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_tests::crucible::smoke
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1746 | 2025-03-10T21:01:54.770Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1747 | 2025-03-10T21:01:54.770Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1748 | 2025-03-10T21:01:54.770Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /phd-artifacts/runner-1/24d245c50d205dfe4661fa3d6d8663a085849ce514f850ce07bf7fea7e260f52/crucible-downstairs
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1749 | 2025-03-10T21:01:54.770Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1750 | 2025-03-10T21:01:54.770Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/runner-1/71d96038-be4b-461a-82de-728d0930d1b5_9125", "--encrypted", "--uuid", "71d96038-be4b-461a-82de-728d0930d1b5", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::disk::crucible
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1751 | 2025-03-10T21:01:54.832Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 260
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/runner-1/71d96038-be4b-461a-82de-728d0930d1b5_9125/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:54.790886611Z","hostname":"buskin","pid":1036}\n{"msg":"UUID: 71d96038-be4b-461a-82de-728d0930d1b5","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:54.824136896Z","hostname":"buskin","pid":1036}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:54.824146806Z","hostname":"buskin","pid":1036}\n
target = phd_framework::disk::crucible
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1752 | 2025-03-10T21:01:54.832Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/runner-1/71d96038-be4b-461a-82de-728d0930d1b5_9126", "--encrypted", "--uuid", "71d96038-be4b-461a-82de-728d0930d1b5", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::disk::crucible
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1753 | 2025-03-10T21:01:54.894Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 260
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/runner-1/71d96038-be4b-461a-82de-728d0930d1b5_9126/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:54.852411056Z","hostname":"buskin","pid":1037}\n{"msg":"UUID: 71d96038-be4b-461a-82de-728d0930d1b5","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:54.885838253Z","hostname":"buskin","pid":1037}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:54.885851633Z","hostname":"buskin","pid":1037}\n
target = phd_framework::disk::crucible
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1754 | 2025-03-10T21:01:54.894Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/runner-1/71d96038-be4b-461a-82de-728d0930d1b5_9127", "--encrypted", "--uuid", "71d96038-be4b-461a-82de-728d0930d1b5", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::disk::crucible
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1755 | 2025-03-10T21:01:54.952Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 260
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/runner-1/71d96038-be4b-461a-82de-728d0930d1b5_9127/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:54.913594327Z","hostname":"buskin","pid":1038}\n{"msg":"UUID: 71d96038-be4b-461a-82de-728d0930d1b5","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:54.945300515Z","hostname":"buskin","pid":1038}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:01:54.945312835Z","hostname":"buskin","pid":1038}\n
target = phd_framework::disk::crucible
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1756 | 2025-03-10T21:01:54.953Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
stderr_path = "/tmp/propolis-phd/runner-1/crucible_71d96038-be4b-461a-82de-728d0930d1b5_9125.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/crucible_71d96038-be4b-461a-82de-728d0930d1b5_9125.stdout.log"
target = phd_framework::server_log_mode
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1757 | 2025-03-10T21:01:54.953Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9125", "--data", "/tmp/propolis-phd/runner-1/71d96038-be4b-461a-82de-728d0930d1b5_9125"]
file = phd-tests/framework/src/disk/crucible.rs
line = 296
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::disk::crucible
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1758 | 2025-03-10T21:01:54.953Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9125", "--data", "/tmp/propolis-phd/runner-1/71d96038-be4b-461a-82de-728d0930d1b5_9125"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::disk::crucible
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1759 | 2025-03-10T21:01:54.965Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
stderr_path = "/tmp/propolis-phd/runner-1/crucible_71d96038-be4b-461a-82de-728d0930d1b5_9126.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/crucible_71d96038-be4b-461a-82de-728d0930d1b5_9126.stdout.log"
target = phd_framework::server_log_mode
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1760 | 2025-03-10T21:01:54.965Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9126", "--data", "/tmp/propolis-phd/runner-1/71d96038-be4b-461a-82de-728d0930d1b5_9126"]
file = phd-tests/framework/src/disk/crucible.rs
line = 296
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::disk::crucible
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1761 | 2025-03-10T21:01:54.965Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9126", "--data", "/tmp/propolis-phd/runner-1/71d96038-be4b-461a-82de-728d0930d1b5_9126"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::disk::crucible
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1762 | 2025-03-10T21:01:54.978Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
stderr_path = "/tmp/propolis-phd/runner-1/crucible_71d96038-be4b-461a-82de-728d0930d1b5_9127.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/crucible_71d96038-be4b-461a-82de-728d0930d1b5_9127.stdout.log"
target = phd_framework::server_log_mode
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1763 | 2025-03-10T21:01:54.978Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9127", "--data", "/tmp/propolis-phd/runner-1/71d96038-be4b-461a-82de-728d0930d1b5_9127"]
file = phd-tests/framework/src/disk/crucible.rs
line = 296
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::disk::crucible
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1764 | 2025-03-10T21:01:54.978Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9127", "--data", "/tmp/propolis-phd/runner-1/71d96038-be4b-461a-82de-728d0930d1b5_9127"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::disk::crucible
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1765 | 2025-03-10T21:01:54.992Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1766 | 2025-03-10T21:01:54.992Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm_name = crucible_guest_reboot_test
|
1767 | 2025-03-10T21:01:54.992Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /work/phd-test/propolis-server
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1768 | 2025-03-10T21:01:54.992Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
server_addr = 127.0.0.1:9128
server_path = "/work/phd-test/propolis-server"
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1769 | 2025-03-10T21:01:54.992Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
stderr_path = "/tmp/propolis-phd/runner-1/crucible_guest_reboot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/crucible_guest_reboot_test.stdout.log"
target = phd_framework::server_log_mode
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1770 | 2025-03-10T21:01:55.005Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1042
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1771 | 2025-03-10T21:01:55.005Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1772 | 2025-03-10T21:01:55.005Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1773 | 2025-03-10T21:01:55.006Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9128/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1774 | 2025-03-10T21:01:55.873Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1775 | 2025-03-10T21:01:55.873Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 63357369-e113-49ea-9a1c-648c8ad5475b, metadata: InstanceMetadata { project_id: 35a11e1a-ee02-485d-b0db-f118acf1c1ed, silo_id: 3a03b615-cfd6-4f81-b9dc-d06f3bf80699, sled_id: 6a6f7e41-446f-4b89-ae27-2e55f468be4d, sled_model: "pheidippes", sled_revision: 1, sled_serial: "6a6f7e41-446f-4b89-ae27-2e55f468be4d" }, name: "phd-vm-63357369-e113-49ea-9a1c-648c8ad5475b" }, state: Creating }
line = 379
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1776 | 2025-03-10T21:01:55.873Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 868
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1777 | 2025-03-10T21:01:55.873Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1778 | 2025-03-10T21:01:55.873Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
state = Run
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1779 | 2025-03-10T21:01:55.874Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1780 | 2025-03-10T21:01:55.874Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1781 | 2025-03-10T21:01:55.874Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1782 | 2025-03-10T21:01:55.874Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1783 | 2025-03-10T21:01:55.874Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1784 | 2025-03-10T21:01:55.874Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1785 | 2025-03-10T21:01:59.136Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4545
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1786 | 2025-03-10T21:01:59.136Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::crucible::smoke::guest_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
1787 | 2025-03-10T21:01:59.136Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1788 | 2025-03-10T21:01:59.137Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1789 | 2025-03-10T21:01:59.137Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1790 | 2025-03-10T21:01:59.155Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1791 | 2025-03-10T21:01:59.155Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::crucible::smoke::guest_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
1792 | 2025-03-10T21:01:59.156Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1793 | 2025-03-10T21:01:59.156Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1794 | 2025-03-10T21:01:59.156Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1795 | 2025-03-10T21:01:59.187Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1796 | 2025-03-10T21:01:59.187Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
1797 | 2025-03-10T21:01:59.187Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4596
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
1798 | 2025-03-10T21:01:59.188Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1799 | 2025-03-10T21:01:59.188Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1800 | 2025-03-10T21:01:59.199Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1801 | 2025-03-10T21:01:59.199Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
1802 | 2025-03-10T21:01:59.199Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1803 | 2025-03-10T21:01:59.199Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
1804 | 2025-03-10T21:01:59.199Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1805 | 2025-03-10T21:01:59.199Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1806 | 2025-03-10T21:02:00.419Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4544
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1807 | 2025-03-10T21:02:00.419Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1808 | 2025-03-10T21:02:00.419Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1809 | 2025-03-10T21:02:00.419Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1810 | 2025-03-10T21:02:00.419Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1811 | 2025-03-10T21:02:00.437Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1812 | 2025-03-10T21:02:00.437Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1813 | 2025-03-10T21:02:00.438Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1814 | 2025-03-10T21:02:00.438Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1815 | 2025-03-10T21:02:00.438Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1816 | 2025-03-10T21:02:00.470Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1817 | 2025-03-10T21:02:00.470Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1818 | 2025-03-10T21:02:00.470Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4596
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1819 | 2025-03-10T21:02:00.470Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1820 | 2025-03-10T21:02:00.470Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
state = Reboot
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1821 | 2025-03-10T21:02:00.471Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1822 | 2025-03-10T21:02:00.471Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1823 | 2025-03-10T21:02:00.472Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1824 | 2025-03-10T21:02:00.472Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1825 | 2025-03-10T21:02:00.472Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1826 | 2025-03-10T21:02:00.472Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1827 | 2025-03-10T21:02:04.906Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4434
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1828 | 2025-03-10T21:02:04.906Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1829 | 2025-03-10T21:02:04.906Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1830 | 2025-03-10T21:02:04.906Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1831 | 2025-03-10T21:02:04.906Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1832 | 2025-03-10T21:02:04.924Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1833 | 2025-03-10T21:02:04.924Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1834 | 2025-03-10T21:02:04.924Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1835 | 2025-03-10T21:02:04.924Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1836 | 2025-03-10T21:02:04.924Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1837 | 2025-03-10T21:02:04.957Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1838 | 2025-03-10T21:02:04.957Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1839 | 2025-03-10T21:02:04.957Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4485
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1840 | 2025-03-10T21:02:04.957Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1841 | 2025-03-10T21:02:04.957Z | INFO | phd-runner: [MIGRATE - EVENT] test phd_tests::crucible::smoke::api_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::execute
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1842 | 2025-03-10T21:02:04.957Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::fixtures
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1843 | 2025-03-10T21:02:04.957Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
1844 | 2025-03-10T21:02:04.958Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9084
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1845 | 2025-03-10T21:02:04.958Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1846 | 2025-03-10T21:02:05.388Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
self.address = 127.0.0.1:9128
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1847 | 2025-03-10T21:02:05.531Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 56
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9125, data_dir: DataDirectory { path: "/tmp/propolis-phd/runner-1/71d96038-be4b-461a-82de-728d0930d1b5_9125" } }
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::disk::crucible
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1848 | 2025-03-10T21:02:05.543Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 37
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
self.path = "/tmp/propolis-phd/runner-1/71d96038-be4b-461a-82de-728d0930d1b5_9125"
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::disk::crucible
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1849 | 2025-03-10T21:02:05.554Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 56
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9126, data_dir: DataDirectory { path: "/tmp/propolis-phd/runner-1/71d96038-be4b-461a-82de-728d0930d1b5_9126" } }
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::disk::crucible
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1850 | 2025-03-10T21:02:05.565Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 37
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
self.path = "/tmp/propolis-phd/runner-1/71d96038-be4b-461a-82de-728d0930d1b5_9126"
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::disk::crucible
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1851 | 2025-03-10T21:02:05.576Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 56
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9127, data_dir: DataDirectory { path: "/tmp/propolis-phd/runner-1/71d96038-be4b-461a-82de-728d0930d1b5_9127" } }
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::disk::crucible
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1852 | 2025-03-10T21:02:05.588Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 37
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
self.path = "/tmp/propolis-phd/runner-1/71d96038-be4b-461a-82de-728d0930d1b5_9127"
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::disk::crucible
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1853 | 2025-03-10T21:02:05.598Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 640
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = crucible_guest_reboot_test
vm_id = 63357369-e113-49ea-9a1c-648c8ad5475b
|
1854 | 2025-03-10T21:02:05.598Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10828
file = phd-tests/tests/src/crucible/smoke.rs
line = 23
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::crucible::smoke::api_reboot_test
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_tests::crucible::smoke
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1855 | 2025-03-10T21:02:05.598Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 640
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::fixtures
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1856 | 2025-03-10T21:02:05.598Z | INFO | phd-runner: Starting test phd_tests::crucible::smoke::boot_test
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
1857 | 2025-03-10T21:02:05.598Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1858 | 2025-03-10T21:02:05.598Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1859 | 2025-03-10T21:02:05.598Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/smoke.rs
line = 14
path = phd_tests::crucible::smoke::boot_test
target = phd_tests::crucible::smoke
|
1860 | 2025-03-10T21:02:05.598Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
1861 | 2025-03-10T21:02:05.598Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
1862 | 2025-03-10T21:02:05.598Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/24d245c50d205dfe4661fa3d6d8663a085849ce514f850ce07bf7fea7e260f52/crucible-downstairs
target = phd_framework::artifacts::store
|
1863 | 2025-03-10T21:02:05.598Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
1864 | 2025-03-10T21:02:05.598Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/runner-1/891c7e23-53f5-4511-80e4-bcb2109720d0_9125", "--encrypted", "--uuid", "891c7e23-53f5-4511-80e4-bcb2109720d0", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
1865 | 2025-03-10T21:02:05.667Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 260
path = phd_tests::crucible::smoke::boot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/runner-1/891c7e23-53f5-4511-80e4-bcb2109720d0_9125/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:02:05.627644411Z","hostname":"buskin","pid":1044}\n{"msg":"UUID: 891c7e23-53f5-4511-80e4-bcb2109720d0","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:02:05.659784964Z","hostname":"buskin","pid":1044}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:02:05.659803524Z","hostname":"buskin","pid":1044}\n
target = phd_framework::disk::crucible
|
1866 | 2025-03-10T21:02:05.667Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/runner-1/891c7e23-53f5-4511-80e4-bcb2109720d0_9126", "--encrypted", "--uuid", "891c7e23-53f5-4511-80e4-bcb2109720d0", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
1867 | 2025-03-10T21:02:05.734Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 260
path = phd_tests::crucible::smoke::boot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/runner-1/891c7e23-53f5-4511-80e4-bcb2109720d0_9126/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:02:05.694594016Z","hostname":"buskin","pid":1045}\n{"msg":"UUID: 891c7e23-53f5-4511-80e4-bcb2109720d0","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:02:05.726707858Z","hostname":"buskin","pid":1045}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:02:05.726719049Z","hostname":"buskin","pid":1045}\n
target = phd_framework::disk::crucible
|
1868 | 2025-03-10T21:02:05.734Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/runner-1/891c7e23-53f5-4511-80e4-bcb2109720d0_9127", "--encrypted", "--uuid", "891c7e23-53f5-4511-80e4-bcb2109720d0", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
1869 | 2025-03-10T21:02:05.806Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 260
path = phd_tests::crucible::smoke::boot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/runner-1/891c7e23-53f5-4511-80e4-bcb2109720d0_9127/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:02:05.763647784Z","hostname":"buskin","pid":1046}\n{"msg":"UUID: 891c7e23-53f5-4511-80e4-bcb2109720d0","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:02:05.79792616Z","hostname":"buskin","pid":1046}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:02:05.79794224Z","hostname":"buskin","pid":1046}\n
target = phd_framework::disk::crucible
|
1870 | 2025-03-10T21:02:05.806Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::boot_test
stderr_path = "/tmp/propolis-phd/runner-1/crucible_891c7e23-53f5-4511-80e4-bcb2109720d0_9125.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/crucible_891c7e23-53f5-4511-80e4-bcb2109720d0_9125.stdout.log"
target = phd_framework::server_log_mode
|
1871 | 2025-03-10T21:02:05.806Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9125", "--data", "/tmp/propolis-phd/runner-1/891c7e23-53f5-4511-80e4-bcb2109720d0_9125"]
file = phd-tests/framework/src/disk/crucible.rs
line = 296
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
1872 | 2025-03-10T21:02:05.806Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9125", "--data", "/tmp/propolis-phd/runner-1/891c7e23-53f5-4511-80e4-bcb2109720d0_9125"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
1873 | 2025-03-10T21:02:05.825Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::boot_test
stderr_path = "/tmp/propolis-phd/runner-1/crucible_891c7e23-53f5-4511-80e4-bcb2109720d0_9126.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/crucible_891c7e23-53f5-4511-80e4-bcb2109720d0_9126.stdout.log"
target = phd_framework::server_log_mode
|
1874 | 2025-03-10T21:02:05.825Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9126", "--data", "/tmp/propolis-phd/runner-1/891c7e23-53f5-4511-80e4-bcb2109720d0_9126"]
file = phd-tests/framework/src/disk/crucible.rs
line = 296
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
1875 | 2025-03-10T21:02:05.825Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9126", "--data", "/tmp/propolis-phd/runner-1/891c7e23-53f5-4511-80e4-bcb2109720d0_9126"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
1876 | 2025-03-10T21:02:05.841Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::boot_test
stderr_path = "/tmp/propolis-phd/runner-1/crucible_891c7e23-53f5-4511-80e4-bcb2109720d0_9127.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/crucible_891c7e23-53f5-4511-80e4-bcb2109720d0_9127.stdout.log"
target = phd_framework::server_log_mode
|
1877 | 2025-03-10T21:02:05.841Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9127", "--data", "/tmp/propolis-phd/runner-1/891c7e23-53f5-4511-80e4-bcb2109720d0_9127"]
file = phd-tests/framework/src/disk/crucible.rs
line = 296
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
1878 | 2025-03-10T21:02:05.841Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9127", "--data", "/tmp/propolis-phd/runner-1/891c7e23-53f5-4511-80e4-bcb2109720d0_9127"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
1879 | 2025-03-10T21:02:05.858Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
1880 | 2025-03-10T21:02:05.858Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm_name = crucible_boot_test
|
1881 | 2025-03-10T21:02:05.858Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
1882 | 2025-03-10T21:02:05.858Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::crucible::smoke::boot_test
server_addr = 127.0.0.1:9128
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1883 | 2025-03-10T21:02:05.858Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::boot_test
stderr_path = "/tmp/propolis-phd/runner-1/crucible_boot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/crucible_boot_test.stdout.log"
target = phd_framework::server_log_mode
|
1884 | 2025-03-10T21:02:05.874Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1050
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm::server
|
1885 | 2025-03-10T21:02:05.874Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 15
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
1886 | 2025-03-10T21:02:05.874Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
1887 | 2025-03-10T21:02:05.875Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9128/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
1888 | 2025-03-10T21:02:06.030Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6831
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1889 | 2025-03-10T21:02:06.031Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::crucible::smoke::guest_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
1890 | 2025-03-10T21:02:06.031Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1891 | 2025-03-10T21:02:06.031Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1892 | 2025-03-10T21:02:06.031Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1893 | 2025-03-10T21:02:06.049Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1894 | 2025-03-10T21:02:06.050Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::crucible::smoke::guest_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
1895 | 2025-03-10T21:02:06.050Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1896 | 2025-03-10T21:02:06.050Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1897 | 2025-03-10T21:02:06.050Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1898 | 2025-03-10T21:02:06.083Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1899 | 2025-03-10T21:02:06.083Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
1900 | 2025-03-10T21:02:06.083Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6883
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
1901 | 2025-03-10T21:02:06.083Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1902 | 2025-03-10T21:02:06.083Z | INFO | phd-runner: test phd_tests::crucible::smoke::guest_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
target = phd_runner::execute
|
1903 | 2025-03-10T21:02:06.083Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1904 | 2025-03-10T21:02:06.084Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
1905 | 2025-03-10T21:02:06.084Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11494
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1906 | 2025-03-10T21:02:06.084Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1907 | 2025-03-10T21:02:06.589Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::serial
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1908 | 2025-03-10T21:02:06.589Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 0edf5773-d109-4e83-a47a-62de972f9911, metadata: InstanceMetadata { project_id: 40bfbdac-f73f-459b-b379-eb1a8f7c4083, silo_id: 96eb1ca6-f7a4-441a-9964-19df0b78c4f7, sled_id: ff68b05b-0226-4798-8b4a-aee068f41733, sled_model: "pheidippes", sled_revision: 1, sled_serial: "ff68b05b-0226-4798-8b4a-aee068f41733" }, name: "phd-vm-0edf5773-d109-4e83-a47a-62de972f9911" }, state: Creating }
line = 379
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
1909 | 2025-03-10T21:02:06.589Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 715
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
1910 | 2025-03-10T21:02:06.589Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
1911 | 2025-03-10T21:02:06.589Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::crucible::smoke::boot_test
state = Run
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
1912 | 2025-03-10T21:02:06.590Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
1913 | 2025-03-10T21:02:06.590Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
1914 | 2025-03-10T21:02:06.590Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
1915 | 2025-03-10T21:02:06.590Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::crucible::smoke::boot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
1916 | 2025-03-10T21:02:06.590Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
1917 | 2025-03-10T21:02:06.590Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
1918 | 2025-03-10T21:02:06.751Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::crucible::smoke::guest_reboot_test
self.address = 127.0.0.1:9003
target = phd_framework::test_vm::server
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1919 | 2025-03-10T21:02:06.894Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 56
path = phd_tests::crucible::smoke::guest_reboot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9000, data_dir: DataDirectory { path: "/tmp/propolis-phd/runner-0/8a422c4d-19a9-404e-bce2-9d20bf0926a7_9000" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1920 | 2025-03-10T21:02:06.906Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 37
path = phd_tests::crucible::smoke::guest_reboot_test
self.path = "/tmp/propolis-phd/runner-0/8a422c4d-19a9-404e-bce2-9d20bf0926a7_9000"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1921 | 2025-03-10T21:02:06.917Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 56
path = phd_tests::crucible::smoke::guest_reboot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9001, data_dir: DataDirectory { path: "/tmp/propolis-phd/runner-0/8a422c4d-19a9-404e-bce2-9d20bf0926a7_9001" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1922 | 2025-03-10T21:02:06.928Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 37
path = phd_tests::crucible::smoke::guest_reboot_test
self.path = "/tmp/propolis-phd/runner-0/8a422c4d-19a9-404e-bce2-9d20bf0926a7_9001"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1923 | 2025-03-10T21:02:06.939Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 56
path = phd_tests::crucible::smoke::guest_reboot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9002, data_dir: DataDirectory { path: "/tmp/propolis-phd/runner-0/8a422c4d-19a9-404e-bce2-9d20bf0926a7_9002" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1924 | 2025-03-10T21:02:06.950Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 37
path = phd_tests::crucible::smoke::guest_reboot_test
self.path = "/tmp/propolis-phd/runner-0/8a422c4d-19a9-404e-bce2-9d20bf0926a7_9002"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1925 | 2025-03-10T21:02:06.960Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 876
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 0122c5a5-ad27-4b29-8a46-ed074a3be8ad
|
1926 | 2025-03-10T21:02:06.960Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 13122
file = phd-tests/tests/src/crucible/smoke.rs
line = 35
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_tests::crucible::smoke
|
1927 | 2025-03-10T21:02:06.960Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 876
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1928 | 2025-03-10T21:02:06.960Z | INFO | phd-runner: [MIGRATE - EVENT] Starting test phd_tests::migrate::running_process::export_failure
file = phd-tests/runner/src/execute.rs
line = 101
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::execute
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1929 | 2025-03-10T21:02:06.960Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::fixtures
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1930 | 2025-03-10T21:02:06.960Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_runner::fixtures
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1931 | 2025-03-10T21:02:06.961Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 201
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_tests::migrate::running_process
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1932 | 2025-03-10T21:02:06.961Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1933 | 2025-03-10T21:02:06.961Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1934 | 2025-03-10T21:02:06.961Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1935 | 2025-03-10T21:02:06.961Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
verb = list
|
1936 | 2025-03-10T21:02:06.988Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 357M 1.80T 357M /phd-artifacts\n
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1937 | 2025-03-10T21:02:06.988Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-026eef27-09ec-495b-9d53-50de5af4182c"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
verb = snapshot
|
1938 | 2025-03-10T21:02:07.017Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-026eef27-09ec-495b-9d53-50de5af4182c", "phd-artifacts/phd-clone-2c4fe121-a7aa-4823-8316-082b05f3e0ce"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
verb = clone
|
1939 | 2025-03-10T21:02:07.044Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2c4fe121-a7aa-4823-8316-082b05f3e0ce"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
verb = list
|
1940 | 2025-03-10T21:02:07.065Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-2c4fe121-a7aa-4823-8316-082b05f3e0ce 0B 1.80T 357M /phd-artifacts/phd-clone-2c4fe121-a7aa-4823-8316-082b05f3e0ce\n
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1941 | 2025-03-10T21:02:07.065Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1942 | 2025-03-10T21:02:07.065Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm_name = migrate_running_process::export_failure_source
|
1943 | 2025-03-10T21:02:07.065Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /work/phd-test/propolis-server
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1944 | 2025-03-10T21:02:07.066Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1945 | 2025-03-10T21:02:07.066Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
stderr_path = "/tmp/propolis-phd/runner-0/migrate_running_process::export_failure_source.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/migrate_running_process::export_failure_source.stdout.log"
target = phd_framework::server_log_mode
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1946 | 2025-03-10T21:02:07.077Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1056
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1947 | 2025-03-10T21:02:07.077Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1948 | 2025-03-10T21:02:07.077Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1949 | 2025-03-10T21:02:07.078Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm_name = migrate_running_process::export_failure_target1
|
1950 | 2025-03-10T21:02:07.078Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /work/phd-test/propolis-server
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1951 | 2025-03-10T21:02:07.078Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1952 | 2025-03-10T21:02:07.078Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
stderr_path = "/tmp/propolis-phd/runner-0/migrate_running_process::export_failure_target1.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/migrate_running_process::export_failure_target1.stdout.log"
target = phd_framework::server_log_mode
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1953 | 2025-03-10T21:02:07.090Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1057
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1954 | 2025-03-10T21:02:07.090Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1955 | 2025-03-10T21:02:07.090Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1956 | 2025-03-10T21:02:07.090Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm_name = migrate_running_process::export_failure_target2
|
1957 | 2025-03-10T21:02:07.090Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = /work/phd-test/propolis-server
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::artifacts::store
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1958 | 2025-03-10T21:02:07.090Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
server_addr = 127.0.0.1:9004
server_path = "/work/phd-test/propolis-server"
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1959 | 2025-03-10T21:02:07.090Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
stderr_path = "/tmp/propolis-phd/runner-0/migrate_running_process::export_failure_target2.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/migrate_running_process::export_failure_target2.stdout.log"
target = phd_framework::server_log_mode
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1960 | 2025-03-10T21:02:07.103Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1058
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1961 | 2025-03-10T21:02:07.103Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1962 | 2025-03-10T21:02:07.103Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
1963 | 2025-03-10T21:02:07.220Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1964 | 2025-03-10T21:02:07.220Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 13197127-46f8-4f7c-a9fb-640b8828e644, metadata: InstanceMetadata { project_id: 845c210d-670d-4313-9e65-5a32dc503ee2, silo_id: fa7d2d37-c1a2-424b-bb91-57a37e29ad12, sled_id: c1cf37b0-45a4-42f2-b8ff-b8e323c79dff, sled_model: "pheidippes", sled_revision: 1, sled_serial: "c1cf37b0-45a4-42f2-b8ff-b8e323c79dff" }, name: "phd-vm-13197127-46f8-4f7c-a9fb-640b8828e644" }, state: Creating }
line = 379
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
1965 | 2025-03-10T21:02:07.220Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 117
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
1966 | 2025-03-10T21:02:07.220Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
1967 | 2025-03-10T21:02:07.221Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
state = Run
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
1968 | 2025-03-10T21:02:07.221Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
1969 | 2025-03-10T21:02:07.221Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1970 | 2025-03-10T21:02:07.221Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = 300s
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
1971 | 2025-03-10T21:02:07.221Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1972 | 2025-03-10T21:02:07.221Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
1973 | 2025-03-10T21:02:07.221Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = CallerTimeout
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
1974 | 2025-03-10T21:02:11.194Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4603
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
1975 | 2025-03-10T21:02:11.194Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::crucible::smoke::boot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
1976 | 2025-03-10T21:02:11.194Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::crucible::smoke::boot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1977 | 2025-03-10T21:02:11.194Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
1978 | 2025-03-10T21:02:11.194Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
1979 | 2025-03-10T21:02:11.213Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
1980 | 2025-03-10T21:02:11.213Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::crucible::smoke::boot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
1981 | 2025-03-10T21:02:11.213Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::crucible::smoke::boot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1982 | 2025-03-10T21:02:11.213Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
1983 | 2025-03-10T21:02:11.213Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
1984 | 2025-03-10T21:02:11.246Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
1985 | 2025-03-10T21:02:11.246Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
1986 | 2025-03-10T21:02:11.246Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4655
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
1987 | 2025-03-10T21:02:11.246Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
1988 | 2025-03-10T21:02:11.246Z | INFO | phd-runner: test phd_tests::crucible::smoke::boot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
target = phd_runner::execute
|
1989 | 2025-03-10T21:02:11.246Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1990 | 2025-03-10T21:02:11.246Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::serial
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1991 | 2025-03-10T21:02:11.246Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4657
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::migration_ensures_instance_metadata
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::serial
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1992 | 2025-03-10T21:02:11.247Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
1993 | 2025-03-10T21:02:11.376Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4154
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
1994 | 2025-03-10T21:02:11.376Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1995 | 2025-03-10T21:02:11.376Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
1996 | 2025-03-10T21:02:11.376Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
1997 | 2025-03-10T21:02:11.376Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = CallerTimeout
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
1998 | 2025-03-10T21:02:11.394Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
1999 | 2025-03-10T21:02:11.394Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
2000 | 2025-03-10T21:02:11.394Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
2001 | 2025-03-10T21:02:11.394Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2002 | 2025-03-10T21:02:11.394Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = CallerTimeout
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2003 | 2025-03-10T21:02:11.427Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2004 | 2025-03-10T21:02:11.427Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
2005 | 2025-03-10T21:02:11.427Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4205
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
2006 | 2025-03-10T21:02:11.427Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2007 | 2025-03-10T21:02:11.427Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2008 | 2025-03-10T21:02:11.515Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 87
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2009 | 2025-03-10T21:02:11.515Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2010 | 2025-03-10T21:02:11.515Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2011 | 2025-03-10T21:02:11.525Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2012 | 2025-03-10T21:02:11.525Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2013 | 2025-03-10T21:02:11.525Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2014 | 2025-03-10T21:02:11.536Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2015 | 2025-03-10T21:02:11.536Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2016 | 2025-03-10T21:02:11.536Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2017 | 2025-03-10T21:02:11.569Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2018 | 2025-03-10T21:02:11.569Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2019 | 2025-03-10T21:02:11.569Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2020 | 2025-03-10T21:02:11.580Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2021 | 2025-03-10T21:02:11.581Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2022 | 2025-03-10T21:02:11.581Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2023 | 2025-03-10T21:02:11.814Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::crucible::smoke::boot_test
self.address = 127.0.0.1:9128
target = phd_framework::test_vm::server
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
2024 | 2025-03-10T21:02:11.959Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 56
path = phd_tests::crucible::smoke::boot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9125, data_dir: DataDirectory { path: "/tmp/propolis-phd/runner-1/891c7e23-53f5-4511-80e4-bcb2109720d0_9125" } }
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
2025 | 2025-03-10T21:02:11.969Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 37
path = phd_tests::crucible::smoke::boot_test
self.path = "/tmp/propolis-phd/runner-1/891c7e23-53f5-4511-80e4-bcb2109720d0_9125"
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
2026 | 2025-03-10T21:02:11.979Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 56
path = phd_tests::crucible::smoke::boot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9126, data_dir: DataDirectory { path: "/tmp/propolis-phd/runner-1/891c7e23-53f5-4511-80e4-bcb2109720d0_9126" } }
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
2027 | 2025-03-10T21:02:11.992Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 37
path = phd_tests::crucible::smoke::boot_test
self.path = "/tmp/propolis-phd/runner-1/891c7e23-53f5-4511-80e4-bcb2109720d0_9126"
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
2028 | 2025-03-10T21:02:12.002Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 56
path = phd_tests::crucible::smoke::boot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9127, data_dir: DataDirectory { path: "/tmp/propolis-phd/runner-1/891c7e23-53f5-4511-80e4-bcb2109720d0_9127" } }
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
2029 | 2025-03-10T21:02:12.013Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 37
path = phd_tests::crucible::smoke::boot_test
self.path = "/tmp/propolis-phd/runner-1/891c7e23-53f5-4511-80e4-bcb2109720d0_9127"
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
2030 | 2025-03-10T21:02:12.023Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 776
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 0edf5773-d109-4e83-a47a-62de972f9911
|
2031 | 2025-03-10T21:02:12.023Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6424
file = phd-tests/tests/src/crucible/smoke.rs
line = 14
path = phd_tests::crucible::smoke::boot_test
target = phd_tests::crucible::smoke
|
2032 | 2025-03-10T21:02:12.023Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 776
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
2033 | 2025-03-10T21:02:12.023Z | INFO | phd-runner: Starting test phd_tests::migrate::running_process::import_failure
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
2034 | 2025-03-10T21:02:12.023Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
2035 | 2025-03-10T21:02:12.023Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
2036 | 2025-03-10T21:02:12.023Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 131
path = phd_tests::migrate::running_process::import_failure
target = phd_tests::migrate::running_process
|
2037 | 2025-03-10T21:02:12.023Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
2038 | 2025-03-10T21:02:12.023Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
2039 | 2025-03-10T21:02:12.023Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
2040 | 2025-03-10T21:02:12.023Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = list
|
2041 | 2025-03-10T21:02:12.024Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 442
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2042 | 2025-03-10T21:02:12.040Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = 13197127-46f8-4f7c-a9fb-640b8828e644
target = phd_framework::test_vm
target_id = f8394791-dcbb-4359-9b1b-1f7eb08fe4ec
|
2043 | 2025-03-10T21:02:12.040Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 507
migration_id = 0c4b52db-d9bf-4948-9dc4-38f5a954346c
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = 13197127-46f8-4f7c-a9fb-640b8828e644
target = phd_framework::test_vm
target_id = f8394791-dcbb-4359-9b1b-1f7eb08fe4ec
timeout_duration = 45s
|
2044 | 2025-03-10T21:02:12.040Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = 13197127-46f8-4f7c-a9fb-640b8828e644
target = phd_framework::test_vm
target_id = f8394791-dcbb-4359-9b1b-1f7eb08fe4ec
vm = migrate_running_process::export_failure_target1
vm_id = f8394791-dcbb-4359-9b1b-1f7eb08fe4ec
|
2045 | 2025-03-10T21:02:12.049Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::running_process::import_failure
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 357M 1.80T 357M /phd-artifacts\n
target = phd_framework::zfs
|
2046 | 2025-03-10T21:02:12.049Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9b688913-9ad3-4ce8-9c8e-cc503676f48f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = snapshot
|
2047 | 2025-03-10T21:02:12.085Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9b688913-9ad3-4ce8-9c8e-cc503676f48f", "phd-artifacts/phd-clone-ab570e26-1672-4b7c-9df9-e597882c2ea3"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = clone
|
2048 | 2025-03-10T21:02:12.114Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-ab570e26-1672-4b7c-9df9-e597882c2ea3"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = list
|
2049 | 2025-03-10T21:02:12.135Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::running_process::import_failure
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-ab570e26-1672-4b7c-9df9-e597882c2ea3 0B 1.80T 357M /phd-artifacts/phd-clone-ab570e26-1672-4b7c-9df9-e597882c2ea3\n
target = phd_framework::zfs
|
2050 | 2025-03-10T21:02:12.136Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
2051 | 2025-03-10T21:02:12.136Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm_name = migrate_running_process::import_failure_source
|
2052 | 2025-03-10T21:02:12.136Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
2053 | 2025-03-10T21:02:12.136Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::running_process::import_failure
server_addr = 127.0.0.1:9125
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
2054 | 2025-03-10T21:02:12.136Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::running_process::import_failure
stderr_path = "/tmp/propolis-phd/runner-1/migrate_running_process::import_failure_source.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/migrate_running_process::import_failure_source.stdout.log"
target = phd_framework::server_log_mode
|
2055 | 2025-03-10T21:02:12.148Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1064
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm::server
|
2056 | 2025-03-10T21:02:12.148Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
2057 | 2025-03-10T21:02:12.148Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
2058 | 2025-03-10T21:02:12.148Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
2059 | 2025-03-10T21:02:12.148Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
2060 | 2025-03-10T21:02:12.148Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = list
|
2061 | 2025-03-10T21:02:12.166Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::running_process::import_failure
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 358M 1.80T 357M /phd-artifacts\n
target = phd_framework::zfs
|
2062 | 2025-03-10T21:02:12.166Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5edb06df-553d-4cb2-861f-b23cdc0235fe"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = snapshot
|
2063 | 2025-03-10T21:02:12.179Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: f8394791-dcbb-4359-9b1b-1f7eb08fe4ec, metadata: InstanceMetadata { project_id: 845c210d-670d-4313-9e65-5a32dc503ee2, silo_id: fa7d2d37-c1a2-424b-bb91-57a37e29ad12, sled_id: dfcc70d4-1a47-46fb-a049-00f73ac70860, sled_model: "pheidippes", sled_revision: 1, sled_serial: "dfcc70d4-1a47-46fb-a049-00f73ac70860" }, name: "phd-vm-f8394791-dcbb-4359-9b1b-1f7eb08fe4ec" }, state: Migrating }
line = 379
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = 13197127-46f8-4f7c-a9fb-640b8828e644
target = phd_framework::test_vm
target_id = f8394791-dcbb-4359-9b1b-1f7eb08fe4ec
vm = migrate_running_process::export_failure_target1
vm_id = f8394791-dcbb-4359-9b1b-1f7eb08fe4ec
|
2064 | 2025-03-10T21:02:12.179Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 138
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = 13197127-46f8-4f7c-a9fb-640b8828e644
target = phd_framework::test_vm
target_id = f8394791-dcbb-4359-9b1b-1f7eb08fe4ec
vm = migrate_running_process::export_failure_target1
vm_id = f8394791-dcbb-4359-9b1b-1f7eb08fe4ec
|
2065 | 2025-03-10T21:02:12.179Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = 0c4b52db-d9bf-4948-9dc4-38f5a954346c
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = 13197127-46f8-4f7c-a9fb-640b8828e644
target = phd_framework::test_vm
target_id = f8394791-dcbb-4359-9b1b-1f7eb08fe4ec
|
2066 | 2025-03-10T21:02:12.193Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5edb06df-553d-4cb2-861f-b23cdc0235fe", "phd-artifacts/phd-clone-e195eb16-bc9e-4962-9ac6-ca355e810606"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = clone
|
2067 | 2025-03-10T21:02:12.217Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e195eb16-bc9e-4962-9ac6-ca355e810606"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = list
|
2068 | 2025-03-10T21:02:12.236Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::running_process::import_failure
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-e195eb16-bc9e-4962-9ac6-ca355e810606 0B 1.80T 357M /phd-artifacts/phd-clone-e195eb16-bc9e-4962-9ac6-ca355e810606\n
target = phd_framework::zfs
|
2069 | 2025-03-10T21:02:12.237Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
2070 | 2025-03-10T21:02:12.237Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm_name = migrate_running_process::import_failure_target1
|
2071 | 2025-03-10T21:02:12.237Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
2072 | 2025-03-10T21:02:12.237Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::running_process::import_failure
server_addr = 127.0.0.1:9127
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
2073 | 2025-03-10T21:02:12.237Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::running_process::import_failure
stderr_path = "/tmp/propolis-phd/runner-1/migrate_running_process::import_failure_target1.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/migrate_running_process::import_failure_target1.stdout.log"
target = phd_framework::server_log_mode
|
2074 | 2025-03-10T21:02:12.249Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1069
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm::server
|
2075 | 2025-03-10T21:02:12.249Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
2076 | 2025-03-10T21:02:12.249Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
2077 | 2025-03-10T21:02:12.249Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm_name = migrate_running_process::import_failure_target2
|
2078 | 2025-03-10T21:02:12.249Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
2079 | 2025-03-10T21:02:12.249Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::running_process::import_failure
server_addr = 127.0.0.1:9129
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
2080 | 2025-03-10T21:02:12.249Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::running_process::import_failure
stderr_path = "/tmp/propolis-phd/runner-1/migrate_running_process::import_failure_target2.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/migrate_running_process::import_failure_target2.stdout.log"
target = phd_framework::server_log_mode
|
2081 | 2025-03-10T21:02:12.262Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1070
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm::server
|
2082 | 2025-03-10T21:02:12.262Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
2083 | 2025-03-10T21:02:12.262Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2084 | 2025-03-10T21:02:12.381Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
2085 | 2025-03-10T21:02:12.381Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: ef611b2a-4f14-4334-8139-895c1735cc99, metadata: InstanceMetadata { project_id: 00a34e08-54c7-4e87-9ac9-902567c538a0, silo_id: 032a31bd-3f90-4a84-8411-7cf63e6b26f4, sled_id: cc7bdcdd-73c6-4166-ba8e-63f19da872a2, sled_model: "pheidippes", sled_revision: 1, sled_serial: "cc7bdcdd-73c6-4166-ba8e-63f19da872a2" }, name: "phd-vm-ef611b2a-4f14-4334-8139-895c1735cc99" }, state: Creating }
line = 379
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2086 | 2025-03-10T21:02:12.381Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 119
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2087 | 2025-03-10T21:02:12.381Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2088 | 2025-03-10T21:02:12.381Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::migrate::running_process::import_failure
state = Run
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2089 | 2025-03-10T21:02:12.382Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2090 | 2025-03-10T21:02:12.382Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
2091 | 2025-03-10T21:02:12.382Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = 300s
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2092 | 2025-03-10T21:02:12.382Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::running_process::import_failure
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
2093 | 2025-03-10T21:02:12.382Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2094 | 2025-03-10T21:02:12.382Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2095 | 2025-03-10T21:02:15.169Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Instance reported error during migration
file = phd-tests/framework/src/test_vm/mod.rs
line = 545
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = 13197127-46f8-4f7c-a9fb-640b8828e644
target = phd_framework::test_vm
target_id = f8394791-dcbb-4359-9b1b-1f7eb08fe4ec
|
2096 | 2025-03-10T21:02:15.169Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2989
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = 0c4b52db-d9bf-4948-9dc4-38f5a954346c
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = 13197127-46f8-4f7c-a9fb-640b8828e644
target = phd_framework::test_vm
target_id = f8394791-dcbb-4359-9b1b-1f7eb08fe4ec
|
2097 | 2025-03-10T21:02:15.169Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3128
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = 13197127-46f8-4f7c-a9fb-640b8828e644
target = phd_framework::test_vm
target_id = f8394791-dcbb-4359-9b1b-1f7eb08fe4ec
|
2098 | 2025-03-10T21:02:15.169Z | INFO | phd-runner: [TEST - EVENT] first migration failed as expected
error = live migration
file = phd-tests/tests/src/migrate.rs
line = 235
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_tests::migrate::running_process
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
2099 | 2025-03-10T21:02:15.170Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 653
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2100 | 2025-03-10T21:02:15.170Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 5s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 659
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2101 | 2025-03-10T21:02:15.170Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2102 | 2025-03-10T21:02:15.170Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2103 | 2025-03-10T21:02:15.171Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2104 | 2025-03-10T21:02:15.171Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 653
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2105 | 2025-03-10T21:02:15.171Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = 13197127-46f8-4f7c-a9fb-640b8828e644
target = phd_framework::test_vm
target_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
|
2106 | 2025-03-10T21:02:15.171Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 507
migration_id = a5a04f14-cf0d-496a-9e08-4830c308d970
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = 13197127-46f8-4f7c-a9fb-640b8828e644
target = phd_framework::test_vm
target_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
timeout_duration = 45s
|
2107 | 2025-03-10T21:02:15.171Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = 13197127-46f8-4f7c-a9fb-640b8828e644
target = phd_framework::test_vm
target_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
vm = migrate_running_process::export_failure_target2
vm_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
|
2108 | 2025-03-10T21:02:15.296Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b, metadata: InstanceMetadata { project_id: 845c210d-670d-4313-9e65-5a32dc503ee2, silo_id: fa7d2d37-c1a2-424b-bb91-57a37e29ad12, sled_id: 5937b0a6-70c1-4177-8cc4-151269c27790, sled_model: "pheidippes", sled_revision: 1, sled_serial: "5937b0a6-70c1-4177-8cc4-151269c27790" }, name: "phd-vm-64a917a5-4e04-4a08-8bfe-913d1b5d9f6b" }, state: Migrating }
line = 379
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = 13197127-46f8-4f7c-a9fb-640b8828e644
target = phd_framework::test_vm
target_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
vm = migrate_running_process::export_failure_target2
vm_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
|
2109 | 2025-03-10T21:02:15.296Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 125
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = 13197127-46f8-4f7c-a9fb-640b8828e644
target = phd_framework::test_vm
target_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
vm = migrate_running_process::export_failure_target2
vm_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
|
2110 | 2025-03-10T21:02:15.296Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = a5a04f14-cf0d-496a-9e08-4830c308d970
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = 13197127-46f8-4f7c-a9fb-640b8828e644
target = phd_framework::test_vm
target_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
|
2111 | 2025-03-10T21:02:16.540Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4157
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2112 | 2025-03-10T21:02:16.540Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::running_process::import_failure
step = WriteStr("root")
target = phd_framework::test_vm
|
2113 | 2025-03-10T21:02:16.540Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::running_process::import_failure
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
2114 | 2025-03-10T21:02:16.540Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2115 | 2025-03-10T21:02:16.540Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2116 | 2025-03-10T21:02:16.558Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2117 | 2025-03-10T21:02:16.558Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::running_process::import_failure
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
2118 | 2025-03-10T21:02:16.558Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::running_process::import_failure
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
2119 | 2025-03-10T21:02:16.558Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2120 | 2025-03-10T21:02:16.558Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2121 | 2025-03-10T21:02:16.580Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2122 | 2025-03-10T21:02:16.580Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
2123 | 2025-03-10T21:02:16.580Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4198
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
2124 | 2025-03-10T21:02:16.581Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2125 | 2025-03-10T21:02:16.581Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2126 | 2025-03-10T21:02:16.667Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 86
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2127 | 2025-03-10T21:02:16.668Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2128 | 2025-03-10T21:02:16.668Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2129 | 2025-03-10T21:02:16.678Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2130 | 2025-03-10T21:02:16.678Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2131 | 2025-03-10T21:02:16.678Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2132 | 2025-03-10T21:02:16.689Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2133 | 2025-03-10T21:02:16.689Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2134 | 2025-03-10T21:02:16.689Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2135 | 2025-03-10T21:02:16.711Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2136 | 2025-03-10T21:02:16.711Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2137 | 2025-03-10T21:02:16.711Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2138 | 2025-03-10T21:02:16.722Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2139 | 2025-03-10T21:02:16.722Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2140 | 2025-03-10T21:02:16.723Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2141 | 2025-03-10T21:02:17.033Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 310
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2142 | 2025-03-10T21:02:17.033Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2143 | 2025-03-10T21:02:17.033Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9125
file = phd-tests/framework/src/test_vm/mod.rs
line = 507
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = 45s
|
2144 | 2025-03-10T21:02:17.033Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = migrate_running_process::import_failure_target1
vm_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2145 | 2025-03-10T21:02:17.155Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 529a3946-284a-41a3-9556-015b9c026acf, metadata: InstanceMetadata { project_id: 9b6c4096-2251-4f2f-bb1f-820207d24520, silo_id: f6057bbc-582b-4841-8daa-28d92ae803cf, sled_id: 088a26eb-b0d6-4ddf-8257-081832941838, sled_model: "pheidippes", sled_revision: 1, sled_serial: "088a26eb-b0d6-4ddf-8257-081832941838" }, name: "phd-vm-529a3946-284a-41a3-9556-015b9c026acf" }, state: Migrating }
line = 379
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = migrate_running_process::import_failure_target1
vm_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2146 | 2025-03-10T21:02:17.155Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 122
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = migrate_running_process::import_failure_target1
vm_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2147 | 2025-03-10T21:02:17.155Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2148 | 2025-03-10T21:02:17.765Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9004","from_start":9417}}
target = phd_framework::serial
|
2149 | 2025-03-10T21:02:19.248Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 541
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = 13197127-46f8-4f7c-a9fb-640b8828e644
target = phd_framework::test_vm
target_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
|
2150 | 2025-03-10T21:02:19.249Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3952
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = a5a04f14-cf0d-496a-9e08-4830c308d970
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = 13197127-46f8-4f7c-a9fb-640b8828e644
target = phd_framework::test_vm
target_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
|
2151 | 2025-03-10T21:02:19.249Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4077
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = 13197127-46f8-4f7c-a9fb-640b8828e644
target = phd_framework::test_vm
target_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
|
2152 | 2025-03-10T21:02:19.249Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_target2
vm_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
|
2153 | 2025-03-10T21:02:19.249Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_target2
vm_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
|
2154 | 2025-03-10T21:02:19.260Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_target2
vm_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
|
2155 | 2025-03-10T21:02:19.260Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_target2
vm_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
|
2156 | 2025-03-10T21:02:19.261Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_target2
vm_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
|
2157 | 2025-03-10T21:02:19.349Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 88
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_target2
vm_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
|
2158 | 2025-03-10T21:02:19.350Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_target2
vm_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
|
2159 | 2025-03-10T21:02:19.350Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_target1
vm_id = f8394791-dcbb-4359-9b1b-1f7eb08fe4ec
|
2160 | 2025-03-10T21:02:19.350Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2161 | 2025-03-10T21:02:19.350Z | INFO | phd-runner: test phd_tests::migrate::running_process::export_failure ... ok
file = phd-tests/runner/src/execute.rs
line = 119
target = phd_runner::execute
|
2162 | 2025-03-10T21:02:19.350Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
2163 | 2025-03-10T21:02:19.350Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
2164 | 2025-03-10T21:02:19.350Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12130
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
2165 | 2025-03-10T21:02:19.351Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_target2
vm_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
|
2166 | 2025-03-10T21:02:19.351Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_target1
vm_id = f8394791-dcbb-4359-9b1b-1f7eb08fe4ec
|
2167 | 2025-03-10T21:02:19.351Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
self.address = 127.0.0.1:9000
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2168 | 2025-03-10T21:02:19.369Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
self.address = 127.0.0.1:9002
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_target1
vm_id = f8394791-dcbb-4359-9b1b-1f7eb08fe4ec
|
2169 | 2025-03-10T21:02:19.482Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 131
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_source
vm_id = 13197127-46f8-4f7c-a9fb-640b8828e644
|
2170 | 2025-03-10T21:02:19.483Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
self.address = 127.0.0.1:9004
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm::server
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_target2
vm_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
|
2171 | 2025-03-10T21:02:19.594Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 244
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_target1
vm_id = f8394791-dcbb-4359-9b1b-1f7eb08fe4ec
|
2172 | 2025-03-10T21:02:19.706Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_target2
vm_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
|
2173 | 2025-03-10T21:02:19.706Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2c4fe121-a7aa-4823-8316-082b05f3e0ce"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
verb = destroy
vm = migrate_running_process::export_failure_target2
vm_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
|
2174 | 2025-03-10T21:02:19.743Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_target2
vm_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
|
2175 | 2025-03-10T21:02:19.743Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-026eef27-09ec-495b-9d53-50de5af4182c"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::zfs
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
verb = destroy
vm = migrate_running_process::export_failure_target2
vm_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
|
2176 | 2025-03-10T21:02:19.774Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 424
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_framework::test_vm
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
vm = migrate_running_process::export_failure_target2
vm_id = 64a917a5-4e04-4a08-8bfe-913d1b5d9f6b
|
2177 | 2025-03-10T21:02:19.775Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12813
file = phd-tests/tests/src/migrate.rs
line = 201
migration_id = aaee9a96-01f0-431b-b59f-bcb198380b0b
path = phd_tests::migrate::running_process::export_failure
source = migration_ensures_instance_metadata_source
source_id = 2c01c931-740b-40da-9ef9-8b86d51b91e8
target = phd_tests::migrate::running_process
target_id = 165fad07-4dc8-4c83-a8d2-788891e7dca9
|
2178 | 2025-03-10T21:02:19.775Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 424
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
2179 | 2025-03-10T21:02:19.775Z | INFO | phd-runner: Starting test phd_tests::migrate::running_process::migrate_running_process
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
2180 | 2025-03-10T21:02:19.775Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
2181 | 2025-03-10T21:02:19.775Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
2182 | 2025-03-10T21:02:19.775Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 111
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_tests::migrate::running_process
|
2183 | 2025-03-10T21:02:19.775Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
2184 | 2025-03-10T21:02:19.775Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
2185 | 2025-03-10T21:02:19.775Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
2186 | 2025-03-10T21:02:19.775Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = list
|
2187 | 2025-03-10T21:02:19.793Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::running_process::migrate_running_process
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 358M 1.80T 357M /phd-artifacts\n
target = phd_framework::zfs
|
2188 | 2025-03-10T21:02:19.793Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c6458b41-fe98-46e1-9a0d-e82bbed69374"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = snapshot
|
2189 | 2025-03-10T21:02:19.816Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c6458b41-fe98-46e1-9a0d-e82bbed69374", "phd-artifacts/phd-clone-bc25020a-513b-41f5-944f-1830aeb0d718"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = clone
|
2190 | 2025-03-10T21:02:19.840Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-bc25020a-513b-41f5-944f-1830aeb0d718"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = list
|
2191 | 2025-03-10T21:02:19.858Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::running_process::migrate_running_process
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-bc25020a-513b-41f5-944f-1830aeb0d718 0B 1.80T 357M /phd-artifacts/phd-clone-bc25020a-513b-41f5-944f-1830aeb0d718\n
target = phd_framework::zfs
|
2192 | 2025-03-10T21:02:19.859Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
2193 | 2025-03-10T21:02:19.859Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm_name = migrate_running_process_source
|
2194 | 2025-03-10T21:02:19.859Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
2195 | 2025-03-10T21:02:19.859Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::running_process::migrate_running_process
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
2196 | 2025-03-10T21:02:19.859Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::running_process::migrate_running_process
stderr_path = "/tmp/propolis-phd/runner-0/migrate_running_process_source.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/migrate_running_process_source.stdout.log"
target = phd_framework::server_log_mode
|
2197 | 2025-03-10T21:02:19.872Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1080
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm::server
|
2198 | 2025-03-10T21:02:19.873Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 13
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
2199 | 2025-03-10T21:02:19.873Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
2200 | 2025-03-10T21:02:19.873Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm_name = migrate_running_process_target
|
2201 | 2025-03-10T21:02:19.873Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
2202 | 2025-03-10T21:02:19.873Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::running_process::migrate_running_process
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
2203 | 2025-03-10T21:02:19.873Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::running_process::migrate_running_process
stderr_path = "/tmp/propolis-phd/runner-0/migrate_running_process_target.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/migrate_running_process_target.stdout.log"
target = phd_framework::server_log_mode
|
2204 | 2025-03-10T21:02:19.885Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1081
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm::server
|
2205 | 2025-03-10T21:02:19.886Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 13
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
2206 | 2025-03-10T21:02:19.886Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2207 | 2025-03-10T21:02:19.887Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2208 | 2025-03-10T21:02:20.025Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Instance reported error during migration
file = phd-tests/framework/src/test_vm/mod.rs
line = 545
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2209 | 2025-03-10T21:02:20.025Z | INFO | phd-runner: [TEST - EVENT] first migration failed as expected
error = live migration
file = phd-tests/tests/src/migrate.rs
line = 173
path = phd_tests::migrate::running_process::import_failure
target = phd_tests::migrate::running_process
|
2210 | 2025-03-10T21:02:20.026Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 653
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2211 | 2025-03-10T21:02:20.026Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 5s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 659
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2212 | 2025-03-10T21:02:20.026Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2213 | 2025-03-10T21:02:20.026Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2214 | 2025-03-10T21:02:20.027Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2215 | 2025-03-10T21:02:20.027Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 653
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2216 | 2025-03-10T21:02:20.027Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2217 | 2025-03-10T21:02:20.027Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9125
file = phd-tests/framework/src/test_vm/mod.rs
line = 507
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = 45s
|
2218 | 2025-03-10T21:02:20.027Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = migrate_running_process::import_failure_target2
vm_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2219 | 2025-03-10T21:02:20.144Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 29374e16-6a92-4c0c-92c0-b83b70169a88, metadata: InstanceMetadata { project_id: 00a34e08-54c7-4e87-9ac9-902567c538a0, silo_id: 032a31bd-3f90-4a84-8411-7cf63e6b26f4, sled_id: 1f2f4d77-1eb3-49bb-80cf-8500440ebc97, sled_model: "pheidippes", sled_revision: 1, sled_serial: "1f2f4d77-1eb3-49bb-80cf-8500440ebc97" }, name: "phd-vm-29374e16-6a92-4c0c-92c0-b83b70169a88" }, state: Migrating }
line = 379
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = migrate_running_process::import_failure_target2
vm_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2220 | 2025-03-10T21:02:20.144Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 116
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = migrate_running_process::import_failure_target2
vm_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2221 | 2025-03-10T21:02:20.144Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2222 | 2025-03-10T21:02:20.624Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2223 | 2025-03-10T21:02:20.625Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 065e3667-bc5c-4445-b393-9c97a30fb234, metadata: InstanceMetadata { project_id: 99f8da46-7b51-4fa2-a6ee-fa0da088b0d9, silo_id: 84656a51-3f06-4189-a15e-b07574a8f0f7, sled_id: 9c906305-3aef-4ad6-b804-df5c3693ff3b, sled_model: "pheidippes", sled_revision: 1, sled_serial: "9c906305-3aef-4ad6-b804-df5c3693ff3b" }, name: "phd-vm-065e3667-bc5c-4445-b393-9c97a30fb234" }, state: Creating }
line = 379
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2224 | 2025-03-10T21:02:20.625Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 739
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2225 | 2025-03-10T21:02:20.625Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2226 | 2025-03-10T21:02:20.626Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::migrate::running_process::migrate_running_process
state = Run
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2227 | 2025-03-10T21:02:20.626Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2228 | 2025-03-10T21:02:20.626Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
2229 | 2025-03-10T21:02:20.626Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = 300s
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2230 | 2025-03-10T21:02:20.626Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::running_process::migrate_running_process
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
2231 | 2025-03-10T21:02:20.626Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2232 | 2025-03-10T21:02:20.626Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2233 | 2025-03-10T21:02:22.597Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9129","from_start":9417}}
target = phd_framework::serial
|
2234 | 2025-03-10T21:02:22.820Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 541
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2235 | 2025-03-10T21:02:22.820Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2236 | 2025-03-10T21:02:22.820Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_target2
vm_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2237 | 2025-03-10T21:02:23.164Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 344
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2238 | 2025-03-10T21:02:23.165Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2239 | 2025-03-10T21:02:23.165Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_target2
vm_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2240 | 2025-03-10T21:02:23.253Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 88
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2241 | 2025-03-10T21:02:23.253Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2242 | 2025-03-10T21:02:23.253Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target1
vm_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2243 | 2025-03-10T21:02:23.253Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2244 | 2025-03-10T21:02:23.253Z | INFO | phd-runner: [MIGRATE - EVENT] test phd_tests::migrate::running_process::import_failure ... ok
file = phd-tests/runner/src/execute.rs
line = 119
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::execute
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2245 | 2025-03-10T21:02:23.253Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2246 | 2025-03-10T21:02:23.253Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
2247 | 2025-03-10T21:02:23.253Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10872
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
2248 | 2025-03-10T21:02:23.254Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2249 | 2025-03-10T21:02:23.254Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target1
vm_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2250 | 2025-03-10T21:02:23.255Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::running_process::import_failure
self.address = 127.0.0.1:9127
target = phd_framework::test_vm::server
vm = migrate_running_process::import_failure_target1
vm_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2251 | 2025-03-10T21:02:23.255Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::running_process::import_failure
self.address = 127.0.0.1:9125
target = phd_framework::test_vm::server
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2252 | 2025-03-10T21:02:23.393Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
vm = migrate_running_process::import_failure_target1
vm_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2253 | 2025-03-10T21:02:23.393Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e195eb16-bc9e-4962-9ac6-ca355e810606"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = destroy
vm = migrate_running_process::import_failure_target1
vm_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2254 | 2025-03-10T21:02:23.433Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
vm = migrate_running_process::import_failure_target1
vm_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2255 | 2025-03-10T21:02:23.433Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5edb06df-553d-4cb2-861f-b23cdc0235fe"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = destroy
vm = migrate_running_process::import_failure_target1
vm_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2256 | 2025-03-10T21:02:23.465Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 212
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target1
vm_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2257 | 2025-03-10T21:02:23.508Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 254
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = ef611b2a-4f14-4334-8139-895c1735cc99
|
2258 | 2025-03-10T21:02:23.572Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::running_process::import_failure
self.address = 127.0.0.1:9129
target = phd_framework::test_vm::server
vm = migrate_running_process::import_failure_target2
vm_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2259 | 2025-03-10T21:02:23.705Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
vm = migrate_running_process::import_failure_target2
vm_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2260 | 2025-03-10T21:02:23.705Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-ab570e26-1672-4b7c-9df9-e597882c2ea3"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = destroy
vm = migrate_running_process::import_failure_target2
vm_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2261 | 2025-03-10T21:02:23.747Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
vm = migrate_running_process::import_failure_target2
vm_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2262 | 2025-03-10T21:02:23.747Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9b688913-9ad3-4ce8-9c8e-cc503676f48f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = destroy
vm = migrate_running_process::import_failure_target2
vm_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2263 | 2025-03-10T21:02:23.778Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 524
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2264 | 2025-03-10T21:02:23.778Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 524
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2265 | 2025-03-10T21:02:23.778Z | INFO | phd-runner: [MIGRATE - EVENT] Starting test phd_tests::smoke::instance_spec_get_test
file = phd-tests/runner/src/execute.rs
line = 101
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::execute
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2266 | 2025-03-10T21:02:23.778Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2267 | 2025-03-10T21:02:23.778Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2268 | 2025-03-10T21:02:23.778Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/smoke.rs
line = 37
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_tests::smoke
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2269 | 2025-03-10T21:02:23.778Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2270 | 2025-03-10T21:02:23.778Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2271 | 2025-03-10T21:02:23.778Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2272 | 2025-03-10T21:02:23.778Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
verb = list
|
2273 | 2025-03-10T21:02:23.803Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 358M 1.80T 357M /phd-artifacts\n
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2274 | 2025-03-10T21:02:23.803Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-1f247236-6fb4-45c5-bdf1-2be8a50a558d"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
verb = snapshot
|
2275 | 2025-03-10T21:02:23.826Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-1f247236-6fb4-45c5-bdf1-2be8a50a558d", "phd-artifacts/phd-clone-f8b8e968-f829-4e1e-ab54-5d6d5700fb71"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
verb = clone
|
2276 | 2025-03-10T21:02:23.851Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f8b8e968-f829-4e1e-ab54-5d6d5700fb71"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
verb = list
|
2277 | 2025-03-10T21:02:23.868Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-f8b8e968-f829-4e1e-ab54-5d6d5700fb71 0B 1.80T 357M /phd-artifacts/phd-clone-f8b8e968-f829-4e1e-ab54-5d6d5700fb71\n
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2278 | 2025-03-10T21:02:23.868Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2279 | 2025-03-10T21:02:23.868Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm_name = instance_spec_test
|
2280 | 2025-03-10T21:02:23.868Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = /work/phd-test/propolis-server
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2281 | 2025-03-10T21:02:23.868Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
server_addr = 127.0.0.1:9125
server_path = "/work/phd-test/propolis-server"
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2282 | 2025-03-10T21:02:23.869Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stderr_path = "/tmp/propolis-phd/runner-1/instance_spec_test.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/instance_spec_test.stdout.log"
target = phd_framework::server_log_mode
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2283 | 2025-03-10T21:02:23.880Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1093
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2284 | 2025-03-10T21:02:23.881Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2285 | 2025-03-10T21:02:23.881Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = instance_spec_test
vm_id = 85571244-4225-4ad3-b15b-db0f6d3ddbde
|
2286 | 2025-03-10T21:02:23.882Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9125/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = instance_spec_test
vm_id = 85571244-4225-4ad3-b15b-db0f6d3ddbde
|
2287 | 2025-03-10T21:02:24.791Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4164
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2288 | 2025-03-10T21:02:24.791Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::running_process::migrate_running_process
step = WriteStr("root")
target = phd_framework::test_vm
|
2289 | 2025-03-10T21:02:24.791Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::running_process::migrate_running_process
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
2290 | 2025-03-10T21:02:24.791Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2291 | 2025-03-10T21:02:24.791Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2292 | 2025-03-10T21:02:24.798Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
2293 | 2025-03-10T21:02:24.799Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 85571244-4225-4ad3-b15b-db0f6d3ddbde, metadata: InstanceMetadata { project_id: 0a4a1d4c-b680-4273-be99-5fa698a0dbbd, silo_id: 594e0056-8d64-4f65-b1f2-e56725b698ef, sled_id: fa088cbf-b017-4813-bcb4-29ed4e833f6f, sled_model: "pheidippes", sled_revision: 1, sled_serial: "fa088cbf-b017-4813-bcb4-29ed4e833f6f" }, name: "phd-vm-85571244-4225-4ad3-b15b-db0f6d3ddbde" }, state: Creating }
line = 379
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = instance_spec_test
vm_id = 85571244-4225-4ad3-b15b-db0f6d3ddbde
|
2294 | 2025-03-10T21:02:24.799Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 917
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = instance_spec_test
vm_id = 85571244-4225-4ad3-b15b-db0f6d3ddbde
|
2295 | 2025-03-10T21:02:24.799Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = instance_spec_test
vm_id = 85571244-4225-4ad3-b15b-db0f6d3ddbde
|
2296 | 2025-03-10T21:02:24.799Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
state = Run
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = instance_spec_test
vm_id = 85571244-4225-4ad3-b15b-db0f6d3ddbde
|
2297 | 2025-03-10T21:02:24.799Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = instance_spec_test
vm_id = 85571244-4225-4ad3-b15b-db0f6d3ddbde
|
2298 | 2025-03-10T21:02:24.799Z | INFO | phd-runner: [GET_SPEC - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 461
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = instance_spec_test
vm_id = 85571244-4225-4ad3-b15b-db0f6d3ddbde
|
2299 | 2025-03-10T21:02:24.800Z | INFO | phd-runner: [GET_SPEC - EVENT] Sending instance spec get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 463
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = instance_spec_test
vm_id = 85571244-4225-4ad3-b15b-db0f6d3ddbde
|
2300 | 2025-03-10T21:02:24.801Z | INFO | phd-runner: [GET_SPEC - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 461
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = instance_spec_test
vm_id = 85571244-4225-4ad3-b15b-db0f6d3ddbde
|
2301 | 2025-03-10T21:02:24.801Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = instance_spec_test
vm_id = 85571244-4225-4ad3-b15b-db0f6d3ddbde
|
2302 | 2025-03-10T21:02:24.801Z | INFO | phd-runner: [MIGRATE - EVENT] test phd_tests::smoke::instance_spec_get_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::execute
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2303 | 2025-03-10T21:02:24.801Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2304 | 2025-03-10T21:02:24.801Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
2305 | 2025-03-10T21:02:24.801Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 2
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
2306 | 2025-03-10T21:02:24.802Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = instance_spec_test
vm_id = 85571244-4225-4ad3-b15b-db0f6d3ddbde
|
2307 | 2025-03-10T21:02:24.810Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2308 | 2025-03-10T21:02:24.810Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::running_process::migrate_running_process
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
2309 | 2025-03-10T21:02:24.811Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::migrate::running_process::migrate_running_process
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
2310 | 2025-03-10T21:02:24.811Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2311 | 2025-03-10T21:02:24.811Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2312 | 2025-03-10T21:02:24.844Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2313 | 2025-03-10T21:02:24.844Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
2314 | 2025-03-10T21:02:24.844Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4217
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
2315 | 2025-03-10T21:02:24.844Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2316 | 2025-03-10T21:02:24.844Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2317 | 2025-03-10T21:02:24.932Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 87
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2318 | 2025-03-10T21:02:24.932Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2319 | 2025-03-10T21:02:24.932Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2320 | 2025-03-10T21:02:24.942Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2321 | 2025-03-10T21:02:24.942Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2322 | 2025-03-10T21:02:24.942Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2323 | 2025-03-10T21:02:24.953Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2324 | 2025-03-10T21:02:24.953Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2325 | 2025-03-10T21:02:24.953Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2326 | 2025-03-10T21:02:24.986Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2327 | 2025-03-10T21:02:24.986Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2328 | 2025-03-10T21:02:24.986Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2329 | 2025-03-10T21:02:24.998Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2330 | 2025-03-10T21:02:24.998Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2331 | 2025-03-10T21:02:24.998Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2332 | 2025-03-10T21:02:25.105Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
self.address = 127.0.0.1:9125
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = instance_spec_test
vm_id = 85571244-4225-4ad3-b15b-db0f6d3ddbde
|
2333 | 2025-03-10T21:02:25.685Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = instance_spec_test
vm_id = 85571244-4225-4ad3-b15b-db0f6d3ddbde
|
2334 | 2025-03-10T21:02:25.685Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f8b8e968-f829-4e1e-ab54-5d6d5700fb71"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
verb = destroy
vm = instance_spec_test
vm_id = 85571244-4225-4ad3-b15b-db0f6d3ddbde
|
2335 | 2025-03-10T21:02:25.736Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = instance_spec_test
vm_id = 85571244-4225-4ad3-b15b-db0f6d3ddbde
|
2336 | 2025-03-10T21:02:25.736Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-1f247236-6fb4-45c5-bdf1-2be8a50a558d"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
verb = destroy
vm = instance_spec_test
vm_id = 85571244-4225-4ad3-b15b-db0f6d3ddbde
|
2337 | 2025-03-10T21:02:25.764Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 963
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = instance_spec_test
vm_id = 85571244-4225-4ad3-b15b-db0f6d3ddbde
|
2338 | 2025-03-10T21:02:25.765Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1986
file = phd-tests/tests/src/smoke.rs
line = 37
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::smoke::instance_spec_get_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_tests::smoke
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2339 | 2025-03-10T21:02:25.765Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 963
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2340 | 2025-03-10T21:02:25.765Z | INFO | phd-runner: Starting test phd_tests::smoke::guest_reboot_test
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
2341 | 2025-03-10T21:02:25.765Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
2342 | 2025-03-10T21:02:25.765Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
2343 | 2025-03-10T21:02:25.765Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/smoke.rs
line = 28
path = phd_tests::smoke::guest_reboot_test
target = phd_tests::smoke
|
2344 | 2025-03-10T21:02:25.765Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
2345 | 2025-03-10T21:02:25.765Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
2346 | 2025-03-10T21:02:25.765Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
2347 | 2025-03-10T21:02:25.765Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 767
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2348 | 2025-03-10T21:02:25.765Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = list
|
2349 | 2025-03-10T21:02:25.765Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2350 | 2025-03-10T21:02:25.765Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 507
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = 45s
|
2351 | 2025-03-10T21:02:25.777Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = migrate_running_process_target
vm_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2352 | 2025-03-10T21:02:25.787Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::smoke::guest_reboot_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 358M 1.80T 357M /phd-artifacts\n
target = phd_framework::zfs
|
2353 | 2025-03-10T21:02:25.787Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6eb3d364-773d-4339-b5fd-df4247a1668a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = snapshot
|
2354 | 2025-03-10T21:02:25.814Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6eb3d364-773d-4339-b5fd-df4247a1668a", "phd-artifacts/phd-clone-1c747cd2-64e3-4ee9-9f3c-3f6f6c5f724a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = clone
|
2355 | 2025-03-10T21:02:25.841Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-1c747cd2-64e3-4ee9-9f3c-3f6f6c5f724a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = list
|
2356 | 2025-03-10T21:02:25.863Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::smoke::guest_reboot_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-1c747cd2-64e3-4ee9-9f3c-3f6f6c5f724a 0B 1.80T 357M /phd-artifacts/phd-clone-1c747cd2-64e3-4ee9-9f3c-3f6f6c5f724a\n
target = phd_framework::zfs
|
2357 | 2025-03-10T21:02:25.864Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
2358 | 2025-03-10T21:02:25.864Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm_name = guest_reboot_test
|
2359 | 2025-03-10T21:02:25.864Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
2360 | 2025-03-10T21:02:25.864Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::smoke::guest_reboot_test
server_addr = 127.0.0.1:9125
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
2361 | 2025-03-10T21:02:25.864Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::smoke::guest_reboot_test
stderr_path = "/tmp/propolis-phd/runner-1/guest_reboot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/guest_reboot_test.stdout.log"
target = phd_framework::server_log_mode
|
2362 | 2025-03-10T21:02:25.879Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1101
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm::server
|
2363 | 2025-03-10T21:02:25.880Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 15
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
2364 | 2025-03-10T21:02:25.880Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2365 | 2025-03-10T21:02:25.880Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9125/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2366 | 2025-03-10T21:02:25.903Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 60dee603-9e07-42fa-b77e-944ab81e0aa3, metadata: InstanceMetadata { project_id: 99f8da46-7b51-4fa2-a6ee-fa0da088b0d9, silo_id: 84656a51-3f06-4189-a15e-b07574a8f0f7, sled_id: 926afc1c-0f37-41b9-9be2-3a379894314c, sled_model: "pheidippes", sled_revision: 1, sled_serial: "926afc1c-0f37-41b9-9be2-3a379894314c" }, name: "phd-vm-60dee603-9e07-42fa-b77e-944ab81e0aa3" }, state: Migrating }
line = 379
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = migrate_running_process_target
vm_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2367 | 2025-03-10T21:02:25.903Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 126
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = migrate_running_process_target
vm_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2368 | 2025-03-10T21:02:25.903Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2369 | 2025-03-10T21:02:26.507Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::serial
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2370 | 2025-03-10T21:02:26.508Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 057dab10-430f-48bd-84ee-cfbe3f0c1ae0, metadata: InstanceMetadata { project_id: 685d61db-743e-4957-850e-26506e552bb9, silo_id: 17f12201-df49-4e71-a81d-6a5a036b0ddb, sled_id: a4a549de-3ab5-4c9b-9842-d94ce7db54c0, sled_model: "pheidippes", sled_revision: 1, sled_serial: "a4a549de-3ab5-4c9b-9842-d94ce7db54c0" }, name: "phd-vm-057dab10-430f-48bd-84ee-cfbe3f0c1ae0" }, state: Creating }
line = 379
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2371 | 2025-03-10T21:02:26.508Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 628
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2372 | 2025-03-10T21:02:26.508Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2373 | 2025-03-10T21:02:26.508Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::smoke::guest_reboot_test
state = Run
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2374 | 2025-03-10T21:02:26.509Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2375 | 2025-03-10T21:02:26.509Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
2376 | 2025-03-10T21:02:26.509Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2377 | 2025-03-10T21:02:26.509Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
2378 | 2025-03-10T21:02:26.509Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2379 | 2025-03-10T21:02:26.509Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2380 | 2025-03-10T21:02:28.368Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":9417}}
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2381 | 2025-03-10T21:02:29.074Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 541
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2382 | 2025-03-10T21:02:29.075Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2383 | 2025-03-10T21:02:29.075Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_target
vm_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2384 | 2025-03-10T21:02:29.086Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2385 | 2025-03-10T21:02:29.087Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2386 | 2025-03-10T21:02:29.087Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_target
vm_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2387 | 2025-03-10T21:02:29.174Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 87
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2388 | 2025-03-10T21:02:29.174Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2389 | 2025-03-10T21:02:29.174Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2390 | 2025-03-10T21:02:29.174Z | INFO | phd-runner: test phd_tests::migrate::running_process::migrate_running_process ... ok
file = phd-tests/runner/src/execute.rs
line = 119
target = phd_runner::execute
|
2391 | 2025-03-10T21:02:29.174Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
2392 | 2025-03-10T21:02:29.175Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2393 | 2025-03-10T21:02:29.175Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 8550
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2394 | 2025-03-10T21:02:29.175Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2395 | 2025-03-10T21:02:29.176Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::running_process::migrate_running_process
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2396 | 2025-03-10T21:02:29.317Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 142
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = 065e3667-bc5c-4445-b393-9c97a30fb234
|
2397 | 2025-03-10T21:02:29.319Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::running_process::migrate_running_process
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = migrate_running_process_target
vm_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2398 | 2025-03-10T21:02:29.463Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
vm = migrate_running_process_target
vm_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2399 | 2025-03-10T21:02:29.464Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-bc25020a-513b-41f5-944f-1830aeb0d718"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = destroy
vm = migrate_running_process_target
vm_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2400 | 2025-03-10T21:02:29.505Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
vm = migrate_running_process_target
vm_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2401 | 2025-03-10T21:02:29.505Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c6458b41-fe98-46e1-9a0d-e82bbed69374"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = destroy
vm = migrate_running_process_target
vm_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2402 | 2025-03-10T21:02:29.535Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 360
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2403 | 2025-03-10T21:02:29.535Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 360
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
2404 | 2025-03-10T21:02:29.535Z | INFO | phd-runner: [MIGRATE - EVENT] Starting test phd_tests::smoke::api_reboot_test
file = phd-tests/runner/src/execute.rs
line = 101
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::execute
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2405 | 2025-03-10T21:02:29.535Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::fixtures
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2406 | 2025-03-10T21:02:29.535Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::fixtures
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2407 | 2025-03-10T21:02:29.535Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/smoke.rs
line = 19
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_tests::smoke
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2408 | 2025-03-10T21:02:29.535Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = /phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::artifacts::store
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2409 | 2025-03-10T21:02:29.535Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::artifacts::store
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2410 | 2025-03-10T21:02:29.535Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::artifacts::store
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2411 | 2025-03-10T21:02:29.535Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = list
|
2412 | 2025-03-10T21:02:29.558Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 358M 1.80T 357M /phd-artifacts\n
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2413 | 2025-03-10T21:02:29.559Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-15a06d87-3bf5-4a25-a9c9-332ede2c5636"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = snapshot
|
2414 | 2025-03-10T21:02:29.584Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-15a06d87-3bf5-4a25-a9c9-332ede2c5636", "phd-artifacts/phd-clone-572fe71b-1580-4ff0-bb18-3fe84d93ab87"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = clone
|
2415 | 2025-03-10T21:02:29.607Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-572fe71b-1580-4ff0-bb18-3fe84d93ab87"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = list
|
2416 | 2025-03-10T21:02:29.625Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-572fe71b-1580-4ff0-bb18-3fe84d93ab87 0B 1.80T 357M /phd-artifacts/phd-clone-572fe71b-1580-4ff0-bb18-3fe84d93ab87\n
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2417 | 2025-03-10T21:02:29.626Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2418 | 2025-03-10T21:02:29.626Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm_name = api_reboot_test
|
2419 | 2025-03-10T21:02:29.626Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = /work/phd-test/propolis-server
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::artifacts::store
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2420 | 2025-03-10T21:02:29.626Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm::server
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2421 | 2025-03-10T21:02:29.626Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
stderr_path = "/tmp/propolis-phd/runner-0/api_reboot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/api_reboot_test.stdout.log"
target = phd_framework::server_log_mode
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2422 | 2025-03-10T21:02:29.637Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1110
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm::server
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2423 | 2025-03-10T21:02:29.637Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2424 | 2025-03-10T21:02:29.637Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2425 | 2025-03-10T21:02:29.638Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2426 | 2025-03-10T21:02:30.146Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2427 | 2025-03-10T21:02:30.147Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 21203310-702a-4216-a527-bf95b4eb5644, metadata: InstanceMetadata { project_id: fed837a8-c109-46d2-8e08-59fac21df951, silo_id: 04961d32-95a9-4279-b906-d78eb1cdc5b9, sled_id: a95792e8-ec60-4bdb-9978-8b76cd4d06cc, sled_model: "pheidippes", sled_revision: 1, sled_serial: "a95792e8-ec60-4bdb-9978-8b76cd4d06cc" }, name: "phd-vm-21203310-702a-4216-a527-bf95b4eb5644" }, state: Creating }
line = 379
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2428 | 2025-03-10T21:02:30.147Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 509
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2429 | 2025-03-10T21:02:30.147Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2430 | 2025-03-10T21:02:30.147Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
state = Run
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2431 | 2025-03-10T21:02:30.148Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2432 | 2025-03-10T21:02:30.148Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2433 | 2025-03-10T21:02:30.148Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = 300s
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2434 | 2025-03-10T21:02:30.148Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2435 | 2025-03-10T21:02:30.148Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2436 | 2025-03-10T21:02:30.148Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2437 | 2025-03-10T21:02:30.659Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4150
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2438 | 2025-03-10T21:02:30.660Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::smoke::guest_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
2439 | 2025-03-10T21:02:30.660Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
2440 | 2025-03-10T21:02:30.660Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2441 | 2025-03-10T21:02:30.660Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2442 | 2025-03-10T21:02:30.679Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2443 | 2025-03-10T21:02:30.679Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::smoke::guest_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
2444 | 2025-03-10T21:02:30.679Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
2445 | 2025-03-10T21:02:30.679Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2446 | 2025-03-10T21:02:30.679Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2447 | 2025-03-10T21:02:30.701Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2448 | 2025-03-10T21:02:30.701Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
2449 | 2025-03-10T21:02:30.702Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4192
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
2450 | 2025-03-10T21:02:30.702Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2451 | 2025-03-10T21:02:30.702Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2452 | 2025-03-10T21:02:30.713Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2453 | 2025-03-10T21:02:30.713Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
2454 | 2025-03-10T21:02:30.713Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2455 | 2025-03-10T21:02:30.713Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
2456 | 2025-03-10T21:02:30.713Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2457 | 2025-03-10T21:02:30.713Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2458 | 2025-03-10T21:02:34.245Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4097
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2459 | 2025-03-10T21:02:34.245Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2460 | 2025-03-10T21:02:34.245Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2461 | 2025-03-10T21:02:34.245Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2462 | 2025-03-10T21:02:34.245Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2463 | 2025-03-10T21:02:34.264Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2464 | 2025-03-10T21:02:34.264Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2465 | 2025-03-10T21:02:34.265Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2466 | 2025-03-10T21:02:34.265Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2467 | 2025-03-10T21:02:34.265Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2468 | 2025-03-10T21:02:34.296Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2469 | 2025-03-10T21:02:34.297Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2470 | 2025-03-10T21:02:34.297Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4148
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2471 | 2025-03-10T21:02:34.297Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2472 | 2025-03-10T21:02:34.297Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
state = Reboot
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2473 | 2025-03-10T21:02:34.298Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2474 | 2025-03-10T21:02:34.298Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2475 | 2025-03-10T21:02:34.298Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = 300s
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2476 | 2025-03-10T21:02:34.298Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2477 | 2025-03-10T21:02:34.298Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2478 | 2025-03-10T21:02:34.298Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2479 | 2025-03-10T21:02:37.141Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6427
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2480 | 2025-03-10T21:02:37.141Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::smoke::guest_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
2481 | 2025-03-10T21:02:37.141Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
2482 | 2025-03-10T21:02:37.141Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2483 | 2025-03-10T21:02:37.141Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2484 | 2025-03-10T21:02:37.159Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2485 | 2025-03-10T21:02:37.159Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::smoke::guest_reboot_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
2486 | 2025-03-10T21:02:37.159Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
2487 | 2025-03-10T21:02:37.159Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2488 | 2025-03-10T21:02:37.159Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2489 | 2025-03-10T21:02:37.191Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2490 | 2025-03-10T21:02:37.192Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
2491 | 2025-03-10T21:02:37.192Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6478
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
2492 | 2025-03-10T21:02:37.192Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2493 | 2025-03-10T21:02:37.192Z | INFO | phd-runner: test phd_tests::smoke::guest_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
target = phd_runner::execute
|
2494 | 2025-03-10T21:02:37.192Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
2495 | 2025-03-10T21:02:37.192Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::serial
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2496 | 2025-03-10T21:02:37.192Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10684
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::serial
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2497 | 2025-03-10T21:02:37.193Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2498 | 2025-03-10T21:02:37.946Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::smoke::guest_reboot_test
self.address = 127.0.0.1:9125
target = phd_framework::test_vm::server
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2499 | 2025-03-10T21:02:38.083Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2500 | 2025-03-10T21:02:38.083Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-1c747cd2-64e3-4ee9-9f3c-3f6f6c5f724a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = destroy
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2501 | 2025-03-10T21:02:38.123Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2502 | 2025-03-10T21:02:38.123Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6eb3d364-773d-4339-b5fd-df4247a1668a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = destroy
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2503 | 2025-03-10T21:02:38.154Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 961
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 057dab10-430f-48bd-84ee-cfbe3f0c1ae0
|
2504 | 2025-03-10T21:02:38.154Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12388
file = phd-tests/tests/src/smoke.rs
line = 28
path = phd_tests::smoke::guest_reboot_test
target = phd_tests::smoke
|
2505 | 2025-03-10T21:02:38.154Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 962
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
2506 | 2025-03-10T21:02:38.154Z | INFO | phd-runner: [MIGRATE - EVENT] Starting test phd_tests::smoke::nproc_test
file = phd-tests/runner/src/execute.rs
line = 101
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::execute
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2507 | 2025-03-10T21:02:38.154Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::fixtures
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2508 | 2025-03-10T21:02:38.154Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::fixtures
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2509 | 2025-03-10T21:02:38.154Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/smoke.rs
line = 8
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_tests::smoke
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2510 | 2025-03-10T21:02:38.154Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::artifacts::store
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2511 | 2025-03-10T21:02:38.154Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::artifacts::store
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2512 | 2025-03-10T21:02:38.154Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::artifacts::store
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2513 | 2025-03-10T21:02:38.154Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = list
|
2514 | 2025-03-10T21:02:38.176Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 358M 1.80T 357M /phd-artifacts\n
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2515 | 2025-03-10T21:02:38.176Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ea3222e1-9578-4c5e-8f1a-232d8e691f15"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = snapshot
|
2516 | 2025-03-10T21:02:38.202Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ea3222e1-9578-4c5e-8f1a-232d8e691f15", "phd-artifacts/phd-clone-08c907be-d14c-424e-bc08-d93e82d2ca1e"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = clone
|
2517 | 2025-03-10T21:02:38.226Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-08c907be-d14c-424e-bc08-d93e82d2ca1e"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = list
|
2518 | 2025-03-10T21:02:38.245Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-08c907be-d14c-424e-bc08-d93e82d2ca1e 0B 1.80T 357M /phd-artifacts/phd-clone-08c907be-d14c-424e-bc08-d93e82d2ca1e\n
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2519 | 2025-03-10T21:02:38.245Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2520 | 2025-03-10T21:02:38.246Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm_name = nproc_test
|
2521 | 2025-03-10T21:02:38.246Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = /work/phd-test/propolis-server
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::artifacts::store
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2522 | 2025-03-10T21:02:38.246Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
server_addr = 127.0.0.1:9125
server_path = "/work/phd-test/propolis-server"
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm::server
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2523 | 2025-03-10T21:02:38.246Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
stderr_path = "/tmp/propolis-phd/runner-1/nproc_test.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/nproc_test.stdout.log"
target = phd_framework::server_log_mode
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2524 | 2025-03-10T21:02:38.257Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1118
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm::server
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2525 | 2025-03-10T21:02:38.257Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2526 | 2025-03-10T21:02:38.257Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2527 | 2025-03-10T21:02:38.258Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9125/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2528 | 2025-03-10T21:02:38.309Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4011
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2529 | 2025-03-10T21:02:38.309Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2530 | 2025-03-10T21:02:38.309Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2531 | 2025-03-10T21:02:38.309Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2532 | 2025-03-10T21:02:38.309Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2533 | 2025-03-10T21:02:38.327Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2534 | 2025-03-10T21:02:38.327Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2535 | 2025-03-10T21:02:38.327Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2536 | 2025-03-10T21:02:38.327Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2537 | 2025-03-10T21:02:38.327Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2538 | 2025-03-10T21:02:38.360Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2539 | 2025-03-10T21:02:38.360Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2540 | 2025-03-10T21:02:38.360Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4062
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2541 | 2025-03-10T21:02:38.360Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2542 | 2025-03-10T21:02:38.361Z | INFO | phd-runner: [MIGRATE - EVENT] test phd_tests::smoke::api_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::execute
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2543 | 2025-03-10T21:02:38.361Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2544 | 2025-03-10T21:02:38.361Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2545 | 2025-03-10T21:02:38.361Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 8215
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2546 | 2025-03-10T21:02:38.362Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2547 | 2025-03-10T21:02:38.925Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
self.address = 127.0.0.1:9000
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm::server
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2548 | 2025-03-10T21:02:39.064Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2549 | 2025-03-10T21:02:39.064Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-572fe71b-1580-4ff0-bb18-3fe84d93ab87"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = destroy
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2550 | 2025-03-10T21:02:39.103Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2551 | 2025-03-10T21:02:39.103Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-15a06d87-3bf5-4a25-a9c9-332ede2c5636"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = destroy
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2552 | 2025-03-10T21:02:39.134Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 773
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = api_reboot_test
vm_id = 21203310-702a-4216-a527-bf95b4eb5644
|
2553 | 2025-03-10T21:02:39.134Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 9599
file = phd-tests/tests/src/smoke.rs
line = 19
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::api_reboot_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_tests::smoke
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2554 | 2025-03-10T21:02:39.134Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 773
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2555 | 2025-03-10T21:02:39.134Z | INFO | phd-runner: [MIGRATE - EVENT] Starting test phd_tests::hw::lspci_lifecycle_test
file = phd-tests/runner/src/execute.rs
line = 101
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::execute
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2556 | 2025-03-10T21:02:39.134Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2557 | 2025-03-10T21:02:39.134Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2558 | 2025-03-10T21:02:39.135Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/hw.rs
line = 8
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_tests::hw
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2559 | 2025-03-10T21:02:39.135Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = /phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2560 | 2025-03-10T21:02:39.135Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2561 | 2025-03-10T21:02:39.135Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2562 | 2025-03-10T21:02:39.135Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
verb = list
|
2563 | 2025-03-10T21:02:39.155Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 358M 1.80T 357M /phd-artifacts\n
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2564 | 2025-03-10T21:02:39.155Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7d2a03f3-34e5-4209-be4a-9698e97abab7"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
verb = snapshot
|
2565 | 2025-03-10T21:02:39.181Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7d2a03f3-34e5-4209-be4a-9698e97abab7", "phd-artifacts/phd-clone-b46dd6bb-eb33-4ed2-948b-5f135b26c0f0"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
verb = clone
|
2566 | 2025-03-10T21:02:39.205Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-b46dd6bb-eb33-4ed2-948b-5f135b26c0f0"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
verb = list
|
2567 | 2025-03-10T21:02:39.224Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-b46dd6bb-eb33-4ed2-948b-5f135b26c0f0 0B 1.80T 357M /phd-artifacts/phd-clone-b46dd6bb-eb33-4ed2-948b-5f135b26c0f0\n
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2568 | 2025-03-10T21:02:39.224Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2569 | 2025-03-10T21:02:39.224Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm_name = lspci_lifecycle_test
|
2570 | 2025-03-10T21:02:39.224Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = /work/phd-test/propolis-server
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2571 | 2025-03-10T21:02:39.224Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2572 | 2025-03-10T21:02:39.224Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stderr_path = "/tmp/propolis-phd/runner-0/lspci_lifecycle_test.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/lspci_lifecycle_test.stdout.log"
target = phd_framework::server_log_mode
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2573 | 2025-03-10T21:02:39.236Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1126
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2574 | 2025-03-10T21:02:39.237Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2575 | 2025-03-10T21:02:39.237Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2576 | 2025-03-10T21:02:39.237Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2577 | 2025-03-10T21:02:39.271Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2578 | 2025-03-10T21:02:39.272Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5, metadata: InstanceMetadata { project_id: 11f39a55-baca-49be-8390-ccf13366c1d7, silo_id: 251dc1bc-3d37-41df-b60e-043649617a62, sled_id: d4885547-b3a5-41a5-a05a-48901b2fbbd0, sled_model: "pheidippes", sled_revision: 1, sled_serial: "d4885547-b3a5-41a5-a05a-48901b2fbbd0" }, name: "phd-vm-25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5" }, state: Creating }
line = 379
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2579 | 2025-03-10T21:02:39.272Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1015
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2580 | 2025-03-10T21:02:39.272Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2581 | 2025-03-10T21:02:39.272Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
state = Run
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2582 | 2025-03-10T21:02:39.273Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2583 | 2025-03-10T21:02:39.273Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2584 | 2025-03-10T21:02:39.273Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = 300s
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2585 | 2025-03-10T21:02:39.273Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2586 | 2025-03-10T21:02:39.273Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2587 | 2025-03-10T21:02:39.273Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = CallerTimeout
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2588 | 2025-03-10T21:02:39.998Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2589 | 2025-03-10T21:02:39.999Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: a164f2a8-8cae-4159-b83d-e382300e9e68, metadata: InstanceMetadata { project_id: 9c7dfec9-f749-4ba5-9a74-8e57f9fa19d1, silo_id: 40aee0c2-3708-4c54-88c1-ee1eacbf8195, sled_id: 5bd701b9-083c-4b31-b8dc-650ec72a2a11, sled_model: "pheidippes", sled_revision: 1, sled_serial: "5bd701b9-083c-4b31-b8dc-650ec72a2a11" }, name: "phd-vm-a164f2a8-8cae-4159-b83d-e382300e9e68" }, state: Creating }
line = 379
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2590 | 2025-03-10T21:02:39.999Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 762
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2591 | 2025-03-10T21:02:39.999Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2592 | 2025-03-10T21:02:39.999Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
state = Run
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2593 | 2025-03-10T21:02:40.000Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2594 | 2025-03-10T21:02:40.000Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2595 | 2025-03-10T21:02:40.000Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = 300s
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2596 | 2025-03-10T21:02:40.000Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2597 | 2025-03-10T21:02:40.000Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2598 | 2025-03-10T21:02:40.000Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2599 | 2025-03-10T21:02:44.100Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4826
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2600 | 2025-03-10T21:02:44.100Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2601 | 2025-03-10T21:02:44.100Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2602 | 2025-03-10T21:02:44.101Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2603 | 2025-03-10T21:02:44.101Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = CallerTimeout
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2604 | 2025-03-10T21:02:44.118Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2605 | 2025-03-10T21:02:44.118Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2606 | 2025-03-10T21:02:44.119Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2607 | 2025-03-10T21:02:44.119Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2608 | 2025-03-10T21:02:44.119Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = CallerTimeout
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2609 | 2025-03-10T21:02:44.139Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4139
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2610 | 2025-03-10T21:02:44.139Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2611 | 2025-03-10T21:02:44.140Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2612 | 2025-03-10T21:02:44.140Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2613 | 2025-03-10T21:02:44.140Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2614 | 2025-03-10T21:02:44.151Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2615 | 2025-03-10T21:02:44.151Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2616 | 2025-03-10T21:02:44.152Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4878
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2617 | 2025-03-10T21:02:44.152Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2618 | 2025-03-10T21:02:44.152Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = Explicit(15s)
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2619 | 2025-03-10T21:02:44.158Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2620 | 2025-03-10T21:02:44.158Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2621 | 2025-03-10T21:02:44.158Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2622 | 2025-03-10T21:02:44.158Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2623 | 2025-03-10T21:02:44.158Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2624 | 2025-03-10T21:02:44.162Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2625 | 2025-03-10T21:02:44.163Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2626 | 2025-03-10T21:02:44.163Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = Explicit(300s)
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2627 | 2025-03-10T21:02:44.184Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2628 | 2025-03-10T21:02:44.184Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2629 | 2025-03-10T21:02:44.185Z | INFO | phd-runner: [MIGRATE - EVENT] test phd_tests::smoke::nproc_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::execute
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2630 | 2025-03-10T21:02:44.185Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::fixtures
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2631 | 2025-03-10T21:02:44.185Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2632 | 2025-03-10T21:02:44.185Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4913
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2633 | 2025-03-10T21:02:44.186Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2634 | 2025-03-10T21:02:44.190Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2635 | 2025-03-10T21:02:44.190Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2636 | 2025-03-10T21:02:44.190Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4190
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2637 | 2025-03-10T21:02:44.190Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2638 | 2025-03-10T21:02:44.190Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2639 | 2025-03-10T21:02:44.202Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2640 | 2025-03-10T21:02:44.202Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2641 | 2025-03-10T21:02:44.202Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2642 | 2025-03-10T21:02:44.234Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2643 | 2025-03-10T21:02:44.234Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2644 | 2025-03-10T21:02:44.234Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2645 | 2025-03-10T21:02:44.245Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2646 | 2025-03-10T21:02:44.246Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2647 | 2025-03-10T21:02:44.246Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2648 | 2025-03-10T21:02:44.279Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2649 | 2025-03-10T21:02:44.279Z | INFO | phd-runner: [TEST - EVENT] stopping and starting VM for lifecycle test
file = phd-tests/framework/src/lifecycle.rs
line = 57
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::lifecycle
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm_name = lspci_lifecycle_test
|
2650 | 2025-03-10T21:02:44.279Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2651 | 2025-03-10T21:02:44.279Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
state = Stop
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2652 | 2025-03-10T21:02:44.280Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2653 | 2025-03-10T21:02:44.280Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2654 | 2025-03-10T21:02:44.280Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm_name = lspci_lifecycle_test_lifecycle_0
|
2655 | 2025-03-10T21:02:44.280Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = /work/phd-test/propolis-server
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2656 | 2025-03-10T21:02:44.280Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2657 | 2025-03-10T21:02:44.280Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stderr_path = "/tmp/propolis-phd/runner-0/lspci_lifecycle_test_lifecycle_0.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/lspci_lifecycle_test_lifecycle_0.stdout.log"
target = phd_framework::server_log_mode
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2658 | 2025-03-10T21:02:44.301Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1127
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2659 | 2025-03-10T21:02:44.302Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2660 | 2025-03-10T21:02:44.302Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2661 | 2025-03-10T21:02:44.302Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2662 | 2025-03-10T21:02:44.302Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2663 | 2025-03-10T21:02:44.303Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4303
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2664 | 2025-03-10T21:02:44.935Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
self.address = 127.0.0.1:9125
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm::server
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2665 | 2025-03-10T21:02:45.072Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2666 | 2025-03-10T21:02:45.073Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-08c907be-d14c-424e-bc08-d93e82d2ca1e"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = destroy
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2667 | 2025-03-10T21:02:45.112Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2668 | 2025-03-10T21:02:45.112Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ea3222e1-9578-4c5e-8f1a-232d8e691f15"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = destroy
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2669 | 2025-03-10T21:02:45.142Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 957
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = nproc_test
vm_id = 25b1f4ed-f5ba-4b8d-8fb6-e2a13ff45dc5
|
2670 | 2025-03-10T21:02:45.142Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6987
file = phd-tests/tests/src/smoke.rs
line = 8
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::smoke::nproc_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_tests::smoke
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2671 | 2025-03-10T21:02:45.142Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 957
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::fixtures
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2672 | 2025-03-10T21:02:45.142Z | INFO | phd-runner: [MIGRATE - EVENT] Starting test phd_tests::framework::long_line_serial_test
file = phd-tests/runner/src/execute.rs
line = 101
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::execute
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2673 | 2025-03-10T21:02:45.142Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2674 | 2025-03-10T21:02:45.142Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2675 | 2025-03-10T21:02:45.142Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/framework.rs
line = 20
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_tests::framework
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2676 | 2025-03-10T21:02:45.142Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2677 | 2025-03-10T21:02:45.142Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2678 | 2025-03-10T21:02:45.143Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2679 | 2025-03-10T21:02:45.143Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2680 | 2025-03-10T21:02:45.143Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
verb = list
|
2681 | 2025-03-10T21:02:45.155Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::serial
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2682 | 2025-03-10T21:02:45.155Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 779119b7-6281-4a9b-b089-a6cf87a59769, metadata: InstanceMetadata { project_id: 9c7dfec9-f749-4ba5-9a74-8e57f9fa19d1, silo_id: 40aee0c2-3708-4c54-88c1-ee1eacbf8195, sled_id: ac5d21b2-19b7-44bf-84cc-31c6ac7b663e, sled_model: "pheidippes", sled_revision: 1, sled_serial: "ac5d21b2-19b7-44bf-84cc-31c6ac7b663e" }, name: "phd-vm-779119b7-6281-4a9b-b089-a6cf87a59769" }, state: Creating }
line = 379
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2683 | 2025-03-10T21:02:45.155Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 853
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2684 | 2025-03-10T21:02:45.155Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2685 | 2025-03-10T21:02:45.156Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
state = Run
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2686 | 2025-03-10T21:02:45.156Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2687 | 2025-03-10T21:02:45.156Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2688 | 2025-03-10T21:02:45.156Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = 300s
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2689 | 2025-03-10T21:02:45.156Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2690 | 2025-03-10T21:02:45.156Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2691 | 2025-03-10T21:02:45.156Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2692 | 2025-03-10T21:02:45.162Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 358M 1.80T 357M /phd-artifacts\n
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2693 | 2025-03-10T21:02:45.162Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-63be0966-9de8-430e-afeb-2708e754feef"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
verb = snapshot
|
2694 | 2025-03-10T21:02:45.185Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-63be0966-9de8-430e-afeb-2708e754feef", "phd-artifacts/phd-clone-4544ddc6-629b-4d8d-9273-32e94d484ce4"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
verb = clone
|
2695 | 2025-03-10T21:02:45.208Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-4544ddc6-629b-4d8d-9273-32e94d484ce4"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
verb = list
|
2696 | 2025-03-10T21:02:45.225Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-4544ddc6-629b-4d8d-9273-32e94d484ce4 0B 1.80T 357M /phd-artifacts/phd-clone-4544ddc6-629b-4d8d-9273-32e94d484ce4\n
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2697 | 2025-03-10T21:02:45.225Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2698 | 2025-03-10T21:02:45.225Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm_name = long_line_serial_test
|
2699 | 2025-03-10T21:02:45.225Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = /work/phd-test/propolis-server
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2700 | 2025-03-10T21:02:45.226Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
server_addr = 127.0.0.1:9125
server_path = "/work/phd-test/propolis-server"
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2701 | 2025-03-10T21:02:45.226Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stderr_path = "/tmp/propolis-phd/runner-1/long_line_serial_test.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/long_line_serial_test.stdout.log"
target = phd_framework::server_log_mode
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2702 | 2025-03-10T21:02:45.237Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1135
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2703 | 2025-03-10T21:02:45.237Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2704 | 2025-03-10T21:02:45.238Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2705 | 2025-03-10T21:02:45.238Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9125/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2706 | 2025-03-10T21:02:46.050Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2707 | 2025-03-10T21:02:46.050Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4, metadata: InstanceMetadata { project_id: c3f21185-47c1-4016-bebf-f84e29462bab, silo_id: 23f0e0e8-3243-4030-b1d5-bef7435a2fd9, sled_id: 0996de3d-fcd9-46f1-a543-ab96dc3e784f, sled_model: "pheidippes", sled_revision: 1, sled_serial: "0996de3d-fcd9-46f1-a543-ab96dc3e784f" }, name: "phd-vm-6bbfd806-b7db-4cf0-aeb1-3cca78e525c4" }, state: Creating }
line = 379
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2708 | 2025-03-10T21:02:46.050Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 812
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2709 | 2025-03-10T21:02:46.050Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2710 | 2025-03-10T21:02:46.050Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
state = Run
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2711 | 2025-03-10T21:02:46.051Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2712 | 2025-03-10T21:02:46.052Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2713 | 2025-03-10T21:02:46.052Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = 300s
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2714 | 2025-03-10T21:02:46.052Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2715 | 2025-03-10T21:02:46.052Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2716 | 2025-03-10T21:02:46.052Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = CallerTimeout
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2717 | 2025-03-10T21:02:49.251Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4095
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2718 | 2025-03-10T21:02:49.252Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2719 | 2025-03-10T21:02:49.252Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2720 | 2025-03-10T21:02:49.252Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2721 | 2025-03-10T21:02:49.252Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2722 | 2025-03-10T21:02:49.270Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2723 | 2025-03-10T21:02:49.270Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2724 | 2025-03-10T21:02:49.270Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2725 | 2025-03-10T21:02:49.270Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2726 | 2025-03-10T21:02:49.270Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2727 | 2025-03-10T21:02:49.303Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2728 | 2025-03-10T21:02:49.303Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2729 | 2025-03-10T21:02:49.303Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4146
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2730 | 2025-03-10T21:02:49.303Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2731 | 2025-03-10T21:02:49.303Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2732 | 2025-03-10T21:02:49.304Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2733 | 2025-03-10T21:02:49.305Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
self.address = 127.0.0.1:9000
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2734 | 2025-03-10T21:02:49.441Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 137
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test
vm_id = a164f2a8-8cae-4159-b83d-e382300e9e68
|
2735 | 2025-03-10T21:02:49.441Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 137
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2736 | 2025-03-10T21:02:49.442Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2737 | 2025-03-10T21:02:49.442Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2738 | 2025-03-10T21:02:49.464Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2739 | 2025-03-10T21:02:49.464Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2740 | 2025-03-10T21:02:49.464Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2741 | 2025-03-10T21:02:49.475Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2742 | 2025-03-10T21:02:49.475Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2743 | 2025-03-10T21:02:49.475Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2744 | 2025-03-10T21:02:49.497Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2745 | 2025-03-10T21:02:49.497Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2746 | 2025-03-10T21:02:49.497Z | INFO | phd-runner: [MIGRATE - EVENT] test phd_tests::hw::lspci_lifecycle_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::execute
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2747 | 2025-03-10T21:02:49.498Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::fixtures
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2748 | 2025-03-10T21:02:49.498Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::serial
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2749 | 2025-03-10T21:02:49.498Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4343
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::serial
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2750 | 2025-03-10T21:02:49.499Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2751 | 2025-03-10T21:02:49.964Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
self.address = 127.0.0.1:9002
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2752 | 2025-03-10T21:02:50.102Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2753 | 2025-03-10T21:02:50.102Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-b46dd6bb-eb33-4ed2-948b-5f135b26c0f0"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
verb = destroy
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2754 | 2025-03-10T21:02:50.141Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2755 | 2025-03-10T21:02:50.141Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7d2a03f3-34e5-4209-be4a-9698e97abab7"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
verb = destroy
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2756 | 2025-03-10T21:02:50.175Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 677
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = lspci_lifecycle_test_lifecycle_0
vm_id = 779119b7-6281-4a9b-b089-a6cf87a59769
|
2757 | 2025-03-10T21:02:50.175Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11040
file = phd-tests/tests/src/hw.rs
line = 8
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::hw::lspci_lifecycle_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_tests::hw
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2758 | 2025-03-10T21:02:50.175Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 677
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::fixtures
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
2759 | 2025-03-10T21:02:50.175Z | INFO | phd-runner: [MIGRATE - EVENT] Starting test phd_tests::framework::multiline_serial_test
file = phd-tests/runner/src/execute.rs
line = 101
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::execute
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2760 | 2025-03-10T21:02:50.176Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2761 | 2025-03-10T21:02:50.176Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2762 | 2025-03-10T21:02:50.176Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/framework.rs
line = 10
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_tests::framework
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2763 | 2025-03-10T21:02:50.176Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = /phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2764 | 2025-03-10T21:02:50.176Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2765 | 2025-03-10T21:02:50.176Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2766 | 2025-03-10T21:02:50.176Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
verb = list
|
2767 | 2025-03-10T21:02:50.199Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 359M 1.80T 357M /phd-artifacts\n
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2768 | 2025-03-10T21:02:50.199Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-097f20ec-5f10-408b-936a-a2ba413c7775"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
verb = snapshot
|
2769 | 2025-03-10T21:02:50.215Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4163
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2770 | 2025-03-10T21:02:50.215Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2771 | 2025-03-10T21:02:50.216Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2772 | 2025-03-10T21:02:50.216Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2773 | 2025-03-10T21:02:50.216Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = CallerTimeout
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2774 | 2025-03-10T21:02:50.222Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-097f20ec-5f10-408b-936a-a2ba413c7775", "phd-artifacts/phd-clone-2eac64a3-afcd-45d7-bc04-cd3f69b29d01"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
verb = clone
|
2775 | 2025-03-10T21:02:50.232Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 15
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2776 | 2025-03-10T21:02:50.232Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2777 | 2025-03-10T21:02:50.232Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2778 | 2025-03-10T21:02:50.232Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2779 | 2025-03-10T21:02:50.232Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = CallerTimeout
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2780 | 2025-03-10T21:02:50.245Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2eac64a3-afcd-45d7-bc04-cd3f69b29d01"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
verb = list
|
2781 | 2025-03-10T21:02:50.261Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 28
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2782 | 2025-03-10T21:02:50.261Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2783 | 2025-03-10T21:02:50.261Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4209
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2784 | 2025-03-10T21:02:50.261Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2785 | 2025-03-10T21:02:50.261Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = Explicit(15s)
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2786 | 2025-03-10T21:02:50.263Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-2eac64a3-afcd-45d7-bc04-cd3f69b29d01 0B 1.80T 357M /phd-artifacts/phd-clone-2eac64a3-afcd-45d7-bc04-cd3f69b29d01\n
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2787 | 2025-03-10T21:02:50.264Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2788 | 2025-03-10T21:02:50.264Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm_name = multiline_test
|
2789 | 2025-03-10T21:02:50.264Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = /work/phd-test/propolis-server
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2790 | 2025-03-10T21:02:50.264Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2791 | 2025-03-10T21:02:50.264Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stderr_path = "/tmp/propolis-phd/runner-0/multiline_test.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/multiline_test.stdout.log"
target = phd_framework::server_log_mode
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2792 | 2025-03-10T21:02:50.276Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1144
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2793 | 2025-03-10T21:02:50.276Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2794 | 2025-03-10T21:02:50.276Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2795 | 2025-03-10T21:02:50.277Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2796 | 2025-03-10T21:02:50.282Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2797 | 2025-03-10T21:02:50.283Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2798 | 2025-03-10T21:02:50.283Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = Explicit(300s)
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2799 | 2025-03-10T21:02:50.316Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2800 | 2025-03-10T21:02:50.316Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2801 | 2025-03-10T21:02:50.316Z | INFO | phd-runner: [MIGRATE - EVENT] test phd_tests::framework::long_line_serial_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::execute
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2802 | 2025-03-10T21:02:50.316Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2803 | 2025-03-10T21:02:50.316Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2804 | 2025-03-10T21:02:50.316Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4266
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2805 | 2025-03-10T21:02:50.317Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2806 | 2025-03-10T21:02:50.829Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2807 | 2025-03-10T21:02:50.829Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: a3026073-4640-4f7c-9b3b-ce585ab460ad, metadata: InstanceMetadata { project_id: b22feadf-3a66-433b-bdb2-11003d57cf62, silo_id: 91b52674-44b5-4fb1-b129-20db38b78cf5, sled_id: ce627617-b08a-437c-a45f-8460ba0b4083, sled_model: "pheidippes", sled_revision: 1, sled_serial: "ce627617-b08a-437c-a45f-8460ba0b4083" }, name: "phd-vm-a3026073-4640-4f7c-9b3b-ce585ab460ad" }, state: Creating }
line = 379
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2808 | 2025-03-10T21:02:50.829Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 552
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2809 | 2025-03-10T21:02:50.829Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2810 | 2025-03-10T21:02:50.829Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
state = Run
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2811 | 2025-03-10T21:02:50.830Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2812 | 2025-03-10T21:02:50.830Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2813 | 2025-03-10T21:02:50.830Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = 300s
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2814 | 2025-03-10T21:02:50.830Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2815 | 2025-03-10T21:02:50.830Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2816 | 2025-03-10T21:02:50.830Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = CallerTimeout
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2817 | 2025-03-10T21:02:51.024Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
self.address = 127.0.0.1:9125
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2818 | 2025-03-10T21:02:51.147Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2819 | 2025-03-10T21:02:51.147Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-4544ddc6-629b-4d8d-9273-32e94d484ce4"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
verb = destroy
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2820 | 2025-03-10T21:02:51.179Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2821 | 2025-03-10T21:02:51.179Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-63be0966-9de8-430e-afeb-2708e754feef"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
verb = destroy
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2822 | 2025-03-10T21:02:51.205Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 889
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = long_line_serial_test
vm_id = 6bbfd806-b7db-4cf0-aeb1-3cca78e525c4
|
2823 | 2025-03-10T21:02:51.205Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6062
file = phd-tests/tests/src/framework.rs
line = 20
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::long_line_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_tests::framework
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2824 | 2025-03-10T21:02:51.205Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 889
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2825 | 2025-03-10T21:02:51.206Z | INFO | phd-runner: [MIGRATE - EVENT] Starting test phd_tests::cpuid::cpuid_migrate_smoke_test
file = phd-tests/runner/src/execute.rs
line = 101
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::execute
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2826 | 2025-03-10T21:02:51.206Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2827 | 2025-03-10T21:02:51.206Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2828 | 2025-03-10T21:02:51.206Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/cpuid.rs
line = 150
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_tests::cpuid
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2829 | 2025-03-10T21:02:51.211Z | INFO | phd-runner: [TEST - EVENT] read bhyve default CPUID
file = phd-tests/tests/src/cpuid.rs
host_cpuid = CpuidSet { map: CpuidMap({0: Absent(CpuidValues { eax: 16, ebx: 1752462657, ecx: 1145913699, edx: 1769238117 }), 1: Absent(CpuidValues { eax: 10489617, ebx: 67584, ecx: 4141494787, edx: 395049983 }), 2: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 3: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 4: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 5: Absent(CpuidValues { eax: 64, ebx: 64, ecx: 3, edx: 17 }), 6: Absent(CpuidValues { eax: 4, ebx: 0, ecx: 0, edx: 0 }), 7: Present({0: CpuidValues { eax: 0, ebx: 538182569, ecx: 1536, edx: 0 }}), 8: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 9: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 10: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 11: Present({0: CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }, 1: CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }}), 12: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 13: Present({0: CpuidValues { eax: 7, ebx: 832, ecx: 832, edx: 0 }, 1: CpuidValues { eax: 1, ebx: 0, ecx: 0, edx: 0 }, 2: CpuidValues { eax: 256, ebx: 576, ecx: 0, edx: 0 }}), 14: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 15: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 16: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483648: Absent(CpuidValues { eax: 2147483683, ebx: 1752462657, ecx: 1145913699, edx: 1769238117 }), 2147483649: Absent(CpuidValues { eax: 10489617, ebx: 1073741824, ecx: 1145057787, edx: 634649599 }), 2147483650: Absent(CpuidValues { eax: 541347137, ebx: 1129926725, ecx: 825505568, edx: 875700275 }), 2147483651: Absent(CpuidValues { eax: 1919894317, ebx: 1917853797, ecx: 1936024431, edx: 544370547 }), 2147483652: Absent(CpuidValues { eax: 538976288, ebx: 538976288, ecx: 538976288, edx: 2105376 }), 2147483653: Absent(CpuidValues { eax: 4282449728, ebx: 4282449728, ecx: 537395520, edx: 537395520 }), 2147483654: Absent(CpuidValues { eax: 1207968256, ebx: 1744847360, ecx: 33579328, edx: 67146048 }), 2147483655: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 256 }), 2147483656: Absent(CpuidValues { eax: 12336, ebx: 7, ecx: 0, edx: 65543 }), 2147483657: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483658: Absent(CpuidValues { eax: 1, ebx: 32768, ecx: 0, edx: 295410943 }), 2147483659: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483660: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483661: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483662: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483663: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483664: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483665: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483666: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483667: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483668: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483669: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483670: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483671: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483672: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483673: Absent(CpuidValues { eax: 4030787648, ebx: 4030726144, ecx: 0, edx: 0 }), 2147483674: Absent(CpuidValues { eax: 6, ebx: 0, ecx: 0, edx: 0 }), 2147483675: Absent(CpuidValues { eax: 1023, ebx: 0, ecx: 0, edx: 0 }), 2147483676: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483677: Present({0: CpuidValues { eax: 289, ebx: 63, ecx: 0, edx: 0 }, 1: CpuidValues { eax: 323, ebx: 63, ecx: 0, edx: 0 }, 2: CpuidValues { eax: 355, ebx: 63, ecx: 0, edx: 0 }}), 2147483678: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483679: Absent(CpuidValues { eax: 16907583, ebx: 16755, ecx: 509, edx: 1 }), 2147483680: Absent(CpuidValues { eax: 0, ebx: 2, ecx: 0, edx: 0 }), 2147483681: Absent(CpuidValues { eax: 8269, ebx: 0, ecx: 0, edx: 0 }), 2147483682: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483683: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 })}), vendor: Amd }
line = 119
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_tests::cpuid
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2830 | 2025-03-10T21:02:51.211Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2831 | 2025-03-10T21:02:51.211Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2832 | 2025-03-10T21:02:51.211Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2833 | 2025-03-10T21:02:51.211Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
verb = list
|
2834 | 2025-03-10T21:02:51.229Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 359M 1.80T 357M /phd-artifacts\n
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2835 | 2025-03-10T21:02:51.229Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c1cfed07-4088-4e10-978a-c585522a6ae5"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
verb = snapshot
|
2836 | 2025-03-10T21:02:51.252Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c1cfed07-4088-4e10-978a-c585522a6ae5", "phd-artifacts/phd-clone-b4713d20-bb38-4486-9b12-34f2fe780ba9"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
verb = clone
|
2837 | 2025-03-10T21:02:51.275Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-b4713d20-bb38-4486-9b12-34f2fe780ba9"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
verb = list
|
2838 | 2025-03-10T21:02:51.291Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-b4713d20-bb38-4486-9b12-34f2fe780ba9 0B 1.80T 357M /phd-artifacts/phd-clone-b4713d20-bb38-4486-9b12-34f2fe780ba9\n
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2839 | 2025-03-10T21:02:51.292Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2840 | 2025-03-10T21:02:51.292Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm_name = cpuid_boot_test
|
2841 | 2025-03-10T21:02:51.292Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = /work/phd-test/propolis-server
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2842 | 2025-03-10T21:02:51.292Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
server_addr = 127.0.0.1:9125
server_path = "/work/phd-test/propolis-server"
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2843 | 2025-03-10T21:02:51.293Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stderr_path = "/tmp/propolis-phd/runner-1/cpuid_boot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/cpuid_boot_test.stdout.log"
target = phd_framework::server_log_mode
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2844 | 2025-03-10T21:02:51.305Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1152
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2845 | 2025-03-10T21:02:51.305Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2846 | 2025-03-10T21:02:51.305Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
2847 | 2025-03-10T21:02:51.306Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9125/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
2848 | 2025-03-10T21:02:51.760Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2849 | 2025-03-10T21:02:51.761Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4, metadata: InstanceMetadata { project_id: 42ae8406-e812-47cb-9080-ad6b5dc57683, silo_id: 3b8c32ba-a097-458d-8cd4-c8e5155c94e9, sled_id: 0ad43876-426b-44d2-bac4-c80dcfb37bef, sled_model: "pheidippes", sled_revision: 1, sled_serial: "0ad43876-426b-44d2-bac4-c80dcfb37bef" }, name: "phd-vm-7c7c7a20-44a5-4494-8b56-e0ddf0d374b4" }, state: Creating }
line = 379
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
2850 | 2025-03-10T21:02:51.761Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 455
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
2851 | 2025-03-10T21:02:51.761Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
2852 | 2025-03-10T21:02:51.761Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
state = Run
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
2853 | 2025-03-10T21:02:51.761Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
2854 | 2025-03-10T21:02:51.762Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2855 | 2025-03-10T21:02:51.762Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = 300s
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
2856 | 2025-03-10T21:02:51.762Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2857 | 2025-03-10T21:02:51.762Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
2858 | 2025-03-10T21:02:51.762Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
2859 | 2025-03-10T21:02:54.920Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4090
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2860 | 2025-03-10T21:02:54.921Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2861 | 2025-03-10T21:02:54.921Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2862 | 2025-03-10T21:02:54.921Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2863 | 2025-03-10T21:02:54.921Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = CallerTimeout
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2864 | 2025-03-10T21:02:54.941Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2865 | 2025-03-10T21:02:54.941Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2866 | 2025-03-10T21:02:54.941Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2867 | 2025-03-10T21:02:54.941Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2868 | 2025-03-10T21:02:54.941Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = CallerTimeout
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2869 | 2025-03-10T21:02:54.974Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2870 | 2025-03-10T21:02:54.974Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2871 | 2025-03-10T21:02:54.974Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4144
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2872 | 2025-03-10T21:02:54.974Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2873 | 2025-03-10T21:02:54.975Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = Explicit(15s)
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2874 | 2025-03-10T21:02:55.007Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2875 | 2025-03-10T21:02:55.008Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2876 | 2025-03-10T21:02:55.008Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = Explicit(300s)
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2877 | 2025-03-10T21:02:55.018Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2878 | 2025-03-10T21:02:55.018Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2879 | 2025-03-10T21:02:55.018Z | INFO | phd-runner: test phd_tests::framework::multiline_serial_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
target = phd_runner::execute
|
2880 | 2025-03-10T21:02:55.018Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
2881 | 2025-03-10T21:02:55.018Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2882 | 2025-03-10T21:02:55.018Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4189
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2883 | 2025-03-10T21:02:55.019Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2884 | 2025-03-10T21:02:55.496Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
self.address = 127.0.0.1:9000
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2885 | 2025-03-10T21:02:55.635Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2886 | 2025-03-10T21:02:55.635Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2eac64a3-afcd-45d7-bc04-cd3f69b29d01"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
verb = destroy
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2887 | 2025-03-10T21:02:55.677Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2888 | 2025-03-10T21:02:55.677Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-097f20ec-5f10-408b-936a-a2ba413c7775"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
verb = destroy
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2889 | 2025-03-10T21:02:55.708Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 690
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = multiline_test
vm_id = a3026073-4640-4f7c-9b3b-ce585ab460ad
|
2890 | 2025-03-10T21:02:55.708Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5532
file = phd-tests/tests/src/framework.rs
line = 10
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::framework::multiline_serial_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_tests::framework
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2891 | 2025-03-10T21:02:55.709Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 690
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
2892 | 2025-03-10T21:02:55.709Z | INFO | phd-runner: [MIGRATE - EVENT] Starting test phd_tests::cpuid::cpuid_boot_test
file = phd-tests/runner/src/execute.rs
line = 101
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::execute
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2893 | 2025-03-10T21:02:55.709Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2894 | 2025-03-10T21:02:55.709Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2895 | 2025-03-10T21:02:55.709Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/cpuid.rs
line = 144
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_tests::cpuid
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2896 | 2025-03-10T21:02:55.714Z | INFO | phd-runner: [TEST - EVENT] read bhyve default CPUID
file = phd-tests/tests/src/cpuid.rs
host_cpuid = CpuidSet { map: CpuidMap({0: Absent(CpuidValues { eax: 16, ebx: 1752462657, ecx: 1145913699, edx: 1769238117 }), 1: Absent(CpuidValues { eax: 10489617, ebx: 67584, ecx: 4141494787, edx: 395049983 }), 2: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 3: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 4: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 5: Absent(CpuidValues { eax: 64, ebx: 64, ecx: 3, edx: 17 }), 6: Absent(CpuidValues { eax: 4, ebx: 0, ecx: 0, edx: 0 }), 7: Present({0: CpuidValues { eax: 0, ebx: 538182569, ecx: 1536, edx: 0 }}), 8: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 9: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 10: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 11: Present({0: CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }, 1: CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }}), 12: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 13: Present({0: CpuidValues { eax: 7, ebx: 832, ecx: 832, edx: 0 }, 1: CpuidValues { eax: 1, ebx: 0, ecx: 0, edx: 0 }, 2: CpuidValues { eax: 256, ebx: 576, ecx: 0, edx: 0 }}), 14: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 15: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 16: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483648: Absent(CpuidValues { eax: 2147483683, ebx: 1752462657, ecx: 1145913699, edx: 1769238117 }), 2147483649: Absent(CpuidValues { eax: 10489617, ebx: 1073741824, ecx: 1145057787, edx: 634649599 }), 2147483650: Absent(CpuidValues { eax: 541347137, ebx: 1129926725, ecx: 825505568, edx: 875700275 }), 2147483651: Absent(CpuidValues { eax: 1919894317, ebx: 1917853797, ecx: 1936024431, edx: 544370547 }), 2147483652: Absent(CpuidValues { eax: 538976288, ebx: 538976288, ecx: 538976288, edx: 2105376 }), 2147483653: Absent(CpuidValues { eax: 4282449728, ebx: 4282449728, ecx: 537395520, edx: 537395520 }), 2147483654: Absent(CpuidValues { eax: 1207968256, ebx: 1744847360, ecx: 33579328, edx: 67146048 }), 2147483655: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 256 }), 2147483656: Absent(CpuidValues { eax: 12336, ebx: 7, ecx: 0, edx: 65543 }), 2147483657: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483658: Absent(CpuidValues { eax: 1, ebx: 32768, ecx: 0, edx: 295410943 }), 2147483659: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483660: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483661: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483662: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483663: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483664: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483665: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483666: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483667: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483668: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483669: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483670: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483671: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483672: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483673: Absent(CpuidValues { eax: 4030787648, ebx: 4030726144, ecx: 0, edx: 0 }), 2147483674: Absent(CpuidValues { eax: 6, ebx: 0, ecx: 0, edx: 0 }), 2147483675: Absent(CpuidValues { eax: 1023, ebx: 0, ecx: 0, edx: 0 }), 2147483676: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483677: Present({0: CpuidValues { eax: 289, ebx: 63, ecx: 0, edx: 0 }, 1: CpuidValues { eax: 323, ebx: 63, ecx: 0, edx: 0 }, 2: CpuidValues { eax: 355, ebx: 63, ecx: 0, edx: 0 }}), 2147483678: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483679: Absent(CpuidValues { eax: 16907583, ebx: 16755, ecx: 509, edx: 1 }), 2147483680: Absent(CpuidValues { eax: 0, ebx: 2, ecx: 0, edx: 0 }), 2147483681: Absent(CpuidValues { eax: 8269, ebx: 0, ecx: 0, edx: 0 }), 2147483682: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 }), 2147483683: Absent(CpuidValues { eax: 0, ebx: 0, ecx: 0, edx: 0 })}), vendor: Amd }
line = 119
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_tests::cpuid
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2897 | 2025-03-10T21:02:55.714Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = /phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2898 | 2025-03-10T21:02:55.714Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2899 | 2025-03-10T21:02:55.714Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2900 | 2025-03-10T21:02:55.714Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
verb = list
|
2901 | 2025-03-10T21:02:55.738Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 359M 1.80T 357M /phd-artifacts\n
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2902 | 2025-03-10T21:02:55.738Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ad6f7feb-4c49-4e5e-b4d2-389ccfa6ca86"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
verb = snapshot
|
2903 | 2025-03-10T21:02:55.766Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ad6f7feb-4c49-4e5e-b4d2-389ccfa6ca86", "phd-artifacts/phd-clone-13f7dfb6-04f5-4fd3-8ca5-d81903166c5e"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
verb = clone
|
2904 | 2025-03-10T21:02:55.794Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-13f7dfb6-04f5-4fd3-8ca5-d81903166c5e"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
verb = list
|
2905 | 2025-03-10T21:02:55.811Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-13f7dfb6-04f5-4fd3-8ca5-d81903166c5e 0B 1.80T 357M /phd-artifacts/phd-clone-13f7dfb6-04f5-4fd3-8ca5-d81903166c5e\n
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2906 | 2025-03-10T21:02:55.812Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2907 | 2025-03-10T21:02:55.812Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm_name = cpuid_boot_test
|
2908 | 2025-03-10T21:02:55.812Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = /work/phd-test/propolis-server
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2909 | 2025-03-10T21:02:55.812Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2910 | 2025-03-10T21:02:55.812Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stderr_path = "/tmp/propolis-phd/runner-0/cpuid_boot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/cpuid_boot_test.stdout.log"
target = phd_framework::server_log_mode
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2911 | 2025-03-10T21:02:55.824Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1160
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2912 | 2025-03-10T21:02:55.824Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2913 | 2025-03-10T21:02:55.824Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2914 | 2025-03-10T21:02:55.825Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2915 | 2025-03-10T21:02:55.917Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4155
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
2916 | 2025-03-10T21:02:55.918Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2917 | 2025-03-10T21:02:55.918Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2918 | 2025-03-10T21:02:55.918Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
2919 | 2025-03-10T21:02:55.918Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
2920 | 2025-03-10T21:02:55.935Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 16
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
2921 | 2025-03-10T21:02:55.935Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2922 | 2025-03-10T21:02:55.936Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2923 | 2025-03-10T21:02:55.936Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
2924 | 2025-03-10T21:02:55.936Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
2925 | 2025-03-10T21:02:55.969Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
2926 | 2025-03-10T21:02:55.969Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2927 | 2025-03-10T21:02:55.969Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4207
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2928 | 2025-03-10T21:02:55.969Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
2929 | 2025-03-10T21:02:55.969Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = Explicit(15s)
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
2930 | 2025-03-10T21:02:55.980Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
2931 | 2025-03-10T21:02:55.980Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
2932 | 2025-03-10T21:02:55.980Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = Explicit(300s)
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
2933 | 2025-03-10T21:02:56.068Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 88
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
2934 | 2025-03-10T21:02:56.068Z | INFO | phd-runner: [TEST - EVENT] /proc/cpuinfo output
cpuinfo = processor: 0\nvendor_id: AuthenticAMD\ncpu family: 25\nmodel: 1\nmodel name: Oxide Cloud Computer Company Cloud Computer\nstepping: 1\ncpu MHz: 2649.958\ncache size: 512 KB\nphysical id: 0\nsiblings: 1\ncore id: 0\ncpu cores: 1\napicid: 0\ninitial apicid: 0\nfpu: yes\nfpu_exception: yes\ncpuid level: 16\nwp: yes\nflags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext pdpe1gb lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch skinit wdt topoext bpext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms rdseed sha_ni xsaveopt clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload vgif v_spec_ctrl vaes vpclmulqdq\nbugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass\nbogomips: 5299.91\nTLB size: 2560 4K pages\nclflush size: 64\ncache_alignment: 64\naddress sizes: 48 bits physical, 48 bits virtual\npower management:\n\nprocessor: 1\nvendor_id: AuthenticAMD\ncpu family: 25\nmodel: 1\nmodel name: Oxide Cloud Computer Company Cloud Computer\nstepping: 1\ncpu MHz: 2649.958\ncache size: 512 KB\nphysical id: 1\nsiblings: 1\ncore id: 0\ncpu cores: 1\napicid: 1\ninitial apicid: 1\nfpu: yes\nfpu_exception: yes\ncpuid level: 16\nwp: yes\nflags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext pdpe1gb lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch skinit wdt topoext bpext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms rdseed sha_ni xsaveopt clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload vgif v_spec_ctrl vaes vpclmulqdq\nbugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass\nbogomips: 5299.58\nTLB size: 2560 4K pages\nclflush size: 64\ncache_alignment: 64\naddress sizes: 48 bits physical, 48 bits virtual\npower management:
file = phd-tests/tests/src/cpuid.rs
line = 101
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_tests::cpuid
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2935 | 2025-03-10T21:02:56.068Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2936 | 2025-03-10T21:02:56.069Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm_name = cpuid_boot_test_migration_target
|
2937 | 2025-03-10T21:02:56.069Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = /work/phd-test/propolis-server
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2938 | 2025-03-10T21:02:56.069Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
server_addr = 127.0.0.1:9127
server_path = "/work/phd-test/propolis-server"
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2939 | 2025-03-10T21:02:56.069Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stderr_path = "/tmp/propolis-phd/runner-1/cpuid_boot_test_migration_target.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/cpuid_boot_test_migration_target.stdout.log"
target = phd_framework::server_log_mode
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2940 | 2025-03-10T21:02:56.092Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1161
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2941 | 2025-03-10T21:02:56.092Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 23
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2942 | 2025-03-10T21:02:56.092Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
target = phd_framework::test_vm
target_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
2943 | 2025-03-10T21:02:56.093Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9125
file = phd-tests/framework/src/test_vm/mod.rs
line = 507
migration_id = 8ec438f1-7ef5-4da6-b758-d101659bcb85
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
target = phd_framework::test_vm
target_id = db651a6c-a312-456d-89d1-9c820b0a21ff
timeout_duration = 45s
|
2944 | 2025-03-10T21:02:56.093Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
target = phd_framework::test_vm
target_id = db651a6c-a312-456d-89d1-9c820b0a21ff
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
2945 | 2025-03-10T21:02:56.093Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9127/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
target = phd_framework::test_vm
target_id = db651a6c-a312-456d-89d1-9c820b0a21ff
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
2946 | 2025-03-10T21:02:56.550Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2947 | 2025-03-10T21:02:56.551Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: c768b6df-5234-42a0-8c2e-313f6997168b, metadata: InstanceMetadata { project_id: eb7f10e0-aaf3-4787-a8fe-a0f2a5180b07, silo_id: 8232ea75-f5d9-4039-868d-48e65170bb92, sled_id: d0a84b3e-4a4f-4475-a029-255b953ead52, sled_model: "pheidippes", sled_revision: 1, sled_serial: "d0a84b3e-4a4f-4475-a029-255b953ead52" }, name: "phd-vm-c768b6df-5234-42a0-8c2e-313f6997168b" }, state: Creating }
line = 379
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2948 | 2025-03-10T21:02:56.551Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 726
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2949 | 2025-03-10T21:02:56.551Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2950 | 2025-03-10T21:02:56.551Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
state = Run
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2951 | 2025-03-10T21:02:56.551Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2952 | 2025-03-10T21:02:56.551Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2953 | 2025-03-10T21:02:56.552Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = 300s
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2954 | 2025-03-10T21:02:56.552Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2955 | 2025-03-10T21:02:56.552Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2956 | 2025-03-10T21:02:56.552Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2957 | 2025-03-10T21:02:56.793Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: db651a6c-a312-456d-89d1-9c820b0a21ff, metadata: InstanceMetadata { project_id: 42ae8406-e812-47cb-9080-ad6b5dc57683, silo_id: 3b8c32ba-a097-458d-8cd4-c8e5155c94e9, sled_id: 0a6d4b81-b0e2-4eb0-b531-e48bb10f80de, sled_model: "pheidippes", sled_revision: 1, sled_serial: "0a6d4b81-b0e2-4eb0-b531-e48bb10f80de" }, name: "phd-vm-db651a6c-a312-456d-89d1-9c820b0a21ff" }, state: Migrating }
line = 379
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
target = phd_framework::test_vm
target_id = db651a6c-a312-456d-89d1-9c820b0a21ff
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
2958 | 2025-03-10T21:02:56.793Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 700
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
target = phd_framework::test_vm
target_id = db651a6c-a312-456d-89d1-9c820b0a21ff
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
2959 | 2025-03-10T21:02:56.793Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = 8ec438f1-7ef5-4da6-b758-d101659bcb85
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
target = phd_framework::test_vm
target_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
2960 | 2025-03-10T21:02:59.260Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
s = {"Migrating":{"destination":"127.0.0.1:9127","from_start":10087}}
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2961 | 2025-03-10T21:02:59.882Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 541
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
target = phd_framework::test_vm
target_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
2962 | 2025-03-10T21:02:59.882Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3088
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = 8ec438f1-7ef5-4da6-b758-d101659bcb85
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
target = phd_framework::test_vm
target_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
2963 | 2025-03-10T21:02:59.882Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3789
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = cpuid_boot_test
source_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
target = phd_framework::test_vm
target_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
2964 | 2025-03-10T21:02:59.882Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
2965 | 2025-03-10T21:02:59.882Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
state = Reboot
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
2966 | 2025-03-10T21:02:59.883Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
2967 | 2025-03-10T21:02:59.883Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2968 | 2025-03-10T21:02:59.883Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = 300s
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
2969 | 2025-03-10T21:02:59.883Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
2970 | 2025-03-10T21:02:59.883Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
2971 | 2025-03-10T21:02:59.883Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = CallerTimeout
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
2972 | 2025-03-10T21:03:00.679Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4127
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2973 | 2025-03-10T21:03:00.679Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2974 | 2025-03-10T21:03:00.679Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2975 | 2025-03-10T21:03:00.679Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2976 | 2025-03-10T21:03:00.679Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2977 | 2025-03-10T21:03:00.697Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2978 | 2025-03-10T21:03:00.697Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2979 | 2025-03-10T21:03:00.697Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2980 | 2025-03-10T21:03:00.697Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2981 | 2025-03-10T21:03:00.698Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = CallerTimeout
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2982 | 2025-03-10T21:03:00.720Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2983 | 2025-03-10T21:03:00.720Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2984 | 2025-03-10T21:03:00.720Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4168
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2985 | 2025-03-10T21:03:00.720Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2986 | 2025-03-10T21:03:00.720Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = Explicit(15s)
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2987 | 2025-03-10T21:03:00.731Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2988 | 2025-03-10T21:03:00.731Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2989 | 2025-03-10T21:03:00.731Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = Explicit(300s)
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2990 | 2025-03-10T21:03:00.819Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 87
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2991 | 2025-03-10T21:03:00.819Z | INFO | phd-runner: [TEST - EVENT] /proc/cpuinfo output
cpuinfo = processor: 0\nvendor_id: AuthenticAMD\ncpu family: 25\nmodel: 1\nmodel name: Oxide Cloud Computer Company Cloud Computer\nstepping: 1\ncpu MHz: 2649.869\ncache size: 512 KB\nphysical id: 0\nsiblings: 1\ncore id: 0\ncpu cores: 1\napicid: 0\ninitial apicid: 0\nfpu: yes\nfpu_exception: yes\ncpuid level: 16\nwp: yes\nflags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext pdpe1gb lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch skinit wdt topoext bpext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms rdseed sha_ni xsaveopt clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload vgif v_spec_ctrl vaes vpclmulqdq\nbugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass\nbogomips: 5299.73\nTLB size: 2560 4K pages\nclflush size: 64\ncache_alignment: 64\naddress sizes: 48 bits physical, 48 bits virtual\npower management:\n\nprocessor: 1\nvendor_id: AuthenticAMD\ncpu family: 25\nmodel: 1\nmodel name: Oxide Cloud Computer Company Cloud Computer\nstepping: 1\ncpu MHz: 2649.869\ncache size: 512 KB\nphysical id: 1\nsiblings: 1\ncore id: 0\ncpu cores: 1\napicid: 1\ninitial apicid: 1\nfpu: yes\nfpu_exception: yes\ncpuid level: 16\nwp: yes\nflags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext pdpe1gb lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch skinit wdt topoext bpext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms rdseed sha_ni xsaveopt clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload vgif v_spec_ctrl vaes vpclmulqdq\nbugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass\nbogomips: 5299.71\nTLB size: 2560 4K pages\nclflush size: 64\ncache_alignment: 64\naddress sizes: 48 bits physical, 48 bits virtual\npower management:
file = phd-tests/tests/src/cpuid.rs
line = 101
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_tests::cpuid
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2992 | 2025-03-10T21:03:00.819Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2993 | 2025-03-10T21:03:00.819Z | INFO | phd-runner: [MIGRATE - EVENT] test phd_tests::cpuid::cpuid_boot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::execute
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2994 | 2025-03-10T21:03:00.819Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2995 | 2025-03-10T21:03:00.819Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2996 | 2025-03-10T21:03:00.819Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4269
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
2997 | 2025-03-10T21:03:00.820Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2998 | 2025-03-10T21:03:01.342Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
self.address = 127.0.0.1:9000
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
2999 | 2025-03-10T21:03:01.478Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
3000 | 2025-03-10T21:03:01.478Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-13f7dfb6-04f5-4fd3-8ca5-d81903166c5e"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
verb = destroy
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
3001 | 2025-03-10T21:03:01.521Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
3002 | 2025-03-10T21:03:01.521Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-ad6f7feb-4c49-4e5e-b4d2-389ccfa6ca86"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
verb = destroy
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
3003 | 2025-03-10T21:03:01.554Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 735
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = cpuid_boot_test
vm_id = c768b6df-5234-42a0-8c2e-313f6997168b
|
3004 | 2025-03-10T21:03:01.554Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5845
file = phd-tests/tests/src/cpuid.rs
line = 144
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::cpuid::cpuid_boot_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_tests::cpuid
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3005 | 2025-03-10T21:03:01.554Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 735
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3006 | 2025-03-10T21:03:01.554Z | INFO | phd-runner: Starting test phd_tests::cpuid::cpuid_instance_spec_round_trip_test
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
3007 | 2025-03-10T21:03:01.554Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
3008 | 2025-03-10T21:03:01.555Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
3009 | 2025-03-10T21:03:01.555Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/cpuid.rs
line = 25
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_tests::cpuid
|
3010 | 2025-03-10T21:03:01.555Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
3011 | 2025-03-10T21:03:01.555Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
3012 | 2025-03-10T21:03:01.555Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
3013 | 2025-03-10T21:03:01.555Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::zfs
verb = list
|
3014 | 2025-03-10T21:03:01.576Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 358M 1.80T 357M /phd-artifacts\n
target = phd_framework::zfs
|
3015 | 2025-03-10T21:03:01.576Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d9793b3e-a747-4169-8a25-7477589150b9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::zfs
verb = snapshot
|
3016 | 2025-03-10T21:03:01.600Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d9793b3e-a747-4169-8a25-7477589150b9", "phd-artifacts/phd-clone-aac59b21-3f9b-4bbe-b1c0-bcb3b5eba07d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::zfs
verb = clone
|
3017 | 2025-03-10T21:03:01.622Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-aac59b21-3f9b-4bbe-b1c0-bcb3b5eba07d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::zfs
verb = list
|
3018 | 2025-03-10T21:03:01.639Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-aac59b21-3f9b-4bbe-b1c0-bcb3b5eba07d 0B 1.80T 357M /phd-artifacts/phd-clone-aac59b21-3f9b-4bbe-b1c0-bcb3b5eba07d\n
target = phd_framework::zfs
|
3019 | 2025-03-10T21:03:01.640Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
|
3020 | 2025-03-10T21:03:01.640Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm_name = cpuid_instance_spec_round_trip_test
|
3021 | 2025-03-10T21:03:01.640Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
3022 | 2025-03-10T21:03:01.640Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
3023 | 2025-03-10T21:03:01.640Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
stderr_path = "/tmp/propolis-phd/runner-0/cpuid_instance_spec_round_trip_test.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/cpuid_instance_spec_round_trip_test.stdout.log"
target = phd_framework::server_log_mode
|
3024 | 2025-03-10T21:03:01.653Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1169
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm::server
|
3025 | 2025-03-10T21:03:01.653Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
|
3026 | 2025-03-10T21:03:01.653Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 4b135b44-b838-4852-98d0-15b142f2cf9c
|
3027 | 2025-03-10T21:03:01.653Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 4b135b44-b838-4852-98d0-15b142f2cf9c
|
3028 | 2025-03-10T21:03:02.089Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
3029 | 2025-03-10T21:03:02.089Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 4b135b44-b838-4852-98d0-15b142f2cf9c, metadata: InstanceMetadata { project_id: 177505fb-85f8-4868-88f5-9e4efed56a39, silo_id: eccc28f3-0d8f-4081-bfc1-4e4bd0846c9d, sled_id: 019cb63e-073e-4a60-8e14-4afba608fd49, sled_model: "pheidippes", sled_revision: 1, sled_serial: "019cb63e-073e-4a60-8e14-4afba608fd49" }, name: "phd-vm-4b135b44-b838-4852-98d0-15b142f2cf9c" }, state: Creating }
line = 379
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 4b135b44-b838-4852-98d0-15b142f2cf9c
|
3030 | 2025-03-10T21:03:02.090Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 436
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 4b135b44-b838-4852-98d0-15b142f2cf9c
|
3031 | 2025-03-10T21:03:02.090Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 4b135b44-b838-4852-98d0-15b142f2cf9c
|
3032 | 2025-03-10T21:03:02.090Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
state = Run
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 4b135b44-b838-4852-98d0-15b142f2cf9c
|
3033 | 2025-03-10T21:03:02.090Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 4b135b44-b838-4852-98d0-15b142f2cf9c
|
3034 | 2025-03-10T21:03:02.090Z | INFO | phd-runner: [GET_SPEC - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 461
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 4b135b44-b838-4852-98d0-15b142f2cf9c
|
3035 | 2025-03-10T21:03:02.090Z | INFO | phd-runner: [GET_SPEC - EVENT] Sending instance spec get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 463
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 4b135b44-b838-4852-98d0-15b142f2cf9c
|
3036 | 2025-03-10T21:03:02.091Z | INFO | phd-runner: [GET_SPEC - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 461
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 4b135b44-b838-4852-98d0-15b142f2cf9c
|
3037 | 2025-03-10T21:03:02.091Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 4b135b44-b838-4852-98d0-15b142f2cf9c
|
3038 | 2025-03-10T21:03:02.091Z | INFO | phd-runner: test phd_tests::cpuid::cpuid_instance_spec_round_trip_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
target = phd_runner::execute
|
3039 | 2025-03-10T21:03:02.091Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
3040 | 2025-03-10T21:03:02.091Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
3041 | 2025-03-10T21:03:02.091Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 2
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
3042 | 2025-03-10T21:03:02.092Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 4b135b44-b838-4852-98d0-15b142f2cf9c
|
3043 | 2025-03-10T21:03:02.097Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = cpuid_instance_spec_round_trip_test
vm_id = 4b135b44-b838-4852-98d0-15b142f2cf9c
|
3044 | 2025-03-10T21:03:02.237Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::zfs
vm = cpuid_instance_spec_round_trip_test
vm_id = 4b135b44-b838-4852-98d0-15b142f2cf9c
|
3045 | 2025-03-10T21:03:02.237Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-aac59b21-3f9b-4bbe-b1c0-bcb3b5eba07d"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::zfs
verb = destroy
vm = cpuid_instance_spec_round_trip_test
vm_id = 4b135b44-b838-4852-98d0-15b142f2cf9c
|
3046 | 2025-03-10T21:03:02.282Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::zfs
vm = cpuid_instance_spec_round_trip_test
vm_id = 4b135b44-b838-4852-98d0-15b142f2cf9c
|
3047 | 2025-03-10T21:03:02.282Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d9793b3e-a747-4169-8a25-7477589150b9"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::zfs
verb = destroy
vm = cpuid_instance_spec_round_trip_test
vm_id = 4b135b44-b838-4852-98d0-15b142f2cf9c
|
3048 | 2025-03-10T21:03:02.310Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 218
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_framework::test_vm
vm = cpuid_instance_spec_round_trip_test
vm_id = 4b135b44-b838-4852-98d0-15b142f2cf9c
|
3049 | 2025-03-10T21:03:02.310Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 755
file = phd-tests/tests/src/cpuid.rs
line = 25
path = phd_tests::cpuid::cpuid_instance_spec_round_trip_test
target = phd_tests::cpuid
|
3050 | 2025-03-10T21:03:02.310Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 218
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
3051 | 2025-03-10T21:03:02.310Z | INFO | phd-runner: [MIGRATE - EVENT] Starting test phd_tests::crucible::migrate::load_test
file = phd-tests/runner/src/execute.rs
line = 101
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::execute
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3052 | 2025-03-10T21:03:02.310Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3053 | 2025-03-10T21:03:02.310Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3054 | 2025-03-10T21:03:02.310Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/migrate.rs
line = 39
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_tests::crucible::migrate
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3055 | 2025-03-10T21:03:02.310Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = /phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3056 | 2025-03-10T21:03:02.310Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3057 | 2025-03-10T21:03:02.310Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = /phd-artifacts/runner-0/24d245c50d205dfe4661fa3d6d8663a085849ce514f850ce07bf7fea7e260f52/crucible-downstairs
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3058 | 2025-03-10T21:03:02.310Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3059 | 2025-03-10T21:03:02.310Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/runner-0/e1f13215-1ffa-400b-bc51-0a5b73097b89_9000", "--encrypted", "--uuid", "e1f13215-1ffa-400b-bc51-0a5b73097b89", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3060 | 2025-03-10T21:03:02.373Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 260
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/runner-0/e1f13215-1ffa-400b-bc51-0a5b73097b89_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:03:02.33092846Z","hostname":"buskin","pid":1173}\n{"msg":"UUID: e1f13215-1ffa-400b-bc51-0a5b73097b89","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:03:02.364751391Z","hostname":"buskin","pid":1173}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:03:02.364774031Z","hostname":"buskin","pid":1173}\n
target = phd_framework::disk::crucible
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3061 | 2025-03-10T21:03:02.373Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/runner-0/e1f13215-1ffa-400b-bc51-0a5b73097b89_9001", "--encrypted", "--uuid", "e1f13215-1ffa-400b-bc51-0a5b73097b89", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3062 | 2025-03-10T21:03:02.443Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 260
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/runner-0/e1f13215-1ffa-400b-bc51-0a5b73097b89_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:03:02.401274362Z","hostname":"buskin","pid":1174}\n{"msg":"UUID: e1f13215-1ffa-400b-bc51-0a5b73097b89","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:03:02.43488017Z","hostname":"buskin","pid":1174}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:03:02.434895411Z","hostname":"buskin","pid":1174}\n
target = phd_framework::disk::crucible
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3063 | 2025-03-10T21:03:02.443Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/runner-0/e1f13215-1ffa-400b-bc51-0a5b73097b89_9002", "--encrypted", "--uuid", "e1f13215-1ffa-400b-bc51-0a5b73097b89", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3064 | 2025-03-10T21:03:02.511Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 260
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/runner-0/e1f13215-1ffa-400b-bc51-0a5b73097b89_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:03:02.469113946Z","hostname":"buskin","pid":1175}\n{"msg":"UUID: e1f13215-1ffa-400b-bc51-0a5b73097b89","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:03:02.503079529Z","hostname":"buskin","pid":1175}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:03:02.503089179Z","hostname":"buskin","pid":1175}\n
target = phd_framework::disk::crucible
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3065 | 2025-03-10T21:03:02.511Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stderr_path = "/tmp/propolis-phd/runner-0/crucible_e1f13215-1ffa-400b-bc51-0a5b73097b89_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/crucible_e1f13215-1ffa-400b-bc51-0a5b73097b89_9000.stdout.log"
target = phd_framework::server_log_mode
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3066 | 2025-03-10T21:03:02.511Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/runner-0/e1f13215-1ffa-400b-bc51-0a5b73097b89_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 296
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3067 | 2025-03-10T21:03:02.511Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/runner-0/e1f13215-1ffa-400b-bc51-0a5b73097b89_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3068 | 2025-03-10T21:03:02.531Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stderr_path = "/tmp/propolis-phd/runner-0/crucible_e1f13215-1ffa-400b-bc51-0a5b73097b89_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/crucible_e1f13215-1ffa-400b-bc51-0a5b73097b89_9001.stdout.log"
target = phd_framework::server_log_mode
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3069 | 2025-03-10T21:03:02.531Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/runner-0/e1f13215-1ffa-400b-bc51-0a5b73097b89_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 296
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3070 | 2025-03-10T21:03:02.531Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/runner-0/e1f13215-1ffa-400b-bc51-0a5b73097b89_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3071 | 2025-03-10T21:03:02.547Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stderr_path = "/tmp/propolis-phd/runner-0/crucible_e1f13215-1ffa-400b-bc51-0a5b73097b89_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/crucible_e1f13215-1ffa-400b-bc51-0a5b73097b89_9002.stdout.log"
target = phd_framework::server_log_mode
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3072 | 2025-03-10T21:03:02.548Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/runner-0/e1f13215-1ffa-400b-bc51-0a5b73097b89_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 296
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3073 | 2025-03-10T21:03:02.548Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/runner-0/e1f13215-1ffa-400b-bc51-0a5b73097b89_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3074 | 2025-03-10T21:03:02.561Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3075 | 2025-03-10T21:03:02.561Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm_name = crucible_load_test_source
|
3076 | 2025-03-10T21:03:02.561Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = /work/phd-test/propolis-server
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3077 | 2025-03-10T21:03:02.561Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
server_addr = 127.0.0.1:9003
server_path = "/work/phd-test/propolis-server"
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3078 | 2025-03-10T21:03:02.561Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stderr_path = "/tmp/propolis-phd/runner-0/crucible_load_test_source.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/crucible_load_test_source.stdout.log"
target = phd_framework::server_log_mode
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3079 | 2025-03-10T21:03:02.573Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1179
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3080 | 2025-03-10T21:03:02.573Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3081 | 2025-03-10T21:03:02.573Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3082 | 2025-03-10T21:03:02.574Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9003/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3083 | 2025-03-10T21:03:03.272Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
3084 | 2025-03-10T21:03:03.272Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: ff38f401-942b-44aa-b851-0c6efd655972, metadata: InstanceMetadata { project_id: dd1456e9-c3d7-46ce-bc06-fa008a2fbdb2, silo_id: b25c0b59-fe10-48b6-8cee-28448b809a15, sled_id: b510cc26-96d7-472a-b6f9-b3baccf6af0c, sled_model: "pheidippes", sled_revision: 1, sled_serial: "b510cc26-96d7-472a-b6f9-b3baccf6af0c" }, name: "phd-vm-ff38f401-942b-44aa-b851-0c6efd655972" }, state: Creating }
line = 379
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3085 | 2025-03-10T21:03:03.272Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 699
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3086 | 2025-03-10T21:03:03.272Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3087 | 2025-03-10T21:03:03.272Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
state = Run
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3088 | 2025-03-10T21:03:03.273Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3089 | 2025-03-10T21:03:03.273Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3090 | 2025-03-10T21:03:03.273Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = 300s
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3091 | 2025-03-10T21:03:03.273Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3092 | 2025-03-10T21:03:03.273Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3093 | 2025-03-10T21:03:03.273Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = CallerTimeout
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3094 | 2025-03-10T21:03:03.910Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4027
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
3095 | 2025-03-10T21:03:03.910Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3096 | 2025-03-10T21:03:03.911Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3097 | 2025-03-10T21:03:03.911Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
3098 | 2025-03-10T21:03:03.911Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = CallerTimeout
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
3099 | 2025-03-10T21:03:03.929Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
3100 | 2025-03-10T21:03:03.929Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3101 | 2025-03-10T21:03:03.930Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3102 | 2025-03-10T21:03:03.930Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
3103 | 2025-03-10T21:03:03.930Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = CallerTimeout
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
3104 | 2025-03-10T21:03:03.962Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
3105 | 2025-03-10T21:03:03.962Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3106 | 2025-03-10T21:03:03.962Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4078
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3107 | 2025-03-10T21:03:03.962Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
3108 | 2025-03-10T21:03:03.962Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = Explicit(15s)
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
3109 | 2025-03-10T21:03:03.973Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
3110 | 2025-03-10T21:03:03.973Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
3111 | 2025-03-10T21:03:03.973Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = Explicit(300s)
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
3112 | 2025-03-10T21:03:04.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 88
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
3113 | 2025-03-10T21:03:04.062Z | INFO | phd-runner: [TEST - EVENT] /proc/cpuinfo output
cpuinfo = processor: 0\nvendor_id: AuthenticAMD\ncpu family: 25\nmodel: 1\nmodel name: Oxide Cloud Computer Company Cloud Computer\nstepping: 1\ncpu MHz: 2650.261\ncache size: 512 KB\nphysical id: 0\nsiblings: 1\ncore id: 0\ncpu cores: 1\napicid: 0\ninitial apicid: 0\nfpu: yes\nfpu_exception: yes\ncpuid level: 16\nwp: yes\nflags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext pdpe1gb lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch skinit wdt topoext bpext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms rdseed sha_ni xsaveopt clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload vgif v_spec_ctrl vaes vpclmulqdq\nbugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass\nbogomips: 5300.52\nTLB size: 2560 4K pages\nclflush size: 64\ncache_alignment: 64\naddress sizes: 48 bits physical, 48 bits virtual\npower management:\n\nprocessor: 1\nvendor_id: AuthenticAMD\ncpu family: 25\nmodel: 1\nmodel name: Oxide Cloud Computer Company Cloud Computer\nstepping: 1\ncpu MHz: 2650.261\ncache size: 512 KB\nphysical id: 1\nsiblings: 1\ncore id: 0\ncpu cores: 1\napicid: 1\ninitial apicid: 1\nfpu: yes\nfpu_exception: yes\ncpuid level: 16\nwp: yes\nflags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext pdpe1gb lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch skinit wdt topoext bpext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms rdseed sha_ni xsaveopt clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload vgif v_spec_ctrl vaes vpclmulqdq\nbugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass\nbogomips: 5300.88\nTLB size: 2560 4K pages\nclflush size: 64\ncache_alignment: 64\naddress sizes: 48 bits physical, 48 bits virtual\npower management:
file = phd-tests/tests/src/cpuid.rs
line = 101
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_tests::cpuid
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3114 | 2025-03-10T21:03:04.062Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
3115 | 2025-03-10T21:03:04.062Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
3116 | 2025-03-10T21:03:04.062Z | INFO | phd-runner: test phd_tests::cpuid::cpuid_migrate_smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
target = phd_runner::execute
|
3117 | 2025-03-10T21:03:04.062Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
3118 | 2025-03-10T21:03:04.062Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3119 | 2025-03-10T21:03:04.062Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12302
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3120 | 2025-03-10T21:03:04.063Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
3121 | 2025-03-10T21:03:04.063Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
self.address = 127.0.0.1:9125
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
3122 | 2025-03-10T21:03:04.081Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
self.address = 127.0.0.1:9127
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
3123 | 2025-03-10T21:03:04.199Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 137
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test
vm_id = 7c7c7a20-44a5-4494-8b56-e0ddf0d374b4
|
3124 | 2025-03-10T21:03:04.286Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
3125 | 2025-03-10T21:03:04.286Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-b4713d20-bb38-4486-9b12-34f2fe780ba9"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
verb = destroy
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
3126 | 2025-03-10T21:03:04.325Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
3127 | 2025-03-10T21:03:04.325Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c1cfed07-4088-4e10-978a-c585522a6ae5"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::zfs
target_id = 529a3946-284a-41a3-9556-015b9c026acf
verb = destroy
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
3128 | 2025-03-10T21:03:04.357Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 295
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = cpuid_boot_test_migration_target
vm_id = db651a6c-a312-456d-89d1-9c820b0a21ff
|
3129 | 2025-03-10T21:03:04.357Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 13151
file = phd-tests/tests/src/cpuid.rs
line = 150
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::cpuid::cpuid_migrate_smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_tests::cpuid
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3130 | 2025-03-10T21:03:04.357Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 295
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
3131 | 2025-03-10T21:03:04.358Z | INFO | phd-runner: [MIGRATE - EVENT] Starting test phd_tests::crucible::migrate::smoke_test
file = phd-tests/runner/src/execute.rs
line = 101
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::execute
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3132 | 2025-03-10T21:03:04.358Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3133 | 2025-03-10T21:03:04.358Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_runner::fixtures
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3134 | 2025-03-10T21:03:04.358Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/migrate.rs
line = 10
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_tests::crucible::migrate
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3135 | 2025-03-10T21:03:04.358Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3136 | 2025-03-10T21:03:04.358Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3137 | 2025-03-10T21:03:04.358Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = /phd-artifacts/runner-1/24d245c50d205dfe4661fa3d6d8663a085849ce514f850ce07bf7fea7e260f52/crucible-downstairs
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3138 | 2025-03-10T21:03:04.358Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3139 | 2025-03-10T21:03:04.358Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/runner-1/3f53cc80-a6e2-4515-bba4-b4ab55052ebc_9125", "--encrypted", "--uuid", "3f53cc80-a6e2-4515-bba4-b4ab55052ebc", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3140 | 2025-03-10T21:03:04.421Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 260
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/runner-1/3f53cc80-a6e2-4515-bba4-b4ab55052ebc_9125/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:03:04.379392466Z","hostname":"buskin","pid":1184}\n{"msg":"UUID: 3f53cc80-a6e2-4515-bba4-b4ab55052ebc","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:03:04.413124646Z","hostname":"buskin","pid":1184}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:03:04.413138466Z","hostname":"buskin","pid":1184}\n
target = phd_framework::disk::crucible
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3141 | 2025-03-10T21:03:04.422Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/runner-1/3f53cc80-a6e2-4515-bba4-b4ab55052ebc_9126", "--encrypted", "--uuid", "3f53cc80-a6e2-4515-bba4-b4ab55052ebc", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3142 | 2025-03-10T21:03:04.492Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 260
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/runner-1/3f53cc80-a6e2-4515-bba4-b4ab55052ebc_9126/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:03:04.450826379Z","hostname":"buskin","pid":1185}\n{"msg":"UUID: 3f53cc80-a6e2-4515-bba4-b4ab55052ebc","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:03:04.484052934Z","hostname":"buskin","pid":1185}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:03:04.484062404Z","hostname":"buskin","pid":1185}\n
target = phd_framework::disk::crucible
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3143 | 2025-03-10T21:03:04.492Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/runner-1/3f53cc80-a6e2-4515-bba4-b4ab55052ebc_9127", "--encrypted", "--uuid", "3f53cc80-a6e2-4515-bba4-b4ab55052ebc", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3144 | 2025-03-10T21:03:04.561Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 260
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/runner-1/3f53cc80-a6e2-4515-bba4-b4ab55052ebc_9127/region.json\\"","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:03:04.520005678Z","hostname":"buskin","pid":1186}\n{"msg":"UUID: 3f53cc80-a6e2-4515-bba4-b4ab55052ebc","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:03:04.553491706Z","hostname":"buskin","pid":1186}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2025-03-10T21:03:04.553500926Z","hostname":"buskin","pid":1186}\n
target = phd_framework::disk::crucible
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3145 | 2025-03-10T21:03:04.561Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stderr_path = "/tmp/propolis-phd/runner-1/crucible_3f53cc80-a6e2-4515-bba4-b4ab55052ebc_9125.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/crucible_3f53cc80-a6e2-4515-bba4-b4ab55052ebc_9125.stdout.log"
target = phd_framework::server_log_mode
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3146 | 2025-03-10T21:03:04.561Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9125", "--data", "/tmp/propolis-phd/runner-1/3f53cc80-a6e2-4515-bba4-b4ab55052ebc_9125"]
file = phd-tests/framework/src/disk/crucible.rs
line = 296
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3147 | 2025-03-10T21:03:04.562Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9125", "--data", "/tmp/propolis-phd/runner-1/3f53cc80-a6e2-4515-bba4-b4ab55052ebc_9125"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3148 | 2025-03-10T21:03:04.582Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stderr_path = "/tmp/propolis-phd/runner-1/crucible_3f53cc80-a6e2-4515-bba4-b4ab55052ebc_9126.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/crucible_3f53cc80-a6e2-4515-bba4-b4ab55052ebc_9126.stdout.log"
target = phd_framework::server_log_mode
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3149 | 2025-03-10T21:03:04.582Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9126", "--data", "/tmp/propolis-phd/runner-1/3f53cc80-a6e2-4515-bba4-b4ab55052ebc_9126"]
file = phd-tests/framework/src/disk/crucible.rs
line = 296
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3150 | 2025-03-10T21:03:04.582Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9126", "--data", "/tmp/propolis-phd/runner-1/3f53cc80-a6e2-4515-bba4-b4ab55052ebc_9126"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3151 | 2025-03-10T21:03:04.602Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stderr_path = "/tmp/propolis-phd/runner-1/crucible_3f53cc80-a6e2-4515-bba4-b4ab55052ebc_9127.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/crucible_3f53cc80-a6e2-4515-bba4-b4ab55052ebc_9127.stdout.log"
target = phd_framework::server_log_mode
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3152 | 2025-03-10T21:03:04.602Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9127", "--data", "/tmp/propolis-phd/runner-1/3f53cc80-a6e2-4515-bba4-b4ab55052ebc_9127"]
file = phd-tests/framework/src/disk/crucible.rs
line = 296
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3153 | 2025-03-10T21:03:04.602Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9127", "--data", "/tmp/propolis-phd/runner-1/3f53cc80-a6e2-4515-bba4-b4ab55052ebc_9127"]
file = phd-tests/framework/src/disk/crucible.rs
line = 382
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3154 | 2025-03-10T21:03:04.618Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3155 | 2025-03-10T21:03:04.618Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm_name = crucible_migrate_smoke_source
|
3156 | 2025-03-10T21:03:04.618Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = /work/phd-test/propolis-server
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3157 | 2025-03-10T21:03:04.618Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
server_addr = 127.0.0.1:9128
server_path = "/work/phd-test/propolis-server"
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3158 | 2025-03-10T21:03:04.618Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stderr_path = "/tmp/propolis-phd/runner-1/crucible_migrate_smoke_source.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/crucible_migrate_smoke_source.stdout.log"
target = phd_framework::server_log_mode
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3159 | 2025-03-10T21:03:04.632Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1190
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3160 | 2025-03-10T21:03:04.632Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 14
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3161 | 2025-03-10T21:03:04.633Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3162 | 2025-03-10T21:03:04.633Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9128/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3163 | 2025-03-10T21:03:05.020Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3164 | 2025-03-10T21:03:05.021Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 56719d58-ac5a-4898-9cda-0e7e8a0389be, metadata: InstanceMetadata { project_id: a3e89e7b-4ecb-4f46-b802-427570863d8c, silo_id: 582e1a05-e464-49bd-a5b1-e57a4ef11bcd, sled_id: 2181f657-97fc-421e-8518-59f057a6c531, sled_model: "pheidippes", sled_revision: 1, sled_serial: "2181f657-97fc-421e-8518-59f057a6c531" }, name: "phd-vm-56719d58-ac5a-4898-9cda-0e7e8a0389be" }, state: Creating }
line = 379
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3165 | 2025-03-10T21:03:05.021Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 387
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3166 | 2025-03-10T21:03:05.021Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3167 | 2025-03-10T21:03:05.021Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
state = Run
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3168 | 2025-03-10T21:03:05.021Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3169 | 2025-03-10T21:03:05.021Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3170 | 2025-03-10T21:03:05.021Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = 300s
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3171 | 2025-03-10T21:03:05.021Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3172 | 2025-03-10T21:03:05.021Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3173 | 2025-03-10T21:03:05.021Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = CallerTimeout
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3174 | 2025-03-10T21:03:07.890Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4616
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3175 | 2025-03-10T21:03:07.890Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3176 | 2025-03-10T21:03:07.890Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3177 | 2025-03-10T21:03:07.890Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3178 | 2025-03-10T21:03:07.890Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = CallerTimeout
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3179 | 2025-03-10T21:03:07.909Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3180 | 2025-03-10T21:03:07.909Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3181 | 2025-03-10T21:03:07.909Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3182 | 2025-03-10T21:03:07.909Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3183 | 2025-03-10T21:03:07.909Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = CallerTimeout
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3184 | 2025-03-10T21:03:07.932Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3185 | 2025-03-10T21:03:07.932Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3186 | 2025-03-10T21:03:07.932Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4658
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3187 | 2025-03-10T21:03:07.932Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3188 | 2025-03-10T21:03:07.932Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm_name = crucible_load_test_target
|
3189 | 2025-03-10T21:03:07.932Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = /work/phd-test/propolis-server
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3190 | 2025-03-10T21:03:07.932Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
server_addr = 127.0.0.1:9005
server_path = "/work/phd-test/propolis-server"
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3191 | 2025-03-10T21:03:07.932Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stderr_path = "/tmp/propolis-phd/runner-0/crucible_load_test_target.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/crucible_load_test_target.stdout.log"
target = phd_framework::server_log_mode
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3192 | 2025-03-10T21:03:07.952Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1191
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3193 | 2025-03-10T21:03:07.953Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 20
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3194 | 2025-03-10T21:03:07.953Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3195 | 2025-03-10T21:03:07.953Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3196 | 2025-03-10T21:03:07.964Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3197 | 2025-03-10T21:03:07.964Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3198 | 2025-03-10T21:03:07.964Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3199 | 2025-03-10T21:03:08.193Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 228
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3200 | 2025-03-10T21:03:08.193Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3201 | 2025-03-10T21:03:08.193Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3202 | 2025-03-10T21:03:08.204Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3203 | 2025-03-10T21:03:08.204Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3204 | 2025-03-10T21:03:08.204Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3205 | 2025-03-10T21:03:08.472Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 267
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3206 | 2025-03-10T21:03:08.472Z | INFO | phd-runner: [TEST - EVENT] Generated SHA256 checksum: 33c1241e958a9345adf7e9d3096039c0c86479e47a83c4307145757cf1042e22
file = phd-tests/tests/src/crucible/migrate.rs
line = 72
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_tests::crucible::migrate
target_id = 529a3946-284a-41a3-9556-015b9c026acf
|
3207 | 2025-03-10T21:03:08.472Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3208 | 2025-03-10T21:03:08.472Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3209 | 2025-03-10T21:03:08.484Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3210 | 2025-03-10T21:03:08.484Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3211 | 2025-03-10T21:03:08.484Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3212 | 2025-03-10T21:03:08.506Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3213 | 2025-03-10T21:03:08.507Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3214 | 2025-03-10T21:03:08.507Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9003
file = phd-tests/framework/src/test_vm/mod.rs
line = 507
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = 45s
|
3215 | 2025-03-10T21:03:08.507Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3216 | 2025-03-10T21:03:08.621Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 1b554b98-7f5e-4678-a744-1188239ba73d, metadata: InstanceMetadata { project_id: dd1456e9-c3d7-46ce-bc06-fa008a2fbdb2, silo_id: b25c0b59-fe10-48b6-8cee-28448b809a15, sled_id: 0953e329-0539-4b0e-a7a0-e08897da7e55, sled_model: "pheidippes", sled_revision: 1, sled_serial: "0953e329-0539-4b0e-a7a0-e08897da7e55" }, name: "phd-vm-1b554b98-7f5e-4678-a744-1188239ba73d" }, state: Migrating }
line = 379
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3217 | 2025-03-10T21:03:08.621Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 114
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3218 | 2025-03-10T21:03:08.621Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3219 | 2025-03-10T21:03:09.632Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4610
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3220 | 2025-03-10T21:03:09.632Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3221 | 2025-03-10T21:03:09.632Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3222 | 2025-03-10T21:03:09.632Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3223 | 2025-03-10T21:03:09.632Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = CallerTimeout
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3224 | 2025-03-10T21:03:09.650Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3225 | 2025-03-10T21:03:09.650Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3226 | 2025-03-10T21:03:09.651Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3227 | 2025-03-10T21:03:09.651Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3228 | 2025-03-10T21:03:09.651Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = CallerTimeout
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3229 | 2025-03-10T21:03:09.683Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3230 | 2025-03-10T21:03:09.683Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3231 | 2025-03-10T21:03:09.683Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4661
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3232 | 2025-03-10T21:03:09.684Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3233 | 2025-03-10T21:03:09.684Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3234 | 2025-03-10T21:03:09.694Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3235 | 2025-03-10T21:03:09.694Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3236 | 2025-03-10T21:03:09.694Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3237 | 2025-03-10T21:03:09.716Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3238 | 2025-03-10T21:03:09.717Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3239 | 2025-03-10T21:03:09.717Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3240 | 2025-03-10T21:03:09.727Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3241 | 2025-03-10T21:03:09.727Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3242 | 2025-03-10T21:03:09.727Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3243 | 2025-03-10T21:03:09.749Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3244 | 2025-03-10T21:03:09.749Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3245 | 2025-03-10T21:03:09.749Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3246 | 2025-03-10T21:03:09.760Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3247 | 2025-03-10T21:03:09.760Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3248 | 2025-03-10T21:03:09.760Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3249 | 2025-03-10T21:03:09.782Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3250 | 2025-03-10T21:03:09.782Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3251 | 2025-03-10T21:03:09.782Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm_name = crucible_migrate_smoke_target
|
3252 | 2025-03-10T21:03:09.782Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = /work/phd-test/propolis-server
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::artifacts::store
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3253 | 2025-03-10T21:03:09.782Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
server_addr = 127.0.0.1:9130
server_path = "/work/phd-test/propolis-server"
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3254 | 2025-03-10T21:03:09.782Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
stderr_path = "/tmp/propolis-phd/runner-1/crucible_migrate_smoke_target.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/crucible_migrate_smoke_target.stdout.log"
target = phd_framework::server_log_mode
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3255 | 2025-03-10T21:03:09.802Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1192
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3256 | 2025-03-10T21:03:09.802Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 20
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3257 | 2025-03-10T21:03:09.802Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
target = phd_framework::test_vm
target_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3258 | 2025-03-10T21:03:09.802Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9128
file = phd-tests/framework/src/test_vm/mod.rs
line = 507
migration_id = ef9b6890-206f-4b45-9112-40d26770ea22
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
target = phd_framework::test_vm
target_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
timeout_duration = 45s
|
3259 | 2025-03-10T21:03:09.802Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
target = phd_framework::test_vm
target_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
vm = crucible_migrate_smoke_target
vm_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3260 | 2025-03-10T21:03:09.803Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9130/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
target = phd_framework::test_vm
target_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
vm = crucible_migrate_smoke_target
vm_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3261 | 2025-03-10T21:03:10.375Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 223130b6-a90a-49bb-842a-e2e5420c73c2, metadata: InstanceMetadata { project_id: a3e89e7b-4ecb-4f46-b802-427570863d8c, silo_id: 582e1a05-e464-49bd-a5b1-e57a4ef11bcd, sled_id: b9f6d9fb-c26f-4633-812c-21b19147aa22, sled_model: "pheidippes", sled_revision: 1, sled_serial: "b9f6d9fb-c26f-4633-812c-21b19147aa22" }, name: "phd-vm-223130b6-a90a-49bb-842a-e2e5420c73c2" }, state: Migrating }
line = 379
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
target = phd_framework::test_vm
target_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
vm = crucible_migrate_smoke_target
vm_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3262 | 2025-03-10T21:03:10.375Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 572
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
target = phd_framework::test_vm
target_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
vm = crucible_migrate_smoke_target
vm_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3263 | 2025-03-10T21:03:10.375Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = ef9b6890-206f-4b45-9112-40d26770ea22
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
target = phd_framework::test_vm
target_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3264 | 2025-03-10T21:03:12.485Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9005","from_start":7962}}
target = phd_framework::serial
|
3265 | 2025-03-10T21:03:12.773Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 541
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3266 | 2025-03-10T21:03:12.773Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3267 | 2025-03-10T21:03:12.773Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3268 | 2025-03-10T21:03:12.849Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
s = {"Migrating":{"destination":"127.0.0.1:9130","from_start":7760}}
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3269 | 2025-03-10T21:03:14.070Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 541
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
target = phd_framework::test_vm
target_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3270 | 2025-03-10T21:03:14.070Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_target
vm_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3271 | 2025-03-10T21:03:14.070Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_target
vm_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3272 | 2025-03-10T21:03:14.082Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_target
vm_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3273 | 2025-03-10T21:03:14.082Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_target
vm_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3274 | 2025-03-10T21:03:14.082Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_target
vm_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3275 | 2025-03-10T21:03:14.115Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_target
vm_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3276 | 2025-03-10T21:03:14.115Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_target
vm_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3277 | 2025-03-10T21:03:14.116Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3278 | 2025-03-10T21:03:14.116Z | INFO | phd-runner: [MIGRATE - EVENT] test phd_tests::crucible::migrate::smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
migration_id = ef9b6890-206f-4b45-9112-40d26770ea22
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
target = phd_runner::execute
target_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3279 | 2025-03-10T21:03:14.116Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = ef9b6890-206f-4b45-9112-40d26770ea22
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
target = phd_runner::fixtures
target_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3280 | 2025-03-10T21:03:14.116Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3281 | 2025-03-10T21:03:14.116Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9095
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::serial
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
|
3282 | 2025-03-10T21:03:14.116Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
self.address = 127.0.0.1:9128
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3283 | 2025-03-10T21:03:14.261Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 144
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_source
vm_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
|
3284 | 2025-03-10T21:03:14.261Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_target
vm_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3285 | 2025-03-10T21:03:14.338Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 1564
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3286 | 2025-03-10T21:03:14.338Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3287 | 2025-03-10T21:03:14.338Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = Explicit(300s)
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3288 | 2025-03-10T21:03:14.371Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3289 | 2025-03-10T21:03:14.371Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3290 | 2025-03-10T21:03:14.371Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3291 | 2025-03-10T21:03:14.382Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3292 | 2025-03-10T21:03:14.382Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3293 | 2025-03-10T21:03:14.382Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
timeout_duration = Explicit(300s)
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3294 | 2025-03-10T21:03:14.651Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 268
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3295 | 2025-03-10T21:03:14.651Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3296 | 2025-03-10T21:03:14.651Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3297 | 2025-03-10T21:03:14.652Z | INFO | phd-runner: [MIGRATE - EVENT] test phd_tests::crucible::migrate::load_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_runner::execute
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3298 | 2025-03-10T21:03:14.652Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_runner::fixtures
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3299 | 2025-03-10T21:03:14.652Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
3300 | 2025-03-10T21:03:14.652Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11380
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
3301 | 2025-03-10T21:03:14.652Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3302 | 2025-03-10T21:03:14.653Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
self.address = 127.0.0.1:9003
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3303 | 2025-03-10T21:03:14.801Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 149
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_source
vm_id = ff38f401-942b-44aa-b851-0c6efd655972
|
3304 | 2025-03-10T21:03:14.803Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
self.address = 127.0.0.1:9005
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3305 | 2025-03-10T21:03:14.941Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 56
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9000, data_dir: DataDirectory { path: "/tmp/propolis-phd/runner-0/e1f13215-1ffa-400b-bc51-0a5b73097b89_9000" } }
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3306 | 2025-03-10T21:03:14.954Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 37
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
self.path = "/tmp/propolis-phd/runner-0/e1f13215-1ffa-400b-bc51-0a5b73097b89_9000"
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3307 | 2025-03-10T21:03:14.965Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 56
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9001, data_dir: DataDirectory { path: "/tmp/propolis-phd/runner-0/e1f13215-1ffa-400b-bc51-0a5b73097b89_9001" } }
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3308 | 2025-03-10T21:03:14.977Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 37
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
self.path = "/tmp/propolis-phd/runner-0/e1f13215-1ffa-400b-bc51-0a5b73097b89_9001"
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3309 | 2025-03-10T21:03:14.987Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 56
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9002, data_dir: DataDirectory { path: "/tmp/propolis-phd/runner-0/e1f13215-1ffa-400b-bc51-0a5b73097b89_9002" } }
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3310 | 2025-03-10T21:03:15.000Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 37
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
self.path = "/tmp/propolis-phd/runner-0/e1f13215-1ffa-400b-bc51-0a5b73097b89_9002"
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3311 | 2025-03-10T21:03:15.011Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 359
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = 9cda4b73-648c-4151-9883-25f83d0d6c6c
path = phd_tests::crucible::migrate::load_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 529a3946-284a-41a3-9556-015b9c026acf
vm = crucible_load_test_target
vm_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3312 | 2025-03-10T21:03:15.011Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 359
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_runner::fixtures
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3313 | 2025-03-10T21:03:15.011Z | INFO | phd-runner: [MIGRATE - EVENT] Starting test phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
file = phd-tests/runner/src/execute.rs
line = 101
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_runner::execute
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3314 | 2025-03-10T21:03:15.011Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_runner::fixtures
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3315 | 2025-03-10T21:03:15.011Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_runner::fixtures
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3316 | 2025-03-10T21:03:15.011Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/hyperv.rs
line = 155
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_tests::hyperv
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3317 | 2025-03-10T21:03:15.011Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::artifacts::store
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3318 | 2025-03-10T21:03:15.012Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = /phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::artifacts::store
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3319 | 2025-03-10T21:03:15.012Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::artifacts::store
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3320 | 2025-03-10T21:03:15.012Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::artifacts::store
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3321 | 2025-03-10T21:03:15.012Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::zfs
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
verb = list
|
3322 | 2025-03-10T21:03:15.029Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
self.address = 127.0.0.1:9130
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm::server
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_target
vm_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3323 | 2025-03-10T21:03:15.053Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 359M 1.80T 357M /phd-artifacts\n
target = phd_framework::zfs
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3324 | 2025-03-10T21:03:15.053Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-f7bc9cfa-8b03-4738-97e1-b3ff15bfc6b0"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::zfs
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
verb = snapshot
|
3325 | 2025-03-10T21:03:15.085Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-f7bc9cfa-8b03-4738-97e1-b3ff15bfc6b0", "phd-artifacts/phd-clone-395ed3a1-d175-47be-8391-61bca00c0082"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::zfs
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
verb = clone
|
3326 | 2025-03-10T21:03:15.111Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-395ed3a1-d175-47be-8391-61bca00c0082"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::zfs
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
verb = list
|
3327 | 2025-03-10T21:03:15.129Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-395ed3a1-d175-47be-8391-61bca00c0082 0B 1.80T 357M /phd-artifacts/phd-clone-395ed3a1-d175-47be-8391-61bca00c0082\n
target = phd_framework::zfs
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3328 | 2025-03-10T21:03:15.130Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3329 | 2025-03-10T21:03:15.130Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm_name = hyperv_reference_tsc_elapsed_test
|
3330 | 2025-03-10T21:03:15.130Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = /work/phd-test/propolis-server
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::artifacts::store
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3331 | 2025-03-10T21:03:15.130Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm::server
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3332 | 2025-03-10T21:03:15.130Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
stderr_path = "/tmp/propolis-phd/runner-0/hyperv_reference_tsc_elapsed_test.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/hyperv_reference_tsc_elapsed_test.stdout.log"
target = phd_framework::server_log_mode
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3333 | 2025-03-10T21:03:15.143Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1201
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm::server
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3334 | 2025-03-10T21:03:15.143Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 13
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3335 | 2025-03-10T21:03:15.144Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3336 | 2025-03-10T21:03:15.144Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3337 | 2025-03-10T21:03:15.157Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 56
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9125, data_dir: DataDirectory { path: "/tmp/propolis-phd/runner-1/3f53cc80-a6e2-4515-bba4-b4ab55052ebc_9125" } }
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_target
vm_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3338 | 2025-03-10T21:03:15.168Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 37
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
self.path = "/tmp/propolis-phd/runner-1/3f53cc80-a6e2-4515-bba4-b4ab55052ebc_9125"
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_target
vm_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3339 | 2025-03-10T21:03:15.179Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 56
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9126, data_dir: DataDirectory { path: "/tmp/propolis-phd/runner-1/3f53cc80-a6e2-4515-bba4-b4ab55052ebc_9126" } }
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_target
vm_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3340 | 2025-03-10T21:03:15.192Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 37
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
self.path = "/tmp/propolis-phd/runner-1/3f53cc80-a6e2-4515-bba4-b4ab55052ebc_9126"
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_target
vm_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3341 | 2025-03-10T21:03:15.203Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 56
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9127, data_dir: DataDirectory { path: "/tmp/propolis-phd/runner-1/3f53cc80-a6e2-4515-bba4-b4ab55052ebc_9127" } }
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_target
vm_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3342 | 2025-03-10T21:03:15.214Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 37
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
self.path = "/tmp/propolis-phd/runner-1/3f53cc80-a6e2-4515-bba4-b4ab55052ebc_9127"
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::disk::crucible
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_target
vm_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3343 | 2025-03-10T21:03:15.224Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 1108
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = a9dc106a-4bbf-4de0-b85c-87fa89260fab
path = phd_tests::crucible::migrate::smoke_test
source = migrate_running_process::import_failure_source
source_id = ef611b2a-4f14-4334-8139-895c1735cc99
target = phd_framework::test_vm
target_id = 29374e16-6a92-4c0c-92c0-b83b70169a88
vm = crucible_migrate_smoke_target
vm_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3344 | 2025-03-10T21:03:15.224Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 1108
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = ef9b6890-206f-4b45-9112-40d26770ea22
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
target = phd_runner::fixtures
target_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3345 | 2025-03-10T21:03:15.224Z | INFO | phd-runner: [MIGRATE - EVENT] Starting test phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
file = phd-tests/runner/src/execute.rs
line = 101
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::execute
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3346 | 2025-03-10T21:03:15.225Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::fixtures
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3347 | 2025-03-10T21:03:15.225Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::fixtures
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3348 | 2025-03-10T21:03:15.225Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/hyperv.rs
line = 93
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_tests::hyperv
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3349 | 2025-03-10T21:03:15.225Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::artifacts::store
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3350 | 2025-03-10T21:03:15.225Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::artifacts::store
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3351 | 2025-03-10T21:03:15.225Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::artifacts::store
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3352 | 2025-03-10T21:03:15.225Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = list
|
3353 | 2025-03-10T21:03:15.253Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 358M 1.80T 357M /phd-artifacts\n
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3354 | 2025-03-10T21:03:15.253Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-da50ddd4-d2de-4122-92b1-260f3dc0442b"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = snapshot
|
3355 | 2025-03-10T21:03:15.286Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-da50ddd4-d2de-4122-92b1-260f3dc0442b", "phd-artifacts/phd-clone-0f5378c9-9f28-41f5-ba77-0d859fd90b6a"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = clone
|
3356 | 2025-03-10T21:03:15.315Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0f5378c9-9f28-41f5-ba77-0d859fd90b6a"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = list
|
3357 | 2025-03-10T21:03:15.334Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-0f5378c9-9f28-41f5-ba77-0d859fd90b6a 0B 1.80T 357M /phd-artifacts/phd-clone-0f5378c9-9f28-41f5-ba77-0d859fd90b6a\n
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3358 | 2025-03-10T21:03:15.335Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3359 | 2025-03-10T21:03:15.335Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm_name = hyperv_reference_tsc_test
|
3360 | 2025-03-10T21:03:15.335Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = /work/phd-test/propolis-server
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::artifacts::store
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3361 | 2025-03-10T21:03:15.335Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
server_addr = 127.0.0.1:9125
server_path = "/work/phd-test/propolis-server"
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm::server
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3362 | 2025-03-10T21:03:15.335Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
stderr_path = "/tmp/propolis-phd/runner-1/hyperv_reference_tsc_test.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/hyperv_reference_tsc_test.stdout.log"
target = phd_framework::server_log_mode
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3363 | 2025-03-10T21:03:15.347Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1206
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm::server
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3364 | 2025-03-10T21:03:15.348Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3365 | 2025-03-10T21:03:15.348Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3366 | 2025-03-10T21:03:15.348Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9125/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3367 | 2025-03-10T21:03:15.769Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
3368 | 2025-03-10T21:03:15.770Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 13a5a13b-7e39-4c72-9732-53d728f20014, metadata: InstanceMetadata { project_id: 7975dc97-498e-4e01-bef2-16da9548d86e, silo_id: 6b988699-74b7-4fed-a711-9f1f3a8916a2, sled_id: d2cb9bb4-5d6d-491f-9442-30a59120c7f2, sled_model: "pheidippes", sled_revision: 1, sled_serial: "d2cb9bb4-5d6d-491f-9442-30a59120c7f2" }, name: "phd-vm-13a5a13b-7e39-4c72-9732-53d728f20014" }, state: Creating }
line = 379
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3369 | 2025-03-10T21:03:15.770Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 626
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3370 | 2025-03-10T21:03:15.770Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3371 | 2025-03-10T21:03:15.770Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
state = Run
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3372 | 2025-03-10T21:03:15.771Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3373 | 2025-03-10T21:03:15.771Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3374 | 2025-03-10T21:03:15.771Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = 300s
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3375 | 2025-03-10T21:03:15.771Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3376 | 2025-03-10T21:03:15.771Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3377 | 2025-03-10T21:03:15.771Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3378 | 2025-03-10T21:03:16.063Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
3379 | 2025-03-10T21:03:16.064Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: df9a263d-2e22-4421-80c3-392f29b3ac1e, metadata: InstanceMetadata { project_id: 3f83db78-ef78-441d-a8dd-87d5188adab5, silo_id: 919913e4-e764-4285-8920-174f757b52f1, sled_id: 574adfee-48ac-487d-9dbb-e989f0d8bda1, sled_model: "pheidippes", sled_revision: 1, sled_serial: "574adfee-48ac-487d-9dbb-e989f0d8bda1" }, name: "phd-vm-df9a263d-2e22-4421-80c3-392f29b3ac1e" }, state: Creating }
line = 379
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3380 | 2025-03-10T21:03:16.064Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 715
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3381 | 2025-03-10T21:03:16.064Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3382 | 2025-03-10T21:03:16.064Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
state = Run
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3383 | 2025-03-10T21:03:16.064Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3384 | 2025-03-10T21:03:16.064Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3385 | 2025-03-10T21:03:16.065Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = 300s
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3386 | 2025-03-10T21:03:16.065Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3387 | 2025-03-10T21:03:16.065Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3388 | 2025-03-10T21:03:16.065Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3389 | 2025-03-10T21:03:19.842Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4070
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3390 | 2025-03-10T21:03:19.842Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3391 | 2025-03-10T21:03:19.842Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3392 | 2025-03-10T21:03:19.842Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3393 | 2025-03-10T21:03:19.842Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3394 | 2025-03-10T21:03:19.860Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3395 | 2025-03-10T21:03:19.860Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3396 | 2025-03-10T21:03:19.860Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3397 | 2025-03-10T21:03:19.860Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3398 | 2025-03-10T21:03:19.860Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3399 | 2025-03-10T21:03:19.893Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3400 | 2025-03-10T21:03:19.893Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3401 | 2025-03-10T21:03:19.893Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4121
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3402 | 2025-03-10T21:03:19.893Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3403 | 2025-03-10T21:03:19.893Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3404 | 2025-03-10T21:03:19.904Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3405 | 2025-03-10T21:03:19.905Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3406 | 2025-03-10T21:03:19.905Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3407 | 2025-03-10T21:03:19.937Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3408 | 2025-03-10T21:03:20.123Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4058
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3409 | 2025-03-10T21:03:20.123Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3410 | 2025-03-10T21:03:20.123Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3411 | 2025-03-10T21:03:20.123Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3412 | 2025-03-10T21:03:20.123Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3413 | 2025-03-10T21:03:20.142Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3414 | 2025-03-10T21:03:20.142Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3415 | 2025-03-10T21:03:20.142Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3416 | 2025-03-10T21:03:20.143Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3417 | 2025-03-10T21:03:20.143Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3418 | 2025-03-10T21:03:20.175Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3419 | 2025-03-10T21:03:20.176Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3420 | 2025-03-10T21:03:20.176Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4111
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3421 | 2025-03-10T21:03:20.176Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3422 | 2025-03-10T21:03:20.176Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3423 | 2025-03-10T21:03:20.186Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3424 | 2025-03-10T21:03:20.187Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3425 | 2025-03-10T21:03:20.187Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3426 | 2025-03-10T21:03:20.219Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3427 | 2025-03-10T21:03:20.220Z | INFO | phd-runner: [TEST - EVENT] rebooting VM for lifecycle test
file = phd-tests/framework/src/lifecycle.rs
line = 49
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::lifecycle
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm_name = hyperv_reference_tsc_test
|
3428 | 2025-03-10T21:03:20.220Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3429 | 2025-03-10T21:03:20.220Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
state = Reboot
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3430 | 2025-03-10T21:03:20.221Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3431 | 2025-03-10T21:03:20.221Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3432 | 2025-03-10T21:03:20.221Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = 300s
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3433 | 2025-03-10T21:03:20.221Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3434 | 2025-03-10T21:03:20.221Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3435 | 2025-03-10T21:03:20.221Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3436 | 2025-03-10T21:03:20.438Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3437 | 2025-03-10T21:03:20.438Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3438 | 2025-03-10T21:03:20.450Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3439 | 2025-03-10T21:03:20.450Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3440 | 2025-03-10T21:03:20.450Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3441 | 2025-03-10T21:03:20.483Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3442 | 2025-03-10T21:03:20.983Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3443 | 2025-03-10T21:03:20.983Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3444 | 2025-03-10T21:03:20.995Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3445 | 2025-03-10T21:03:20.995Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3446 | 2025-03-10T21:03:20.995Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3447 | 2025-03-10T21:03:21.017Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3448 | 2025-03-10T21:03:21.518Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3449 | 2025-03-10T21:03:21.518Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3450 | 2025-03-10T21:03:21.530Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3451 | 2025-03-10T21:03:21.530Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3452 | 2025-03-10T21:03:21.530Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3453 | 2025-03-10T21:03:21.562Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3454 | 2025-03-10T21:03:22.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3455 | 2025-03-10T21:03:22.062Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3456 | 2025-03-10T21:03:22.073Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3457 | 2025-03-10T21:03:22.073Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3458 | 2025-03-10T21:03:22.073Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3459 | 2025-03-10T21:03:22.096Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3460 | 2025-03-10T21:03:22.596Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3461 | 2025-03-10T21:03:22.596Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3462 | 2025-03-10T21:03:22.608Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3463 | 2025-03-10T21:03:22.608Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3464 | 2025-03-10T21:03:22.608Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3465 | 2025-03-10T21:03:22.631Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3466 | 2025-03-10T21:03:23.132Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 546, tv_nsec: 97247952 }, guest_ns: 2306907400 }
before = Reading { taken_at: Instant { tv_sec: 545, tv_nsec: 551753597 }, guest_ns: 1761413900 }
diff = 855
diff_pct = 1.567385605667725e-6
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 545493500
host_delta_ns = 545494355
line = 204
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_tests::hyperv
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3467 | 2025-03-10T21:03:23.133Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 546, tv_nsec: 632037209 }, guest_ns: 2851574200 }
before = Reading { taken_at: Instant { tv_sec: 546, tv_nsec: 97247952 }, guest_ns: 2306907400 }
diff = 9877543
diff_pct = 0.01846997274292666
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 544666800
host_delta_ns = 534789257
line = 204
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_tests::hyperv
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3468 | 2025-03-10T21:03:23.133Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 547, tv_nsec: 176152360 }, guest_ns: 3386697800 }
before = Reading { taken_at: Instant { tv_sec: 546, tv_nsec: 632037209 }, guest_ns: 2851574200 }
diff = 8991551
diff_pct = 0.016525088455035503
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 535123600
host_delta_ns = 544115151
line = 204
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_tests::hyperv
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3469 | 2025-03-10T21:03:23.133Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 547, tv_nsec: 710087158 }, guest_ns: 3929940800 }
before = Reading { taken_at: Instant { tv_sec: 547, tv_nsec: 176152360 }, guest_ns: 3386697800 }
diff = 9308202
diff_pct = 0.017433218503207577
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 543243000
host_delta_ns = 533934798
line = 204
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_tests::hyperv
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3470 | 2025-03-10T21:03:23.133Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 548, tv_nsec: 245360861 }, guest_ns: 4465198300 }
before = Reading { taken_at: Instant { tv_sec: 547, tv_nsec: 710087158 }, guest_ns: 3929940800 }
diff = 16203
diff_pct = 0.0000302704950928628
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 535257500
host_delta_ns = 535273703
line = 204
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_tests::hyperv
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3471 | 2025-03-10T21:03:23.133Z | INFO | phd-runner: [TEST - EVENT] TSC test results
bad_diffs = 0
file = phd-tests/tests/src/hyperv.rs
good_diffs = 5
line = 274
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_tests::hyperv
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3472 | 2025-03-10T21:03:23.133Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3473 | 2025-03-10T21:03:23.133Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm_name = hyperv_reference_tsc_elapsed_target
|
3474 | 2025-03-10T21:03:23.133Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = /work/phd-test/propolis-server
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::artifacts::store
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3475 | 2025-03-10T21:03:23.133Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm::server
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3476 | 2025-03-10T21:03:23.133Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
stderr_path = "/tmp/propolis-phd/runner-0/hyperv_reference_tsc_elapsed_target.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/hyperv_reference_tsc_elapsed_target.stdout.log"
target = phd_framework::server_log_mode
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3477 | 2025-03-10T21:03:23.152Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1207
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm::server
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3478 | 2025-03-10T21:03:23.153Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3479 | 2025-03-10T21:03:23.153Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 13a5a13b-7e39-4c72-9732-53d728f20014
target = phd_framework::test_vm
target_id = a6b5bb4f-9630-43b1-a8e1-3deac12642fd
|
3480 | 2025-03-10T21:03:23.153Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 507
migration_id = e5dc689d-956a-4c46-b717-fd9cd926f9fe
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 13a5a13b-7e39-4c72-9732-53d728f20014
target = phd_framework::test_vm
target_id = a6b5bb4f-9630-43b1-a8e1-3deac12642fd
timeout_duration = 45s
|
3481 | 2025-03-10T21:03:23.153Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 13a5a13b-7e39-4c72-9732-53d728f20014
target = phd_framework::test_vm
target_id = a6b5bb4f-9630-43b1-a8e1-3deac12642fd
vm = hyperv_reference_tsc_elapsed_target
vm_id = a6b5bb4f-9630-43b1-a8e1-3deac12642fd
|
3482 | 2025-03-10T21:03:23.153Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 13a5a13b-7e39-4c72-9732-53d728f20014
target = phd_framework::test_vm
target_id = a6b5bb4f-9630-43b1-a8e1-3deac12642fd
vm = hyperv_reference_tsc_elapsed_target
vm_id = a6b5bb4f-9630-43b1-a8e1-3deac12642fd
|
3483 | 2025-03-10T21:03:23.950Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: a6b5bb4f-9630-43b1-a8e1-3deac12642fd, metadata: InstanceMetadata { project_id: 7975dc97-498e-4e01-bef2-16da9548d86e, silo_id: 6b988699-74b7-4fed-a711-9f1f3a8916a2, sled_id: b5768743-df5e-418f-9534-57bf0a0cc534, sled_model: "pheidippes", sled_revision: 1, sled_serial: "b5768743-df5e-418f-9534-57bf0a0cc534" }, name: "phd-vm-a6b5bb4f-9630-43b1-a8e1-3deac12642fd" }, state: Migrating }
line = 379
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 13a5a13b-7e39-4c72-9732-53d728f20014
target = phd_framework::test_vm
target_id = a6b5bb4f-9630-43b1-a8e1-3deac12642fd
vm = hyperv_reference_tsc_elapsed_target
vm_id = a6b5bb4f-9630-43b1-a8e1-3deac12642fd
|
3484 | 2025-03-10T21:03:23.950Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 796
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 13a5a13b-7e39-4c72-9732-53d728f20014
target = phd_framework::test_vm
target_id = a6b5bb4f-9630-43b1-a8e1-3deac12642fd
vm = hyperv_reference_tsc_elapsed_target
vm_id = a6b5bb4f-9630-43b1-a8e1-3deac12642fd
|
3485 | 2025-03-10T21:03:23.950Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = e5dc689d-956a-4c46-b717-fd9cd926f9fe
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 13a5a13b-7e39-4c72-9732-53d728f20014
target = phd_framework::test_vm
target_id = a6b5bb4f-9630-43b1-a8e1-3deac12642fd
|
3486 | 2025-03-10T21:03:24.182Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 3960
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3487 | 2025-03-10T21:03:24.182Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3488 | 2025-03-10T21:03:24.182Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3489 | 2025-03-10T21:03:24.182Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3490 | 2025-03-10T21:03:24.182Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3491 | 2025-03-10T21:03:24.200Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3492 | 2025-03-10T21:03:24.201Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3493 | 2025-03-10T21:03:24.201Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3494 | 2025-03-10T21:03:24.201Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3495 | 2025-03-10T21:03:24.201Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = CallerTimeout
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3496 | 2025-03-10T21:03:24.233Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3497 | 2025-03-10T21:03:24.233Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3498 | 2025-03-10T21:03:24.234Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4012
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3499 | 2025-03-10T21:03:24.234Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3500 | 2025-03-10T21:03:24.234Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3501 | 2025-03-10T21:03:24.244Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3502 | 2025-03-10T21:03:24.244Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3503 | 2025-03-10T21:03:24.244Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3504 | 2025-03-10T21:03:24.277Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3505 | 2025-03-10T21:03:24.277Z | INFO | phd-runner: [TEST - EVENT] migrating to new Propolis artifact for lifecycle test
file = phd-tests/framework/src/lifecycle.rs
line = 73
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
propolis_artifact = __DEFAULT_PROPOLIS
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::lifecycle
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm_name = hyperv_reference_tsc_test
|
3506 | 2025-03-10T21:03:24.277Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3507 | 2025-03-10T21:03:24.278Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm_name = hyperv_reference_tsc_test_lifecycle_1
|
3508 | 2025-03-10T21:03:24.278Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = /work/phd-test/propolis-server
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::artifacts::store
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3509 | 2025-03-10T21:03:24.278Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
server_addr = 127.0.0.1:9127
server_path = "/work/phd-test/propolis-server"
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm::server
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3510 | 2025-03-10T21:03:24.278Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
stderr_path = "/tmp/propolis-phd/runner-1/hyperv_reference_tsc_test_lifecycle_1.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/hyperv_reference_tsc_test_lifecycle_1.stdout.log"
target = phd_framework::server_log_mode
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3511 | 2025-03-10T21:03:24.298Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1208
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm::server
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3512 | 2025-03-10T21:03:24.298Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 20
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3513 | 2025-03-10T21:03:24.298Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
target = phd_framework::test_vm
target_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
|
3514 | 2025-03-10T21:03:24.298Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9125
file = phd-tests/framework/src/test_vm/mod.rs
line = 507
migration_id = c94604c8-03ec-49de-8a93-7817191761fa
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
target = phd_framework::test_vm
target_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
timeout_duration = 45s
|
3515 | 2025-03-10T21:03:24.298Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
target = phd_framework::test_vm
target_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
|
3516 | 2025-03-10T21:03:24.299Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9127/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
target = phd_framework::test_vm
target_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
|
3517 | 2025-03-10T21:03:25.093Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: f2e976d0-56e7-42c4-a5a6-1f2ee0c38493, metadata: InstanceMetadata { project_id: 3f83db78-ef78-441d-a8dd-87d5188adab5, silo_id: 919913e4-e764-4285-8920-174f757b52f1, sled_id: 5f8db572-064c-49d0-9e44-d873cd4b8cc3, sled_model: "pheidippes", sled_revision: 1, sled_serial: "5f8db572-064c-49d0-9e44-d873cd4b8cc3" }, name: "phd-vm-f2e976d0-56e7-42c4-a5a6-1f2ee0c38493" }, state: Migrating }
line = 379
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
target = phd_framework::test_vm
target_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
|
3518 | 2025-03-10T21:03:25.093Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 795
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
target = phd_framework::test_vm
target_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
|
3519 | 2025-03-10T21:03:25.093Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = c94604c8-03ec-49de-8a93-7817191761fa
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
target = phd_framework::test_vm
target_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
|
3520 | 2025-03-10T21:03:26.224Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":8179}}
target = phd_framework::serial
|
3521 | 2025-03-10T21:03:26.799Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 541
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 13a5a13b-7e39-4c72-9732-53d728f20014
target = phd_framework::test_vm
target_id = a6b5bb4f-9630-43b1-a8e1-3deac12642fd
|
3522 | 2025-03-10T21:03:26.799Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2849
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = e5dc689d-956a-4c46-b717-fd9cd926f9fe
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 13a5a13b-7e39-4c72-9732-53d728f20014
target = phd_framework::test_vm
target_id = a6b5bb4f-9630-43b1-a8e1-3deac12642fd
|
3523 | 2025-03-10T21:03:26.799Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3646
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = hyperv_reference_tsc_elapsed_test
source_id = 13a5a13b-7e39-4c72-9732-53d728f20014
target = phd_framework::test_vm
target_id = a6b5bb4f-9630-43b1-a8e1-3deac12642fd
|
3524 | 2025-03-10T21:03:26.799Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3525 | 2025-03-10T21:03:26.799Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3526 | 2025-03-10T21:03:26.811Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3527 | 2025-03-10T21:03:26.811Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3528 | 2025-03-10T21:03:26.811Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3529 | 2025-03-10T21:03:26.844Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3530 | 2025-03-10T21:03:27.344Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3531 | 2025-03-10T21:03:27.344Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3532 | 2025-03-10T21:03:27.355Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3533 | 2025-03-10T21:03:27.356Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3534 | 2025-03-10T21:03:27.356Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3535 | 2025-03-10T21:03:27.378Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3536 | 2025-03-10T21:03:27.879Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3537 | 2025-03-10T21:03:27.880Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3538 | 2025-03-10T21:03:27.891Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3539 | 2025-03-10T21:03:27.891Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3540 | 2025-03-10T21:03:27.891Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3541 | 2025-03-10T21:03:27.924Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3542 | 2025-03-10T21:03:28.036Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9127","from_start":15534}}
target = phd_framework::serial
|
3543 | 2025-03-10T21:03:28.425Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3544 | 2025-03-10T21:03:28.425Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3545 | 2025-03-10T21:03:28.437Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3546 | 2025-03-10T21:03:28.437Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3547 | 2025-03-10T21:03:28.437Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3548 | 2025-03-10T21:03:28.470Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3549 | 2025-03-10T21:03:28.971Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3550 | 2025-03-10T21:03:28.972Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3551 | 2025-03-10T21:03:28.983Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3552 | 2025-03-10T21:03:28.983Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3553 | 2025-03-10T21:03:28.983Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3554 | 2025-03-10T21:03:29.016Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3555 | 2025-03-10T21:03:29.101Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 541
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
target = phd_framework::test_vm
target_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
|
3556 | 2025-03-10T21:03:29.101Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4007
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = c94604c8-03ec-49de-8a93-7817191761fa
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
target = phd_framework::test_vm
target_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
|
3557 | 2025-03-10T21:03:29.101Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4803
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = hyperv_reference_tsc_test
source_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
target = phd_framework::test_vm
target_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
|
3558 | 2025-03-10T21:03:29.103Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3559 | 2025-03-10T21:03:29.103Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
|
3560 | 2025-03-10T21:03:29.103Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
|
3561 | 2025-03-10T21:03:29.104Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
self.address = 127.0.0.1:9125
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm::server
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3562 | 2025-03-10T21:03:29.241Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 138
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test
vm_id = df9a263d-2e22-4421-80c3-392f29b3ac1e
|
3563 | 2025-03-10T21:03:29.518Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3564 | 2025-03-10T21:03:29.518Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(15s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3565 | 2025-03-10T21:03:29.530Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3566 | 2025-03-10T21:03:29.530Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3567 | 2025-03-10T21:03:29.530Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3568 | 2025-03-10T21:03:29.563Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3569 | 2025-03-10T21:03:30.064Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 552, tv_nsec: 992588588 }, guest_ns: 9212529700 }
before = Reading { taken_at: Instant { tv_sec: 552, tv_nsec: 458063363 }, guest_ns: 8667920400 }
diff = 10084075
diff_pct = 0.018865480109007016
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 544609300
host_delta_ns = 534525225
line = 204
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_tests::hyperv
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3570 | 2025-03-10T21:03:30.064Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 553, tv_nsec: 538178875 }, guest_ns: 9747986500 }
before = Reading { taken_at: Instant { tv_sec: 552, tv_nsec: 992588588 }, guest_ns: 9212529700 }
diff = 10133487
diff_pct = 0.01857343732367435
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 535456800
host_delta_ns = 545590287
line = 204
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_tests::hyperv
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3571 | 2025-03-10T21:03:30.065Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 554, tv_nsec: 84430168 }, guest_ns: 10294136000 }
before = Reading { taken_at: Instant { tv_sec: 553, tv_nsec: 538178875 }, guest_ns: 9747986500 }
diff = 101793
diff_pct = 0.00018634830032338248
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 546149500
host_delta_ns = 546251293
line = 204
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_tests::hyperv
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3572 | 2025-03-10T21:03:30.065Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 554, tv_nsec: 630652270 }, guest_ns: 10840299900 }
before = Reading { taken_at: Instant { tv_sec: 554, tv_nsec: 84430168 }, guest_ns: 10294136000 }
diff = 58202
diff_pct = 0.00010655372564913164
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 546163900
host_delta_ns = 546222102
line = 204
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_tests::hyperv
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3573 | 2025-03-10T21:03:30.065Z | INFO | phd-runner: [TEST - EVENT] compared time readings
after = Reading { taken_at: Instant { tv_sec: 555, tv_nsec: 177500591 }, guest_ns: 11387245000 }
before = Reading { taken_at: Instant { tv_sec: 554, tv_nsec: 630652270 }, guest_ns: 10840299900 }
diff = 96779
diff_pct = 0.0001769759479612629
file = phd-tests/tests/src/hyperv.rs
guest_delta_ns = 546945100
host_delta_ns = 546848321
line = 204
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_tests::hyperv
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3574 | 2025-03-10T21:03:30.065Z | INFO | phd-runner: [TEST - EVENT] TSC test results
bad_diffs = 0
file = phd-tests/tests/src/hyperv.rs
good_diffs = 5
line = 274
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_tests::hyperv
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3575 | 2025-03-10T21:03:30.065Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_target
vm_id = a6b5bb4f-9630-43b1-a8e1-3deac12642fd
|
3576 | 2025-03-10T21:03:30.065Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3577 | 2025-03-10T21:03:30.065Z | INFO | phd-runner: [MIGRATE - EVENT] test phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::execute
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3578 | 2025-03-10T21:03:30.065Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::fixtures
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3579 | 2025-03-10T21:03:30.065Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
3580 | 2025-03-10T21:03:30.066Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 14296
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
3581 | 2025-03-10T21:03:30.066Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
self.address = 127.0.0.1:9000
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm::server
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3582 | 2025-03-10T21:03:30.207Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 141
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_test
vm_id = 13a5a13b-7e39-4c72-9732-53d728f20014
|
3583 | 2025-03-10T21:03:30.207Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_target
vm_id = a6b5bb4f-9630-43b1-a8e1-3deac12642fd
|
3584 | 2025-03-10T21:03:30.817Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
self.address = 127.0.0.1:9002
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm::server
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_target
vm_id = a6b5bb4f-9630-43b1-a8e1-3deac12642fd
|
3585 | 2025-03-10T21:03:30.963Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::zfs
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_target
vm_id = a6b5bb4f-9630-43b1-a8e1-3deac12642fd
|
3586 | 2025-03-10T21:03:30.963Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-395ed3a1-d175-47be-8391-61bca00c0082"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::zfs
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
verb = destroy
vm = hyperv_reference_tsc_elapsed_target
vm_id = a6b5bb4f-9630-43b1-a8e1-3deac12642fd
|
3587 | 2025-03-10T21:03:31.005Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::zfs
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_target
vm_id = a6b5bb4f-9630-43b1-a8e1-3deac12642fd
|
3588 | 2025-03-10T21:03:31.005Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-f7bc9cfa-8b03-4738-97e1-b3ff15bfc6b0"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::zfs
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
verb = destroy
vm = hyperv_reference_tsc_elapsed_target
vm_id = a6b5bb4f-9630-43b1-a8e1-3deac12642fd
|
3589 | 2025-03-10T21:03:31.039Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 973
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_reference_tsc_elapsed_target
vm_id = a6b5bb4f-9630-43b1-a8e1-3deac12642fd
|
3590 | 2025-03-10T21:03:31.039Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 16027
file = phd-tests/tests/src/hyperv.rs
line = 155
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_reference_tsc_elapsed_time_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_tests::hyperv
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3591 | 2025-03-10T21:03:31.039Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 973
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::fixtures
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3592 | 2025-03-10T21:03:31.039Z | INFO | phd-runner: [MIGRATE - EVENT] Starting test phd_tests::hyperv::hyperv_lifecycle_test
file = phd-tests/runner/src/execute.rs
line = 101
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_runner::execute
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3593 | 2025-03-10T21:03:31.039Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_runner::fixtures
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3594 | 2025-03-10T21:03:31.039Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_runner::fixtures
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3595 | 2025-03-10T21:03:31.039Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/hyperv.rs
line = 66
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_tests::hyperv
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3596 | 2025-03-10T21:03:31.039Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = /phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::artifacts::store
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3597 | 2025-03-10T21:03:31.039Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::artifacts::store
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3598 | 2025-03-10T21:03:31.039Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 1936
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
|
3599 | 2025-03-10T21:03:31.039Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = /phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::artifacts::store
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3600 | 2025-03-10T21:03:31.040Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::zfs
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
verb = list
|
3601 | 2025-03-10T21:03:31.050Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
|
3602 | 2025-03-10T21:03:31.050Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
timeout_duration = Explicit(300s)
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
|
3603 | 2025-03-10T21:03:31.060Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 358M 1.80T 357M /phd-artifacts\n
target = phd_framework::zfs
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3604 | 2025-03-10T21:03:31.061Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3ce99155-16e2-4341-822c-259f83df9cc9"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::zfs
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
verb = snapshot
|
3605 | 2025-03-10T21:03:31.073Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 23
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
|
3606 | 2025-03-10T21:03:31.074Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
|
3607 | 2025-03-10T21:03:31.074Z | INFO | phd-runner: [MIGRATE - EVENT] test phd_tests::hyperv::hyperv_reference_tsc_clocksource_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
migration_id = ef9b6890-206f-4b45-9112-40d26770ea22
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
target = phd_runner::execute
target_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3608 | 2025-03-10T21:03:31.074Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = ef9b6890-206f-4b45-9112-40d26770ea22
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
target = phd_runner::fixtures
target_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3609 | 2025-03-10T21:03:31.074Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
3610 | 2025-03-10T21:03:31.074Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 15011
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
3611 | 2025-03-10T21:03:31.075Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
|
3612 | 2025-03-10T21:03:31.088Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3ce99155-16e2-4341-822c-259f83df9cc9", "phd-artifacts/phd-clone-0384e25e-0dc1-4b05-a26e-a875338f08d9"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::zfs
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
verb = clone
|
3613 | 2025-03-10T21:03:31.112Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0384e25e-0dc1-4b05-a26e-a875338f08d9"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::zfs
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
verb = list
|
3614 | 2025-03-10T21:03:31.131Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-0384e25e-0dc1-4b05-a26e-a875338f08d9 0B 1.80T 357M /phd-artifacts/phd-clone-0384e25e-0dc1-4b05-a26e-a875338f08d9\n
target = phd_framework::zfs
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3615 | 2025-03-10T21:03:31.131Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3616 | 2025-03-10T21:03:31.131Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm_name = hyperv_lifecycle_test
|
3617 | 2025-03-10T21:03:31.131Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = /work/phd-test/propolis-server
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::artifacts::store
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3618 | 2025-03-10T21:03:31.131Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm::server
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3619 | 2025-03-10T21:03:31.131Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
stderr_path = "/tmp/propolis-phd/runner-0/hyperv_lifecycle_test.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/hyperv_lifecycle_test.stdout.log"
target = phd_framework::server_log_mode
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3620 | 2025-03-10T21:03:31.144Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1218
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm::server
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3621 | 2025-03-10T21:03:31.144Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3622 | 2025-03-10T21:03:31.144Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3623 | 2025-03-10T21:03:31.144Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3624 | 2025-03-10T21:03:31.682Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
self.address = 127.0.0.1:9127
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm::server
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
|
3625 | 2025-03-10T21:03:31.824Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
|
3626 | 2025-03-10T21:03:31.824Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0f5378c9-9f28-41f5-ba77-0d859fd90b6a"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = destroy
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
|
3627 | 2025-03-10T21:03:31.870Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
|
3628 | 2025-03-10T21:03:31.870Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-da50ddd4-d2de-4122-92b1-260f3dc0442b"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = destroy
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
|
3629 | 2025-03-10T21:03:31.903Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 828
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = hyperv_reference_tsc_test_lifecycle_1
vm_id = f2e976d0-56e7-42c4-a5a6-1f2ee0c38493
|
3630 | 2025-03-10T21:03:31.903Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 16678
file = phd-tests/tests/src/hyperv.rs
line = 93
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::hyperv::hyperv_reference_tsc_clocksource_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_tests::hyperv
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3631 | 2025-03-10T21:03:31.903Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 829
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = ef9b6890-206f-4b45-9112-40d26770ea22
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
target = phd_runner::fixtures
target_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3632 | 2025-03-10T21:03:31.903Z | INFO | phd-runner: Starting test phd_tests::hyperv::hyperv_smoke_test
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
3633 | 2025-03-10T21:03:31.903Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
3634 | 2025-03-10T21:03:31.903Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
3635 | 2025-03-10T21:03:31.903Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/hyperv.rs
line = 51
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_tests::hyperv
|
3636 | 2025-03-10T21:03:31.904Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
3637 | 2025-03-10T21:03:31.904Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
3638 | 2025-03-10T21:03:31.904Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
3639 | 2025-03-10T21:03:31.904Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
verb = list
|
3640 | 2025-03-10T21:03:31.925Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::hyperv::hyperv_smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 359M 1.80T 357M /phd-artifacts\n
target = phd_framework::zfs
|
3641 | 2025-03-10T21:03:31.926Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8988859d-af86-4995-b6a8-dde090e582a1"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
verb = snapshot
|
3642 | 2025-03-10T21:03:31.949Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8988859d-af86-4995-b6a8-dde090e582a1", "phd-artifacts/phd-clone-28067adf-b175-4e8f-9ea6-860a94f5bcf2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
verb = clone
|
3643 | 2025-03-10T21:03:31.972Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-28067adf-b175-4e8f-9ea6-860a94f5bcf2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
verb = list
|
3644 | 2025-03-10T21:03:31.994Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::hyperv::hyperv_smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-28067adf-b175-4e8f-9ea6-860a94f5bcf2 0B 1.80T 357M /phd-artifacts/phd-clone-28067adf-b175-4e8f-9ea6-860a94f5bcf2\n
target = phd_framework::zfs
|
3645 | 2025-03-10T21:03:31.995Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
|
3646 | 2025-03-10T21:03:31.995Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm_name = hyperv_smoke_test
|
3647 | 2025-03-10T21:03:31.995Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
3648 | 2025-03-10T21:03:31.995Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::hyperv::hyperv_smoke_test
server_addr = 127.0.0.1:9125
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
3649 | 2025-03-10T21:03:31.995Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::hyperv::hyperv_smoke_test
stderr_path = "/tmp/propolis-phd/runner-1/hyperv_smoke_test.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/hyperv_smoke_test.stdout.log"
target = phd_framework::server_log_mode
|
3650 | 2025-03-10T21:03:32.007Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1226
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm::server
|
3651 | 2025-03-10T21:03:32.007Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
|
3652 | 2025-03-10T21:03:32.007Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3653 | 2025-03-10T21:03:32.008Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9125/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3654 | 2025-03-10T21:03:32.040Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::serial
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3655 | 2025-03-10T21:03:32.041Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 17340490-2b99-4419-9b7e-f1bae51df076, metadata: InstanceMetadata { project_id: 88adfd29-6b98-41ce-b64f-ccf45835b914, silo_id: 9fecf74c-33cf-49ae-8699-aaa6829e12c5, sled_id: 58145aa1-57da-4e6c-9f6f-c93cbf8d5430, sled_model: "pheidippes", sled_revision: 1, sled_serial: "58145aa1-57da-4e6c-9f6f-c93cbf8d5430" }, name: "phd-vm-17340490-2b99-4419-9b7e-f1bae51df076" }, state: Creating }
line = 379
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3656 | 2025-03-10T21:03:32.041Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 897
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3657 | 2025-03-10T21:03:32.041Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3658 | 2025-03-10T21:03:32.041Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
state = Run
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3659 | 2025-03-10T21:03:32.042Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3660 | 2025-03-10T21:03:32.042Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3661 | 2025-03-10T21:03:32.042Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = 300s
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3662 | 2025-03-10T21:03:32.042Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3663 | 2025-03-10T21:03:32.042Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3664 | 2025-03-10T21:03:32.042Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3665 | 2025-03-10T21:03:32.774Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::serial
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3666 | 2025-03-10T21:03:32.775Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 45c2087a-a800-455a-9798-364ca0bc6bdb, metadata: InstanceMetadata { project_id: cdda4b3d-48a7-4b6e-82ee-99a5fd1cfbcf, silo_id: 8c02e9ec-5feb-4bc9-9ce4-8c3b83271cce, sled_id: 2301ffb8-c390-422b-8e8c-190a83daaf44, sled_model: "pheidippes", sled_revision: 1, sled_serial: "2301ffb8-c390-422b-8e8c-190a83daaf44" }, name: "phd-vm-45c2087a-a800-455a-9798-364ca0bc6bdb" }, state: Creating }
line = 379
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3667 | 2025-03-10T21:03:32.775Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 767
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3668 | 2025-03-10T21:03:32.775Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3669 | 2025-03-10T21:03:32.775Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::hyperv::hyperv_smoke_test
state = Run
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3670 | 2025-03-10T21:03:32.775Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3671 | 2025-03-10T21:03:32.775Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
|
3672 | 2025-03-10T21:03:32.776Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3673 | 2025-03-10T21:03:32.776Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::hyperv::hyperv_smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
3674 | 2025-03-10T21:03:32.776Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3675 | 2025-03-10T21:03:32.776Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3676 | 2025-03-10T21:03:36.122Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4080
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3677 | 2025-03-10T21:03:36.122Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3678 | 2025-03-10T21:03:36.123Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3679 | 2025-03-10T21:03:36.123Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3680 | 2025-03-10T21:03:36.123Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3681 | 2025-03-10T21:03:36.141Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3682 | 2025-03-10T21:03:36.141Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3683 | 2025-03-10T21:03:36.142Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3684 | 2025-03-10T21:03:36.142Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3685 | 2025-03-10T21:03:36.142Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3686 | 2025-03-10T21:03:36.174Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3687 | 2025-03-10T21:03:36.174Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3688 | 2025-03-10T21:03:36.175Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4132
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3689 | 2025-03-10T21:03:36.175Z | INFO | phd-runner: [TEST - EVENT] rebooting VM for lifecycle test
file = phd-tests/framework/src/lifecycle.rs
line = 49
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::lifecycle
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm_name = hyperv_lifecycle_test
|
3690 | 2025-03-10T21:03:36.175Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3691 | 2025-03-10T21:03:36.175Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
state = Reboot
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3692 | 2025-03-10T21:03:36.178Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 2
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3693 | 2025-03-10T21:03:36.178Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3694 | 2025-03-10T21:03:36.178Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 706
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = 300s
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3695 | 2025-03-10T21:03:36.178Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3696 | 2025-03-10T21:03:36.178Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3697 | 2025-03-10T21:03:36.178Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3698 | 2025-03-10T21:03:36.837Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4061
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3699 | 2025-03-10T21:03:36.837Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::hyperv::hyperv_smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
3700 | 2025-03-10T21:03:36.837Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::hyperv::hyperv_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
3701 | 2025-03-10T21:03:36.837Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3702 | 2025-03-10T21:03:36.837Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3703 | 2025-03-10T21:03:36.856Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3704 | 2025-03-10T21:03:36.856Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::hyperv::hyperv_smoke_test
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
|
3705 | 2025-03-10T21:03:36.856Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
path = phd_tests::hyperv::hyperv_smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
3706 | 2025-03-10T21:03:36.856Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3707 | 2025-03-10T21:03:36.856Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3708 | 2025-03-10T21:03:36.889Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3709 | 2025-03-10T21:03:36.889Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
|
3710 | 2025-03-10T21:03:36.889Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4113
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
|
3711 | 2025-03-10T21:03:36.889Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3712 | 2025-03-10T21:03:36.889Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3713 | 2025-03-10T21:03:36.900Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3714 | 2025-03-10T21:03:36.900Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3715 | 2025-03-10T21:03:36.900Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3716 | 2025-03-10T21:03:36.933Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3717 | 2025-03-10T21:03:36.933Z | WARN | phd-runner: [TEST - EVENT] guest doesn't support systemd-detect-virt, can't verify it detected Hyper-V support
file = phd-tests/tests/src/hyperv.rs
line = 32
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_tests::hyperv
|
3718 | 2025-03-10T21:03:36.933Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3719 | 2025-03-10T21:03:36.933Z | INFO | phd-runner: [MIGRATE - EVENT] test phd_tests::hyperv::hyperv_smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_runner::execute
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3720 | 2025-03-10T21:03:36.933Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_runner::fixtures
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3721 | 2025-03-10T21:03:36.933Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::serial
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3722 | 2025-03-10T21:03:36.933Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4159
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::serial
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3723 | 2025-03-10T21:03:36.934Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3724 | 2025-03-10T21:03:37.289Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::hyperv::hyperv_smoke_test
self.address = 127.0.0.1:9125
target = phd_framework::test_vm::server
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3725 | 2025-03-10T21:03:37.426Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3726 | 2025-03-10T21:03:37.426Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-28067adf-b175-4e8f-9ea6-860a94f5bcf2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
verb = destroy
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3727 | 2025-03-10T21:03:37.468Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3728 | 2025-03-10T21:03:37.468Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8988859d-af86-4995-b6a8-dde090e582a1"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::zfs
verb = destroy
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3729 | 2025-03-10T21:03:37.499Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 565
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_framework::test_vm
vm = hyperv_smoke_test
vm_id = 45c2087a-a800-455a-9798-364ca0bc6bdb
|
3730 | 2025-03-10T21:03:37.499Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5595
file = phd-tests/tests/src/hyperv.rs
line = 51
path = phd_tests::hyperv::hyperv_smoke_test
target = phd_tests::hyperv
|
3731 | 2025-03-10T21:03:37.499Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 565
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_runner::fixtures
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3732 | 2025-03-10T21:03:37.499Z | INFO | phd-runner: Starting test phd_tests::server_state_machine::instance_reset_requires_running_test
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
3733 | 2025-03-10T21:03:37.499Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
3734 | 2025-03-10T21:03:37.499Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
3735 | 2025-03-10T21:03:37.499Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/server_state_machine.rs
line = 83
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_tests::server_state_machine
|
3736 | 2025-03-10T21:03:37.500Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
3737 | 2025-03-10T21:03:37.500Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
3738 | 2025-03-10T21:03:37.500Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
3739 | 2025-03-10T21:03:37.500Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::zfs
verb = list
|
3740 | 2025-03-10T21:03:37.523Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::instance_reset_requires_running_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 358M 1.80T 357M /phd-artifacts\n
target = phd_framework::zfs
|
3741 | 2025-03-10T21:03:37.523Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-286ce0cf-57a8-4e5e-901f-4bc9bd093d9c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::zfs
verb = snapshot
|
3742 | 2025-03-10T21:03:37.549Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-286ce0cf-57a8-4e5e-901f-4bc9bd093d9c", "phd-artifacts/phd-clone-f9dab358-25b2-456a-bb40-36d699eb7d28"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::zfs
verb = clone
|
3743 | 2025-03-10T21:03:37.573Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f9dab358-25b2-456a-bb40-36d699eb7d28"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::zfs
verb = list
|
3744 | 2025-03-10T21:03:37.589Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::instance_reset_requires_running_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-f9dab358-25b2-456a-bb40-36d699eb7d28 0B 1.80T 357M /phd-artifacts/phd-clone-f9dab358-25b2-456a-bb40-36d699eb7d28\n
target = phd_framework::zfs
|
3745 | 2025-03-10T21:03:37.590Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
|
3746 | 2025-03-10T21:03:37.590Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm_name = instance_reset_requires_running_test
|
3747 | 2025-03-10T21:03:37.590Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
3748 | 2025-03-10T21:03:37.590Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::server_state_machine::instance_reset_requires_running_test
server_addr = 127.0.0.1:9125
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
3749 | 2025-03-10T21:03:37.590Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::server_state_machine::instance_reset_requires_running_test
stderr_path = "/tmp/propolis-phd/runner-1/instance_reset_requires_running_test.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/instance_reset_requires_running_test.stdout.log"
target = phd_framework::server_log_mode
|
3750 | 2025-03-10T21:03:37.602Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1234
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm::server
|
3751 | 2025-03-10T21:03:37.603Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
|
3752 | 2025-03-10T21:03:37.603Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = f3cf0e94-19b3-4bbd-a82d-4414769eb713
|
3753 | 2025-03-10T21:03:37.603Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::server_state_machine::instance_reset_requires_running_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = f3cf0e94-19b3-4bbd-a82d-4414769eb713
|
3754 | 2025-03-10T21:03:37.603Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = f3cf0e94-19b3-4bbd-a82d-4414769eb713
|
3755 | 2025-03-10T21:03:37.603Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = f3cf0e94-19b3-4bbd-a82d-4414769eb713
|
3756 | 2025-03-10T21:03:37.604Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9125/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = f3cf0e94-19b3-4bbd-a82d-4414769eb713
|
3757 | 2025-03-10T21:03:38.350Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::serial
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3758 | 2025-03-10T21:03:38.351Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: f3cf0e94-19b3-4bbd-a82d-4414769eb713, metadata: InstanceMetadata { project_id: 7e2ad746-9bdb-46be-857a-4bd1b8ab7c1b, silo_id: c56ae89b-8087-435e-bab3-b13c44afd41b, sled_id: 63465a62-e63e-40dd-a2eb-6bcacefbda25, sled_model: "pheidippes", sled_revision: 1, sled_serial: "63465a62-e63e-40dd-a2eb-6bcacefbda25" }, name: "phd-vm-f3cf0e94-19b3-4bbd-a82d-4414769eb713" }, state: Creating }
line = 379
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = f3cf0e94-19b3-4bbd-a82d-4414769eb713
|
3759 | 2025-03-10T21:03:38.351Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 747
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = f3cf0e94-19b3-4bbd-a82d-4414769eb713
|
3760 | 2025-03-10T21:03:38.351Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = f3cf0e94-19b3-4bbd-a82d-4414769eb713
|
3761 | 2025-03-10T21:03:38.351Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::server_state_machine::instance_reset_requires_running_test
state = Run
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = f3cf0e94-19b3-4bbd-a82d-4414769eb713
|
3762 | 2025-03-10T21:03:38.352Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = f3cf0e94-19b3-4bbd-a82d-4414769eb713
|
3763 | 2025-03-10T21:03:38.352Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 653
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = f3cf0e94-19b3-4bbd-a82d-4414769eb713
|
3764 | 2025-03-10T21:03:38.352Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 659
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = f3cf0e94-19b3-4bbd-a82d-4414769eb713
|
3765 | 2025-03-10T21:03:38.352Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = f3cf0e94-19b3-4bbd-a82d-4414769eb713
|
3766 | 2025-03-10T21:03:38.352Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = f3cf0e94-19b3-4bbd-a82d-4414769eb713
|
3767 | 2025-03-10T21:03:38.352Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = f3cf0e94-19b3-4bbd-a82d-4414769eb713
|
3768 | 2025-03-10T21:03:38.352Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 653
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = f3cf0e94-19b3-4bbd-a82d-4414769eb713
|
3769 | 2025-03-10T21:03:38.353Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = f3cf0e94-19b3-4bbd-a82d-4414769eb713
|
3770 | 2025-03-10T21:03:38.353Z | INFO | phd-runner: [MIGRATE - EVENT] test phd_tests::server_state_machine::instance_reset_requires_running_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
migration_id = ef9b6890-206f-4b45-9112-40d26770ea22
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
target = phd_runner::execute
target_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3771 | 2025-03-10T21:03:38.353Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = ef9b6890-206f-4b45-9112-40d26770ea22
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
target = phd_runner::fixtures
target_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3772 | 2025-03-10T21:03:38.353Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::serial
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3773 | 2025-03-10T21:03:38.353Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 3
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::serial
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3774 | 2025-03-10T21:03:38.353Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = f3cf0e94-19b3-4bbd-a82d-4414769eb713
|
3775 | 2025-03-10T21:03:38.692Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::server_state_machine::instance_reset_requires_running_test
self.address = 127.0.0.1:9125
target = phd_framework::test_vm::server
vm = instance_reset_requires_running_test
vm_id = f3cf0e94-19b3-4bbd-a82d-4414769eb713
|
3776 | 2025-03-10T21:03:38.828Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::zfs
vm = instance_reset_requires_running_test
vm_id = f3cf0e94-19b3-4bbd-a82d-4414769eb713
|
3777 | 2025-03-10T21:03:38.828Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f9dab358-25b2-456a-bb40-36d699eb7d28"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::zfs
verb = destroy
vm = instance_reset_requires_running_test
vm_id = f3cf0e94-19b3-4bbd-a82d-4414769eb713
|
3778 | 2025-03-10T21:03:38.868Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::zfs
vm = instance_reset_requires_running_test
vm_id = f3cf0e94-19b3-4bbd-a82d-4414769eb713
|
3779 | 2025-03-10T21:03:38.868Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-286ce0cf-57a8-4e5e-901f-4bc9bd093d9c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::zfs
verb = destroy
vm = instance_reset_requires_running_test
vm_id = f3cf0e94-19b3-4bbd-a82d-4414769eb713
|
3780 | 2025-03-10T21:03:38.894Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 541
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = f3cf0e94-19b3-4bbd-a82d-4414769eb713
|
3781 | 2025-03-10T21:03:38.894Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1394
file = phd-tests/tests/src/server_state_machine.rs
line = 83
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_tests::server_state_machine
|
3782 | 2025-03-10T21:03:38.895Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 541
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = ef9b6890-206f-4b45-9112-40d26770ea22
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 56719d58-ac5a-4898-9cda-0e7e8a0389be
target = phd_runner::fixtures
target_id = 223130b6-a90a-49bb-842a-e2e5420c73c2
|
3783 | 2025-03-10T21:03:38.895Z | INFO | phd-runner: [MIGRATE - EVENT] Starting test phd_tests::server_state_machine::instance_reset_test
file = phd-tests/runner/src/execute.rs
line = 101
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::execute
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3784 | 2025-03-10T21:03:38.895Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::fixtures
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3785 | 2025-03-10T21:03:38.895Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::fixtures
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3786 | 2025-03-10T21:03:38.895Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/server_state_machine.rs
line = 52
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_tests::server_state_machine
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3787 | 2025-03-10T21:03:38.895Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::artifacts::store
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3788 | 2025-03-10T21:03:38.895Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::artifacts::store
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3789 | 2025-03-10T21:03:38.895Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::artifacts::store
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3790 | 2025-03-10T21:03:38.895Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = list
|
3791 | 2025-03-10T21:03:38.914Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 358M 1.80T 357M /phd-artifacts\n
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3792 | 2025-03-10T21:03:38.914Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-bc3fc5c0-157a-40ef-8e34-207b814252fd"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = snapshot
|
3793 | 2025-03-10T21:03:38.938Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-bc3fc5c0-157a-40ef-8e34-207b814252fd", "phd-artifacts/phd-clone-86733e6b-db81-486d-b3e1-313ade6c0e3a"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = clone
|
3794 | 2025-03-10T21:03:38.961Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-86733e6b-db81-486d-b3e1-313ade6c0e3a"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = list
|
3795 | 2025-03-10T21:03:38.980Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-86733e6b-db81-486d-b3e1-313ade6c0e3a 0B 1.80T 357M /phd-artifacts/phd-clone-86733e6b-db81-486d-b3e1-313ade6c0e3a\n
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3796 | 2025-03-10T21:03:38.981Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3797 | 2025-03-10T21:03:38.981Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm_name = instance_reset_returns_to_running_test
|
3798 | 2025-03-10T21:03:38.981Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = /work/phd-test/propolis-server
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::artifacts::store
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3799 | 2025-03-10T21:03:38.981Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
server_addr = 127.0.0.1:9125
server_path = "/work/phd-test/propolis-server"
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm::server
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3800 | 2025-03-10T21:03:38.981Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
stderr_path = "/tmp/propolis-phd/runner-1/instance_reset_returns_to_running_test.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/instance_reset_returns_to_running_test.stdout.log"
target = phd_framework::server_log_mode
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3801 | 2025-03-10T21:03:38.994Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1242
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm::server
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3802 | 2025-03-10T21:03:38.994Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3803 | 2025-03-10T21:03:38.994Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3804 | 2025-03-10T21:03:38.994Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
state = Reboot
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3805 | 2025-03-10T21:03:38.995Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3806 | 2025-03-10T21:03:38.995Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3807 | 2025-03-10T21:03:38.995Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9125/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3808 | 2025-03-10T21:03:39.527Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
3809 | 2025-03-10T21:03:39.529Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 55d47611-3196-4408-bf43-7b0a7b0e8627, metadata: InstanceMetadata { project_id: f2913c00-227f-4bd3-83eb-1147e524ca9c, silo_id: 162c8124-9503-481b-988c-9b6d1f83c100, sled_id: 419ddb30-a02f-4de9-8446-e6986a0b83c2, sled_model: "pheidippes", sled_revision: 1, sled_serial: "419ddb30-a02f-4de9-8446-e6986a0b83c2" }, name: "phd-vm-55d47611-3196-4408-bf43-7b0a7b0e8627" }, state: Creating }
line = 379
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3810 | 2025-03-10T21:03:39.529Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 534
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3811 | 2025-03-10T21:03:39.529Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3812 | 2025-03-10T21:03:39.529Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
state = Run
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3813 | 2025-03-10T21:03:39.529Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3814 | 2025-03-10T21:03:39.529Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 653
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3815 | 2025-03-10T21:03:39.530Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 659
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3816 | 2025-03-10T21:03:39.530Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3817 | 2025-03-10T21:03:39.530Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3818 | 2025-03-10T21:03:39.530Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3819 | 2025-03-10T21:03:39.530Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 653
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3820 | 2025-03-10T21:03:39.530Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3821 | 2025-03-10T21:03:39.530Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
state = Reboot
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3822 | 2025-03-10T21:03:39.531Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3823 | 2025-03-10T21:03:39.531Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 653
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3824 | 2025-03-10T21:03:39.531Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 659
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3825 | 2025-03-10T21:03:39.531Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3826 | 2025-03-10T21:03:39.531Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3827 | 2025-03-10T21:03:39.538Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 6
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3828 | 2025-03-10T21:03:39.538Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 6
file = phd-tests/framework/src/test_vm/mod.rs
line = 653
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3829 | 2025-03-10T21:03:39.538Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3830 | 2025-03-10T21:03:39.538Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
state = Reboot
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3831 | 2025-03-10T21:03:39.538Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3832 | 2025-03-10T21:03:39.539Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3833 | 2025-03-10T21:03:39.539Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
state = Reboot
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3834 | 2025-03-10T21:03:39.539Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3835 | 2025-03-10T21:03:39.539Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3836 | 2025-03-10T21:03:39.539Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
state = Reboot
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3837 | 2025-03-10T21:03:39.540Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3838 | 2025-03-10T21:03:39.540Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3839 | 2025-03-10T21:03:39.540Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
state = Reboot
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3840 | 2025-03-10T21:03:39.541Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3841 | 2025-03-10T21:03:39.541Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3842 | 2025-03-10T21:03:39.541Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
state = Reboot
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3843 | 2025-03-10T21:03:39.541Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3844 | 2025-03-10T21:03:39.541Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3845 | 2025-03-10T21:03:39.541Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
state = Reboot
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3846 | 2025-03-10T21:03:39.542Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3847 | 2025-03-10T21:03:39.542Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3848 | 2025-03-10T21:03:39.542Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
state = Reboot
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3849 | 2025-03-10T21:03:39.542Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3850 | 2025-03-10T21:03:39.543Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3851 | 2025-03-10T21:03:39.543Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
state = Reboot
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3852 | 2025-03-10T21:03:39.543Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3853 | 2025-03-10T21:03:39.543Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3854 | 2025-03-10T21:03:39.543Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
state = Reboot
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3855 | 2025-03-10T21:03:39.544Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3856 | 2025-03-10T21:03:39.544Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3857 | 2025-03-10T21:03:39.544Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
state = Reboot
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3858 | 2025-03-10T21:03:39.545Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3859 | 2025-03-10T21:03:39.545Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 653
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3860 | 2025-03-10T21:03:39.545Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 659
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3861 | 2025-03-10T21:03:39.545Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3862 | 2025-03-10T21:03:39.545Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3863 | 2025-03-10T21:03:39.551Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 5
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3864 | 2025-03-10T21:03:39.551Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 6
file = phd-tests/framework/src/test_vm/mod.rs
line = 653
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3865 | 2025-03-10T21:03:39.551Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3866 | 2025-03-10T21:03:39.551Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
state = Stop
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3867 | 2025-03-10T21:03:39.552Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3868 | 2025-03-10T21:03:39.552Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 653
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3869 | 2025-03-10T21:03:39.552Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 659
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3870 | 2025-03-10T21:03:39.552Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3871 | 2025-03-10T21:03:39.552Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3872 | 2025-03-10T21:03:39.552Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3873 | 2025-03-10T21:03:39.555Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
3874 | 2025-03-10T21:03:39.555Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 27
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
3875 | 2025-03-10T21:03:40.165Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 3987
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3876 | 2025-03-10T21:03:40.165Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
step = WriteStr("root")
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3877 | 2025-03-10T21:03:40.165Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3878 | 2025-03-10T21:03:40.165Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3879 | 2025-03-10T21:03:40.165Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3880 | 2025-03-10T21:03:40.183Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3881 | 2025-03-10T21:03:40.183Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
step = WriteStr("stty -F `tty` cols 9999")
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3882 | 2025-03-10T21:03:40.184Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 714
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3883 | 2025-03-10T21:03:40.184Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3884 | 2025-03-10T21:03:40.184Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = CallerTimeout
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3885 | 2025-03-10T21:03:40.216Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3886 | 2025-03-10T21:03:40.216Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 754
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3887 | 2025-03-10T21:03:40.217Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4038
file = phd-tests/framework/src/test_vm/mod.rs
line = 757
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3888 | 2025-03-10T21:03:40.217Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3889 | 2025-03-10T21:03:40.217Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(15s)
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3890 | 2025-03-10T21:03:40.227Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3891 | 2025-03-10T21:03:40.227Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3892 | 2025-03-10T21:03:40.228Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(300s)
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3893 | 2025-03-10T21:03:40.238Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3894 | 2025-03-10T21:03:40.238Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3895 | 2025-03-10T21:03:40.240Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3896 | 2025-03-10T21:03:40.240Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 688
file = phd-tests/framework/src/test_vm/mod.rs
line = 653
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3897 | 2025-03-10T21:03:40.240Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3898 | 2025-03-10T21:03:40.240Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
state = Reboot
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3899 | 2025-03-10T21:03:40.240Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3900 | 2025-03-10T21:03:40.240Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3901 | 2025-03-10T21:03:40.241Z | INFO | phd-runner: [MIGRATE - EVENT] test phd_tests::server_state_machine::instance_reset_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::execute
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3902 | 2025-03-10T21:03:40.241Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::fixtures
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3903 | 2025-03-10T21:03:40.241Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
self.address = 127.0.0.1:9125
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm::server
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3904 | 2025-03-10T21:03:40.398Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3905 | 2025-03-10T21:03:40.398Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-86733e6b-db81-486d-b3e1-313ade6c0e3a"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = destroy
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3906 | 2025-03-10T21:03:40.438Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3907 | 2025-03-10T21:03:40.438Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-bc3fc5c0-157a-40ef-8e34-207b814252fd"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = destroy
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3908 | 2025-03-10T21:03:40.463Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 221
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_reset_returns_to_running_test
vm_id = 55d47611-3196-4408-bf43-7b0a7b0e8627
|
3909 | 2025-03-10T21:03:40.463Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1567
file = phd-tests/tests/src/server_state_machine.rs
line = 52
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_reset_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_tests::server_state_machine
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3910 | 2025-03-10T21:03:40.463Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 222
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::fixtures
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3911 | 2025-03-10T21:03:40.463Z | INFO | phd-runner: Starting test phd_tests::server_state_machine::instance_stop_causes_destroy_test
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
3912 | 2025-03-10T21:03:40.463Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
3913 | 2025-03-10T21:03:40.463Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
3914 | 2025-03-10T21:03:40.463Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/server_state_machine.rs
line = 28
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_tests::server_state_machine
|
3915 | 2025-03-10T21:03:40.463Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
3916 | 2025-03-10T21:03:40.463Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
3917 | 2025-03-10T21:03:40.463Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
3918 | 2025-03-10T21:03:40.463Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 235
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
3919 | 2025-03-10T21:03:40.463Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
verb = list
|
3920 | 2025-03-10T21:03:40.463Z | WARN | phd-runner: [TEST - EVENT] guest doesn't support systemd-detect-virt, can't verify it detected Hyper-V support
file = phd-tests/tests/src/hyperv.rs
line = 32
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_tests::hyperv
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3921 | 2025-03-10T21:03:40.473Z | INFO | phd-runner: [TEST - EVENT] migrating to new Propolis artifact for lifecycle test
file = phd-tests/framework/src/lifecycle.rs
line = 73
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
propolis_artifact = __DEFAULT_PROPOLIS
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::lifecycle
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm_name = hyperv_lifecycle_test
|
3922 | 2025-03-10T21:03:40.473Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3923 | 2025-03-10T21:03:40.473Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm_name = hyperv_lifecycle_test_lifecycle_1
|
3924 | 2025-03-10T21:03:40.474Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = /work/phd-test/propolis-server
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::artifacts::store
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3925 | 2025-03-10T21:03:40.474Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-0/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm::server
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3926 | 2025-03-10T21:03:40.474Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
stderr_path = "/tmp/propolis-phd/runner-0/hyperv_lifecycle_test_lifecycle_1.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-0/hyperv_lifecycle_test_lifecycle_1.stdout.log"
target = phd_framework::server_log_mode
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3927 | 2025-03-10T21:03:40.496Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 358M 1.80T 357M /phd-artifacts\n
target = phd_framework::zfs
|
3928 | 2025-03-10T21:03:40.496Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1247
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm::server
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3929 | 2025-03-10T21:03:40.496Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6232b360-f59e-4666-809f-c4b8c9b34bb2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
verb = snapshot
|
3930 | 2025-03-10T21:03:40.496Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
3931 | 2025-03-10T21:03:40.506Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 474
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 17340490-2b99-4419-9b7e-f1bae51df076
target = phd_framework::test_vm
target_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
3932 | 2025-03-10T21:03:40.506Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 507
migration_id = cab78e43-6d61-4d08-957c-f5cc21aa123c
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 17340490-2b99-4419-9b7e-f1bae51df076
target = phd_framework::test_vm
target_id = 77d11e3f-b27a-428b-a152-836983edaaac
timeout_duration = 45s
|
3933 | 2025-03-10T21:03:40.506Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 17340490-2b99-4419-9b7e-f1bae51df076
target = phd_framework::test_vm
target_id = 77d11e3f-b27a-428b-a152-836983edaaac
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
3934 | 2025-03-10T21:03:40.507Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9002/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 17340490-2b99-4419-9b7e-f1bae51df076
target = phd_framework::test_vm
target_id = 77d11e3f-b27a-428b-a152-836983edaaac
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
3935 | 2025-03-10T21:03:40.519Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6232b360-f59e-4666-809f-c4b8c9b34bb2", "phd-artifacts/phd-clone-3820b1c8-f975-48b4-a375-accfc24ea491"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
verb = clone
|
3936 | 2025-03-10T21:03:40.545Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-3820b1c8-f975-48b4-a375-accfc24ea491"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
verb = list
|
3937 | 2025-03-10T21:03:40.562Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-3820b1c8-f975-48b4-a375-accfc24ea491 0B 1.80T 357M /phd-artifacts/phd-clone-3820b1c8-f975-48b4-a375-accfc24ea491\n
target = phd_framework::zfs
|
3938 | 2025-03-10T21:03:40.563Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
|
3939 | 2025-03-10T21:03:40.563Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm_name = instance_stop_causes_destroy_test
|
3940 | 2025-03-10T21:03:40.563Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
3941 | 2025-03-10T21:03:40.563Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
server_addr = 127.0.0.1:9125
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
3942 | 2025-03-10T21:03:40.563Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
stderr_path = "/tmp/propolis-phd/runner-1/instance_stop_causes_destroy_test.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/instance_stop_causes_destroy_test.stdout.log"
target = phd_framework::server_log_mode
|
3943 | 2025-03-10T21:03:40.574Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1251
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm::server
|
3944 | 2025-03-10T21:03:40.575Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
|
3945 | 2025-03-10T21:03:40.575Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3946 | 2025-03-10T21:03:40.575Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9125/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3947 | 2025-03-10T21:03:41.049Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: 77d11e3f-b27a-428b-a152-836983edaaac, metadata: InstanceMetadata { project_id: 88adfd29-6b98-41ce-b64f-ccf45835b914, silo_id: 9fecf74c-33cf-49ae-8699-aaa6829e12c5, sled_id: 6bf9af6c-9ade-48aa-adbb-d32ef828cc89, sled_model: "pheidippes", sled_revision: 1, sled_serial: "6bf9af6c-9ade-48aa-adbb-d32ef828cc89" }, name: "phd-vm-77d11e3f-b27a-428b-a152-836983edaaac" }, state: Migrating }
line = 379
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 17340490-2b99-4419-9b7e-f1bae51df076
target = phd_framework::test_vm
target_id = 77d11e3f-b27a-428b-a152-836983edaaac
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
3948 | 2025-03-10T21:03:41.049Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 542
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 17340490-2b99-4419-9b7e-f1bae51df076
target = phd_framework::test_vm
target_id = 77d11e3f-b27a-428b-a152-836983edaaac
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
3949 | 2025-03-10T21:03:41.049Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 528
migration_id = cab78e43-6d61-4d08-957c-f5cc21aa123c
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 17340490-2b99-4419-9b7e-f1bae51df076
target = phd_framework::test_vm
target_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
3950 | 2025-03-10T21:03:41.110Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
3951 | 2025-03-10T21:03:41.110Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: b728dd32-e598-4ea1-bfdd-bac19ceee6d5, metadata: InstanceMetadata { project_id: d4bc787c-1818-4882-be51-3d27fc8d5d53, silo_id: 47c13fc4-32b9-48d1-b164-fcf9773b9813, sled_id: 015db8e6-ee97-407c-bcac-51655ad9f677, sled_model: "pheidippes", sled_revision: 1, sled_serial: "015db8e6-ee97-407c-bcac-51655ad9f677" }, name: "phd-vm-b728dd32-e598-4ea1-bfdd-bac19ceee6d5" }, state: Creating }
line = 379
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3952 | 2025-03-10T21:03:41.110Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 535
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3953 | 2025-03-10T21:03:41.110Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3954 | 2025-03-10T21:03:41.110Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
state = Run
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3955 | 2025-03-10T21:03:41.111Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3956 | 2025-03-10T21:03:41.111Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3957 | 2025-03-10T21:03:41.111Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
state = Stop
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3958 | 2025-03-10T21:03:41.111Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3959 | 2025-03-10T21:03:41.111Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 653
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3960 | 2025-03-10T21:03:41.111Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 659
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3961 | 2025-03-10T21:03:41.111Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3962 | 2025-03-10T21:03:41.112Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3963 | 2025-03-10T21:03:41.112Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3964 | 2025-03-10T21:03:41.115Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
3965 | 2025-03-10T21:03:41.115Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
3966 | 2025-03-10T21:03:41.438Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3967 | 2025-03-10T21:03:41.438Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3968 | 2025-03-10T21:03:41.439Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3969 | 2025-03-10T21:03:41.439Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 327
file = phd-tests/framework/src/test_vm/mod.rs
line = 653
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3970 | 2025-03-10T21:03:41.439Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3971 | 2025-03-10T21:03:41.439Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
state = Run
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3972 | 2025-03-10T21:03:41.441Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3973 | 2025-03-10T21:03:41.441Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3974 | 2025-03-10T21:03:41.441Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
state = Stop
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3975 | 2025-03-10T21:03:41.441Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3976 | 2025-03-10T21:03:41.441Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3977 | 2025-03-10T21:03:41.441Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
state = Reboot
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3978 | 2025-03-10T21:03:41.442Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3979 | 2025-03-10T21:03:41.442Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3980 | 2025-03-10T21:03:41.442Z | INFO | phd-runner: [MIGRATE - EVENT] test phd_tests::server_state_machine::instance_stop_causes_destroy_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
migration_id = cab78e43-6d61-4d08-957c-f5cc21aa123c
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 17340490-2b99-4419-9b7e-f1bae51df076
target = phd_runner::execute
target_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
3981 | 2025-03-10T21:03:41.442Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = cab78e43-6d61-4d08-957c-f5cc21aa123c
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 17340490-2b99-4419-9b7e-f1bae51df076
target = phd_runner::fixtures
target_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
3982 | 2025-03-10T21:03:41.443Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
self.address = 127.0.0.1:9125
target = phd_framework::test_vm::server
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3983 | 2025-03-10T21:03:41.583Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3984 | 2025-03-10T21:03:41.583Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-3820b1c8-f975-48b4-a375-accfc24ea491"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
verb = destroy
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3985 | 2025-03-10T21:03:41.628Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3986 | 2025-03-10T21:03:41.628Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-6232b360-f59e-4666-809f-c4b8c9b34bb2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
verb = destroy
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3987 | 2025-03-10T21:03:41.658Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 215
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = b728dd32-e598-4ea1-bfdd-bac19ceee6d5
|
3988 | 2025-03-10T21:03:41.658Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1194
file = phd-tests/tests/src/server_state_machine.rs
line = 28
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_tests::server_state_machine
|
3989 | 2025-03-10T21:03:41.658Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 215
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = cab78e43-6d61-4d08-957c-f5cc21aa123c
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 17340490-2b99-4419-9b7e-f1bae51df076
target = phd_runner::fixtures
target_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
3990 | 2025-03-10T21:03:41.658Z | INFO | phd-runner: [MIGRATE - EVENT] Starting test phd_tests::server_state_machine::instance_start_stop_test
file = phd-tests/runner/src/execute.rs
line = 101
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::execute
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3991 | 2025-03-10T21:03:41.658Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::fixtures
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3992 | 2025-03-10T21:03:41.658Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::fixtures
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3993 | 2025-03-10T21:03:41.658Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/server_state_machine.rs
line = 12
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_tests::server_state_machine
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3994 | 2025-03-10T21:03:41.658Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = /phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::artifacts::store
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3995 | 2025-03-10T21:03:41.658Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::artifacts::store
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3996 | 2025-03-10T21:03:41.658Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = /phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::artifacts::store
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3997 | 2025-03-10T21:03:41.658Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/runner-1/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = list
|
3998 | 2025-03-10T21:03:41.679Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 358M 1.80T 357M /phd-artifacts\n
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
3999 | 2025-03-10T21:03:41.680Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-140e4c3c-3066-45d9-90ca-76ee7a8c9898"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = snapshot
|
4000 | 2025-03-10T21:03:41.700Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-140e4c3c-3066-45d9-90ca-76ee7a8c9898", "phd-artifacts/phd-clone-d73e13de-3b57-4997-a438-02777fa67f6c"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = clone
|
4001 | 2025-03-10T21:03:41.724Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-d73e13de-3b57-4997-a438-02777fa67f6c"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = list
|
4002 | 2025-03-10T21:03:41.742Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-d73e13de-3b57-4997-a438-02777fa67f6c 0B 1.80T 357M /phd-artifacts/phd-clone-d73e13de-3b57-4997-a438-02777fa67f6c\n
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
4003 | 2025-03-10T21:03:41.743Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
4004 | 2025-03-10T21:03:41.743Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 211
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm_name = instance_ensure_running_test
|
4005 | 2025-03-10T21:03:41.743Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = /work/phd-test/propolis-server
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::artifacts::store
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
4006 | 2025-03-10T21:03:41.743Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
bootrom_path = "/phd-artifacts/runner-1/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
server_addr = 127.0.0.1:9125
server_path = "/work/phd-test/propolis-server"
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm::server
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
4007 | 2025-03-10T21:03:41.743Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
stderr_path = "/tmp/propolis-phd/runner-1/instance_ensure_running_test.stderr.log"
stdout_path = "/tmp/propolis-phd/runner-1/instance_ensure_running_test.stdout.log"
target = phd_framework::server_log_mode
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
4008 | 2025-03-10T21:03:41.755Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1259
file = phd-tests/framework/src/test_vm/server.rs
line = 107
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm::server
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
4009 | 2025-03-10T21:03:41.755Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 193
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
4010 | 2025-03-10T21:03:41.755Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4011 | 2025-03-10T21:03:41.756Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9125/instance)
file = phd-tests/framework/src/test_vm/mod.rs
line = 320
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4012 | 2025-03-10T21:03:42.418Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::serial
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
4013 | 2025-03-10T21:03:42.419Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { properties: InstanceProperties { description: "Pheidippides-managed VM", id: e4355621-8542-42c8-9383-98767134e75a, metadata: InstanceMetadata { project_id: 1f8fddf5-4965-4a57-9fc4-e4a755fdeb01, silo_id: 09a1b3cf-fe97-4e16-a576-38c73de11f18, sled_id: 34deea73-e0ce-4d53-937d-36506fdc96b7, sled_model: "pheidippes", sled_revision: 1, sled_serial: "34deea73-e0ce-4d53-937d-36506fdc96b7" }, name: "phd-vm-e4355621-8542-42c8-9383-98767134e75a" }, state: Creating }
line = 379
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4014 | 2025-03-10T21:03:42.419Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 663
file = phd-tests/framework/src/test_vm/mod.rs
line = 276
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4015 | 2025-03-10T21:03:42.419Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4016 | 2025-03-10T21:03:42.419Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4017 | 2025-03-10T21:03:42.419Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4018 | 2025-03-10T21:03:42.419Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4019 | 2025-03-10T21:03:42.419Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
state = Run
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4020 | 2025-03-10T21:03:42.420Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4021 | 2025-03-10T21:03:42.420Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 653
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4022 | 2025-03-10T21:03:42.420Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 659
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4023 | 2025-03-10T21:03:42.420Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4024 | 2025-03-10T21:03:42.420Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4025 | 2025-03-10T21:03:42.421Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4026 | 2025-03-10T21:03:42.421Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 653
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4027 | 2025-03-10T21:03:42.421Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4028 | 2025-03-10T21:03:42.421Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 445
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
state = Stop
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4029 | 2025-03-10T21:03:42.421Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 440
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4030 | 2025-03-10T21:03:42.421Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 653
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4031 | 2025-03-10T21:03:42.421Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 659
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4032 | 2025-03-10T21:03:42.421Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4033 | 2025-03-10T21:03:42.421Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4034 | 2025-03-10T21:03:42.422Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4035 | 2025-03-10T21:03:42.425Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::serial
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
4036 | 2025-03-10T21:03:42.425Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::serial
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
4037 | 2025-03-10T21:03:42.775Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4038 | 2025-03-10T21:03:42.775Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 452
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4039 | 2025-03-10T21:03:42.776Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4040 | 2025-03-10T21:03:42.776Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 354
file = phd-tests/framework/src/test_vm/mod.rs
line = 653
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4041 | 2025-03-10T21:03:42.776Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4042 | 2025-03-10T21:03:42.776Z | INFO | phd-runner: [MIGRATE - EVENT] test phd_tests::server_state_machine::instance_start_stop_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
migration_id = cab78e43-6d61-4d08-957c-f5cc21aa123c
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 17340490-2b99-4419-9b7e-f1bae51df076
target = phd_runner::execute
target_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
4043 | 2025-03-10T21:03:42.776Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = cab78e43-6d61-4d08-957c-f5cc21aa123c
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 17340490-2b99-4419-9b7e-f1bae51df076
target = phd_runner::fixtures
target_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
4044 | 2025-03-10T21:03:42.777Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
self.address = 127.0.0.1:9125
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm::server
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4045 | 2025-03-10T21:03:42.910Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4046 | 2025-03-10T21:03:42.910Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-d73e13de-3b57-4997-a438-02777fa67f6c"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = destroy
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4047 | 2025-03-10T21:03:42.948Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4048 | 2025-03-10T21:03:42.948Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-140e4c3c-3066-45d9-90ca-76ee7a8c9898"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::zfs
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
verb = destroy
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4049 | 2025-03-10T21:03:42.976Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 200
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_framework::test_vm
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
vm = instance_ensure_running_test
vm_id = e4355621-8542-42c8-9383-98767134e75a
|
4050 | 2025-03-10T21:03:42.976Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1318
file = phd-tests/tests/src/server_state_machine.rs
line = 12
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::server_state_machine::instance_start_stop_test
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_tests::server_state_machine
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
4051 | 2025-03-10T21:03:42.977Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 200
file = phd-tests/runner/src/fixtures.rs
line = 51
migration_id = cab78e43-6d61-4d08-957c-f5cc21aa123c
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 17340490-2b99-4419-9b7e-f1bae51df076
target = phd_runner::fixtures
target_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
4052 | 2025-03-10T21:03:42.977Z | INFO | phd-runner: [EXECUTION_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 35
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::fixtures
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
4053 | 2025-03-10T21:03:42.977Z | INFO | phd-runner: [EXECUTION_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 35
migration_id = 39823eaa-0c1b-4fc1-8365-2de56c939a2f
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = 065e3667-bc5c-4445-b393-9c97a30fb234
target = phd_runner::fixtures
target_id = 60dee603-9e07-42fa-b77e-944ab81e0aa3
|
4054 | 2025-03-10T21:03:43.835Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::crucible::migrate::load_test
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":15378}}
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::serial
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
4055 | 2025-03-10T21:03:44.048Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 541
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 17340490-2b99-4419-9b7e-f1bae51df076
target = phd_framework::test_vm
target_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
4056 | 2025-03-10T21:03:44.050Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
4057 | 2025-03-10T21:03:44.050Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
4058 | 2025-03-10T21:03:44.050Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(15s)
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
4059 | 2025-03-10T21:03:44.051Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
self.address = 127.0.0.1:9000
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm::server
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
4060 | 2025-03-10T21:03:44.198Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 147
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test
vm_id = 17340490-2b99-4419-9b7e-f1bae51df076
|
4061 | 2025-03-10T21:03:46.828Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 2777
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
4062 | 2025-03-10T21:03:46.828Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
4063 | 2025-03-10T21:03:46.828Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 779
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
timeout_duration = Explicit(300s)
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
4064 | 2025-03-10T21:03:46.861Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 772
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
4065 | 2025-03-10T21:03:46.861Z | WARN | phd-runner: [TEST - EVENT] guest doesn't support systemd-detect-virt, can't verify it detected Hyper-V support
file = phd-tests/tests/src/hyperv.rs
line = 32
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_tests::hyperv
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
4066 | 2025-03-10T21:03:46.861Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
4067 | 2025-03-10T21:03:46.862Z | INFO | phd-runner: test phd_tests::hyperv::hyperv_lifecycle_test ... ok
file = phd-tests/runner/src/execute.rs
line = 119
target = phd_runner::execute
|
4068 | 2025-03-10T21:03:46.862Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
4069 | 2025-03-10T21:03:46.862Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::serial
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
4070 | 2025-03-10T21:03:46.862Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 14822
file = phd-tests/framework/src/serial/mod.rs
line = 200
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::serial
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
|
4071 | 2025-03-10T21:03:46.863Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1052
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
4072 | 2025-03-10T21:03:47.526Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
self.address = 127.0.0.1:9002
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm::server
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
4073 | 2025-03-10T21:03:47.670Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::zfs
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
4074 | 2025-03-10T21:03:47.670Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-0384e25e-0dc1-4b05-a26e-a875338f08d9"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::zfs
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
verb = destroy
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
4075 | 2025-03-10T21:03:47.708Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::zfs
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
4076 | 2025-03-10T21:03:47.708Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-3ce99155-16e2-4341-822c-259f83df9cc9"]
file = phd-tests/framework/src/zfs.rs
line = 304
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::zfs
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
verb = destroy
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
4077 | 2025-03-10T21:03:47.735Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 873
file = phd-tests/framework/src/test_vm/mod.rs
line = 1029
migration_id = cd7383d7-9a55-452e-bd68-ab90934c58bd
path = phd_tests::hyperv::hyperv_lifecycle_test
source = crucible_load_test_source
source_id = ff38f401-942b-44aa-b851-0c6efd655972
target = phd_framework::test_vm
target_id = 1b554b98-7f5e-4678-a744-1188239ba73d
vm = hyperv_lifecycle_test_lifecycle_1
vm_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
4078 | 2025-03-10T21:03:47.735Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 873
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
4079 | 2025-03-10T21:03:47.735Z | INFO | phd-runner: [EXECUTION_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 35
migration_id = cab78e43-6d61-4d08-957c-f5cc21aa123c
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 17340490-2b99-4419-9b7e-f1bae51df076
target = phd_runner::fixtures
target_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
4080 | 2025-03-10T21:03:47.735Z | INFO | phd-runner: [EXECUTION_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 35
migration_id = cab78e43-6d61-4d08-957c-f5cc21aa123c
path = phd_tests::hyperv::hyperv_lifecycle_test
source = hyperv_lifecycle_test
source_id = 17340490-2b99-4419-9b7e-f1bae51df076
target = phd_runner::fixtures
target_id = 77d11e3f-b27a-428b-a152-836983edaaac
|
4081 | | test result: ok. 39 passed; 0 failed; 1 skipped; 0 not run; finished in 235.21s |
4082 | | |
4083 | 2025-03-10T21:03:47.736Z | DEBG | phd-runner: phd_runner
exit_code = 0
file = phd-tests/runner/src/main.rs
line = 41
target = phd_runner
|