1 | 2024-10-19T01:11:26.309Z | 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-10-19T01:11:26.312Z | 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: 427, tv_nsec: 193895942 }, max_elapsed_time: Some(1200s), clock: SystemClock }, remote_server_uris: ["https://oxide-omicron-build.s3.amazonaws.com"] } }
target = phd_framework::artifacts::store
|
3 | 2024-10-19T01:11:26.312Z | 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-10-19T01:11:26.312Z | INFO | phd-runner: Adding crucible-downstairs from Buildomat Git revision
commit = 2b88ab88461fb06aaf2aab11c5e381a3cad25eac
file = phd-tests/framework/src/artifacts/store.rs
line = 313
target = phd_framework::artifacts::store
|
5 | 2024-10-19T01:11:26.312Z | 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/2b88ab88461fb06aaf2aab11c5e381a3cad25eac/crucible-nightly.sha256.txt
|
6 | 2024-10-19T01:11:26.451Z | 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-10-19T01:11:26.849Z | 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/ff0b76d5da5a4da1fbdf54b5ed7eaa8fd4093651/propolis-server.sha256.txt
|
8 | 2024-10-19T01:11:26.952Z | INFO | phd-runner: [EXECUTION_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 25
target = phd_runner::fixtures
|
9 | 2024-10-19T01:11:26.953Z | INFO | phd-runner: [EXECUTION_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 25
target = phd_runner::fixtures
|
10 | 2024-10-19T01:11:26.953Z | INFO | phd-runner: Running 3 test(s)
file = phd-tests/runner/src/execute.rs
line = 82
target = phd_runner::execute
|
11 | 2024-10-19T01:11:26.953Z | 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-10-19T01:11:26.953Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
13 | 2024-10-19T01:11:26.953Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
14 | 2024-10-19T01:11:26.953Z | 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-10-19T01:11:26.954Z | 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-10-19T01:11:26.954Z | 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-10-19T01:11:27.526Z | 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-10-19T01:11:27.526Z | 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-10-19T01:11:55.509Z | 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-10-19T01:11:55.509Z | 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-10-19T01:11:55.541Z | 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.00M 1.80T 1.91M /phd-artifacts\n
target = phd_framework::zfs
|
22 | 2024-10-19T01:11:55.542Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-541dc696-2b73-4840-aed5-d4f2d37bc443"]
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-10-19T01:11:55.597Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-541dc696-2b73-4840-aed5-d4f2d37bc443", "phd-artifacts/phd-clone-2e9f1b39-932f-4960-a9db-3426c0708a98"]
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-10-19T01:11:55.620Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2e9f1b39-932f-4960-a9db-3426c0708a98"]
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-10-19T01:11:55.633Z | 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-2e9f1b39-932f-4960-a9db-3426c0708a98 0B 1.80T 48.9M /phd-artifacts/phd-clone-2e9f1b39-932f-4960-a9db-3426c0708a98\n
target = phd_framework::zfs
|
26 | 2024-10-19T01:11:55.634Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 289
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
27 | 2024-10-19T01:11:55.634Z | 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 = 307
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-10-19T01:11:55.634Z | 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/c45d8860879cbca6ae2682fe1cce1b7eb7309400000c6ca7f835250ae6b0c399/propolis-server.tar.gz
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::artifacts::store
|
29 | 2024-10-19T01:11:55.634Z | 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/ff0b76d5da5a4da1fbdf54b5ed7eaa8fd4093651/propolis-server.tar.gz
|
30 | 2024-10-19T01:12:20.483Z | DEBG | phd-runner: [NEW - EVENT] Extracting artifact from tarball
extracted_path = /phd-artifacts/c45d8860879cbca6ae2682fe1cce1b7eb7309400000c6ca7f835250ae6b0c399/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-10-19T01:12:20.483Z | 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-10-19T01:12:33.062Z | 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/c45d8860879cbca6ae2682fe1cce1b7eb7309400000c6ca7f835250ae6b0c399/propolis-server"
target = phd_framework::test_vm::server
|
33 | 2024-10-19T01:12:33.063Z | 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-10-19T01:12:33.114Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 865
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-10-19T01:12:33.114Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 37479
file = phd-tests/framework/src/test_vm/mod.rs
line = 289
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
36 | 2024-10-19T01:12:33.114Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 393
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
37 | 2024-10-19T01:12:33.115Z | 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 = 473
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
38 | 2024-10-19T01:12:33.520Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
39 | 2024-10-19T01:12:33.521Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: 31aa0c43-255f-4cd9-9688-48c948cd8386, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 4f2aec85-f021-486d-a75f-f9113a13cac0, silo_id: af39f12d-a5ca-41c3-8e16-61e7239ed9a5, sled_id: c2393ec8-4d7a-4fe9-b162-5b3e6a8be7b1, sled_model: "pheidippes", sled_revision: 1, sled_serial: "c2393ec8-4d7a-4fe9-b162-5b3e6a8be7b1" }, name: "phd-vm-31aa0c43-255f-4cd9-9688-48c948cd8386", vcpus: 2 }, state: Creating }
line = 532
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
40 | 2024-10-19T01:12:33.521Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 407
file = phd-tests/framework/src/test_vm/mod.rs
line = 393
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
41 | 2024-10-19T01:12:33.521Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
42 | 2024-10-19T01:12:33.522Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 614
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 = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
43 | 2024-10-19T01:12:33.522Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
44 | 2024-10-19T01:12:33.522Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 866
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
45 | 2024-10-19T01:12:33.522Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 815
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 = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
46 | 2024-10-19T01:12:33.522Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 823
path = phd_tests::migrate::from_base::migration_from_base_and_back
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
47 | 2024-10-19T01:12:33.522Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
48 | 2024-10-19T01:12:33.522Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
49 | 2024-10-19T01:12:37.825Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4302
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
50 | 2024-10-19T01:12:37.825Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 823
path = phd_tests::migrate::from_base::migration_from_base_and_back
step = WriteStr("root")
target = phd_framework::test_vm
|
51 | 2024-10-19T01:12:37.825Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 823
path = phd_tests::migrate::from_base::migration_from_base_and_back
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
52 | 2024-10-19T01:12:37.825Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
53 | 2024-10-19T01:12:37.825Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
54 | 2024-10-19T01:12:37.843Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
55 | 2024-10-19T01:12:37.843Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 863
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
56 | 2024-10-19T01:12:37.843Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4320
file = phd-tests/framework/src/test_vm/mod.rs
line = 866
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
57 | 2024-10-19T01:12:37.844Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
58 | 2024-10-19T01:12:37.844Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
59 | 2024-10-19T01:12:37.854Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
60 | 2024-10-19T01:12:37.854Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
61 | 2024-10-19T01:12:37.854Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
62 | 2024-10-19T01:12:37.876Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
63 | 2024-10-19T01:12:37.876Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
64 | 2024-10-19T01:12:37.876Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
65 | 2024-10-19T01:12:37.887Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
66 | 2024-10-19T01:12:37.887Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
67 | 2024-10-19T01:12:37.887Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
68 | 2024-10-19T01:12:37.908Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
69 | 2024-10-19T01:12:37.909Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
70 | 2024-10-19T01:12:37.909Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
71 | 2024-10-19T01:12:37.920Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
72 | 2024-10-19T01:12:37.920Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
73 | 2024-10-19T01:12:37.920Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
74 | 2024-10-19T01:12:37.942Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
75 | 2024-10-19T01:12:37.942Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
76 | 2024-10-19T01:12:37.942Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
77 | 2024-10-19T01:12:37.952Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
78 | 2024-10-19T01:12:37.952Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
79 | 2024-10-19T01:12:37.953Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
80 | 2024-10-19T01:12:37.975Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
81 | 2024-10-19T01:12:37.975Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
82 | 2024-10-19T01:12:37.975Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
83 | 2024-10-19T01:12:37.986Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
84 | 2024-10-19T01:12:37.986Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
85 | 2024-10-19T01:12:37.986Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
86 | 2024-10-19T01:12:38.008Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
87 | 2024-10-19T01:12:38.008Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
88 | 2024-10-19T01:12:38.008Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
89 | 2024-10-19T01:12:38.018Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
90 | 2024-10-19T01:12:38.018Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
91 | 2024-10-19T01:12:38.019Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
92 | 2024-10-19T01:12:38.040Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
93 | 2024-10-19T01:12:38.040Z | 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
|
94 | 2024-10-19T01:12:38.040Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 289
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
95 | 2024-10-19T01:12:38.040Z | 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 = 307
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
|
96 | 2024-10-19T01:12:38.040Z | 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
|
97 | 2024-10-19T01:12:38.040Z | 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
|
98 | 2024-10-19T01:12:38.041Z | 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
|
99 | 2024-10-19T01:12:38.041Z | 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
|
100 | 2024-10-19T01:12:38.063Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 866
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
|
101 | 2024-10-19T01:12:38.063Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 289
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
102 | 2024-10-19T01:12:38.063Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
target = phd_framework::test_vm
target_id = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
|
103 | 2024-10-19T01:12:38.063Z | 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 = 676
migration_id = a9a60be8-e327-49dd-8462-e5a636b6e6e6
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
target = phd_framework::test_vm
target_id = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
timeout_duration = 45s
|
104 | 2024-10-19T01:12:38.063Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 393
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
target = phd_framework::test_vm
target_id = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
vm = migration_from_base_and_back_lifecycle_0
vm_id = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
|
105 | 2024-10-19T01:12:38.064Z | 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 = 473
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
target = phd_framework::test_vm
target_id = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
vm = migration_from_base_and_back_lifecycle_0
vm_id = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
|
106 | 2024-10-19T01:12:38.584Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: 6eb799ad-da34-45e1-84cd-cdefa4f94cb7, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 4f2aec85-f021-486d-a75f-f9113a13cac0, silo_id: af39f12d-a5ca-41c3-8e16-61e7239ed9a5, sled_id: 6025ffc1-921c-48eb-8a02-f188b0a6b9ad, sled_model: "pheidippes", sled_revision: 1, sled_serial: "6025ffc1-921c-48eb-8a02-f188b0a6b9ad" }, name: "phd-vm-6eb799ad-da34-45e1-84cd-cdefa4f94cb7", vcpus: 2 }, state: Migrating }
line = 532
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
target = phd_framework::test_vm
target_id = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
vm = migration_from_base_and_back_lifecycle_0
vm_id = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
|
107 | 2024-10-19T01:12:38.585Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 521
file = phd-tests/framework/src/test_vm/mod.rs
line = 393
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
target = phd_framework::test_vm
target_id = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
vm = migration_from_base_and_back_lifecycle_0
vm_id = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
|
108 | 2024-10-19T01:12:38.585Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 697
migration_id = a9a60be8-e327-49dd-8462-e5a636b6e6e6
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
target = phd_framework::test_vm
target_id = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
|
109 | 2024-10-19T01:12:41.116Z | 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":7805}}
target = phd_framework::serial
|
110 | 2024-10-19T01:12:42.247Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 710
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
target = phd_framework::test_vm
target_id = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
|
111 | 2024-10-19T01:12:42.248Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3662
file = phd-tests/framework/src/test_vm/mod.rs
line = 697
migration_id = a9a60be8-e327-49dd-8462-e5a636b6e6e6
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
target = phd_framework::test_vm
target_id = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
|
112 | 2024-10-19T01:12:42.248Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4184
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
target = phd_framework::test_vm
target_id = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
|
113 | 2024-10-19T01:12:42.249Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1131
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
114 | 2024-10-19T01:12:42.249Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
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 = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
|
115 | 2024-10-19T01:12:42.249Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
|
116 | 2024-10-19T01:12:42.250Z | 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 = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
117 | 2024-10-19T01:12:42.376Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 126
file = phd-tests/framework/src/test_vm/mod.rs
line = 1131
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 31aa0c43-255f-4cd9-9688-48c948cd8386
|
118 | 2024-10-19T01:12:42.376Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 127
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
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 = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
|
119 | 2024-10-19T01:12:42.377Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
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 = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
|
120 | 2024-10-19T01:12:42.377Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
|
121 | 2024-10-19T01:12:42.399Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
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 = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
|
122 | 2024-10-19T01:12:42.399Z | 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
|
123 | 2024-10-19T01:12:42.399Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 289
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
124 | 2024-10-19T01:12:42.400Z | 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 = 307
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
|
125 | 2024-10-19T01:12:42.400Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/c45d8860879cbca6ae2682fe1cce1b7eb7309400000c6ca7f835250ae6b0c399/propolis-server
target = phd_framework::artifacts::store
|
126 | 2024-10-19T01:12:42.400Z | 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/c45d8860879cbca6ae2682fe1cce1b7eb7309400000c6ca7f835250ae6b0c399/propolis-server"
target = phd_framework::test_vm::server
|
127 | 2024-10-19T01:12:42.400Z | 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
|
128 | 2024-10-19T01:12:42.424Z | 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
|
129 | 2024-10-19T01:12:42.425Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 25
file = phd-tests/framework/src/test_vm/mod.rs
line = 289
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
130 | 2024-10-19T01:12:42.425Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
target = phd_framework::test_vm
target_id = 5b1584c6-c808-48ef-aa24-237c04ad700f
|
131 | 2024-10-19T01:12:42.425Z | 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 = 676
migration_id = 448790ce-4d86-4a65-bcde-d002045e62b0
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
target = phd_framework::test_vm
target_id = 5b1584c6-c808-48ef-aa24-237c04ad700f
timeout_duration = 45s
|
132 | 2024-10-19T01:12:42.425Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 393
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
target = phd_framework::test_vm
target_id = 5b1584c6-c808-48ef-aa24-237c04ad700f
vm = migration_from_base_and_back_lifecycle_1
vm_id = 5b1584c6-c808-48ef-aa24-237c04ad700f
|
133 | 2024-10-19T01:12:42.426Z | 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 = 473
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
target = phd_framework::test_vm
target_id = 5b1584c6-c808-48ef-aa24-237c04ad700f
vm = migration_from_base_and_back_lifecycle_1
vm_id = 5b1584c6-c808-48ef-aa24-237c04ad700f
|
134 | 2024-10-19T01:12:43.184Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: 5b1584c6-c808-48ef-aa24-237c04ad700f, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 4f2aec85-f021-486d-a75f-f9113a13cac0, silo_id: af39f12d-a5ca-41c3-8e16-61e7239ed9a5, sled_id: 7a943ab8-addc-404f-927d-902dec763a0f, sled_model: "pheidippes", sled_revision: 1, sled_serial: "7a943ab8-addc-404f-927d-902dec763a0f" }, name: "phd-vm-5b1584c6-c808-48ef-aa24-237c04ad700f", vcpus: 2 }, state: Migrating }
line = 532
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
target = phd_framework::test_vm
target_id = 5b1584c6-c808-48ef-aa24-237c04ad700f
vm = migration_from_base_and_back_lifecycle_1
vm_id = 5b1584c6-c808-48ef-aa24-237c04ad700f
|
135 | 2024-10-19T01:12:43.184Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 758
file = phd-tests/framework/src/test_vm/mod.rs
line = 393
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
target = phd_framework::test_vm
target_id = 5b1584c6-c808-48ef-aa24-237c04ad700f
vm = migration_from_base_and_back_lifecycle_1
vm_id = 5b1584c6-c808-48ef-aa24-237c04ad700f
|
136 | 2024-10-19T01:12:43.184Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 697
migration_id = 448790ce-4d86-4a65-bcde-d002045e62b0
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
target = phd_framework::test_vm
target_id = 5b1584c6-c808-48ef-aa24-237c04ad700f
|
137 | 2024-10-19T01:12:45.795Z | 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":7852}}
target = phd_framework::serial
|
138 | 2024-10-19T01:12:45.926Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 710
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
target = phd_framework::test_vm
target_id = 5b1584c6-c808-48ef-aa24-237c04ad700f
|
139 | 2024-10-19T01:12:45.926Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2742
file = phd-tests/framework/src/test_vm/mod.rs
line = 697
migration_id = 448790ce-4d86-4a65-bcde-d002045e62b0
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
target = phd_framework::test_vm
target_id = 5b1584c6-c808-48ef-aa24-237c04ad700f
|
140 | 2024-10-19T01:12:45.926Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3501
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_0
source_id = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
target = phd_framework::test_vm
target_id = 5b1584c6-c808-48ef-aa24-237c04ad700f
|
141 | 2024-10-19T01:12:45.927Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1131
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 = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
|
142 | 2024-10-19T01:12:45.928Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
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 = 5b1584c6-c808-48ef-aa24-237c04ad700f
|
143 | 2024-10-19T01:12:45.928Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = 5b1584c6-c808-48ef-aa24-237c04ad700f
|
144 | 2024-10-19T01:12:45.929Z | 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 = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
|
145 | 2024-10-19T01:12:46.048Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 120
file = phd-tests/framework/src/test_vm/mod.rs
line = 1131
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 = 6eb799ad-da34-45e1-84cd-cdefa4f94cb7
|
146 | 2024-10-19T01:12:48.470Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 2542
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
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 = 5b1584c6-c808-48ef-aa24-237c04ad700f
|
147 | 2024-10-19T01:12:48.470Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
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 = 5b1584c6-c808-48ef-aa24-237c04ad700f
|
148 | 2024-10-19T01:12:48.470Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = 5b1584c6-c808-48ef-aa24-237c04ad700f
|
149 | 2024-10-19T01:12:48.503Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
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 = 5b1584c6-c808-48ef-aa24-237c04ad700f
|
150 | 2024-10-19T01:12:48.504Z | 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
|
151 | 2024-10-19T01:12:48.504Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 289
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
152 | 2024-10-19T01:12:48.504Z | 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 = 307
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
|
153 | 2024-10-19T01:12:48.504Z | 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
|
154 | 2024-10-19T01:12:48.504Z | 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
|
155 | 2024-10-19T01:12:48.504Z | 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
|
156 | 2024-10-19T01:12:48.527Z | 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
|
157 | 2024-10-19T01:12:48.527Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 23
file = phd-tests/framework/src/test_vm/mod.rs
line = 289
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
158 | 2024-10-19T01:12:48.528Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 5b1584c6-c808-48ef-aa24-237c04ad700f
target = phd_framework::test_vm
target_id = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
|
159 | 2024-10-19T01:12:48.528Z | 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 = 676
migration_id = 764ba9b9-8f9b-41f8-a461-c312a569a3ba
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 5b1584c6-c808-48ef-aa24-237c04ad700f
target = phd_framework::test_vm
target_id = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
timeout_duration = 45s
|
160 | 2024-10-19T01:12:48.528Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 393
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 5b1584c6-c808-48ef-aa24-237c04ad700f
target = phd_framework::test_vm
target_id = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
vm = migration_from_base_and_back_lifecycle_2
vm_id = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
|
161 | 2024-10-19T01:12:48.528Z | 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 = 473
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 5b1584c6-c808-48ef-aa24-237c04ad700f
target = phd_framework::test_vm
target_id = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
vm = migration_from_base_and_back_lifecycle_2
vm_id = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
|
162 | 2024-10-19T01:12:49.275Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: d9f1e8f0-f8aa-4483-87b0-7d4b948469af, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 4f2aec85-f021-486d-a75f-f9113a13cac0, silo_id: af39f12d-a5ca-41c3-8e16-61e7239ed9a5, sled_id: 20936a52-3615-428d-9c74-0c195f39f559, sled_model: "pheidippes", sled_revision: 1, sled_serial: "20936a52-3615-428d-9c74-0c195f39f559" }, name: "phd-vm-d9f1e8f0-f8aa-4483-87b0-7d4b948469af", vcpus: 2 }, state: Migrating }
line = 532
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 5b1584c6-c808-48ef-aa24-237c04ad700f
target = phd_framework::test_vm
target_id = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
vm = migration_from_base_and_back_lifecycle_2
vm_id = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
|
163 | 2024-10-19T01:12:49.275Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 747
file = phd-tests/framework/src/test_vm/mod.rs
line = 393
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 5b1584c6-c808-48ef-aa24-237c04ad700f
target = phd_framework::test_vm
target_id = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
vm = migration_from_base_and_back_lifecycle_2
vm_id = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
|
164 | 2024-10-19T01:12:49.275Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 697
migration_id = 764ba9b9-8f9b-41f8-a461-c312a569a3ba
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 5b1584c6-c808-48ef-aa24-237c04ad700f
target = phd_framework::test_vm
target_id = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
|
165 | 2024-10-19T01:12:51.830Z | 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":7899}}
target = phd_framework::serial
|
166 | 2024-10-19T01:12:51.988Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 710
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 5b1584c6-c808-48ef-aa24-237c04ad700f
target = phd_framework::test_vm
target_id = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
|
167 | 2024-10-19T01:12:51.988Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2712
file = phd-tests/framework/src/test_vm/mod.rs
line = 697
migration_id = 764ba9b9-8f9b-41f8-a461-c312a569a3ba
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 5b1584c6-c808-48ef-aa24-237c04ad700f
target = phd_framework::test_vm
target_id = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
|
168 | 2024-10-19T01:12:51.988Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3460
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back_lifecycle_1
source_id = 5b1584c6-c808-48ef-aa24-237c04ad700f
target = phd_framework::test_vm
target_id = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
|
169 | 2024-10-19T01:12:51.989Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1131
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 = 5b1584c6-c808-48ef-aa24-237c04ad700f
|
170 | 2024-10-19T01:12:51.989Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
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 = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
|
171 | 2024-10-19T01:12:51.989Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
|
172 | 2024-10-19T01:12:51.990Z | 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 = 5b1584c6-c808-48ef-aa24-237c04ad700f
|
173 | 2024-10-19T01:12:52.123Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 133
file = phd-tests/framework/src/test_vm/mod.rs
line = 1131
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 = 5b1584c6-c808-48ef-aa24-237c04ad700f
|
174 | 2024-10-19T01:12:52.470Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 480
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
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 = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
|
175 | 2024-10-19T01:12:52.471Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
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 = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
|
176 | 2024-10-19T01:12:52.471Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
|
177 | 2024-10-19T01:12:52.503Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
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 = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
|
178 | 2024-10-19T01:12:52.504Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1131
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 = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
|
179 | 2024-10-19T01:12:52.504Z | 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
|
180 | 2024-10-19T01:12:52.504Z | 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
|
181 | 2024-10-19T01:12:52.504Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
182 | 2024-10-19T01:12:52.504Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 18984
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
183 | 2024-10-19T01:12:52.505Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1154
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 = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
|
184 | 2024-10-19T01:12:53.201Z | 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 = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
|
185 | 2024-10-19T01:12:53.333Z | 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 = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
|
186 | 2024-10-19T01:12:53.333Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-2e9f1b39-932f-4960-a9db-3426c0708a98"]
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 = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
|
187 | 2024-10-19T01:12:53.384Z | 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 = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
|
188 | 2024-10-19T01:12:53.384Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-541dc696-2b73-4840-aed5-d4f2d37bc443"]
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 = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
|
189 | 2024-10-19T01:12:53.416Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 911
file = phd-tests/framework/src/test_vm/mod.rs
line = 1131
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 = d9f1e8f0-f8aa-4483-87b0-7d4b948469af
|
190 | 2024-10-19T01:12:53.416Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 86462
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
|
191 | 2024-10-19T01:12:53.416Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 911
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
192 | 2024-10-19T01:12:53.416Z | 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
|
193 | 2024-10-19T01:12:53.416Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
194 | 2024-10-19T01:12:53.416Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
195 | 2024-10-19T01:12:53.416Z | 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
|
196 | 2024-10-19T01:12:53.416Z | 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
|
197 | 2024-10-19T01:12:53.416Z | 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
|
198 | 2024-10-19T01:12:53.417Z | 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
|
199 | 2024-10-19T01:12:53.417Z | 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
|
200 | 2024-10-19T01:12:53.436Z | 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 696M 1.80T 696M /phd-artifacts\n
target = phd_framework::zfs
|
201 | 2024-10-19T01:12:53.436Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d0a00c01-cb4d-4552-b7ec-7e2eaf1986c5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::zfs
verb = snapshot
|
202 | 2024-10-19T01:12:53.465Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d0a00c01-cb4d-4552-b7ec-7e2eaf1986c5", "phd-artifacts/phd-clone-e37a62e5-9502-40d2-80d1-8ec16ccf0931"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::zfs
verb = clone
|
203 | 2024-10-19T01:12:53.495Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e37a62e5-9502-40d2-80d1-8ec16ccf0931"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::zfs
verb = list
|
204 | 2024-10-19T01:12:53.514Z | 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-e37a62e5-9502-40d2-80d1-8ec16ccf0931 0B 1.80T 696M /phd-artifacts/phd-clone-e37a62e5-9502-40d2-80d1-8ec16ccf0931\n
target = phd_framework::zfs
|
205 | 2024-10-19T01:12:53.514Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 289
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
206 | 2024-10-19T01:12:53.514Z | 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 = 307
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm_name = migration_serial_history_base
|
207 | 2024-10-19T01:12:53.514Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/c45d8860879cbca6ae2682fe1cce1b7eb7309400000c6ca7f835250ae6b0c399/propolis-server
target = phd_framework::artifacts::store
|
208 | 2024-10-19T01:12:53.515Z | 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/c45d8860879cbca6ae2682fe1cce1b7eb7309400000c6ca7f835250ae6b0c399/propolis-server"
target = phd_framework::test_vm::server
|
209 | 2024-10-19T01:12:53.515Z | 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
|
210 | 2024-10-19T01:12:53.527Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 879
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
|
211 | 2024-10-19T01:12:53.527Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 289
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
212 | 2024-10-19T01:12:53.527Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 393
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
213 | 2024-10-19T01:12:53.528Z | 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 = 473
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
214 | 2024-10-19T01:12:54.255Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
215 | 2024-10-19T01:12:54.256Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: b9b77d95-3472-4806-8d0a-4045df704979, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: f3af5e2a-bb0d-41b1-bb12-76f1f95b305e, silo_id: de1abb00-6497-459f-8b58-73aa73f384da, sled_id: edcb2d67-0b42-43fa-bddf-3a3421a8d722, sled_model: "pheidippes", sled_revision: 1, sled_serial: "edcb2d67-0b42-43fa-bddf-3a3421a8d722" }, name: "phd-vm-b9b77d95-3472-4806-8d0a-4045df704979", vcpus: 2 }, state: Creating }
line = 532
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
216 | 2024-10-19T01:12:54.256Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 728
file = phd-tests/framework/src/test_vm/mod.rs
line = 393
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
217 | 2024-10-19T01:12:54.256Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
218 | 2024-10-19T01:12:54.256Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 614
path = phd_tests::migrate::from_base::serial_history
state = Run
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
219 | 2024-10-19T01:12:54.256Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
220 | 2024-10-19T01:12:54.256Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 866
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
221 | 2024-10-19T01:12:54.256Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 815
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
222 | 2024-10-19T01:12:54.256Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 823
path = phd_tests::migrate::from_base::serial_history
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
223 | 2024-10-19T01:12:54.257Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
224 | 2024-10-19T01:12:54.257Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
225 | 2024-10-19T01:12:58.477Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4220
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
226 | 2024-10-19T01:12:58.477Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 823
path = phd_tests::migrate::from_base::serial_history
step = WriteStr("root")
target = phd_framework::test_vm
|
227 | 2024-10-19T01:12:58.477Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 823
path = phd_tests::migrate::from_base::serial_history
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
228 | 2024-10-19T01:12:58.477Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
229 | 2024-10-19T01:12:58.477Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
230 | 2024-10-19T01:12:58.495Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
231 | 2024-10-19T01:12:58.495Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 863
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
232 | 2024-10-19T01:12:58.495Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4238
file = phd-tests/framework/src/test_vm/mod.rs
line = 866
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
233 | 2024-10-19T01:12:58.496Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
234 | 2024-10-19T01:12:58.496Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
235 | 2024-10-19T01:12:58.506Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
236 | 2024-10-19T01:12:58.506Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
237 | 2024-10-19T01:12:58.506Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
238 | 2024-10-19T01:12:58.539Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
239 | 2024-10-19T01:12:58.540Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
240 | 2024-10-19T01:12:58.540Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
241 | 2024-10-19T01:12:58.551Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
242 | 2024-10-19T01:12:58.551Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
243 | 2024-10-19T01:12:58.552Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
244 | 2024-10-19T01:12:58.573Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
245 | 2024-10-19T01:12:58.578Z | 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
|
246 | 2024-10-19T01:12:58.578Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 289
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
247 | 2024-10-19T01:12:58.578Z | 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 = 307
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm_name = migration_serial_history_base_lifecycle_0
|
248 | 2024-10-19T01:12:58.578Z | 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
|
249 | 2024-10-19T01:12:58.578Z | 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
|
250 | 2024-10-19T01:12:58.578Z | 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
|
251 | 2024-10-19T01:12:58.596Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 880
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
|
252 | 2024-10-19T01:12:58.596Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 289
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
253 | 2024-10-19T01:12:58.596Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = b9b77d95-3472-4806-8d0a-4045df704979
target = phd_framework::test_vm
target_id = d1f445d8-3904-453e-9179-f1ec602aaaa3
|
254 | 2024-10-19T01:12:58.596Z | 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 = 676
migration_id = f23be8f5-771e-4a69-903b-a788d1f1a197
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = b9b77d95-3472-4806-8d0a-4045df704979
target = phd_framework::test_vm
target_id = d1f445d8-3904-453e-9179-f1ec602aaaa3
timeout_duration = 45s
|
255 | 2024-10-19T01:12:58.596Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 393
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = b9b77d95-3472-4806-8d0a-4045df704979
target = phd_framework::test_vm
target_id = d1f445d8-3904-453e-9179-f1ec602aaaa3
vm = migration_serial_history_base_lifecycle_0
vm_id = d1f445d8-3904-453e-9179-f1ec602aaaa3
|
256 | 2024-10-19T01:12:58.597Z | 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 = 473
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = b9b77d95-3472-4806-8d0a-4045df704979
target = phd_framework::test_vm
target_id = d1f445d8-3904-453e-9179-f1ec602aaaa3
vm = migration_serial_history_base_lifecycle_0
vm_id = d1f445d8-3904-453e-9179-f1ec602aaaa3
|
257 | 2024-10-19T01:12:59.194Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: d1f445d8-3904-453e-9179-f1ec602aaaa3, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: f3af5e2a-bb0d-41b1-bb12-76f1f95b305e, silo_id: de1abb00-6497-459f-8b58-73aa73f384da, sled_id: 64b449c4-c041-468d-8563-e5bcff2414bc, sled_model: "pheidippes", sled_revision: 1, sled_serial: "64b449c4-c041-468d-8563-e5bcff2414bc" }, name: "phd-vm-d1f445d8-3904-453e-9179-f1ec602aaaa3", vcpus: 2 }, state: Migrating }
line = 532
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = b9b77d95-3472-4806-8d0a-4045df704979
target = phd_framework::test_vm
target_id = d1f445d8-3904-453e-9179-f1ec602aaaa3
vm = migration_serial_history_base_lifecycle_0
vm_id = d1f445d8-3904-453e-9179-f1ec602aaaa3
|
258 | 2024-10-19T01:12:59.194Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 597
file = phd-tests/framework/src/test_vm/mod.rs
line = 393
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = b9b77d95-3472-4806-8d0a-4045df704979
target = phd_framework::test_vm
target_id = d1f445d8-3904-453e-9179-f1ec602aaaa3
vm = migration_serial_history_base_lifecycle_0
vm_id = d1f445d8-3904-453e-9179-f1ec602aaaa3
|
259 | 2024-10-19T01:12:59.194Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 697
migration_id = f23be8f5-771e-4a69-903b-a788d1f1a197
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = b9b77d95-3472-4806-8d0a-4045df704979
target = phd_framework::test_vm
target_id = d1f445d8-3904-453e-9179-f1ec602aaaa3
|
260 | 2024-10-19T01:13:01.708Z | 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":7714}}
target = phd_framework::serial
|
261 | 2024-10-19T01:13:03.636Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 710
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = b9b77d95-3472-4806-8d0a-4045df704979
target = phd_framework::test_vm
target_id = d1f445d8-3904-453e-9179-f1ec602aaaa3
|
262 | 2024-10-19T01:13:03.637Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4442
file = phd-tests/framework/src/test_vm/mod.rs
line = 697
migration_id = f23be8f5-771e-4a69-903b-a788d1f1a197
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = b9b77d95-3472-4806-8d0a-4045df704979
target = phd_framework::test_vm
target_id = d1f445d8-3904-453e-9179-f1ec602aaaa3
|
263 | 2024-10-19T01:13:03.637Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5040
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = b9b77d95-3472-4806-8d0a-4045df704979
target = phd_framework::test_vm
target_id = d1f445d8-3904-453e-9179-f1ec602aaaa3
|
264 | 2024-10-19T01:13:03.638Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1131
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
265 | 2024-10-19T01:13:03.639Z | 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 = b9b77d95-3472-4806-8d0a-4045df704979
|
266 | 2024-10-19T01:13:03.770Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 131
file = phd-tests/framework/src/test_vm/mod.rs
line = 1131
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = b9b77d95-3472-4806-8d0a-4045df704979
|
267 | 2024-10-19T01:13:03.773Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1131
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base_lifecycle_0
vm_id = d1f445d8-3904-453e-9179-f1ec602aaaa3
|
268 | 2024-10-19T01:13:03.773Z | 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
|
269 | 2024-10-19T01:13:03.773Z | 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
|
270 | 2024-10-19T01:13:03.773Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9518
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
271 | 2024-10-19T01:13:03.773Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
272 | 2024-10-19T01:13:03.774Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1154
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base_lifecycle_0
vm_id = d1f445d8-3904-453e-9179-f1ec602aaaa3
|
273 | 2024-10-19T01:13:04.142Z | 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 = d1f445d8-3904-453e-9179-f1ec602aaaa3
|
274 | 2024-10-19T01:13:04.268Z | 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 = d1f445d8-3904-453e-9179-f1ec602aaaa3
|
275 | 2024-10-19T01:13:04.268Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e37a62e5-9502-40d2-80d1-8ec16ccf0931"]
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 = d1f445d8-3904-453e-9179-f1ec602aaaa3
|
276 | 2024-10-19T01:13:04.316Z | 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 = d1f445d8-3904-453e-9179-f1ec602aaaa3
|
277 | 2024-10-19T01:13:04.316Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-d0a00c01-cb4d-4552-b7ec-7e2eaf1986c5"]
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 = d1f445d8-3904-453e-9179-f1ec602aaaa3
|
278 | 2024-10-19T01:13:04.351Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 577
file = phd-tests/framework/src/test_vm/mod.rs
line = 1131
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base_lifecycle_0
vm_id = d1f445d8-3904-453e-9179-f1ec602aaaa3
|
279 | 2024-10-19T01:13:04.351Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10934
file = phd-tests/tests/src/migrate.rs
line = 40
path = phd_tests::migrate::from_base::serial_history
target = phd_tests::migrate::from_base
|
280 | 2024-10-19T01:13:04.351Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 577
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
281 | 2024-10-19T01:13:04.351Z | 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
|
282 | 2024-10-19T01:13:04.351Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
283 | 2024-10-19T01:13:04.351Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
284 | 2024-10-19T01:13:04.351Z | 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
|
285 | 2024-10-19T01:13:04.351Z | 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
|
286 | 2024-10-19T01:13:04.352Z | 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
|
287 | 2024-10-19T01:13:04.352Z | 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
|
288 | 2024-10-19T01:13:04.352Z | 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
|
289 | 2024-10-19T01:13:04.374Z | 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 696M 1.80T 696M /phd-artifacts\n
target = phd_framework::zfs
|
290 | 2024-10-19T01:13:04.375Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-493e3517-4eb6-46d7-8e3d-2000b643c564"]
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
|
291 | 2024-10-19T01:13:04.402Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-493e3517-4eb6-46d7-8e3d-2000b643c564", "phd-artifacts/phd-clone-053269f4-ce8f-470b-ab7b-9c65dd73b912"]
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
|
292 | 2024-10-19T01:13:04.430Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-053269f4-ce8f-470b-ab7b-9c65dd73b912"]
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
|
293 | 2024-10-19T01:13:04.447Z | 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-053269f4-ce8f-470b-ab7b-9c65dd73b912 0B 1.80T 696M /phd-artifacts/phd-clone-053269f4-ce8f-470b-ab7b-9c65dd73b912\n
target = phd_framework::zfs
|
294 | 2024-10-19T01:13:04.448Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 289
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
295 | 2024-10-19T01:13:04.448Z | 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 = 307
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm_name = migration_from_base
|
296 | 2024-10-19T01:13:04.448Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/c45d8860879cbca6ae2682fe1cce1b7eb7309400000c6ca7f835250ae6b0c399/propolis-server
target = phd_framework::artifacts::store
|
297 | 2024-10-19T01:13:04.448Z | 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/c45d8860879cbca6ae2682fe1cce1b7eb7309400000c6ca7f835250ae6b0c399/propolis-server"
target = phd_framework::test_vm::server
|
298 | 2024-10-19T01:13:04.448Z | 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
|
299 | 2024-10-19T01:13:04.461Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 889
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
|
300 | 2024-10-19T01:13:04.461Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 13
file = phd-tests/framework/src/test_vm/mod.rs
line = 289
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
301 | 2024-10-19T01:13:04.462Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 393
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
302 | 2024-10-19T01:13:04.462Z | 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 = 473
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
303 | 2024-10-19T01:13:05.210Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
304 | 2024-10-19T01:13:05.211Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: acd166bc-3a48-49db-ae5b-e669e30a8908, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: da0ba361-b243-4174-9ca4-9c5eeb75d562, silo_id: bdcc5e86-c1c5-4d9e-973b-cefe6f56db38, sled_id: 2a75fd90-aecd-45be-a1c2-a2e424a445b3, sled_model: "pheidippes", sled_revision: 1, sled_serial: "2a75fd90-aecd-45be-a1c2-a2e424a445b3" }, name: "phd-vm-acd166bc-3a48-49db-ae5b-e669e30a8908", vcpus: 2 }, state: Creating }
line = 532
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
305 | 2024-10-19T01:13:05.211Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 749
file = phd-tests/framework/src/test_vm/mod.rs
line = 393
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
306 | 2024-10-19T01:13:05.211Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
307 | 2024-10-19T01:13:05.211Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 614
path = phd_tests::migrate::from_base::can_migrate_from_base
state = Run
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
308 | 2024-10-19T01:13:05.211Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 609
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
309 | 2024-10-19T01:13:05.212Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 866
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
310 | 2024-10-19T01:13:05.212Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 815
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
311 | 2024-10-19T01:13:05.212Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 823
path = phd_tests::migrate::from_base::can_migrate_from_base
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
312 | 2024-10-19T01:13:05.212Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
313 | 2024-10-19T01:13:05.212Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
314 | 2024-10-19T01:13:09.463Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4250
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
315 | 2024-10-19T01:13:09.463Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 823
path = phd_tests::migrate::from_base::can_migrate_from_base
step = WriteStr("root")
target = phd_framework::test_vm
|
316 | 2024-10-19T01:13:09.463Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 823
path = phd_tests::migrate::from_base::can_migrate_from_base
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
317 | 2024-10-19T01:13:09.463Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
318 | 2024-10-19T01:13:09.463Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
319 | 2024-10-19T01:13:09.483Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
320 | 2024-10-19T01:13:09.483Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 863
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
321 | 2024-10-19T01:13:09.483Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4271
file = phd-tests/framework/src/test_vm/mod.rs
line = 866
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
322 | 2024-10-19T01:13:09.483Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
323 | 2024-10-19T01:13:09.483Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = acd166bc-3a48-49db-ae5b-e669e30a8908
|
324 | 2024-10-19T01:13:09.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
325 | 2024-10-19T01:13:09.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
326 | 2024-10-19T01:13:09.493Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = acd166bc-3a48-49db-ae5b-e669e30a8908
|
327 | 2024-10-19T01:13:09.516Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
328 | 2024-10-19T01:13:09.516Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
329 | 2024-10-19T01:13:09.516Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = acd166bc-3a48-49db-ae5b-e669e30a8908
|
330 | 2024-10-19T01:13:09.526Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
331 | 2024-10-19T01:13:09.527Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
332 | 2024-10-19T01:13:09.527Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = acd166bc-3a48-49db-ae5b-e669e30a8908
|
333 | 2024-10-19T01:13:09.548Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
334 | 2024-10-19T01:13:09.549Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
335 | 2024-10-19T01:13:09.549Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = acd166bc-3a48-49db-ae5b-e669e30a8908
|
336 | 2024-10-19T01:13:09.559Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
337 | 2024-10-19T01:13:09.559Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
338 | 2024-10-19T01:13:09.559Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = acd166bc-3a48-49db-ae5b-e669e30a8908
|
339 | 2024-10-19T01:13:09.582Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
340 | 2024-10-19T01:13:09.582Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
341 | 2024-10-19T01:13:09.582Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = acd166bc-3a48-49db-ae5b-e669e30a8908
|
342 | 2024-10-19T01:13:09.593Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
343 | 2024-10-19T01:13:09.593Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
344 | 2024-10-19T01:13:09.594Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = acd166bc-3a48-49db-ae5b-e669e30a8908
|
345 | 2024-10-19T01:13:09.615Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
346 | 2024-10-19T01:13:09.615Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
347 | 2024-10-19T01:13:09.615Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = acd166bc-3a48-49db-ae5b-e669e30a8908
|
348 | 2024-10-19T01:13:09.626Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
349 | 2024-10-19T01:13:09.626Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
350 | 2024-10-19T01:13:09.626Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = acd166bc-3a48-49db-ae5b-e669e30a8908
|
351 | 2024-10-19T01:13:09.648Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
352 | 2024-10-19T01:13:09.648Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
353 | 2024-10-19T01:13:09.648Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = acd166bc-3a48-49db-ae5b-e669e30a8908
|
354 | 2024-10-19T01:13:09.659Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
355 | 2024-10-19T01:13:09.659Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
356 | 2024-10-19T01:13:09.660Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = acd166bc-3a48-49db-ae5b-e669e30a8908
|
357 | 2024-10-19T01:13:09.681Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
358 | 2024-10-19T01:13:09.681Z | 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
|
359 | 2024-10-19T01:13:09.681Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 289
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
360 | 2024-10-19T01:13:09.681Z | 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 = 307
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm_name = migration_from_base_lifecycle_0
|
361 | 2024-10-19T01:13:09.681Z | 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
|
362 | 2024-10-19T01:13:09.681Z | 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
|
363 | 2024-10-19T01:13:09.681Z | 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
|
364 | 2024-10-19T01:13:09.704Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 890
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
|
365 | 2024-10-19T01:13:09.704Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 23
file = phd-tests/framework/src/test_vm/mod.rs
line = 289
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
366 | 2024-10-19T01:13:09.704Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = acd166bc-3a48-49db-ae5b-e669e30a8908
target = phd_framework::test_vm
target_id = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
|
367 | 2024-10-19T01:13:09.705Z | 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 = 676
migration_id = d9095b22-9d36-4716-88ff-d047b5777e37
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = acd166bc-3a48-49db-ae5b-e669e30a8908
target = phd_framework::test_vm
target_id = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
timeout_duration = 45s
|
368 | 2024-10-19T01:13:09.705Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 393
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = acd166bc-3a48-49db-ae5b-e669e30a8908
target = phd_framework::test_vm
target_id = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
vm = migration_from_base_lifecycle_0
vm_id = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
|
369 | 2024-10-19T01:13:09.705Z | 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 = 473
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = acd166bc-3a48-49db-ae5b-e669e30a8908
target = phd_framework::test_vm
target_id = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
vm = migration_from_base_lifecycle_0
vm_id = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
|
370 | 2024-10-19T01:13:10.295Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] Started instance
file = phd-tests/framework/src/test_vm/mod.rs
instance_description.instance = Instance { disks: [], nics: [], properties: InstanceProperties { bootrom_id: 00000000-0000-0000-0000-000000000000, description: "Pheidippides-managed VM", id: a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: da0ba361-b243-4174-9ca4-9c5eeb75d562, silo_id: bdcc5e86-c1c5-4d9e-973b-cefe6f56db38, sled_id: 8d68c33c-5fb6-4246-b83b-0b55b823e2a4, sled_model: "pheidippes", sled_revision: 1, sled_serial: "8d68c33c-5fb6-4246-b83b-0b55b823e2a4" }, name: "phd-vm-a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e", vcpus: 2 }, state: Migrating }
line = 532
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = acd166bc-3a48-49db-ae5b-e669e30a8908
target = phd_framework::test_vm
target_id = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
vm = migration_from_base_lifecycle_0
vm_id = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
|
371 | 2024-10-19T01:13:10.295Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 590
file = phd-tests/framework/src/test_vm/mod.rs
line = 393
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = acd166bc-3a48-49db-ae5b-e669e30a8908
target = phd_framework::test_vm
target_id = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
vm = migration_from_base_lifecycle_0
vm_id = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
|
372 | 2024-10-19T01:13:10.295Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 697
migration_id = d9095b22-9d36-4716-88ff-d047b5777e37
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = acd166bc-3a48-49db-ae5b-e669e30a8908
target = phd_framework::test_vm
target_id = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
|
373 | 2024-10-19T01:13:12.805Z | 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":7805}}
target = phd_framework::serial
|
374 | 2024-10-19T01:13:13.001Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 710
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = acd166bc-3a48-49db-ae5b-e669e30a8908
target = phd_framework::test_vm
target_id = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
|
375 | 2024-10-19T01:13:13.001Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 2705
file = phd-tests/framework/src/test_vm/mod.rs
line = 697
migration_id = d9095b22-9d36-4716-88ff-d047b5777e37
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = acd166bc-3a48-49db-ae5b-e669e30a8908
target = phd_framework::test_vm
target_id = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
|
376 | 2024-10-19T01:13:13.001Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 3296
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = acd166bc-3a48-49db-ae5b-e669e30a8908
target = phd_framework::test_vm
target_id = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
|
377 | 2024-10-19T01:13:13.002Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1131
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
378 | 2024-10-19T01:13:13.002Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
|
379 | 2024-10-19T01:13:13.002Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
|
380 | 2024-10-19T01:13:13.003Z | 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 = acd166bc-3a48-49db-ae5b-e669e30a8908
|
381 | 2024-10-19T01:13:13.139Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 137
file = phd-tests/framework/src/test_vm/mod.rs
line = 1131
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = acd166bc-3a48-49db-ae5b-e669e30a8908
|
382 | 2024-10-19T01:13:13.140Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 137
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
|
383 | 2024-10-19T01:13:13.140Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
|
384 | 2024-10-19T01:13:13.140Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 888
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 = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
|
385 | 2024-10-19T01:13:13.163Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 881
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
|
386 | 2024-10-19T01:13:13.163Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 1131
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
|
387 | 2024-10-19T01:13:13.163Z | 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
|
388 | 2024-10-19T01:13:13.163Z | 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
|
389 | 2024-10-19T01:13:13.163Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 7952
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
390 | 2024-10-19T01:13:13.163Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
391 | 2024-10-19T01:13:13.163Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 1154
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
|
392 | 2024-10-19T01:13:13.737Z | 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 = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
|
393 | 2024-10-19T01:13:13.879Z | 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 = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
|
394 | 2024-10-19T01:13:13.880Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-053269f4-ce8f-470b-ab7b-9c65dd73b912"]
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 = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
|
395 | 2024-10-19T01:13:13.922Z | 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 = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
|
396 | 2024-10-19T01:13:13.922Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-493e3517-4eb6-46d7-8e3d-2000b643c564"]
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 = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
|
397 | 2024-10-19T01:13:13.951Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 787
file = phd-tests/framework/src/test_vm/mod.rs
line = 1131
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = a4f39ea9-3ee1-4f5f-aa3a-9e221d5c402e
|
398 | 2024-10-19T01:13:13.951Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 9599
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
|
399 | 2024-10-19T01:13:13.951Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 787
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
400 | 2024-10-19T01:13:13.951Z | INFO | phd-runner: [EXECUTION_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 35
target = phd_runner::fixtures
|
401 | 2024-10-19T01:13:13.951Z | INFO | phd-runner: [EXECUTION_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 35
target = phd_runner::fixtures
|
402 | | test result: ok. 3 passed; 0 failed; 0 skipped; 0 not run; finished in 107.00s |
403 | | |
404 | 2024-10-19T01:13:13.951Z | DEBG | phd-runner: phd_runner
exit_code = 0
file = phd-tests/runner/src/main.rs
line = 40
target = phd_runner
|