1 | 2024-11-29T17:27:14.724Z | INFO | phd-runner: phd_runner
file = phd-tests/runner/src/main.rs
line = 35
runner_args = ProcessArgs { command: Run(RunOptions { propolis_server_cmd: "/work/phd-test/propolis-server", base_propolis_branch: Some("master"), base_propolis_commit: None, base_propolis_cmd: None, crucible_downstairs_cmd: None, crucible_downstairs_commit: Some(Auto), tmp_directory: "/tmp/propolis-phd", artifact_directory: Some("/phd-artifacts"), server_logging_mode: TmpFile, default_guest_cpus: 2, default_guest_memory_mib: 512, artifact_toml_path: "/work/phd-test/artifacts.toml", default_guest_artifact: "alpine", default_bootrom_artifact: "ovmf", include_filter: ["phd_tests::migrate::from_base"], exclude_filter: [], max_buildomat_wait_secs: 1200 }), disable_ansi: false, emit_bunyan: true }
target = phd_runner
|
2 | 2024-11-29T17:27:14.726Z | 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", 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: 40606, tv_nsec: 34225343 }, max_elapsed_time: Some(1200s), clock: SystemClock }, remote_server_uris: ["https://oxide-omicron-build.s3.amazonaws.com"] } }
target = phd_framework::artifacts::store
|
3 | 2024-11-29T17:27:14.726Z | 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
|
4 | 2024-11-29T17:27:14.726Z | INFO | phd-runner: Adding crucible-downstairs from Buildomat Git revision
commit = 1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e
file = phd-tests/framework/src/artifacts/store.rs
line = 313
target = phd_framework::artifacts::store
|
5 | 2024-11-29T17:27:14.726Z | 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/1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e/crucible-nightly.sha256.txt
|
6 | 2024-11-29T17:27:14.847Z | INFO | phd-runner: Adding 'current' Propolis server from Buildomat Git branch 'master'
file = phd-tests/framework/src/artifacts/store.rs
line = 250
target = phd_framework::artifacts::store
|
7 | 2024-11-29T17:27:15.329Z | DEBG | phd-runner: Downloading file from Buildomat...
file = phd-tests/framework/src/artifacts/buildomat.rs
line = 215
target = phd_framework::artifacts::buildomat
timeout = 600s
uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/propolis/phd_build/fca969a5d3bc834c5724ebb70517d3a132332aec/propolis-server.sha256.txt
|
8 | 2024-11-29T17:27:15.436Z | INFO | phd-runner: [EXECUTION_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 25
target = phd_runner::fixtures
|
9 | 2024-11-29T17:27:15.437Z | INFO | phd-runner: [EXECUTION_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 25
target = phd_runner::fixtures
|
10 | 2024-11-29T17:27:15.437Z | INFO | phd-runner: Running 3 test(s)
file = phd-tests/runner/src/execute.rs
line = 82
target = phd_runner::execute
|
11 | 2024-11-29T17:27:15.437Z | INFO | phd-runner: Starting test phd_tests::migrate::from_base::migration_from_base_and_back
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
12 | 2024-11-29T17:27:15.437Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
13 | 2024-11-29T17:27:15.437Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
14 | 2024-11-29T17:27:15.437Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 52
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_tests::migrate::from_base
|
15 | 2024-11-29T17:27:15.438Z | 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/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::artifacts::store
|
16 | 2024-11-29T17:27:15.438Z | DEBG | phd-runner: [TEST - EVENT] Downloading file from Buildomat...
file = phd-tests/framework/src/artifacts/buildomat.rs
line = 215
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::artifacts::buildomat
timeout = 600s
uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/edk2/image_debug/6d92acf0a22718dd4175d7c64dbcf7aaec3740bd/OVMF_CODE.fd
|
17 | 2024-11-29T17:27:16.023Z | DEBG | phd-runner: [TEST - EVENT] checking for existing copy of artifact
file = phd-tests/framework/src/artifacts/store.rs
line = 89
maybe_path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::artifacts::store
|
18 | 2024-11-29T17:27:16.023Z | 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 = 618
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::artifacts::store
timeout = 600s
|
19 | 2024-11-29T17:27:42.703Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
20 | 2024-11-29T17:27:42.704Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::zfs
verb = list
|
21 | 2024-11-29T17:27:42.726Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::from_base::migration_from_base_and_back
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 2.42M 1.80T 1.91M /phd-artifacts\n
target = phd_framework::zfs
|
22 | 2024-11-29T17:27:42.726Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-52a0324e-8aa8-4c8f-9bcc-b93c1e8ac9ed"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::zfs
verb = snapshot
|
23 | 2024-11-29T17:27:42.776Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-52a0324e-8aa8-4c8f-9bcc-b93c1e8ac9ed", "phd-artifacts/phd-clone-719e44e9-dcfd-4ae3-8f8e-45a0b47f8b22"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::zfs
verb = clone
|
24 | 2024-11-29T17:27:42.797Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-719e44e9-dcfd-4ae3-8f8e-45a0b47f8b22"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::zfs
verb = list
|
25 | 2024-11-29T17:27:42.809Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::from_base::migration_from_base_and_back
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-719e44e9-dcfd-4ae3-8f8e-45a0b47f8b22 0B 1.80T 48.9M /phd-artifacts/phd-clone-719e44e9-dcfd-4ae3-8f8e-45a0b47f8b22\n
target = phd_framework::zfs
|
26 | 2024-11-29T17:27:42.810Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 188
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
27 | 2024-11-29T17:27:42.810Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__BASE_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 206
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm_name = migration_from_base_and_back
|
28 | 2024-11-29T17:27:42.810Z | DEBG | phd-runner: [NEW - EVENT] checking for existing copy of artifact
file = phd-tests/framework/src/artifacts/store.rs
line = 89
maybe_path = /phd-artifacts/6ddc7fe004633766b6b1a6f80e4a5a1443a681408aacb88b941a23d6d26b7ad6/propolis-server.tar.gz
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::artifacts::store
|
29 | 2024-11-29T17:27:42.810Z | DEBG | phd-runner: [NEW - EVENT] Downloading file from Buildomat...
file = phd-tests/framework/src/artifacts/buildomat.rs
line = 215
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::artifacts::buildomat
timeout = 600s
uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/propolis/phd_build/fca969a5d3bc834c5724ebb70517d3a132332aec/propolis-server.tar.gz
|
30 | 2024-11-29T17:28:07.433Z | DEBG | phd-runner: [NEW - EVENT] Extracting artifact from tarball
extracted_path = /phd-artifacts/6ddc7fe004633766b6b1a6f80e4a5a1443a681408aacb88b941a23d6d26b7ad6/propolis-server
file = phd-tests/framework/src/artifacts/store.rs
line = 162
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::artifacts::store
untar_path = propolis-server
|
31 | 2024-11-29T17:28:07.433Z | DEBG | phd-runner: [NEW - EVENT] Extracting gzipped tarball...
file = phd-tests/framework/src/artifacts/store.rs
line = 518
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::artifacts::store
|
32 | 2024-11-29T17:28:20.055Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migration_from_base_and_back.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::from_base::migration_from_base_and_back
server_addr = 127.0.0.1:9000
server_path = "/phd-artifacts/6ddc7fe004633766b6b1a6f80e4a5a1443a681408aacb88b941a23d6d26b7ad6/propolis-server"
target = phd_framework::test_vm::server
|
33 | 2024-11-29T17:28:20.055Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::from_base::migration_from_base_and_back
stderr_path = "/tmp/propolis-phd/migration_from_base_and_back.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_from_base_and_back.stdout.log"
target = phd_framework::server_log_mode
|
34 | 2024-11-29T17:28:20.103Z | 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::from_base::migration_from_base_and_back
target = phd_framework::test_vm::server
|
35 | 2024-11-29T17:28:20.103Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 37293
file = phd-tests/framework/src/test_vm/mod.rs
line = 188
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
36 | 2024-11-29T17:28:20.103Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 292
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
37 | 2024-11-29T17:28:20.104Z | 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/spec)
file = phd-tests/framework/src/test_vm/mod.rs
line = 370
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
38 | 2024-11-29T17:28:20.593Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
39 | 2024-11-29T17:28:20.594Z | 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: 896db549-fe4f-4c9b-9a5a-7a43ac90a074, metadata: InstanceMetadata { project_id: 017a6ea3-ad7a-442d-b175-5610e3977f13, silo_id: 1a188df4-4920-4ce9-b0a2-d5b0d8c72265, sled_id: 2a3265be-3b5d-406d-9d2a-f29942f90435, sled_model: "pheidippes", sled_revision: 1, sled_serial: "2a3265be-3b5d-406d-9d2a-f29942f90435" }, name: "phd-vm-896db549-fe4f-4c9b-9a5a-7a43ac90a074" }, state: Creating }
line = 429
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
40 | 2024-11-29T17:28:20.594Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 490
file = phd-tests/framework/src/test_vm/mod.rs
line = 292
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
41 | 2024-11-29T17:28:20.594Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 506
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
42 | 2024-11-29T17:28:20.594Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 511
path = phd_tests::migrate::from_base::migration_from_base_and_back
state = Run
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
43 | 2024-11-29T17:28:20.594Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 506
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
44 | 2024-11-29T17:28:20.594Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 763
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
45 | 2024-11-29T17:28:20.595Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 712
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
46 | 2024-11-29T17:28:20.595Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 720
path = phd_tests::migrate::from_base::migration_from_base_and_back
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
47 | 2024-11-29T17:28:20.595Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
48 | 2024-11-29T17:28:20.595Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
49 | 2024-11-29T17:28:24.884Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4289
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
50 | 2024-11-29T17:28:24.885Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 720
path = phd_tests::migrate::from_base::migration_from_base_and_back
step = WriteStr("root")
target = phd_framework::test_vm
|
51 | 2024-11-29T17:28:24.885Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 720
path = phd_tests::migrate::from_base::migration_from_base_and_back
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
52 | 2024-11-29T17:28:24.885Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
53 | 2024-11-29T17:28:24.885Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
54 | 2024-11-29T17:28:24.904Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
55 | 2024-11-29T17:28:24.904Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 760
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
56 | 2024-11-29T17:28:24.904Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4309
file = phd-tests/framework/src/test_vm/mod.rs
line = 763
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
57 | 2024-11-29T17:28:24.904Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
58 | 2024-11-29T17:28:24.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 = 785
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
59 | 2024-11-29T17:28:24.915Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
60 | 2024-11-29T17:28:24.915Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
61 | 2024-11-29T17:28:24.915Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
62 | 2024-11-29T17:28:24.938Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
63 | 2024-11-29T17:28:24.938Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
64 | 2024-11-29T17:28:24.938Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
65 | 2024-11-29T17:28:24.948Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
66 | 2024-11-29T17:28:24.949Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
67 | 2024-11-29T17:28:24.949Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
68 | 2024-11-29T17:28:24.970Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
69 | 2024-11-29T17:28:24.970Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
70 | 2024-11-29T17:28:24.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 = 785
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
71 | 2024-11-29T17:28:24.981Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
72 | 2024-11-29T17:28:24.981Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
73 | 2024-11-29T17:28:24.981Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
74 | 2024-11-29T17:28:25.004Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
75 | 2024-11-29T17:28:25.004Z | INFO | phd-runner: [TEST - EVENT] migrating to new Propolis artifact for lifecycle test
file = phd-tests/framework/src/lifecycle.rs
line = 74
path = phd_tests::migrate::from_base::migration_from_base_and_back
propolis_artifact = __DEFAULT_PROPOLIS
target = phd_framework::lifecycle
vm_name = migration_from_base_and_back
|
76 | 2024-11-29T17:28:25.004Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 188
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
77 | 2024-11-29T17:28:25.004Z | 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 = 206
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm_name = migration_from_base_and_back_lifecycle_0
|
78 | 2024-11-29T17:28:25.004Z | 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 | 2024-11-29T17:28:25.004Z | 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 | 2024-11-29T17:28:25.004Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migration_from_base_and_back_lifecycle_0.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::from_base::migration_from_base_and_back
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
81 | 2024-11-29T17:28:25.005Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::from_base::migration_from_base_and_back
stderr_path = "/tmp/propolis-phd/migration_from_base_and_back_lifecycle_0.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_from_base_and_back_lifecycle_0.stdout.log"
target = phd_framework::server_log_mode
|
82 | 2024-11-29T17:28:25.019Z | 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::from_base::migration_from_base_and_back
target = phd_framework::test_vm::server
|
83 | 2024-11-29T17:28:25.020Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 15
file = phd-tests/framework/src/test_vm/mod.rs
line = 188
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
84 | 2024-11-29T17:28:25.020Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 540
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
target = phd_framework::test_vm
target_id = 0a572643-8895-4784-a54d-6c661f1df877
|
85 | 2024-11-29T17:28:25.020Z | 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 = 573
migration_id = c6f6b213-a62f-48f2-a276-fac0d5405e64
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
target = phd_framework::test_vm
target_id = 0a572643-8895-4784-a54d-6c661f1df877
timeout_duration = 45s
|
86 | 2024-11-29T17:28:25.020Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 292
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
target = phd_framework::test_vm
target_id = 0a572643-8895-4784-a54d-6c661f1df877
vm = migration_from_base_and_back_lifecycle_0
vm_id = 0a572643-8895-4784-a54d-6c661f1df877
|
87 | 2024-11-29T17:28:25.021Z | 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/spec)
file = phd-tests/framework/src/test_vm/mod.rs
line = 370
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
target = phd_framework::test_vm
target_id = 0a572643-8895-4784-a54d-6c661f1df877
vm = migration_from_base_and_back_lifecycle_0
vm_id = 0a572643-8895-4784-a54d-6c661f1df877
|
88 | 2024-11-29T17:28:25.644Z | 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: 0a572643-8895-4784-a54d-6c661f1df877, metadata: InstanceMetadata { project_id: 017a6ea3-ad7a-442d-b175-5610e3977f13, silo_id: 1a188df4-4920-4ce9-b0a2-d5b0d8c72265, sled_id: b6013447-406b-4d08-99cb-4df3dba7887f, sled_model: "pheidippes", sled_revision: 1, sled_serial: "b6013447-406b-4d08-99cb-4df3dba7887f" }, name: "phd-vm-0a572643-8895-4784-a54d-6c661f1df877" }, state: Migrating }
line = 429
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
target = phd_framework::test_vm
target_id = 0a572643-8895-4784-a54d-6c661f1df877
vm = migration_from_base_and_back_lifecycle_0
vm_id = 0a572643-8895-4784-a54d-6c661f1df877
|
89 | 2024-11-29T17:28:25.645Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 624
file = phd-tests/framework/src/test_vm/mod.rs
line = 292
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
target = phd_framework::test_vm
target_id = 0a572643-8895-4784-a54d-6c661f1df877
vm = migration_from_base_and_back_lifecycle_0
vm_id = 0a572643-8895-4784-a54d-6c661f1df877
|
90 | 2024-11-29T17:28:25.645Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 594
migration_id = c6f6b213-a62f-48f2-a276-fac0d5405e64
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
target = phd_framework::test_vm
target_id = 0a572643-8895-4784-a54d-6c661f1df877
|
91 | 2024-11-29T17:28:28.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:9002","from_start":7718}}
target = phd_framework::serial
|
92 | 2024-11-29T17:28:28.301Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 607
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
target = phd_framework::test_vm
target_id = 0a572643-8895-4784-a54d-6c661f1df877
|
93 | 2024-11-29T17:28:28.301Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2656
file = phd-tests/framework/src/test_vm/mod.rs
line = 594
migration_id = c6f6b213-a62f-48f2-a276-fac0d5405e64
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
target = phd_framework::test_vm
target_id = 0a572643-8895-4784-a54d-6c661f1df877
|
94 | 2024-11-29T17:28:28.301Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3281
file = phd-tests/framework/src/test_vm/mod.rs
line = 540
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
target = phd_framework::test_vm
target_id = 0a572643-8895-4784-a54d-6c661f1df877
|
95 | 2024-11-29T17:28:28.302Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1035
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
96 | 2024-11-29T17:28:28.302Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_0
vm_id = 0a572643-8895-4784-a54d-6c661f1df877
|
97 | 2024-11-29T17:28:28.303Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base_and_back_lifecycle_0
vm_id = 0a572643-8895-4784-a54d-6c661f1df877
|
98 | 2024-11-29T17:28:28.303Z | 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::from_base::migration_from_base_and_back
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
99 | 2024-11-29T17:28:28.427Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 124
file = phd-tests/framework/src/test_vm/mod.rs
line = 1035
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 896db549-fe4f-4c9b-9a5a-7a43ac90a074
|
100 | 2024-11-29T17:28:28.428Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 125
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_0
vm_id = 0a572643-8895-4784-a54d-6c661f1df877
|
101 | 2024-11-29T17:28:28.428Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_0
vm_id = 0a572643-8895-4784-a54d-6c661f1df877
|
102 | 2024-11-29T17:28:28.428Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base_and_back_lifecycle_0
vm_id = 0a572643-8895-4784-a54d-6c661f1df877
|
103 | 2024-11-29T17:28:28.451Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_0
vm_id = 0a572643-8895-4784-a54d-6c661f1df877
|
104 | 2024-11-29T17:28:28.451Z | INFO | phd-runner: [TEST - EVENT] migrating to new Propolis artifact for lifecycle test
file = phd-tests/framework/src/lifecycle.rs
line = 74
path = phd_tests::migrate::from_base::migration_from_base_and_back
propolis_artifact = __BASE_PROPOLIS
target = phd_framework::lifecycle
vm_name = migration_from_base_and_back
|
105 | 2024-11-29T17:28:28.451Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 188
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
106 | 2024-11-29T17:28:28.451Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__BASE_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 206
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm_name = migration_from_base_and_back_lifecycle_1
|
107 | 2024-11-29T17:28:28.451Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/6ddc7fe004633766b6b1a6f80e4a5a1443a681408aacb88b941a23d6d26b7ad6/propolis-server
target = phd_framework::artifacts::store
|
108 | 2024-11-29T17:28:28.451Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migration_from_base_and_back_lifecycle_1.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::from_base::migration_from_base_and_back
server_addr = 127.0.0.1:9004
server_path = "/phd-artifacts/6ddc7fe004633766b6b1a6f80e4a5a1443a681408aacb88b941a23d6d26b7ad6/propolis-server"
target = phd_framework::test_vm::server
|
109 | 2024-11-29T17:28:28.451Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::from_base::migration_from_base_and_back
stderr_path = "/tmp/propolis-phd/migration_from_base_and_back_lifecycle_1.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_from_base_and_back_lifecycle_1.stdout.log"
target = phd_framework::server_log_mode
|
110 | 2024-11-29T17:28:28.467Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 870
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm::server
|
111 | 2024-11-29T17:28:28.467Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 16
file = phd-tests/framework/src/test_vm/mod.rs
line = 188
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
112 | 2024-11-29T17:28:28.467Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 540
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = 0a572643-8895-4784-a54d-6c661f1df877
target = phd_framework::test_vm
target_id = 3587a26d-2462-417b-9802-965aeddd84d1
|
113 | 2024-11-29T17:28:28.468Z | 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 = 573
migration_id = 5fc0789a-353f-4b09-982c-834aa3f23137
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = 0a572643-8895-4784-a54d-6c661f1df877
target = phd_framework::test_vm
target_id = 3587a26d-2462-417b-9802-965aeddd84d1
timeout_duration = 45s
|
114 | 2024-11-29T17:28:28.468Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 292
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = 0a572643-8895-4784-a54d-6c661f1df877
target = phd_framework::test_vm
target_id = 3587a26d-2462-417b-9802-965aeddd84d1
vm = migration_from_base_and_back_lifecycle_1
vm_id = 3587a26d-2462-417b-9802-965aeddd84d1
|
115 | 2024-11-29T17:28:28.468Z | 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:9004/instance/spec)
file = phd-tests/framework/src/test_vm/mod.rs
line = 370
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = 0a572643-8895-4784-a54d-6c661f1df877
target = phd_framework::test_vm
target_id = 3587a26d-2462-417b-9802-965aeddd84d1
vm = migration_from_base_and_back_lifecycle_1
vm_id = 3587a26d-2462-417b-9802-965aeddd84d1
|
116 | 2024-11-29T17:28:29.090Z | 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: 3587a26d-2462-417b-9802-965aeddd84d1, metadata: InstanceMetadata { project_id: 017a6ea3-ad7a-442d-b175-5610e3977f13, silo_id: 1a188df4-4920-4ce9-b0a2-d5b0d8c72265, sled_id: 99768e0e-b112-4dae-955a-e03b972c128c, sled_model: "pheidippes", sled_revision: 1, sled_serial: "99768e0e-b112-4dae-955a-e03b972c128c" }, name: "phd-vm-3587a26d-2462-417b-9802-965aeddd84d1" }, state: Migrating }
line = 429
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = 0a572643-8895-4784-a54d-6c661f1df877
target = phd_framework::test_vm
target_id = 3587a26d-2462-417b-9802-965aeddd84d1
vm = migration_from_base_and_back_lifecycle_1
vm_id = 3587a26d-2462-417b-9802-965aeddd84d1
|
117 | 2024-11-29T17:28:29.090Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 622
file = phd-tests/framework/src/test_vm/mod.rs
line = 292
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = 0a572643-8895-4784-a54d-6c661f1df877
target = phd_framework::test_vm
target_id = 3587a26d-2462-417b-9802-965aeddd84d1
vm = migration_from_base_and_back_lifecycle_1
vm_id = 3587a26d-2462-417b-9802-965aeddd84d1
|
118 | 2024-11-29T17:28:29.090Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 594
migration_id = 5fc0789a-353f-4b09-982c-834aa3f23137
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = 0a572643-8895-4784-a54d-6c661f1df877
target = phd_framework::test_vm
target_id = 3587a26d-2462-417b-9802-965aeddd84d1
|
119 | 2024-11-29T17:28:31.666Z | 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":7765}}
target = phd_framework::serial
|
120 | 2024-11-29T17:28:33.489Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 607
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = 0a572643-8895-4784-a54d-6c661f1df877
target = phd_framework::test_vm
target_id = 3587a26d-2462-417b-9802-965aeddd84d1
|
121 | 2024-11-29T17:28:33.489Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4398
file = phd-tests/framework/src/test_vm/mod.rs
line = 594
migration_id = 5fc0789a-353f-4b09-982c-834aa3f23137
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = 0a572643-8895-4784-a54d-6c661f1df877
target = phd_framework::test_vm
target_id = 3587a26d-2462-417b-9802-965aeddd84d1
|
122 | 2024-11-29T17:28:33.489Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5021
file = phd-tests/framework/src/test_vm/mod.rs
line = 540
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = 0a572643-8895-4784-a54d-6c661f1df877
target = phd_framework::test_vm
target_id = 3587a26d-2462-417b-9802-965aeddd84d1
|
123 | 2024-11-29T17:28:33.491Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1035
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_0
vm_id = 0a572643-8895-4784-a54d-6c661f1df877
|
124 | 2024-11-29T17:28:33.491Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_1
vm_id = 3587a26d-2462-417b-9802-965aeddd84d1
|
125 | 2024-11-29T17:28:33.491Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base_and_back_lifecycle_1
vm_id = 3587a26d-2462-417b-9802-965aeddd84d1
|
126 | 2024-11-29T17:28:33.492Z | 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::from_base::migration_from_base_and_back
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = migration_from_base_and_back_lifecycle_0
vm_id = 0a572643-8895-4784-a54d-6c661f1df877
|
127 | 2024-11-29T17:28:33.620Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 129
file = phd-tests/framework/src/test_vm/mod.rs
line = 1035
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_0
vm_id = 0a572643-8895-4784-a54d-6c661f1df877
|
128 | 2024-11-29T17:28:33.621Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 129
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_1
vm_id = 3587a26d-2462-417b-9802-965aeddd84d1
|
129 | 2024-11-29T17:28:33.621Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_1
vm_id = 3587a26d-2462-417b-9802-965aeddd84d1
|
130 | 2024-11-29T17:28:33.621Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base_and_back_lifecycle_1
vm_id = 3587a26d-2462-417b-9802-965aeddd84d1
|
131 | 2024-11-29T17:28:33.654Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_1
vm_id = 3587a26d-2462-417b-9802-965aeddd84d1
|
132 | 2024-11-29T17:28:33.654Z | INFO | phd-runner: [TEST - EVENT] migrating to new Propolis artifact for lifecycle test
file = phd-tests/framework/src/lifecycle.rs
line = 74
path = phd_tests::migrate::from_base::migration_from_base_and_back
propolis_artifact = __DEFAULT_PROPOLIS
target = phd_framework::lifecycle
vm_name = migration_from_base_and_back
|
133 | 2024-11-29T17:28:33.654Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 188
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
134 | 2024-11-29T17:28:33.654Z | 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 = 206
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm_name = migration_from_base_and_back_lifecycle_2
|
135 | 2024-11-29T17:28:33.654Z | 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
|
136 | 2024-11-29T17:28:33.655Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migration_from_base_and_back_lifecycle_2.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::from_base::migration_from_base_and_back
server_addr = 127.0.0.1:9006
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
137 | 2024-11-29T17:28:33.655Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::from_base::migration_from_base_and_back
stderr_path = "/tmp/propolis-phd/migration_from_base_and_back_lifecycle_2.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_from_base_and_back_lifecycle_2.stdout.log"
target = phd_framework::server_log_mode
|
138 | 2024-11-29T17:28:33.670Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 872
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm::server
|
139 | 2024-11-29T17:28:33.671Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 16
file = phd-tests/framework/src/test_vm/mod.rs
line = 188
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
140 | 2024-11-29T17:28:33.671Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 540
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 3587a26d-2462-417b-9802-965aeddd84d1
target = phd_framework::test_vm
target_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
|
141 | 2024-11-29T17:28:33.671Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9004
file = phd-tests/framework/src/test_vm/mod.rs
line = 573
migration_id = 3895a596-f381-4335-a106-ef153782053f
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 3587a26d-2462-417b-9802-965aeddd84d1
target = phd_framework::test_vm
target_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
timeout_duration = 45s
|
142 | 2024-11-29T17:28:33.671Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 292
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 3587a26d-2462-417b-9802-965aeddd84d1
target = phd_framework::test_vm
target_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
vm = migration_from_base_and_back_lifecycle_2
vm_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
|
143 | 2024-11-29T17:28:33.671Z | 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:9006/instance/spec)
file = phd-tests/framework/src/test_vm/mod.rs
line = 370
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 3587a26d-2462-417b-9802-965aeddd84d1
target = phd_framework::test_vm
target_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
vm = migration_from_base_and_back_lifecycle_2
vm_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
|
144 | 2024-11-29T17:28:34.515Z | 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: 639f4024-2f23-4806-b28c-f8e07e4c52da, metadata: InstanceMetadata { project_id: 017a6ea3-ad7a-442d-b175-5610e3977f13, silo_id: 1a188df4-4920-4ce9-b0a2-d5b0d8c72265, sled_id: c6d7c178-6545-4b2b-a020-378844a6fc96, sled_model: "pheidippes", sled_revision: 1, sled_serial: "c6d7c178-6545-4b2b-a020-378844a6fc96" }, name: "phd-vm-639f4024-2f23-4806-b28c-f8e07e4c52da" }, state: Migrating }
line = 429
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 3587a26d-2462-417b-9802-965aeddd84d1
target = phd_framework::test_vm
target_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
vm = migration_from_base_and_back_lifecycle_2
vm_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
|
145 | 2024-11-29T17:28:34.515Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 844
file = phd-tests/framework/src/test_vm/mod.rs
line = 292
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 3587a26d-2462-417b-9802-965aeddd84d1
target = phd_framework::test_vm
target_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
vm = migration_from_base_and_back_lifecycle_2
vm_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
|
146 | 2024-11-29T17:28:34.515Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 594
migration_id = 3895a596-f381-4335-a106-ef153782053f
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 3587a26d-2462-417b-9802-965aeddd84d1
target = phd_framework::test_vm
target_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
|
147 | 2024-11-29T17:28:37.002Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9006","from_start":7812}}
target = phd_framework::serial
|
148 | 2024-11-29T17:28:38.481Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 607
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 3587a26d-2462-417b-9802-965aeddd84d1
target = phd_framework::test_vm
target_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
|
149 | 2024-11-29T17:28:38.481Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3965
file = phd-tests/framework/src/test_vm/mod.rs
line = 594
migration_id = 3895a596-f381-4335-a106-ef153782053f
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 3587a26d-2462-417b-9802-965aeddd84d1
target = phd_framework::test_vm
target_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
|
150 | 2024-11-29T17:28:38.481Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4810
file = phd-tests/framework/src/test_vm/mod.rs
line = 540
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 3587a26d-2462-417b-9802-965aeddd84d1
target = phd_framework::test_vm
target_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
|
151 | 2024-11-29T17:28:38.482Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1035
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_1
vm_id = 3587a26d-2462-417b-9802-965aeddd84d1
|
152 | 2024-11-29T17:28:38.482Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_2
vm_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
|
153 | 2024-11-29T17:28:38.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 = 785
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base_and_back_lifecycle_2
vm_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
|
154 | 2024-11-29T17:28:38.483Z | 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::from_base::migration_from_base_and_back
self.address = 127.0.0.1:9004
target = phd_framework::test_vm::server
vm = migration_from_base_and_back_lifecycle_1
vm_id = 3587a26d-2462-417b-9802-965aeddd84d1
|
155 | 2024-11-29T17:28:38.602Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 120
file = phd-tests/framework/src/test_vm/mod.rs
line = 1035
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_1
vm_id = 3587a26d-2462-417b-9802-965aeddd84d1
|
156 | 2024-11-29T17:28:38.603Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 120
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_2
vm_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
|
157 | 2024-11-29T17:28:38.603Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_2
vm_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
|
158 | 2024-11-29T17:28:38.603Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base_and_back_lifecycle_2
vm_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
|
159 | 2024-11-29T17:28:38.626Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_2
vm_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
|
160 | 2024-11-29T17:28:38.626Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1035
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_2
vm_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
|
161 | 2024-11-29T17:28:38.626Z | 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
|
162 | 2024-11-29T17:28:38.626Z | INFO | phd-runner: test phd_tests::migrate::from_base::migration_from_base_and_back ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
163 | 2024-11-29T17:28:38.626Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
164 | 2024-11-29T17:28:38.626Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 18033
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
165 | 2024-11-29T17:28:38.627Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1058
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_2
vm_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
|
166 | 2024-11-29T17:28:39.124Z | 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::from_base::migration_from_base_and_back
self.address = 127.0.0.1:9006
target = phd_framework::test_vm::server
vm = migration_from_base_and_back_lifecycle_2
vm_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
|
167 | 2024-11-29T17:28:39.253Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::zfs
vm = migration_from_base_and_back_lifecycle_2
vm_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
|
168 | 2024-11-29T17:28:39.253Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-719e44e9-dcfd-4ae3-8f8e-45a0b47f8b22"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::zfs
verb = destroy
vm = migration_from_base_and_back_lifecycle_2
vm_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
|
169 | 2024-11-29T17:28:39.295Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::zfs
vm = migration_from_base_and_back_lifecycle_2
vm_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
|
170 | 2024-11-29T17:28:39.295Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-52a0324e-8aa8-4c8f-9bcc-b93c1e8ac9ed"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::zfs
verb = destroy
vm = migration_from_base_and_back_lifecycle_2
vm_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
|
171 | 2024-11-29T17:28:39.321Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 695
file = phd-tests/framework/src/test_vm/mod.rs
line = 1035
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back_lifecycle_2
vm_id = 639f4024-2f23-4806-b28c-f8e07e4c52da
|
172 | 2024-11-29T17:28:39.321Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 83883
file = phd-tests/tests/src/migrate.rs
line = 52
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_tests::migrate::from_base
|
173 | 2024-11-29T17:28:39.321Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 695
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
174 | 2024-11-29T17:28:39.321Z | INFO | phd-runner: Starting test phd_tests::migrate::from_base::serial_history
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
175 | 2024-11-29T17:28:39.321Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
176 | 2024-11-29T17:28:39.321Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
177 | 2024-11-29T17:28:39.322Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 40
path = phd_tests::migrate::from_base::serial_history
target = phd_tests::migrate::from_base
|
178 | 2024-11-29T17:28:39.322Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
179 | 2024-11-29T17:28:39.322Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
180 | 2024-11-29T17:28:39.322Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
181 | 2024-11-29T17:28:39.322Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::zfs
verb = list
|
182 | 2024-11-29T17:28:39.342Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::from_base::serial_history
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 698M 1.80T 696M /phd-artifacts\n
target = phd_framework::zfs
|
183 | 2024-11-29T17:28:39.342Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-200e1702-4ac3-4821-aeab-4072898fd029"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::zfs
verb = snapshot
|
184 | 2024-11-29T17:28:39.368Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-200e1702-4ac3-4821-aeab-4072898fd029", "phd-artifacts/phd-clone-a8f677ba-4d4d-4564-a131-ebd406f11284"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::zfs
verb = clone
|
185 | 2024-11-29T17:28:39.391Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a8f677ba-4d4d-4564-a131-ebd406f11284"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::zfs
verb = list
|
186 | 2024-11-29T17:28:39.409Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::from_base::serial_history
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-a8f677ba-4d4d-4564-a131-ebd406f11284 0B 1.80T 696M /phd-artifacts/phd-clone-a8f677ba-4d4d-4564-a131-ebd406f11284\n
target = phd_framework::zfs
|
187 | 2024-11-29T17:28:39.409Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 188
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
188 | 2024-11-29T17:28:39.409Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__BASE_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 206
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm_name = migration_serial_history_base
|
189 | 2024-11-29T17:28:39.409Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/6ddc7fe004633766b6b1a6f80e4a5a1443a681408aacb88b941a23d6d26b7ad6/propolis-server
target = phd_framework::artifacts::store
|
190 | 2024-11-29T17:28:39.409Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migration_serial_history_base.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::from_base::serial_history
server_addr = 127.0.0.1:9000
server_path = "/phd-artifacts/6ddc7fe004633766b6b1a6f80e4a5a1443a681408aacb88b941a23d6d26b7ad6/propolis-server"
target = phd_framework::test_vm::server
|
191 | 2024-11-29T17:28:39.409Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::from_base::serial_history
stderr_path = "/tmp/propolis-phd/migration_serial_history_base.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_serial_history_base.stdout.log"
target = phd_framework::server_log_mode
|
192 | 2024-11-29T17:28:39.420Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 881
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm::server
|
193 | 2024-11-29T17:28:39.420Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 188
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
194 | 2024-11-29T17:28:39.420Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 292
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
|
195 | 2024-11-29T17:28:39.420Z | 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/spec)
file = phd-tests/framework/src/test_vm/mod.rs
line = 370
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
|
196 | 2024-11-29T17:28:40.231Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
197 | 2024-11-29T17:28:40.231Z | 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: c35dfe6b-6b57-45df-93a9-a6349a5e65b9, metadata: InstanceMetadata { project_id: 5936cde3-edbc-4d8f-b010-660355dcb830, silo_id: dd7f9906-38ef-482b-8997-d5dd1ebdaaa6, sled_id: 44fa469a-2fd6-405b-9dc9-cf7513710bcb, sled_model: "pheidippes", sled_revision: 1, sled_serial: "44fa469a-2fd6-405b-9dc9-cf7513710bcb" }, name: "phd-vm-c35dfe6b-6b57-45df-93a9-a6349a5e65b9" }, state: Creating }
line = 429
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
|
198 | 2024-11-29T17:28:40.231Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 811
file = phd-tests/framework/src/test_vm/mod.rs
line = 292
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
|
199 | 2024-11-29T17:28:40.231Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 506
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
|
200 | 2024-11-29T17:28:40.231Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 511
path = phd_tests::migrate::from_base::serial_history
state = Run
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
|
201 | 2024-11-29T17:28:40.232Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 506
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
|
202 | 2024-11-29T17:28:40.232Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 763
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
203 | 2024-11-29T17:28:40.232Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 712
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_serial_history_base
vm_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
|
204 | 2024-11-29T17:28:40.232Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 720
path = phd_tests::migrate::from_base::serial_history
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
205 | 2024-11-29T17:28:40.232Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
|
206 | 2024-11-29T17:28:40.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 = 785
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history_base
vm_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
|
207 | 2024-11-29T17:28:44.389Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4156
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
|
208 | 2024-11-29T17:28:44.389Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 720
path = phd_tests::migrate::from_base::serial_history
step = WriteStr("root")
target = phd_framework::test_vm
|
209 | 2024-11-29T17:28:44.389Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 720
path = phd_tests::migrate::from_base::serial_history
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
210 | 2024-11-29T17:28:44.389Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
|
211 | 2024-11-29T17:28:44.389Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history_base
vm_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
|
212 | 2024-11-29T17:28:44.407Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
|
213 | 2024-11-29T17:28:44.407Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 760
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
214 | 2024-11-29T17:28:44.407Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4175
file = phd-tests/framework/src/test_vm/mod.rs
line = 763
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
215 | 2024-11-29T17:28:44.407Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
|
216 | 2024-11-29T17:28:44.407Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_serial_history_base
vm_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
|
217 | 2024-11-29T17:28:44.418Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
|
218 | 2024-11-29T17:28:44.418Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
|
219 | 2024-11-29T17:28:44.418Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_serial_history_base
vm_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
|
220 | 2024-11-29T17:28:44.451Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
|
221 | 2024-11-29T17:28:44.456Z | INFO | phd-runner: [TEST - EVENT] migrating to new Propolis artifact for lifecycle test
file = phd-tests/framework/src/lifecycle.rs
line = 74
path = phd_tests::migrate::from_base::serial_history
propolis_artifact = __DEFAULT_PROPOLIS
target = phd_framework::lifecycle
vm_name = migration_serial_history_base
|
222 | 2024-11-29T17:28:44.456Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 188
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
223 | 2024-11-29T17:28:44.456Z | 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 = 206
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm_name = migration_serial_history_base_lifecycle_0
|
224 | 2024-11-29T17:28:44.456Z | 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
|
225 | 2024-11-29T17:28:44.456Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migration_serial_history_base_lifecycle_0.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::from_base::serial_history
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
226 | 2024-11-29T17:28:44.456Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::from_base::serial_history
stderr_path = "/tmp/propolis-phd/migration_serial_history_base_lifecycle_0.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_serial_history_base_lifecycle_0.stdout.log"
target = phd_framework::server_log_mode
|
227 | 2024-11-29T17:28:44.472Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 882
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm::server
|
228 | 2024-11-29T17:28:44.472Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 15
file = phd-tests/framework/src/test_vm/mod.rs
line = 188
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
229 | 2024-11-29T17:28:44.472Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 540
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
target = phd_framework::test_vm
target_id = 34b9dd19-f7cf-48b5-91b9-592f6385f21f
|
230 | 2024-11-29T17:28:44.472Z | 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 = 573
migration_id = 1a3f4123-2d13-4f6f-b66e-748cdf5b52a9
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
target = phd_framework::test_vm
target_id = 34b9dd19-f7cf-48b5-91b9-592f6385f21f
timeout_duration = 45s
|
231 | 2024-11-29T17:28:44.472Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 292
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
target = phd_framework::test_vm
target_id = 34b9dd19-f7cf-48b5-91b9-592f6385f21f
vm = migration_serial_history_base_lifecycle_0
vm_id = 34b9dd19-f7cf-48b5-91b9-592f6385f21f
|
232 | 2024-11-29T17:28:44.473Z | 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/spec)
file = phd-tests/framework/src/test_vm/mod.rs
line = 370
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
target = phd_framework::test_vm
target_id = 34b9dd19-f7cf-48b5-91b9-592f6385f21f
vm = migration_serial_history_base_lifecycle_0
vm_id = 34b9dd19-f7cf-48b5-91b9-592f6385f21f
|
233 | 2024-11-29T17:28:45.269Z | 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: 34b9dd19-f7cf-48b5-91b9-592f6385f21f, metadata: InstanceMetadata { project_id: 5936cde3-edbc-4d8f-b010-660355dcb830, silo_id: dd7f9906-38ef-482b-8997-d5dd1ebdaaa6, sled_id: 3f24dfb2-5118-4a36-a31d-974a303a0bcc, sled_model: "pheidippes", sled_revision: 1, sled_serial: "3f24dfb2-5118-4a36-a31d-974a303a0bcc" }, name: "phd-vm-34b9dd19-f7cf-48b5-91b9-592f6385f21f" }, state: Migrating }
line = 429
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
target = phd_framework::test_vm
target_id = 34b9dd19-f7cf-48b5-91b9-592f6385f21f
vm = migration_serial_history_base_lifecycle_0
vm_id = 34b9dd19-f7cf-48b5-91b9-592f6385f21f
|
234 | 2024-11-29T17:28:45.269Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 797
file = phd-tests/framework/src/test_vm/mod.rs
line = 292
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
target = phd_framework::test_vm
target_id = 34b9dd19-f7cf-48b5-91b9-592f6385f21f
vm = migration_serial_history_base_lifecycle_0
vm_id = 34b9dd19-f7cf-48b5-91b9-592f6385f21f
|
235 | 2024-11-29T17:28:45.269Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 594
migration_id = 1a3f4123-2d13-4f6f-b66e-748cdf5b52a9
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
target = phd_framework::test_vm
target_id = 34b9dd19-f7cf-48b5-91b9-592f6385f21f
|
236 | 2024-11-29T17:28:47.529Z | 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":7685}}
target = phd_framework::serial
|
237 | 2024-11-29T17:28:47.538Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 607
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
target = phd_framework::test_vm
target_id = 34b9dd19-f7cf-48b5-91b9-592f6385f21f
|
238 | 2024-11-29T17:28:47.538Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2268
file = phd-tests/framework/src/test_vm/mod.rs
line = 594
migration_id = 1a3f4123-2d13-4f6f-b66e-748cdf5b52a9
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
target = phd_framework::test_vm
target_id = 34b9dd19-f7cf-48b5-91b9-592f6385f21f
|
239 | 2024-11-29T17:28:47.538Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3066
file = phd-tests/framework/src/test_vm/mod.rs
line = 540
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
target = phd_framework::test_vm
target_id = 34b9dd19-f7cf-48b5-91b9-592f6385f21f
|
240 | 2024-11-29T17:28:47.539Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1035
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
|
241 | 2024-11-29T17:28:47.540Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1058
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
|
242 | 2024-11-29T17:28:47.544Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1035
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base_lifecycle_0
vm_id = 34b9dd19-f7cf-48b5-91b9-592f6385f21f
|
243 | 2024-11-29T17:28:47.544Z | 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
|
244 | 2024-11-29T17:28:47.544Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7313
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
245 | 2024-11-29T17:28:47.544Z | INFO | phd-runner: test phd_tests::migrate::from_base::serial_history ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
246 | 2024-11-29T17:28:47.544Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
247 | 2024-11-29T17:28:47.545Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1058
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base_lifecycle_0
vm_id = 34b9dd19-f7cf-48b5-91b9-592f6385f21f
|
248 | 2024-11-29T17:28:47.888Z | 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::from_base::serial_history
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = migration_serial_history_base
vm_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
|
249 | 2024-11-29T17:28:48.016Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 476
file = phd-tests/framework/src/test_vm/mod.rs
line = 1035
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = c35dfe6b-6b57-45df-93a9-a6349a5e65b9
|
250 | 2024-11-29T17:28:48.106Z | 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::from_base::serial_history
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = migration_serial_history_base_lifecycle_0
vm_id = 34b9dd19-f7cf-48b5-91b9-592f6385f21f
|
251 | 2024-11-29T17:28:48.238Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::zfs
vm = migration_serial_history_base_lifecycle_0
vm_id = 34b9dd19-f7cf-48b5-91b9-592f6385f21f
|
252 | 2024-11-29T17:28:48.238Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a8f677ba-4d4d-4564-a131-ebd406f11284"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::zfs
verb = destroy
vm = migration_serial_history_base_lifecycle_0
vm_id = 34b9dd19-f7cf-48b5-91b9-592f6385f21f
|
253 | 2024-11-29T17:28:48.271Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::zfs
vm = migration_serial_history_base_lifecycle_0
vm_id = 34b9dd19-f7cf-48b5-91b9-592f6385f21f
|
254 | 2024-11-29T17:28:48.271Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-200e1702-4ac3-4821-aeab-4072898fd029"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::zfs
verb = destroy
vm = migration_serial_history_base_lifecycle_0
vm_id = 34b9dd19-f7cf-48b5-91b9-592f6385f21f
|
255 | 2024-11-29T17:28:48.295Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 751
file = phd-tests/framework/src/test_vm/mod.rs
line = 1035
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base_lifecycle_0
vm_id = 34b9dd19-f7cf-48b5-91b9-592f6385f21f
|
256 | 2024-11-29T17:28:48.295Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 8973
file = phd-tests/tests/src/migrate.rs
line = 40
path = phd_tests::migrate::from_base::serial_history
target = phd_tests::migrate::from_base
|
257 | 2024-11-29T17:28:48.295Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 751
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
258 | 2024-11-29T17:28:48.295Z | INFO | phd-runner: Starting test phd_tests::migrate::from_base::can_migrate_from_base
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
259 | 2024-11-29T17:28:48.295Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
260 | 2024-11-29T17:28:48.295Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
261 | 2024-11-29T17:28:48.296Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 34
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_tests::migrate::from_base
|
262 | 2024-11-29T17:28:48.296Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
263 | 2024-11-29T17:28:48.296Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
264 | 2024-11-29T17:28:48.296Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
265 | 2024-11-29T17:28:48.296Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::zfs
verb = list
|
266 | 2024-11-29T17:28:48.313Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::from_base::can_migrate_from_base
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 697M 1.80T 696M /phd-artifacts\n
target = phd_framework::zfs
|
267 | 2024-11-29T17:28:48.313Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0297439f-0070-4792-bb1a-e14c2777f0aa"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::zfs
verb = snapshot
|
268 | 2024-11-29T17:28:48.335Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0297439f-0070-4792-bb1a-e14c2777f0aa", "phd-artifacts/phd-clone-f0139125-21a3-4081-a4ac-fa511f57e88e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::zfs
verb = clone
|
269 | 2024-11-29T17:28:48.361Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f0139125-21a3-4081-a4ac-fa511f57e88e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::zfs
verb = list
|
270 | 2024-11-29T17:28:48.378Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::from_base::can_migrate_from_base
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-f0139125-21a3-4081-a4ac-fa511f57e88e 0B 1.80T 696M /phd-artifacts/phd-clone-f0139125-21a3-4081-a4ac-fa511f57e88e\n
target = phd_framework::zfs
|
271 | 2024-11-29T17:28:48.379Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 188
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
272 | 2024-11-29T17:28:48.379Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__BASE_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 206
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm_name = migration_from_base
|
273 | 2024-11-29T17:28:48.379Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/6ddc7fe004633766b6b1a6f80e4a5a1443a681408aacb88b941a23d6d26b7ad6/propolis-server
target = phd_framework::artifacts::store
|
274 | 2024-11-29T17:28:48.379Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migration_from_base.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::from_base::can_migrate_from_base
server_addr = 127.0.0.1:9000
server_path = "/phd-artifacts/6ddc7fe004633766b6b1a6f80e4a5a1443a681408aacb88b941a23d6d26b7ad6/propolis-server"
target = phd_framework::test_vm::server
|
275 | 2024-11-29T17:28:48.379Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::from_base::can_migrate_from_base
stderr_path = "/tmp/propolis-phd/migration_from_base.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_from_base.stdout.log"
target = phd_framework::server_log_mode
|
276 | 2024-11-29T17:28:48.390Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 891
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm::server
|
277 | 2024-11-29T17:28:48.390Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 188
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
278 | 2024-11-29T17:28:48.390Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 292
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
279 | 2024-11-29T17:28:48.391Z | 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/spec)
file = phd-tests/framework/src/test_vm/mod.rs
line = 370
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
280 | 2024-11-29T17:28:48.814Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
281 | 2024-11-29T17:28:48.815Z | 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: 551146a6-08a0-44ac-9106-ef2eb2d57f59, metadata: InstanceMetadata { project_id: d85a97e7-1750-4d01-83f4-f2b2a78fffe4, silo_id: a1286465-72df-441e-89f0-c630081211ba, sled_id: 0bb1d392-ef1f-4c0f-aa20-4ac7da743161, sled_model: "pheidippes", sled_revision: 1, sled_serial: "0bb1d392-ef1f-4c0f-aa20-4ac7da743161" }, name: "phd-vm-551146a6-08a0-44ac-9106-ef2eb2d57f59" }, state: Creating }
line = 429
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
282 | 2024-11-29T17:28:48.815Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 425
file = phd-tests/framework/src/test_vm/mod.rs
line = 292
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
283 | 2024-11-29T17:28:48.815Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 506
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
284 | 2024-11-29T17:28:48.815Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 511
path = phd_tests::migrate::from_base::can_migrate_from_base
state = Run
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
285 | 2024-11-29T17:28:48.816Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 506
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
286 | 2024-11-29T17:28:48.816Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 763
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
287 | 2024-11-29T17:28:48.816Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 712
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
288 | 2024-11-29T17:28:48.816Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 720
path = phd_tests::migrate::from_base::can_migrate_from_base
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
289 | 2024-11-29T17:28:48.816Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
290 | 2024-11-29T17:28:48.816Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
291 | 2024-11-29T17:28:53.003Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4186
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
292 | 2024-11-29T17:28:53.003Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 720
path = phd_tests::migrate::from_base::can_migrate_from_base
step = WriteStr("root")
target = phd_framework::test_vm
|
293 | 2024-11-29T17:28:53.003Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 720
path = phd_tests::migrate::from_base::can_migrate_from_base
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
294 | 2024-11-29T17:28:53.003Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
295 | 2024-11-29T17:28:53.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 = 785
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
296 | 2024-11-29T17:28:53.021Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
297 | 2024-11-29T17:28:53.021Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 760
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
298 | 2024-11-29T17:28:53.022Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4205
file = phd-tests/framework/src/test_vm/mod.rs
line = 763
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
299 | 2024-11-29T17:28:53.022Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
300 | 2024-11-29T17:28:53.022Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
301 | 2024-11-29T17:28:53.032Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
302 | 2024-11-29T17:28:53.032Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
303 | 2024-11-29T17:28:53.032Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
304 | 2024-11-29T17:28:53.055Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
305 | 2024-11-29T17:28:53.055Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
306 | 2024-11-29T17:28:53.055Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
307 | 2024-11-29T17:28:53.066Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
308 | 2024-11-29T17:28:53.067Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
309 | 2024-11-29T17:28:53.067Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
310 | 2024-11-29T17:28:53.088Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
311 | 2024-11-29T17:28:53.089Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
312 | 2024-11-29T17:28:53.089Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
313 | 2024-11-29T17:28:53.099Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
314 | 2024-11-29T17:28:53.099Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
315 | 2024-11-29T17:28:53.099Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
316 | 2024-11-29T17:28:53.132Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
317 | 2024-11-29T17:28:53.132Z | INFO | phd-runner: [TEST - EVENT] migrating to new Propolis artifact for lifecycle test
file = phd-tests/framework/src/lifecycle.rs
line = 74
path = phd_tests::migrate::from_base::can_migrate_from_base
propolis_artifact = __DEFAULT_PROPOLIS
target = phd_framework::lifecycle
vm_name = migration_from_base
|
318 | 2024-11-29T17:28:53.133Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 188
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
319 | 2024-11-29T17:28:53.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 = 206
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm_name = migration_from_base_lifecycle_0
|
320 | 2024-11-29T17:28:53.133Z | 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
|
321 | 2024-11-29T17:28:53.133Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migration_from_base_lifecycle_0.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::from_base::can_migrate_from_base
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
322 | 2024-11-29T17:28:53.133Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::from_base::can_migrate_from_base
stderr_path = "/tmp/propolis-phd/migration_from_base_lifecycle_0.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_from_base_lifecycle_0.stdout.log"
target = phd_framework::server_log_mode
|
323 | 2024-11-29T17:28:53.147Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 892
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm::server
|
324 | 2024-11-29T17:28:53.148Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 15
file = phd-tests/framework/src/test_vm/mod.rs
line = 188
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
325 | 2024-11-29T17:28:53.148Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 540
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
target = phd_framework::test_vm
target_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
|
326 | 2024-11-29T17:28:53.148Z | 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 = 573
migration_id = f76ad012-121d-40b5-bd3a-b7b12232ffd0
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
target = phd_framework::test_vm
target_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
timeout_duration = 45s
|
327 | 2024-11-29T17:28:53.148Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 292
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
target = phd_framework::test_vm
target_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
vm = migration_from_base_lifecycle_0
vm_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
|
328 | 2024-11-29T17:28:53.149Z | 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/spec)
file = phd-tests/framework/src/test_vm/mod.rs
line = 370
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
target = phd_framework::test_vm
target_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
vm = migration_from_base_lifecycle_0
vm_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
|
329 | 2024-11-29T17:28:53.857Z | 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: 622e4f2d-d08a-429f-88c2-cba7d756ae0b, metadata: InstanceMetadata { project_id: d85a97e7-1750-4d01-83f4-f2b2a78fffe4, silo_id: a1286465-72df-441e-89f0-c630081211ba, sled_id: f6121312-7321-492c-9782-a9007fa5bb6a, sled_model: "pheidippes", sled_revision: 1, sled_serial: "f6121312-7321-492c-9782-a9007fa5bb6a" }, name: "phd-vm-622e4f2d-d08a-429f-88c2-cba7d756ae0b" }, state: Migrating }
line = 429
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
target = phd_framework::test_vm
target_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
vm = migration_from_base_lifecycle_0
vm_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
|
330 | 2024-11-29T17:28:53.857Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 708
file = phd-tests/framework/src/test_vm/mod.rs
line = 292
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
target = phd_framework::test_vm
target_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
vm = migration_from_base_lifecycle_0
vm_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
|
331 | 2024-11-29T17:28:53.857Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 594
migration_id = f76ad012-121d-40b5-bd3a-b7b12232ffd0
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
target = phd_framework::test_vm
target_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
|
332 | 2024-11-29T17:28:56.340Z | 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":7718}}
target = phd_framework::serial
|
333 | 2024-11-29T17:28:56.623Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 607
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
target = phd_framework::test_vm
target_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
|
334 | 2024-11-29T17:28:56.623Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2766
file = phd-tests/framework/src/test_vm/mod.rs
line = 594
migration_id = f76ad012-121d-40b5-bd3a-b7b12232ffd0
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
target = phd_framework::test_vm
target_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
|
335 | 2024-11-29T17:28:56.623Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3475
file = phd-tests/framework/src/test_vm/mod.rs
line = 540
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
target = phd_framework::test_vm
target_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
|
336 | 2024-11-29T17:28:56.625Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1035
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
337 | 2024-11-29T17:28:56.625Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
|
338 | 2024-11-29T17:28:56.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 = 785
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_from_base_lifecycle_0
vm_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
|
339 | 2024-11-29T17:28:56.626Z | 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::from_base::can_migrate_from_base
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
340 | 2024-11-29T17:28:56.763Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 137
file = phd-tests/framework/src/test_vm/mod.rs
line = 1035
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = 551146a6-08a0-44ac-9106-ef2eb2d57f59
|
341 | 2024-11-29T17:28:56.764Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 138
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
|
342 | 2024-11-29T17:28:56.764Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
|
343 | 2024-11-29T17:28:56.764Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 785
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_from_base_lifecycle_0
vm_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
|
344 | 2024-11-29T17:28:56.786Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 778
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
|
345 | 2024-11-29T17:28:56.787Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1035
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
|
346 | 2024-11-29T17:28:56.787Z | 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
|
347 | 2024-11-29T17:28:56.787Z | INFO | phd-runner: test phd_tests::migrate::from_base::can_migrate_from_base ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
348 | 2024-11-29T17:28:56.787Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7972
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
349 | 2024-11-29T17:28:56.787Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
350 | 2024-11-29T17:28:56.787Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1058
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
|
351 | 2024-11-29T17:28:57.423Z | 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::from_base::can_migrate_from_base
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = migration_from_base_lifecycle_0
vm_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
|
352 | 2024-11-29T17:28:57.538Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::zfs
vm = migration_from_base_lifecycle_0
vm_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
|
353 | 2024-11-29T17:28:57.538Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f0139125-21a3-4081-a4ac-fa511f57e88e"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::zfs
verb = destroy
vm = migration_from_base_lifecycle_0
vm_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
|
354 | 2024-11-29T17:28:57.568Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::zfs
vm = migration_from_base_lifecycle_0
vm_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
|
355 | 2024-11-29T17:28:57.568Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-0297439f-0070-4792-bb1a-e14c2777f0aa"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::zfs
verb = destroy
vm = migration_from_base_lifecycle_0
vm_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
|
356 | 2024-11-29T17:28:57.594Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 806
file = phd-tests/framework/src/test_vm/mod.rs
line = 1035
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = 622e4f2d-d08a-429f-88c2-cba7d756ae0b
|
357 | 2024-11-29T17:28:57.594Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 9298
file = phd-tests/tests/src/migrate.rs
line = 34
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_tests::migrate::from_base
|
358 | 2024-11-29T17:28:57.594Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 807
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
359 | 2024-11-29T17:28:57.594Z | INFO | phd-runner: [EXECUTION_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 35
target = phd_runner::fixtures
|
360 | 2024-11-29T17:28:57.594Z | INFO | phd-runner: [EXECUTION_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 35
target = phd_runner::fixtures
|
361 | | test result: ok. 3 passed; 0 failed; 0 skipped; 0 not run; finished in 102.16s |
362 | | |
363 | 2024-11-29T17:28:57.594Z | DEBG | phd-runner: phd_runner
exit_code = 0
file = phd-tests/runner/src/main.rs
line = 40
target = phd_runner
|