1 | 2024-06-17T17:20:35.704Z | 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: [], exclude_filter: [], max_buildomat_wait_secs: 1200 }), disable_ansi: false, emit_bunyan: true }
target = phd_runner
|
2 | 2024-06-17T17:20:35.707Z | 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: 48017, tv_nsec: 606678317 }, max_elapsed_time: Some(1200s), clock: SystemClock }, remote_server_uris: ["https://oxide-omicron-build.s3.amazonaws.com"] } }
target = phd_framework::artifacts::store
|
3 | 2024-06-17T17:20:35.707Z | 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-06-17T17:20:35.707Z | INFO | phd-runner: Adding crucible-downstairs from Buildomat Git revision
commit = a3b920bde8a26cbdd7b14d21e452be6351cf009c
file = phd-tests/framework/src/artifacts/store.rs
line = 313
target = phd_framework::artifacts::store
|
5 | 2024-06-17T17:20:35.707Z | 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/a3b920bde8a26cbdd7b14d21e452be6351cf009c/crucible-nightly.sha256.txt
|
6 | 2024-06-17T17:20:35.845Z | 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-06-17T17:20:36.282Z | 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/61e1481cd2b04b29b0adcd3e51a6e3e46eb146db/propolis-server.sha256.txt
|
8 | 2024-06-17T17:20:36.385Z | INFO | phd-runner: [EXECUTION_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 25
target = phd_runner::fixtures
|
9 | 2024-06-17T17:20:36.385Z | INFO | phd-runner: [EXECUTION_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 25
target = phd_runner::fixtures
|
10 | 2024-06-17T17:20:36.385Z | INFO | phd-runner: Running 26 test(s)
file = phd-tests/runner/src/execute.rs
line = 82
target = phd_runner::execute
|
11 | 2024-06-17T17:20:36.385Z | INFO | phd-runner: Starting test phd_tests::migrate::multiple_migrations
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
12 | 2024-06-17T17:20:36.385Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
13 | 2024-06-17T17:20:36.385Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
14 | 2024-06-17T17:20:36.385Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 298
path = phd_tests::migrate::multiple_migrations
target = phd_tests::migrate
|
15 | 2024-06-17T17:20:36.386Z | 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::multiple_migrations
target = phd_framework::artifacts::store
|
16 | 2024-06-17T17:20:36.386Z | DEBG | phd-runner: [TEST - EVENT] Downloading file from Buildomat...
file = phd-tests/framework/src/artifacts/buildomat.rs
line = 215
path = phd_tests::migrate::multiple_migrations
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-06-17T17:20:36.953Z | 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::multiple_migrations
target = phd_framework::artifacts::store
|
18 | 2024-06-17T17:20:36.953Z | 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::multiple_migrations
target = phd_framework::artifacts::store
timeout = 600s
|
19 | 2024-06-17T17:21:06.235Z | 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-06-17T17:21:06.235Z | 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::multiple_migrations
target = phd_framework::zfs
verb = list
|
21 | 2024-06-17T17:21:06.257Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::multiple_migrations
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 2.01M 1.80T 1.91M /phd-artifacts\n
target = phd_framework::zfs
|
22 | 2024-06-17T17:21:06.257Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9078b0e2-6b6e-40b2-9fab-732921a3b61f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = snapshot
|
23 | 2024-06-17T17:21:06.291Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9078b0e2-6b6e-40b2-9fab-732921a3b61f", "phd-artifacts/phd-clone-51a7cc3e-b624-45f5-a6e7-6299fafd0756"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = clone
|
24 | 2024-06-17T17:21:06.308Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-51a7cc3e-b624-45f5-a6e7-6299fafd0756"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = list
|
25 | 2024-06-17T17:21:06.319Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::multiple_migrations
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-51a7cc3e-b624-45f5-a6e7-6299fafd0756 0B 1.80T 48.9M /phd-artifacts/phd-clone-51a7cc3e-b624-45f5-a6e7-6299fafd0756\n
target = phd_framework::zfs
|
26 | 2024-06-17T17:21:06.320Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
27 | 2024-06-17T17:21:06.320Z | 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 = 187
path = phd_tests::migrate::multiple_migrations
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-51a7cc3e-b624-45f5-a6e7-6299fafd0756/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = multiple_migrations_0
|
28 | 2024-06-17T17:21:06.320Z | 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
|
29 | 2024-06-17T17:21:06.320Z | 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
|
30 | 2024-06-17T17:21:06.320Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/multiple_migrations_0.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::multiple_migrations
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
31 | 2024-06-17T17:21:06.320Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::multiple_migrations
stderr_path = "/tmp/propolis-phd/multiple_migrations_0.stderr.log"
stdout_path = "/tmp/propolis-phd/multiple_migrations_0.stdout.log"
target = phd_framework::server_log_mode
|
32 | 2024-06-17T17:21:06.325Z | 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::multiple_migrations
target = phd_framework::test_vm::server
|
33 | 2024-06-17T17:21:06.325Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 5
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
34 | 2024-06-17T17:21:06.325Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
35 | 2024-06-17T17:21:06.325Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 187
path = phd_tests::migrate::multiple_migrations
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-51a7cc3e-b624-45f5-a6e7-6299fafd0756/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = multiple_migrations_1
|
36 | 2024-06-17T17:21:06.326Z | 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
|
37 | 2024-06-17T17:21:06.326Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/multiple_migrations_1.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::multiple_migrations
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
38 | 2024-06-17T17:21:06.326Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::multiple_migrations
stderr_path = "/tmp/propolis-phd/multiple_migrations_1.stderr.log"
stdout_path = "/tmp/propolis-phd/multiple_migrations_1.stdout.log"
target = phd_framework::server_log_mode
|
39 | 2024-06-17T17:21:06.330Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 871
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm::server
|
40 | 2024-06-17T17:21:06.331Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 5
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
41 | 2024-06-17T17:21:06.331Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
42 | 2024-06-17T17:21:06.331Z | 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 = 187
path = phd_tests::migrate::multiple_migrations
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-51a7cc3e-b624-45f5-a6e7-6299fafd0756/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = multiple_migrations_2
|
43 | 2024-06-17T17:21:06.331Z | 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
|
44 | 2024-06-17T17:21:06.331Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/multiple_migrations_2.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::multiple_migrations
server_addr = 127.0.0.1:9004
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
45 | 2024-06-17T17:21:06.331Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::multiple_migrations
stderr_path = "/tmp/propolis-phd/multiple_migrations_2.stderr.log"
stdout_path = "/tmp/propolis-phd/multiple_migrations_2.stdout.log"
target = phd_framework::server_log_mode
|
46 | 2024-06-17T17:21:06.336Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 872
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm::server
|
47 | 2024-06-17T17:21:06.336Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 5
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
48 | 2024-06-17T17:21:06.337Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
|
49 | 2024-06-17T17:21:06.337Z | 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): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
|
50 | 2024-06-17T17:21:07.155Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
51 | 2024-06-17T17:21:07.156Z | 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: 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: c70ca12d-9cad-4fe6-8d3d-25c4e3ccc8d5, silo_id: e120f8e4-02c5-438f-a914-d874f9c6899f }, name: "phd-vm-1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1", vcpus: 2 }, state: Creating }
line = 382
path = phd_tests::migrate::multiple_migrations
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-51a7cc3e-b624-45f5-a6e7-6299fafd0756/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
|
52 | 2024-06-17T17:21:07.156Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 819
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
|
53 | 2024-06-17T17:21:07.156Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
|
54 | 2024-06-17T17:21:07.156Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::migrate::multiple_migrations
state = Run
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
|
55 | 2024-06-17T17:21:07.156Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
|
56 | 2024-06-17T17:21:07.157Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
57 | 2024-06-17T17:21:07.157Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = 300s
vm = multiple_migrations_0
vm_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
|
58 | 2024-06-17T17:21:07.157Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::multiple_migrations
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
59 | 2024-06-17T17:21:07.157Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
|
60 | 2024-06-17T17:21:07.157Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiple_migrations_0
vm_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
|
61 | 2024-06-17T17:21:11.372Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4214
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
|
62 | 2024-06-17T17:21:11.372Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::multiple_migrations
step = WriteStr("root")
target = phd_framework::test_vm
|
63 | 2024-06-17T17:21:11.372Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::multiple_migrations
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
64 | 2024-06-17T17:21:11.372Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
|
65 | 2024-06-17T17:21:11.372Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiple_migrations_0
vm_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
|
66 | 2024-06-17T17:21:11.388Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 16
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
|
67 | 2024-06-17T17:21:11.389Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 691
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
68 | 2024-06-17T17:21:11.389Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4232
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
|
69 | 2024-06-17T17:21:11.389Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
target = phd_framework::test_vm
target_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
|
70 | 2024-06-17T17:21:11.389Z | 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 = 505
migration_id = bdbf2b3b-3fdb-41ed-bfc9-0ad264756679
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
target = phd_framework::test_vm
target_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
timeout_duration = 45s
|
71 | 2024-06-17T17:21:11.389Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
target = phd_framework::test_vm
target_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
vm = multiple_migrations_1
vm_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
|
72 | 2024-06-17T17:21:11.501Z | 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: cbc2073f-951b-4c41-b3c5-f577a89a6894, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 366741ea-3fb8-4556-a274-7de50f0e5407, silo_id: c8f83f54-72c4-4410-89e6-6a7b47ddd475 }, name: "phd-vm-cbc2073f-951b-4c41-b3c5-f577a89a6894", vcpus: 2 }, state: Migrating }
line = 382
path = phd_tests::migrate::multiple_migrations
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-51a7cc3e-b624-45f5-a6e7-6299fafd0756/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
source = multiple_migrations_0
source_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
target = phd_framework::test_vm
target_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
vm = multiple_migrations_1
vm_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
|
73 | 2024-06-17T17:21:11.501Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 112
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
target = phd_framework::test_vm
target_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
vm = multiple_migrations_1
vm_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
|
74 | 2024-06-17T17:21:11.501Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = bdbf2b3b-3fdb-41ed-bfc9-0ad264756679
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
target = phd_framework::test_vm
target_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
|
75 | 2024-06-17T17:21:15.249Z | 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":7609}}
target = phd_framework::serial
|
76 | 2024-06-17T17:21:17.609Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 538
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
target = phd_framework::test_vm
target_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
|
77 | 2024-06-17T17:21:17.609Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 6108
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = bdbf2b3b-3fdb-41ed-bfc9-0ad264756679
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
target = phd_framework::test_vm
target_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
|
78 | 2024-06-17T17:21:17.609Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 6220
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_0
source_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
target = phd_framework::test_vm
target_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
|
79 | 2024-06-17T17:21:17.610Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
|
80 | 2024-06-17T17:21:17.610Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiple_migrations_1
vm_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
|
81 | 2024-06-17T17:21:17.621Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
|
82 | 2024-06-17T17:21:17.622Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
|
83 | 2024-06-17T17:21:17.622Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiple_migrations_1
vm_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
|
84 | 2024-06-17T17:21:17.653Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 31
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
|
85 | 2024-06-17T17:21:17.653Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
target = phd_framework::test_vm
target_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
|
86 | 2024-06-17T17:21:17.654Z | 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 = 505
migration_id = 7d4ca163-042e-4320-beab-26be995e1b16
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
target = phd_framework::test_vm
target_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
timeout_duration = 45s
|
87 | 2024-06-17T17:21:17.654Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
target = phd_framework::test_vm
target_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
vm = multiple_migrations_2
vm_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
|
88 | 2024-06-17T17:21:17.769Z | 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: f2dfe424-9ae2-4257-99e3-e947d0daf3df, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 3b74cd6d-cd84-499c-8781-3b3a315eb418, silo_id: 0d605062-5aee-4b2f-9d6a-9b6c60200f6d }, name: "phd-vm-f2dfe424-9ae2-4257-99e3-e947d0daf3df", vcpus: 2 }, state: Migrating }
line = 382
path = phd_tests::migrate::multiple_migrations
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-51a7cc3e-b624-45f5-a6e7-6299fafd0756/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
source = multiple_migrations_1
source_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
target = phd_framework::test_vm
target_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
vm = multiple_migrations_2
vm_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
|
89 | 2024-06-17T17:21:17.769Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 115
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
target = phd_framework::test_vm
target_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
vm = multiple_migrations_2
vm_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
|
90 | 2024-06-17T17:21:17.769Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = 7d4ca163-042e-4320-beab-26be995e1b16
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
target = phd_framework::test_vm
target_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
|
91 | 2024-06-17T17:21:21.566Z | 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":7657}}
target = phd_framework::serial
|
92 | 2024-06-17T17:21:21.877Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 538
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
target = phd_framework::test_vm
target_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
|
93 | 2024-06-17T17:21:21.877Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4107
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = 7d4ca163-042e-4320-beab-26be995e1b16
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
target = phd_framework::test_vm
target_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
|
94 | 2024-06-17T17:21:21.877Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4223
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::multiple_migrations
source = multiple_migrations_1
source_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
target = phd_framework::test_vm
target_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
|
95 | 2024-06-17T17:21:21.877Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
|
96 | 2024-06-17T17:21:21.877Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiple_migrations_2
vm_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
|
97 | 2024-06-17T17:21:21.889Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
|
98 | 2024-06-17T17:21:21.889Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
|
99 | 2024-06-17T17:21:21.889Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiple_migrations_2
vm_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
|
100 | 2024-06-17T17:21:21.912Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
|
101 | 2024-06-17T17:21:21.912Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
|
102 | 2024-06-17T17:21:21.912Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
|
103 | 2024-06-17T17:21:21.912Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
|
104 | 2024-06-17T17:21:21.912Z | 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
|
105 | 2024-06-17T17:21:21.912Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 14757
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
106 | 2024-06-17T17:21:21.912Z | INFO | phd-runner: test phd_tests::migrate::multiple_migrations ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
107 | 2024-06-17T17:21:21.912Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
108 | 2024-06-17T17:21:21.913Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
|
109 | 2024-06-17T17:21:21.914Z | 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::multiple_migrations
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = multiple_migrations_1
vm_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
|
110 | 2024-06-17T17:21:21.914Z | 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::multiple_migrations
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = multiple_migrations_0
vm_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
|
111 | 2024-06-17T17:21:22.026Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 113
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = cbc2073f-951b-4c41-b3c5-f577a89a6894
|
112 | 2024-06-17T17:21:22.126Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 214
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 1455a25a-3d75-4ca0-ac20-4b6ba0e2f5e1
|
113 | 2024-06-17T17:21:22.181Z | 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::multiple_migrations
self.address = 127.0.0.1:9004
target = phd_framework::test_vm::server
vm = multiple_migrations_2
vm_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
|
114 | 2024-06-17T17:21:22.301Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
vm = multiple_migrations_2
vm_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
|
115 | 2024-06-17T17:21:22.301Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-51a7cc3e-b624-45f5-a6e7-6299fafd0756"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = destroy
vm = multiple_migrations_2
vm_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
|
116 | 2024-06-17T17:21:22.325Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
vm = multiple_migrations_2
vm_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
|
117 | 2024-06-17T17:21:22.325Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9078b0e2-6b6e-40b2-9fab-732921a3b61f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::multiple_migrations
target = phd_framework::zfs
verb = destroy
vm = multiple_migrations_2
vm_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
|
118 | 2024-06-17T17:21:22.342Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 430
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::multiple_migrations
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = f2dfe424-9ae2-4257-99e3-e947d0daf3df
|
119 | 2024-06-17T17:21:22.342Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 45956
file = phd-tests/tests/src/migrate.rs
line = 298
path = phd_tests::migrate::multiple_migrations
target = phd_tests::migrate
|
120 | 2024-06-17T17:21:22.342Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 430
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
121 | 2024-06-17T17:21:22.342Z | INFO | phd-runner: Starting test phd_tests::migrate::incompatible_vms
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
122 | 2024-06-17T17:21:22.343Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
123 | 2024-06-17T17:21:22.343Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
124 | 2024-06-17T17:21:22.343Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 248
path = phd_tests::migrate::incompatible_vms
target = phd_tests::migrate
|
125 | 2024-06-17T17:21:22.343Z | 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
|
126 | 2024-06-17T17:21:22.343Z | 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
|
127 | 2024-06-17T17:21:22.343Z | 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
|
128 | 2024-06-17T17:21:22.343Z | 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::incompatible_vms
target = phd_framework::zfs
verb = list
|
129 | 2024-06-17T17:21:22.353Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::incompatible_vms
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 49.1M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
130 | 2024-06-17T17:21:22.353Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5dd06eaa-21bf-4913-becc-e3b808666a1c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
verb = snapshot
|
131 | 2024-06-17T17:21:22.371Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5dd06eaa-21bf-4913-becc-e3b808666a1c", "phd-artifacts/phd-clone-9151e742-02fa-466d-b431-03e73fad5e59"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
verb = clone
|
132 | 2024-06-17T17:21:22.389Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-9151e742-02fa-466d-b431-03e73fad5e59"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
verb = list
|
133 | 2024-06-17T17:21:22.399Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::incompatible_vms
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-9151e742-02fa-466d-b431-03e73fad5e59 0B 1.80T 48.9M /phd-artifacts/phd-clone-9151e742-02fa-466d-b431-03e73fad5e59\n
target = phd_framework::zfs
|
134 | 2024-06-17T17:21:22.400Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
|
135 | 2024-06-17T17:21:22.400Z | 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 = 187
path = phd_tests::migrate::incompatible_vms
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-9151e742-02fa-466d-b431-03e73fad5e59/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 4, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = migration_incompatible_source_0
|
136 | 2024-06-17T17:21:22.400Z | 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
|
137 | 2024-06-17T17:21:22.400Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migration_incompatible_source_0.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::incompatible_vms
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
138 | 2024-06-17T17:21:22.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::incompatible_vms
stderr_path = "/tmp/propolis-phd/migration_incompatible_source_0.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_incompatible_source_0.stdout.log"
target = phd_framework::server_log_mode
|
139 | 2024-06-17T17:21:22.405Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 882
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm::server
|
140 | 2024-06-17T17:21:22.405Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 5
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
|
141 | 2024-06-17T17:21:22.405Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
vm = migration_incompatible_source_0
vm_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
|
142 | 2024-06-17T17:21:22.406Z | 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): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
vm = migration_incompatible_source_0
vm_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
|
143 | 2024-06-17T17:21:23.099Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
144 | 2024-06-17T17:21:23.100Z | 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: 5e31a856-55fd-4bd2-a108-5f291b11409c, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 0e35cd33-7683-462d-8463-5841909483c2, silo_id: 982898c8-f27f-492e-a821-eeb111d94e8a }, name: "phd-vm-5e31a856-55fd-4bd2-a108-5f291b11409c", vcpus: 4 }, state: Creating }
line = 382
path = phd_tests::migrate::incompatible_vms
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-9151e742-02fa-466d-b431-03e73fad5e59/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 4, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = migration_incompatible_source_0
vm_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
|
145 | 2024-06-17T17:21:23.100Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 694
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
vm = migration_incompatible_source_0
vm_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
|
146 | 2024-06-17T17:21:23.100Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
vm = migration_incompatible_source_0
vm_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
|
147 | 2024-06-17T17:21:23.100Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::migrate::incompatible_vms
state = Run
target = phd_framework::test_vm
vm = migration_incompatible_source_0
vm_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
|
148 | 2024-06-17T17:21:23.101Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
vm = migration_incompatible_source_0
vm_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
|
149 | 2024-06-17T17:21:23.101Z | 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
|
150 | 2024-06-17T17:21:23.101Z | 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
|
151 | 2024-06-17T17:21:23.101Z | 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
|
152 | 2024-06-17T17:21:23.101Z | 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::incompatible_vms
target = phd_framework::zfs
verb = list
|
153 | 2024-06-17T17:21:23.114Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::incompatible_vms
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 50.4M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
154 | 2024-06-17T17:21:23.114Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2b75db8d-a2e5-4e01-bd3f-a1625d4aa6e0"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
verb = snapshot
|
155 | 2024-06-17T17:21:23.131Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2b75db8d-a2e5-4e01-bd3f-a1625d4aa6e0", "phd-artifacts/phd-clone-49d5c651-13e6-41a9-b736-7bac19f65dbd"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
verb = clone
|
156 | 2024-06-17T17:21:23.149Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-49d5c651-13e6-41a9-b736-7bac19f65dbd"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
verb = list
|
157 | 2024-06-17T17:21:23.159Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::incompatible_vms
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-49d5c651-13e6-41a9-b736-7bac19f65dbd 0B 1.80T 48.9M /phd-artifacts/phd-clone-49d5c651-13e6-41a9-b736-7bac19f65dbd\n
target = phd_framework::zfs
|
158 | 2024-06-17T17:21:23.160Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
|
159 | 2024-06-17T17:21:23.160Z | 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 = 187
path = phd_tests::migrate::incompatible_vms
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-49d5c651-13e6-41a9-b736-7bac19f65dbd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 8, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = migration_incompatible_target_1
|
160 | 2024-06-17T17:21:23.160Z | 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
|
161 | 2024-06-17T17:21:23.160Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migration_incompatible_target_1.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::incompatible_vms
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
162 | 2024-06-17T17:21:23.160Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::incompatible_vms
stderr_path = "/tmp/propolis-phd/migration_incompatible_target_1.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_incompatible_target_1.stdout.log"
target = phd_framework::server_log_mode
|
163 | 2024-06-17T17:21:23.165Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 887
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm::server
|
164 | 2024-06-17T17:21:23.165Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 5
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
|
165 | 2024-06-17T17:21:23.165Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::incompatible_vms
source = migration_incompatible_source_0
source_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
target = phd_framework::test_vm
target_id = 6c980884-b119-41de-8c2e-f185e55be6cf
|
166 | 2024-06-17T17:21:23.165Z | 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 = 505
migration_id = ac387fd4-d9fb-4e80-a447-9a41654167ce
path = phd_tests::migrate::incompatible_vms
source = migration_incompatible_source_0
source_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
target = phd_framework::test_vm
target_id = 6c980884-b119-41de-8c2e-f185e55be6cf
timeout_duration = 45s
|
167 | 2024-06-17T17:21:23.165Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::incompatible_vms
source = migration_incompatible_source_0
source_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
target = phd_framework::test_vm
target_id = 6c980884-b119-41de-8c2e-f185e55be6cf
vm = migration_incompatible_target_1
vm_id = 6c980884-b119-41de-8c2e-f185e55be6cf
|
168 | 2024-06-17T17:21:23.166Z | 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): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::migrate::incompatible_vms
source = migration_incompatible_source_0
source_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
target = phd_framework::test_vm
target_id = 6c980884-b119-41de-8c2e-f185e55be6cf
vm = migration_incompatible_target_1
vm_id = 6c980884-b119-41de-8c2e-f185e55be6cf
|
169 | 2024-06-17T17:21:23.948Z | 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: 6c980884-b119-41de-8c2e-f185e55be6cf, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 22536a28-9f6b-4da6-beb7-e7c5b71afb92, silo_id: bc551cc7-7c0f-4737-a2ea-9a76b1a4f348 }, name: "phd-vm-6c980884-b119-41de-8c2e-f185e55be6cf", vcpus: 8 }, state: Failed }
line = 382
path = phd_tests::migrate::incompatible_vms
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-49d5c651-13e6-41a9-b736-7bac19f65dbd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 8, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
source = migration_incompatible_source_0
source_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
target = phd_framework::test_vm
target_id = 6c980884-b119-41de-8c2e-f185e55be6cf
vm = migration_incompatible_target_1
vm_id = 6c980884-b119-41de-8c2e-f185e55be6cf
|
170 | 2024-06-17T17:21:23.948Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 782
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::incompatible_vms
source = migration_incompatible_source_0
source_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
target = phd_framework::test_vm
target_id = 6c980884-b119-41de-8c2e-f185e55be6cf
vm = migration_incompatible_target_1
vm_id = 6c980884-b119-41de-8c2e-f185e55be6cf
|
171 | 2024-06-17T17:21:23.948Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = ac387fd4-d9fb-4e80-a447-9a41654167ce
path = phd_tests::migrate::incompatible_vms
source = migration_incompatible_source_0
source_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
target = phd_framework::test_vm
target_id = 6c980884-b119-41de-8c2e-f185e55be6cf
|
172 | 2024-06-17T17:21:23.949Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Instance reported error during migration
file = phd-tests/framework/src/test_vm/mod.rs
line = 542
path = phd_tests::migrate::incompatible_vms
source = migration_incompatible_source_0
source_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
target = phd_framework::test_vm
target_id = 6c980884-b119-41de-8c2e-f185e55be6cf
|
173 | 2024-06-17T17:21:23.949Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = ac387fd4-d9fb-4e80-a447-9a41654167ce
path = phd_tests::migrate::incompatible_vms
source = migration_incompatible_source_0
source_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
target = phd_framework::test_vm
target_id = 6c980884-b119-41de-8c2e-f185e55be6cf
|
174 | 2024-06-17T17:21:23.949Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 783
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::incompatible_vms
source = migration_incompatible_source_0
source_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
target = phd_framework::test_vm
target_id = 6c980884-b119-41de-8c2e-f185e55be6cf
|
175 | 2024-06-17T17:21:23.950Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
vm = migration_incompatible_target_1
vm_id = 6c980884-b119-41de-8c2e-f185e55be6cf
|
176 | 2024-06-17T17:21:23.950Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
vm = migration_incompatible_source_0
vm_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
|
177 | 2024-06-17T17:21:23.950Z | 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
|
178 | 2024-06-17T17:21:23.951Z | 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
|
179 | 2024-06-17T17:21:23.951Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
180 | 2024-06-17T17:21:23.951Z | 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::incompatible_vms
target = phd_framework::zfs
verb = list
|
181 | 2024-06-17T17:21:23.956Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
vm = migration_incompatible_target_1
vm_id = 6c980884-b119-41de-8c2e-f185e55be6cf
|
182 | 2024-06-17T17:21:23.957Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
vm = migration_incompatible_source_0
vm_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
|
183 | 2024-06-17T17:21:23.963Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::incompatible_vms
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 50.8M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
184 | 2024-06-17T17:21:23.963Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-682c7b1c-a6c9-4d55-a2b1-14ae7575efa5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
verb = snapshot
|
185 | 2024-06-17T17:21:23.983Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-682c7b1c-a6c9-4d55-a2b1-14ae7575efa5", "phd-artifacts/phd-clone-65176b8e-be19-471d-8c5d-51fbb44944c0"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
verb = clone
|
186 | 2024-06-17T17:21:24.002Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-65176b8e-be19-471d-8c5d-51fbb44944c0"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
verb = list
|
187 | 2024-06-17T17:21:24.012Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::incompatible_vms
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-65176b8e-be19-471d-8c5d-51fbb44944c0 0B 1.80T 48.9M /phd-artifacts/phd-clone-65176b8e-be19-471d-8c5d-51fbb44944c0\n
target = phd_framework::zfs
|
188 | 2024-06-17T17:21:24.012Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
|
189 | 2024-06-17T17:21:24.012Z | 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 = 187
path = phd_tests::migrate::incompatible_vms
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-65176b8e-be19-471d-8c5d-51fbb44944c0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 4, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = migration_incompatible_source_1
|
190 | 2024-06-17T17:21:24.012Z | 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
|
191 | 2024-06-17T17:21:24.012Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migration_incompatible_source_1.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::incompatible_vms
server_addr = 127.0.0.1:9004
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
192 | 2024-06-17T17:21:24.012Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::incompatible_vms
stderr_path = "/tmp/propolis-phd/migration_incompatible_source_1.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_incompatible_source_1.stdout.log"
target = phd_framework::server_log_mode
|
193 | 2024-06-17T17:21:24.016Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 892
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm::server
|
194 | 2024-06-17T17:21:24.016Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 4
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
|
195 | 2024-06-17T17:21:24.017Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
vm = migration_incompatible_source_1
vm_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
|
196 | 2024-06-17T17:21:24.017Z | 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): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
vm = migration_incompatible_source_1
vm_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
|
197 | 2024-06-17T17:21:24.017Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
198 | 2024-06-17T17:21:24.017Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 918
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
199 | 2024-06-17T17:21:24.477Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
200 | 2024-06-17T17:21:24.478Z | 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: ee69c53a-05f4-4287-adfe-bc79f4af61d5, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: e2d0debc-377d-4ef5-bf19-2f2bb437ab72, silo_id: 4bfbacf3-e6c9-480a-bba6-eea3c839da26 }, name: "phd-vm-ee69c53a-05f4-4287-adfe-bc79f4af61d5", vcpus: 4 }, state: Creating }
line = 382
path = phd_tests::migrate::incompatible_vms
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-65176b8e-be19-471d-8c5d-51fbb44944c0/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 4, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = migration_incompatible_source_1
vm_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
|
201 | 2024-06-17T17:21:24.478Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 461
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
vm = migration_incompatible_source_1
vm_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
|
202 | 2024-06-17T17:21:24.478Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
vm = migration_incompatible_source_1
vm_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
|
203 | 2024-06-17T17:21:24.478Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::migrate::incompatible_vms
state = Run
target = phd_framework::test_vm
vm = migration_incompatible_source_1
vm_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
|
204 | 2024-06-17T17:21:24.479Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
vm = migration_incompatible_source_1
vm_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
|
205 | 2024-06-17T17:21:24.479Z | 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
|
206 | 2024-06-17T17:21:24.479Z | 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
|
207 | 2024-06-17T17:21:24.479Z | 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
|
208 | 2024-06-17T17:21:24.479Z | 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::incompatible_vms
target = phd_framework::zfs
verb = list
|
209 | 2024-06-17T17:21:24.492Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::incompatible_vms
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 51.3M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
210 | 2024-06-17T17:21:24.492Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5a943a47-1f8b-4dcd-bb9c-089771ec5cbb"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
verb = snapshot
|
211 | 2024-06-17T17:21:24.509Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5a943a47-1f8b-4dcd-bb9c-089771ec5cbb", "phd-artifacts/phd-clone-879ac864-6a6a-4832-bd5b-59e562170524"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
verb = clone
|
212 | 2024-06-17T17:21:24.528Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-879ac864-6a6a-4832-bd5b-59e562170524"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
verb = list
|
213 | 2024-06-17T17:21:24.538Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::incompatible_vms
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-879ac864-6a6a-4832-bd5b-59e562170524 0B 1.80T 48.9M /phd-artifacts/phd-clone-879ac864-6a6a-4832-bd5b-59e562170524\n
target = phd_framework::zfs
|
214 | 2024-06-17T17:21:24.539Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
|
215 | 2024-06-17T17:21:24.539Z | 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 = 187
path = phd_tests::migrate::incompatible_vms
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-879ac864-6a6a-4832-bd5b-59e562170524/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 1024 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = migration_incompatible_target_2
|
216 | 2024-06-17T17:21:24.539Z | 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
|
217 | 2024-06-17T17:21:24.539Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migration_incompatible_target_2.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::incompatible_vms
server_addr = 127.0.0.1:9006
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
218 | 2024-06-17T17:21:24.539Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::incompatible_vms
stderr_path = "/tmp/propolis-phd/migration_incompatible_target_2.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_incompatible_target_2.stdout.log"
target = phd_framework::server_log_mode
|
219 | 2024-06-17T17:21:24.544Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 897
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm::server
|
220 | 2024-06-17T17:21:24.544Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 4
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
|
221 | 2024-06-17T17:21:24.544Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::incompatible_vms
source = migration_incompatible_source_1
source_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
target = phd_framework::test_vm
target_id = 36ca8a1f-3d88-4efd-ba47-e35b4949d56a
|
222 | 2024-06-17T17:21:24.544Z | 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 = 505
migration_id = 95ff3d65-812e-4906-9f36-2b436d3980ee
path = phd_tests::migrate::incompatible_vms
source = migration_incompatible_source_1
source_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
target = phd_framework::test_vm
target_id = 36ca8a1f-3d88-4efd-ba47-e35b4949d56a
timeout_duration = 90s
|
223 | 2024-06-17T17:21:24.544Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::incompatible_vms
source = migration_incompatible_source_1
source_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
target = phd_framework::test_vm
target_id = 36ca8a1f-3d88-4efd-ba47-e35b4949d56a
vm = migration_incompatible_target_2
vm_id = 36ca8a1f-3d88-4efd-ba47-e35b4949d56a
|
224 | 2024-06-17T17:21:24.544Z | 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): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::migrate::incompatible_vms
source = migration_incompatible_source_1
source_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
target = phd_framework::test_vm
target_id = 36ca8a1f-3d88-4efd-ba47-e35b4949d56a
vm = migration_incompatible_target_2
vm_id = 36ca8a1f-3d88-4efd-ba47-e35b4949d56a
|
225 | 2024-06-17T17:21:24.545Z | 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::incompatible_vms
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = migration_incompatible_source_0
vm_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
|
226 | 2024-06-17T17:21:24.659Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
vm = migration_incompatible_source_0
vm_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
|
227 | 2024-06-17T17:21:24.659Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-9151e742-02fa-466d-b431-03e73fad5e59"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
verb = destroy
vm = migration_incompatible_source_0
vm_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
|
228 | 2024-06-17T17:21:24.683Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
vm = migration_incompatible_source_0
vm_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
|
229 | 2024-06-17T17:21:24.683Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5dd06eaa-21bf-4913-becc-e3b808666a1c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
verb = destroy
vm = migration_incompatible_source_0
vm_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
|
230 | 2024-06-17T17:21:24.701Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 750
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
vm = migration_incompatible_source_0
vm_id = 5e31a856-55fd-4bd2-a108-5f291b11409c
|
231 | 2024-06-17T17:21:24.702Z | 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::incompatible_vms
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = migration_incompatible_target_1
vm_id = 6c980884-b119-41de-8c2e-f185e55be6cf
|
232 | 2024-06-17T17:21:24.815Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
vm = migration_incompatible_target_1
vm_id = 6c980884-b119-41de-8c2e-f185e55be6cf
|
233 | 2024-06-17T17:21:24.815Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-49d5c651-13e6-41a9-b736-7bac19f65dbd"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
verb = destroy
vm = migration_incompatible_target_1
vm_id = 6c980884-b119-41de-8c2e-f185e55be6cf
|
234 | 2024-06-17T17:21:24.840Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
vm = migration_incompatible_target_1
vm_id = 6c980884-b119-41de-8c2e-f185e55be6cf
|
235 | 2024-06-17T17:21:24.840Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-2b75db8d-a2e5-4e01-bd3f-a1625d4aa6e0"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
verb = destroy
vm = migration_incompatible_target_1
vm_id = 6c980884-b119-41de-8c2e-f185e55be6cf
|
236 | 2024-06-17T17:21:24.858Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 907
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
vm = migration_incompatible_target_1
vm_id = 6c980884-b119-41de-8c2e-f185e55be6cf
|
237 | 2024-06-17T17:21:25.283Z | 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: 36ca8a1f-3d88-4efd-ba47-e35b4949d56a, image_id: 00000000-0000-0000-0000-000000000000, memory: 1024, metadata: InstanceMetadata { project_id: ff207b88-3b80-44e7-8800-7a8e2d941ca9, silo_id: 8cbeb169-c9ee-4f82-a3e5-61380a240091 }, name: "phd-vm-36ca8a1f-3d88-4efd-ba47-e35b4949d56a", vcpus: 2 }, state: Failed }
line = 382
path = phd_tests::migrate::incompatible_vms
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-879ac864-6a6a-4832-bd5b-59e562170524/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 1024 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
source = migration_incompatible_source_1
source_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
target = phd_framework::test_vm
target_id = 36ca8a1f-3d88-4efd-ba47-e35b4949d56a
vm = migration_incompatible_target_2
vm_id = 36ca8a1f-3d88-4efd-ba47-e35b4949d56a
|
238 | 2024-06-17T17:21:25.283Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 738
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::incompatible_vms
source = migration_incompatible_source_1
source_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
target = phd_framework::test_vm
target_id = 36ca8a1f-3d88-4efd-ba47-e35b4949d56a
vm = migration_incompatible_target_2
vm_id = 36ca8a1f-3d88-4efd-ba47-e35b4949d56a
|
239 | 2024-06-17T17:21:25.283Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = 95ff3d65-812e-4906-9f36-2b436d3980ee
path = phd_tests::migrate::incompatible_vms
source = migration_incompatible_source_1
source_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
target = phd_framework::test_vm
target_id = 36ca8a1f-3d88-4efd-ba47-e35b4949d56a
|
240 | 2024-06-17T17:21:25.284Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Instance reported error during migration
file = phd-tests/framework/src/test_vm/mod.rs
line = 542
path = phd_tests::migrate::incompatible_vms
source = migration_incompatible_source_1
source_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
target = phd_framework::test_vm
target_id = 36ca8a1f-3d88-4efd-ba47-e35b4949d56a
|
241 | 2024-06-17T17:21:25.284Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = 95ff3d65-812e-4906-9f36-2b436d3980ee
path = phd_tests::migrate::incompatible_vms
source = migration_incompatible_source_1
source_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
target = phd_framework::test_vm
target_id = 36ca8a1f-3d88-4efd-ba47-e35b4949d56a
|
242 | 2024-06-17T17:21:25.284Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 739
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::incompatible_vms
source = migration_incompatible_source_1
source_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
target = phd_framework::test_vm
target_id = 36ca8a1f-3d88-4efd-ba47-e35b4949d56a
|
243 | 2024-06-17T17:21:25.285Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
vm = migration_incompatible_target_2
vm_id = 36ca8a1f-3d88-4efd-ba47-e35b4949d56a
|
244 | 2024-06-17T17:21:25.285Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
vm = migration_incompatible_source_1
vm_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
|
245 | 2024-06-17T17:21:25.286Z | 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
|
246 | 2024-06-17T17:21:25.286Z | INFO | phd-runner: test phd_tests::migrate::incompatible_vms ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
247 | 2024-06-17T17:21:25.286Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 808
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
248 | 2024-06-17T17:21:25.286Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
249 | 2024-06-17T17:21:25.286Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
vm = migration_incompatible_source_1
vm_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
|
250 | 2024-06-17T17:21:25.287Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
vm = migration_incompatible_target_2
vm_id = 36ca8a1f-3d88-4efd-ba47-e35b4949d56a
|
251 | 2024-06-17T17:21:25.548Z | 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::incompatible_vms
self.address = 127.0.0.1:9006
target = phd_framework::test_vm::server
vm = migration_incompatible_target_2
vm_id = 36ca8a1f-3d88-4efd-ba47-e35b4949d56a
|
252 | 2024-06-17T17:21:25.769Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
vm = migration_incompatible_target_2
vm_id = 36ca8a1f-3d88-4efd-ba47-e35b4949d56a
|
253 | 2024-06-17T17:21:25.769Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-879ac864-6a6a-4832-bd5b-59e562170524"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
verb = destroy
vm = migration_incompatible_target_2
vm_id = 36ca8a1f-3d88-4efd-ba47-e35b4949d56a
|
254 | 2024-06-17T17:21:25.793Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
vm = migration_incompatible_target_2
vm_id = 36ca8a1f-3d88-4efd-ba47-e35b4949d56a
|
255 | 2024-06-17T17:21:25.793Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5a943a47-1f8b-4dcd-bb9c-089771ec5cbb"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
verb = destroy
vm = migration_incompatible_target_2
vm_id = 36ca8a1f-3d88-4efd-ba47-e35b4949d56a
|
256 | 2024-06-17T17:21:25.810Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 524
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
vm = migration_incompatible_target_2
vm_id = 36ca8a1f-3d88-4efd-ba47-e35b4949d56a
|
257 | 2024-06-17T17:21:25.811Z | 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::incompatible_vms
self.address = 127.0.0.1:9004
target = phd_framework::test_vm::server
vm = migration_incompatible_source_1
vm_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
|
258 | 2024-06-17T17:21:25.919Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
vm = migration_incompatible_source_1
vm_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
|
259 | 2024-06-17T17:21:25.919Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-65176b8e-be19-471d-8c5d-51fbb44944c0"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
verb = destroy
vm = migration_incompatible_source_1
vm_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
|
260 | 2024-06-17T17:21:25.941Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
vm = migration_incompatible_source_1
vm_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
|
261 | 2024-06-17T17:21:25.942Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-682c7b1c-a6c9-4d55-a2b1-14ae7575efa5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::incompatible_vms
target = phd_framework::zfs
verb = destroy
vm = migration_incompatible_source_1
vm_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
|
262 | 2024-06-17T17:21:25.959Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 673
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::incompatible_vms
target = phd_framework::test_vm
vm = migration_incompatible_source_1
vm_id = ee69c53a-05f4-4287-adfe-bc79f4af61d5
|
263 | 2024-06-17T17:21:25.959Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 3616
file = phd-tests/tests/src/migrate.rs
line = 248
path = phd_tests::migrate::incompatible_vms
target = phd_tests::migrate
|
264 | 2024-06-17T17:21:25.959Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 673
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
265 | 2024-06-17T17:21:25.959Z | INFO | phd-runner: Starting test phd_tests::migrate::serial_history
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
266 | 2024-06-17T17:21:25.959Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
267 | 2024-06-17T17:21:25.960Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
268 | 2024-06-17T17:21:25.960Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 18
path = phd_tests::migrate::serial_history
target = phd_tests::migrate
|
269 | 2024-06-17T17:21:25.960Z | 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
|
270 | 2024-06-17T17:21:25.960Z | 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
|
271 | 2024-06-17T17:21:25.960Z | 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
|
272 | 2024-06-17T17:21:25.960Z | 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::serial_history
target = phd_framework::zfs
verb = list
|
273 | 2024-06-17T17:21:25.971Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::serial_history
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 50.6M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
274 | 2024-06-17T17:21:25.971Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e2cc44df-c3c7-4b8a-abd0-5ceba39acdb5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = snapshot
|
275 | 2024-06-17T17:21:25.988Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e2cc44df-c3c7-4b8a-abd0-5ceba39acdb5", "phd-artifacts/phd-clone-1efb315d-4459-4076-907b-5818e5f5f546"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = clone
|
276 | 2024-06-17T17:21:26.005Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-1efb315d-4459-4076-907b-5818e5f5f546"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = list
|
277 | 2024-06-17T17:21:26.015Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::serial_history
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-1efb315d-4459-4076-907b-5818e5f5f546 0B 1.80T 48.9M /phd-artifacts/phd-clone-1efb315d-4459-4076-907b-5818e5f5f546\n
target = phd_framework::zfs
|
278 | 2024-06-17T17:21:26.015Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
279 | 2024-06-17T17:21:26.015Z | 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 = 187
path = phd_tests::migrate::serial_history
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-1efb315d-4459-4076-907b-5818e5f5f546/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = migration_serial_history
|
280 | 2024-06-17T17:21:26.015Z | 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
|
281 | 2024-06-17T17:21:26.016Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migration_serial_history.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::serial_history
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
282 | 2024-06-17T17:21:26.016Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::serial_history
stderr_path = "/tmp/propolis-phd/migration_serial_history.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_serial_history.stdout.log"
target = phd_framework::server_log_mode
|
283 | 2024-06-17T17:21:26.020Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 914
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm::server
|
284 | 2024-06-17T17:21:26.021Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 5
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
285 | 2024-06-17T17:21:26.021Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 56345b89-5c37-45cb-b367-4c5ef3107956
|
286 | 2024-06-17T17:21:26.021Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance/spec): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 56345b89-5c37-45cb-b367-4c5ef3107956
|
287 | 2024-06-17T17:21:26.534Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
288 | 2024-06-17T17:21:26.534Z | 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: 56345b89-5c37-45cb-b367-4c5ef3107956, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 9e5cf6aa-89b0-4157-981c-8aaf51b5b84e, silo_id: db58cc84-78eb-4c9e-96f0-52a97df14fd3 }, name: "phd-vm-56345b89-5c37-45cb-b367-4c5ef3107956", vcpus: 2 }, state: Creating }
line = 382
path = phd_tests::migrate::serial_history
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-1efb315d-4459-4076-907b-5818e5f5f546/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 56345b89-5c37-45cb-b367-4c5ef3107956
|
289 | 2024-06-17T17:21:26.534Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 513
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 56345b89-5c37-45cb-b367-4c5ef3107956
|
290 | 2024-06-17T17:21:26.535Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 56345b89-5c37-45cb-b367-4c5ef3107956
|
291 | 2024-06-17T17:21:26.535Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::migrate::serial_history
state = Run
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 56345b89-5c37-45cb-b367-4c5ef3107956
|
292 | 2024-06-17T17:21:26.535Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 56345b89-5c37-45cb-b367-4c5ef3107956
|
293 | 2024-06-17T17:21:26.535Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
294 | 2024-06-17T17:21:26.535Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_serial_history
vm_id = 56345b89-5c37-45cb-b367-4c5ef3107956
|
295 | 2024-06-17T17:21:26.535Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::serial_history
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
296 | 2024-06-17T17:21:26.535Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 56345b89-5c37-45cb-b367-4c5ef3107956
|
297 | 2024-06-17T17:21:26.535Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history
vm_id = 56345b89-5c37-45cb-b367-4c5ef3107956
|
298 | 2024-06-17T17:21:30.737Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4201
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 56345b89-5c37-45cb-b367-4c5ef3107956
|
299 | 2024-06-17T17:21:30.737Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::serial_history
step = WriteStr("root")
target = phd_framework::test_vm
|
300 | 2024-06-17T17:21:30.737Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::serial_history
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
301 | 2024-06-17T17:21:30.737Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 56345b89-5c37-45cb-b367-4c5ef3107956
|
302 | 2024-06-17T17:21:30.737Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history
vm_id = 56345b89-5c37-45cb-b367-4c5ef3107956
|
303 | 2024-06-17T17:21:30.752Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 14
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 56345b89-5c37-45cb-b367-4c5ef3107956
|
304 | 2024-06-17T17:21:30.752Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 691
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
305 | 2024-06-17T17:21:30.753Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4217
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
306 | 2024-06-17T17:21:30.753Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 56345b89-5c37-45cb-b367-4c5ef3107956
|
307 | 2024-06-17T17:21:30.753Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_serial_history
vm_id = 56345b89-5c37-45cb-b367-4c5ef3107956
|
308 | 2024-06-17T17:21:30.763Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 56345b89-5c37-45cb-b367-4c5ef3107956
|
309 | 2024-06-17T17:21:30.763Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 56345b89-5c37-45cb-b367-4c5ef3107956
|
310 | 2024-06-17T17:21:30.763Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_serial_history
vm_id = 56345b89-5c37-45cb-b367-4c5ef3107956
|
311 | 2024-06-17T17:21:30.796Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 56345b89-5c37-45cb-b367-4c5ef3107956
|
312 | 2024-06-17T17:21:30.801Z | 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::serial_history
propolis_artifact = __DEFAULT_PROPOLIS
target = phd_framework::lifecycle
vm_name = migration_serial_history
|
313 | 2024-06-17T17:21:30.801Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
314 | 2024-06-17T17:21:30.802Z | 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 = 187
path = phd_tests::migrate::serial_history
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-1efb315d-4459-4076-907b-5818e5f5f546/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = migration_serial_history_lifecycle_0
|
315 | 2024-06-17T17:21:30.802Z | 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
|
316 | 2024-06-17T17:21:30.802Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migration_serial_history_lifecycle_0.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::serial_history
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
317 | 2024-06-17T17:21:30.802Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::serial_history
stderr_path = "/tmp/propolis-phd/migration_serial_history_lifecycle_0.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_serial_history_lifecycle_0.stdout.log"
target = phd_framework::server_log_mode
|
318 | 2024-06-17T17:21:30.809Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 915
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm::server
|
319 | 2024-06-17T17:21:30.809Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 7
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
|
320 | 2024-06-17T17:21:30.809Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 56345b89-5c37-45cb-b367-4c5ef3107956
target = phd_framework::test_vm
target_id = 23c85bfb-e0b1-4de7-8421-0fd2e2ddc0c0
|
321 | 2024-06-17T17:21:30.809Z | 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 = 505
migration_id = 0878924f-9c9f-4bb5-b2d5-3d724b04d672
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 56345b89-5c37-45cb-b367-4c5ef3107956
target = phd_framework::test_vm
target_id = 23c85bfb-e0b1-4de7-8421-0fd2e2ddc0c0
timeout_duration = 45s
|
322 | 2024-06-17T17:21:30.809Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 56345b89-5c37-45cb-b367-4c5ef3107956
target = phd_framework::test_vm
target_id = 23c85bfb-e0b1-4de7-8421-0fd2e2ddc0c0
vm = migration_serial_history_lifecycle_0
vm_id = 23c85bfb-e0b1-4de7-8421-0fd2e2ddc0c0
|
323 | 2024-06-17T17:21:30.810Z | 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): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 56345b89-5c37-45cb-b367-4c5ef3107956
target = phd_framework::test_vm
target_id = 23c85bfb-e0b1-4de7-8421-0fd2e2ddc0c0
vm = migration_serial_history_lifecycle_0
vm_id = 23c85bfb-e0b1-4de7-8421-0fd2e2ddc0c0
|
324 | 2024-06-17T17:21:31.203Z | 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: 23c85bfb-e0b1-4de7-8421-0fd2e2ddc0c0, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: dcf25fd2-2093-4632-8d43-b109dd847fb9, silo_id: fae488c2-8941-46cd-85d2-f9d0dac5bdfa }, name: "phd-vm-23c85bfb-e0b1-4de7-8421-0fd2e2ddc0c0", vcpus: 2 }, state: Migrating }
line = 382
path = phd_tests::migrate::serial_history
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-1efb315d-4459-4076-907b-5818e5f5f546/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
source = migration_serial_history
source_id = 56345b89-5c37-45cb-b367-4c5ef3107956
target = phd_framework::test_vm
target_id = 23c85bfb-e0b1-4de7-8421-0fd2e2ddc0c0
vm = migration_serial_history_lifecycle_0
vm_id = 23c85bfb-e0b1-4de7-8421-0fd2e2ddc0c0
|
325 | 2024-06-17T17:21:31.203Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 393
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 56345b89-5c37-45cb-b367-4c5ef3107956
target = phd_framework::test_vm
target_id = 23c85bfb-e0b1-4de7-8421-0fd2e2ddc0c0
vm = migration_serial_history_lifecycle_0
vm_id = 23c85bfb-e0b1-4de7-8421-0fd2e2ddc0c0
|
326 | 2024-06-17T17:21:31.203Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = 0878924f-9c9f-4bb5-b2d5-3d724b04d672
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 56345b89-5c37-45cb-b367-4c5ef3107956
target = phd_framework::test_vm
target_id = 23c85bfb-e0b1-4de7-8421-0fd2e2ddc0c0
|
327 | 2024-06-17T17:21:34.931Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7685}}
target = phd_framework::serial
|
328 | 2024-06-17T17:21:35.391Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 538
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 56345b89-5c37-45cb-b367-4c5ef3107956
target = phd_framework::test_vm
target_id = 23c85bfb-e0b1-4de7-8421-0fd2e2ddc0c0
|
329 | 2024-06-17T17:21:35.391Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4188
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = 0878924f-9c9f-4bb5-b2d5-3d724b04d672
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 56345b89-5c37-45cb-b367-4c5ef3107956
target = phd_framework::test_vm
target_id = 23c85bfb-e0b1-4de7-8421-0fd2e2ddc0c0
|
330 | 2024-06-17T17:21:35.391Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4582
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::serial_history
source = migration_serial_history
source_id = 56345b89-5c37-45cb-b367-4c5ef3107956
target = phd_framework::test_vm
target_id = 23c85bfb-e0b1-4de7-8421-0fd2e2ddc0c0
|
331 | 2024-06-17T17:21:35.393Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 56345b89-5c37-45cb-b367-4c5ef3107956
|
332 | 2024-06-17T17:21:35.394Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::serial_history
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = migration_serial_history
vm_id = 56345b89-5c37-45cb-b367-4c5ef3107956
|
333 | 2024-06-17T17:21:35.523Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 130
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history
vm_id = 56345b89-5c37-45cb-b367-4c5ef3107956
|
334 | 2024-06-17T17:21:35.525Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_lifecycle_0
vm_id = 23c85bfb-e0b1-4de7-8421-0fd2e2ddc0c0
|
335 | 2024-06-17T17:21:35.526Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial console command channel was closed
file = phd-tests/framework/src/serial/mod.rs
line = 213
target = phd_framework::serial
|
336 | 2024-06-17T17:21:35.526Z | INFO | phd-runner: test phd_tests::migrate::serial_history ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
337 | 2024-06-17T17:21:35.526Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 8991
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
338 | 2024-06-17T17:21:35.526Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
339 | 2024-06-17T17:21:35.527Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_lifecycle_0
vm_id = 23c85bfb-e0b1-4de7-8421-0fd2e2ddc0c0
|
340 | 2024-06-17T17:21:35.891Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::serial_history
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = migration_serial_history_lifecycle_0
vm_id = 23c85bfb-e0b1-4de7-8421-0fd2e2ddc0c0
|
341 | 2024-06-17T17:21:36.007Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
vm = migration_serial_history_lifecycle_0
vm_id = 23c85bfb-e0b1-4de7-8421-0fd2e2ddc0c0
|
342 | 2024-06-17T17:21:36.007Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-1efb315d-4459-4076-907b-5818e5f5f546"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = destroy
vm = migration_serial_history_lifecycle_0
vm_id = 23c85bfb-e0b1-4de7-8421-0fd2e2ddc0c0
|
343 | 2024-06-17T17:21:36.032Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
vm = migration_serial_history_lifecycle_0
vm_id = 23c85bfb-e0b1-4de7-8421-0fd2e2ddc0c0
|
344 | 2024-06-17T17:21:36.033Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-e2cc44df-c3c7-4b8a-abd0-5ceba39acdb5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::serial_history
target = phd_framework::zfs
verb = destroy
vm = migration_serial_history_lifecycle_0
vm_id = 23c85bfb-e0b1-4de7-8421-0fd2e2ddc0c0
|
345 | 2024-06-17T17:21:36.052Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 526
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_lifecycle_0
vm_id = 23c85bfb-e0b1-4de7-8421-0fd2e2ddc0c0
|
346 | 2024-06-17T17:21:36.052Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10092
file = phd-tests/tests/src/migrate.rs
line = 18
path = phd_tests::migrate::serial_history
target = phd_tests::migrate
|
347 | 2024-06-17T17:21:36.052Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 526
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
348 | 2024-06-17T17:21:36.052Z | INFO | phd-runner: Starting test phd_tests::migrate::smoke_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
349 | 2024-06-17T17:21:36.052Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
350 | 2024-06-17T17:21:36.052Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
351 | 2024-06-17T17:21:36.052Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 13
path = phd_tests::migrate::smoke_test
target = phd_tests::migrate
|
352 | 2024-06-17T17:21:36.052Z | 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
|
353 | 2024-06-17T17:21:36.053Z | 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
|
354 | 2024-06-17T17:21:36.053Z | 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
|
355 | 2024-06-17T17:21:36.053Z | 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::smoke_test
target = phd_framework::zfs
verb = list
|
356 | 2024-06-17T17:21:36.063Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 50.3M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
357 | 2024-06-17T17:21:36.063Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5aaf11e6-d518-4425-8cd1-6cf2e336d01a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = snapshot
|
358 | 2024-06-17T17:21:36.078Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5aaf11e6-d518-4425-8cd1-6cf2e336d01a", "phd-artifacts/phd-clone-44d2cb73-c762-455f-94d2-0facd574429a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = clone
|
359 | 2024-06-17T17:21:36.095Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-44d2cb73-c762-455f-94d2-0facd574429a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = list
|
360 | 2024-06-17T17:21:36.105Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::smoke_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-44d2cb73-c762-455f-94d2-0facd574429a 0B 1.80T 48.9M /phd-artifacts/phd-clone-44d2cb73-c762-455f-94d2-0facd574429a\n
target = phd_framework::zfs
|
361 | 2024-06-17T17:21:36.106Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
362 | 2024-06-17T17:21:36.106Z | 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 = 187
path = phd_tests::migrate::smoke_test
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-44d2cb73-c762-455f-94d2-0facd574429a/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = migration_smoke
|
363 | 2024-06-17T17:21:36.106Z | 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
|
364 | 2024-06-17T17:21:36.106Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migration_smoke.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::smoke_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
365 | 2024-06-17T17:21:36.106Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::smoke_test
stderr_path = "/tmp/propolis-phd/migration_smoke.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_smoke.stdout.log"
target = phd_framework::server_log_mode
|
366 | 2024-06-17T17:21:36.111Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 924
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm::server
|
367 | 2024-06-17T17:21:36.111Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 5
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
368 | 2024-06-17T17:21:36.111Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
369 | 2024-06-17T17:21:36.112Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance/spec): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
370 | 2024-06-17T17:21:36.886Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
371 | 2024-06-17T17:21:36.887Z | 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: 91dc9b1c-3892-4de0-afe2-4fa0ee45f746, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: cdaff4ce-e417-43c0-aa1f-02062f023185, silo_id: e1b9566f-6079-4cbb-98f9-54b2a97a9dd1 }, name: "phd-vm-91dc9b1c-3892-4de0-afe2-4fa0ee45f746", vcpus: 2 }, state: Creating }
line = 382
path = phd_tests::migrate::smoke_test
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-44d2cb73-c762-455f-94d2-0facd574429a/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
372 | 2024-06-17T17:21:36.887Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 775
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
373 | 2024-06-17T17:21:36.887Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
374 | 2024-06-17T17:21:36.887Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::migrate::smoke_test
state = Run
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
375 | 2024-06-17T17:21:36.887Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
376 | 2024-06-17T17:21:36.887Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
377 | 2024-06-17T17:21:36.887Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
378 | 2024-06-17T17:21:36.888Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
379 | 2024-06-17T17:21:36.888Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
380 | 2024-06-17T17:21:36.888Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
381 | 2024-06-17T17:21:41.096Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4208
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
382 | 2024-06-17T17:21:41.096Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
383 | 2024-06-17T17:21:41.096Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
384 | 2024-06-17T17:21:41.096Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
385 | 2024-06-17T17:21:41.096Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
386 | 2024-06-17T17:21:41.110Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 13
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
387 | 2024-06-17T17:21:41.110Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 691
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
388 | 2024-06-17T17:21:41.110Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4222
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
389 | 2024-06-17T17:21:41.110Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
390 | 2024-06-17T17:21:41.110Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
391 | 2024-06-17T17:21:41.122Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
392 | 2024-06-17T17:21:41.122Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
393 | 2024-06-17T17:21:41.122Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
394 | 2024-06-17T17:21:41.155Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
395 | 2024-06-17T17:21:41.155Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
396 | 2024-06-17T17:21:41.155Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
397 | 2024-06-17T17:21:41.165Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
398 | 2024-06-17T17:21:41.165Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
399 | 2024-06-17T17:21:41.166Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
400 | 2024-06-17T17:21:41.187Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
401 | 2024-06-17T17:21:41.187Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
402 | 2024-06-17T17:21:41.187Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
403 | 2024-06-17T17:21:41.199Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
404 | 2024-06-17T17:21:41.199Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
405 | 2024-06-17T17:21:41.199Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
406 | 2024-06-17T17:21:41.232Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
407 | 2024-06-17T17:21:41.232Z | 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::smoke_test
propolis_artifact = __DEFAULT_PROPOLIS
target = phd_framework::lifecycle
vm_name = migration_smoke
|
408 | 2024-06-17T17:21:41.232Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
409 | 2024-06-17T17:21:41.232Z | 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 = 187
path = phd_tests::migrate::smoke_test
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-44d2cb73-c762-455f-94d2-0facd574429a/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = migration_smoke_lifecycle_0
|
410 | 2024-06-17T17:21:41.232Z | 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
|
411 | 2024-06-17T17:21:41.232Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migration_smoke_lifecycle_0.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::smoke_test
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
412 | 2024-06-17T17:21:41.233Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::smoke_test
stderr_path = "/tmp/propolis-phd/migration_smoke_lifecycle_0.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_smoke_lifecycle_0.stdout.log"
target = phd_framework::server_log_mode
|
413 | 2024-06-17T17:21:41.240Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 925
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm::server
|
414 | 2024-06-17T17:21:41.240Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 7
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
|
415 | 2024-06-17T17:21:41.240Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
target = phd_framework::test_vm
target_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
|
416 | 2024-06-17T17:21:41.240Z | 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 = 505
migration_id = d8e6b971-4eb7-4ee4-b1f1-5b328a8f5bef
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
target = phd_framework::test_vm
target_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
timeout_duration = 45s
|
417 | 2024-06-17T17:21:41.240Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
target = phd_framework::test_vm
target_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
vm = migration_smoke_lifecycle_0
vm_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
|
418 | 2024-06-17T17:21:41.241Z | 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): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
target = phd_framework::test_vm
target_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
vm = migration_smoke_lifecycle_0
vm_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
|
419 | 2024-06-17T17:21:42.083Z | 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: bfab3b20-96fe-4d7b-affd-7fb0f2052351, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 153a0f40-bc2d-41dd-a354-a3e4e7da3706, silo_id: d3a14dd0-1e4b-445a-a32c-554c9479b827 }, name: "phd-vm-bfab3b20-96fe-4d7b-affd-7fb0f2052351", vcpus: 2 }, state: Migrating }
line = 382
path = phd_tests::migrate::smoke_test
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-44d2cb73-c762-455f-94d2-0facd574429a/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
source = migration_smoke
source_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
target = phd_framework::test_vm
target_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
vm = migration_smoke_lifecycle_0
vm_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
|
420 | 2024-06-17T17:21:42.083Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 842
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
target = phd_framework::test_vm
target_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
vm = migration_smoke_lifecycle_0
vm_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
|
421 | 2024-06-17T17:21:42.083Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = d8e6b971-4eb7-4ee4-b1f1-5b328a8f5bef
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
target = phd_framework::test_vm
target_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
|
422 | 2024-06-17T17:21:45.837Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7718}}
target = phd_framework::serial
|
423 | 2024-06-17T17:21:46.862Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 538
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
target = phd_framework::test_vm
target_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
|
424 | 2024-06-17T17:21:46.862Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4779
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = d8e6b971-4eb7-4ee4-b1f1-5b328a8f5bef
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
target = phd_framework::test_vm
target_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
|
425 | 2024-06-17T17:21:46.862Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5621
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::smoke_test
source = migration_smoke
source_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
target = phd_framework::test_vm
target_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
|
426 | 2024-06-17T17:21:46.863Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
427 | 2024-06-17T17:21:46.864Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
|
428 | 2024-06-17T17:21:46.864Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_smoke_lifecycle_0
vm_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
|
429 | 2024-06-17T17:21:46.864Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::smoke_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
430 | 2024-06-17T17:21:46.990Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 126
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke
vm_id = 91dc9b1c-3892-4de0-afe2-4fa0ee45f746
|
431 | 2024-06-17T17:21:46.990Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 126
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
|
432 | 2024-06-17T17:21:46.991Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
|
433 | 2024-06-17T17:21:46.991Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_smoke_lifecycle_0
vm_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
|
434 | 2024-06-17T17:21:47.023Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
|
435 | 2024-06-17T17:21:47.024Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
|
436 | 2024-06-17T17:21:47.024Z | 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
|
437 | 2024-06-17T17:21:47.024Z | INFO | phd-runner: test phd_tests::migrate::smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
438 | 2024-06-17T17:21:47.024Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10138
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
439 | 2024-06-17T17:21:47.024Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
440 | 2024-06-17T17:21:47.025Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
|
441 | 2024-06-17T17:21:47.297Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::smoke_test
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = migration_smoke_lifecycle_0
vm_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
|
442 | 2024-06-17T17:21:47.423Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
vm = migration_smoke_lifecycle_0
vm_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
|
443 | 2024-06-17T17:21:47.423Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-44d2cb73-c762-455f-94d2-0facd574429a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = destroy
vm = migration_smoke_lifecycle_0
vm_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
|
444 | 2024-06-17T17:21:47.446Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
vm = migration_smoke_lifecycle_0
vm_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
|
445 | 2024-06-17T17:21:47.446Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-5aaf11e6-d518-4425-8cd1-6cf2e336d01a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::smoke_test
target = phd_framework::zfs
verb = destroy
vm = migration_smoke_lifecycle_0
vm_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
|
446 | 2024-06-17T17:21:47.466Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 442
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::smoke_test
target = phd_framework::test_vm
vm = migration_smoke_lifecycle_0
vm_id = bfab3b20-96fe-4d7b-affd-7fb0f2052351
|
447 | 2024-06-17T17:21:47.466Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11413
file = phd-tests/tests/src/migrate.rs
line = 13
path = phd_tests::migrate::smoke_test
target = phd_tests::migrate
|
448 | 2024-06-17T17:21:47.466Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 442
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
449 | 2024-06-17T17:21:47.466Z | 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
|
450 | 2024-06-17T17:21:47.466Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
451 | 2024-06-17T17:21:47.466Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
452 | 2024-06-17T17:21:47.466Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 50
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_tests::migrate::from_base
|
453 | 2024-06-17T17:21:47.466Z | 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
|
454 | 2024-06-17T17:21:47.467Z | 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
|
455 | 2024-06-17T17:21:47.467Z | 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
|
456 | 2024-06-17T17:21:47.467Z | 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
|
457 | 2024-06-17T17:21:47.477Z | 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 50.4M 1.80T 48.9M /phd-artifacts\n
target = phd_framework::zfs
|
458 | 2024-06-17T17:21:47.477Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-903cd1c3-f965-4833-bcad-4bd7d9a11638"]
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
|
459 | 2024-06-17T17:21:47.491Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-903cd1c3-f965-4833-bcad-4bd7d9a11638", "phd-artifacts/phd-clone-7487e38f-f478-44b0-89dd-0cd0397a9a9d"]
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
|
460 | 2024-06-17T17:21:47.508Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-7487e38f-f478-44b0-89dd-0cd0397a9a9d"]
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
|
461 | 2024-06-17T17:21:47.518Z | 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-7487e38f-f478-44b0-89dd-0cd0397a9a9d 0B 1.80T 48.9M /phd-artifacts/phd-clone-7487e38f-f478-44b0-89dd-0cd0397a9a9d\n
target = phd_framework::zfs
|
462 | 2024-06-17T17:21:47.519Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
463 | 2024-06-17T17:21:47.519Z | 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 = 187
path = phd_tests::migrate::from_base::migration_from_base_and_back
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-7487e38f-f478-44b0-89dd-0cd0397a9a9d/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = migration_from_base_and_back
|
464 | 2024-06-17T17:21:47.519Z | 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/c295723cb54591d799e99ef51a21003540f42749eb685954f43e7191fd8a9bc7/propolis-server.tar.gz
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::artifacts::store
|
465 | 2024-06-17T17:21:47.519Z | 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/61e1481cd2b04b29b0adcd3e51a6e3e46eb146db/propolis-server.tar.gz
|
466 | 2024-06-17T17:22:10.852Z | DEBG | phd-runner: [NEW - EVENT] Extracting artifact from tarball
extracted_path = /phd-artifacts/c295723cb54591d799e99ef51a21003540f42749eb685954f43e7191fd8a9bc7/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
|
467 | 2024-06-17T17:22:10.852Z | 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
|
468 | 2024-06-17T17:22:24.640Z | 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/c295723cb54591d799e99ef51a21003540f42749eb685954f43e7191fd8a9bc7/propolis-server"
target = phd_framework::test_vm::server
|
469 | 2024-06-17T17:22:24.640Z | 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
|
470 | 2024-06-17T17:22:24.683Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 934
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
|
471 | 2024-06-17T17:22:24.683Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 37164
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
472 | 2024-06-17T17:22:24.683Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
473 | 2024-06-17T17:22:24.684Z | 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): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
474 | 2024-06-17T17:22:25.273Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
475 | 2024-06-17T17:22:25.274Z | 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: 50a7ddca-5934-4e38-950d-f4c7532f7ceb, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 0e2406dd-62c1-4024-b09f-8274db676480, silo_id: 306d3dcd-fb5d-4b1a-88bd-7ea8db62aee4 }, name: "phd-vm-50a7ddca-5934-4e38-950d-f4c7532f7ceb", vcpus: 2 }, state: Creating }
line = 382
path = phd_tests::migrate::from_base::migration_from_base_and_back
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-7487e38f-f478-44b0-89dd-0cd0397a9a9d/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
476 | 2024-06-17T17:22:25.274Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 590
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
477 | 2024-06-17T17:22:25.274Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
478 | 2024-06-17T17:22:25.274Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
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 = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
479 | 2024-06-17T17:22:25.274Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
480 | 2024-06-17T17:22:25.275Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
481 | 2024-06-17T17:22:25.275Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
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 = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
482 | 2024-06-17T17:22:25.275Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::from_base::migration_from_base_and_back
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
483 | 2024-06-17T17:22:25.275Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
484 | 2024-06-17T17:22:25.275Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
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 = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
485 | 2024-06-17T17:22:29.529Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4254
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
486 | 2024-06-17T17:22:29.529Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::from_base::migration_from_base_and_back
step = WriteStr("root")
target = phd_framework::test_vm
|
487 | 2024-06-17T17:22:29.530Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::from_base::migration_from_base_and_back
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
488 | 2024-06-17T17:22:29.530Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
489 | 2024-06-17T17:22:29.530Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
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 = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
490 | 2024-06-17T17:22:29.546Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 16
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
491 | 2024-06-17T17:22:29.546Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 691
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
492 | 2024-06-17T17:22:29.546Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4271
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
493 | 2024-06-17T17:22:29.546Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
494 | 2024-06-17T17:22:29.546Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
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 = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
495 | 2024-06-17T17:22:29.557Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
496 | 2024-06-17T17:22:29.557Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
497 | 2024-06-17T17:22:29.557Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
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 = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
498 | 2024-06-17T17:22:29.590Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
499 | 2024-06-17T17:22:29.590Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
500 | 2024-06-17T17:22:29.590Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
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 = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
501 | 2024-06-17T17:22:29.601Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
502 | 2024-06-17T17:22:29.601Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
503 | 2024-06-17T17:22:29.601Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
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 = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
504 | 2024-06-17T17:22:29.634Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
505 | 2024-06-17T17:22:29.634Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
506 | 2024-06-17T17:22:29.634Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
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 = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
507 | 2024-06-17T17:22:29.645Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
508 | 2024-06-17T17:22:29.646Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
509 | 2024-06-17T17:22:29.646Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
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 = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
510 | 2024-06-17T17:22:29.678Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
511 | 2024-06-17T17:22:29.679Z | 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
|
512 | 2024-06-17T17:22:29.679Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
513 | 2024-06-17T17:22:29.679Z | 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 = 187
path = phd_tests::migrate::from_base::migration_from_base_and_back
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-7487e38f-f478-44b0-89dd-0cd0397a9a9d/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = migration_from_base_and_back_lifecycle_0
|
514 | 2024-06-17T17:22:29.679Z | 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
|
515 | 2024-06-17T17:22:29.679Z | 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
|
516 | 2024-06-17T17:22:29.679Z | 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
|
517 | 2024-06-17T17:22:29.697Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 935
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
|
518 | 2024-06-17T17:22:29.697Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
|
519 | 2024-06-17T17:22:29.698Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
target = phd_framework::test_vm
target_id = 38fc43ab-be99-48ae-a32c-f808c4013068
|
520 | 2024-06-17T17:22:29.698Z | 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 = 505
migration_id = 0a26d8e4-da10-443d-b133-561123ff0362
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
target = phd_framework::test_vm
target_id = 38fc43ab-be99-48ae-a32c-f808c4013068
timeout_duration = 45s
|
521 | 2024-06-17T17:22:29.698Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
target = phd_framework::test_vm
target_id = 38fc43ab-be99-48ae-a32c-f808c4013068
vm = migration_from_base_and_back_lifecycle_0
vm_id = 38fc43ab-be99-48ae-a32c-f808c4013068
|
522 | 2024-06-17T17:22:29.698Z | 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): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
target = phd_framework::test_vm
target_id = 38fc43ab-be99-48ae-a32c-f808c4013068
vm = migration_from_base_and_back_lifecycle_0
vm_id = 38fc43ab-be99-48ae-a32c-f808c4013068
|
523 | 2024-06-17T17:22:30.425Z | 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: 38fc43ab-be99-48ae-a32c-f808c4013068, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: db207338-a8d1-423a-8cf3-4e6dceebe0ff, silo_id: 4360c2c9-6b31-4b90-bbbf-c7dc66deb9af }, name: "phd-vm-38fc43ab-be99-48ae-a32c-f808c4013068", vcpus: 2 }, state: Migrating }
line = 382
path = phd_tests::migrate::from_base::migration_from_base_and_back
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-7487e38f-f478-44b0-89dd-0cd0397a9a9d/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
source = migration_from_base_and_back
source_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
target = phd_framework::test_vm
target_id = 38fc43ab-be99-48ae-a32c-f808c4013068
vm = migration_from_base_and_back_lifecycle_0
vm_id = 38fc43ab-be99-48ae-a32c-f808c4013068
|
524 | 2024-06-17T17:22:30.425Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 727
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
target = phd_framework::test_vm
target_id = 38fc43ab-be99-48ae-a32c-f808c4013068
vm = migration_from_base_and_back_lifecycle_0
vm_id = 38fc43ab-be99-48ae-a32c-f808c4013068
|
525 | 2024-06-17T17:22:30.426Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = 0a26d8e4-da10-443d-b133-561123ff0362
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
target = phd_framework::test_vm
target_id = 38fc43ab-be99-48ae-a32c-f808c4013068
|
526 | 2024-06-17T17:22:34.202Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7718}}
target = phd_framework::serial
|
527 | 2024-06-17T17:22:35.744Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 538
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
target = phd_framework::test_vm
target_id = 38fc43ab-be99-48ae-a32c-f808c4013068
|
528 | 2024-06-17T17:22:35.744Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 5318
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = 0a26d8e4-da10-443d-b133-561123ff0362
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
target = phd_framework::test_vm
target_id = 38fc43ab-be99-48ae-a32c-f808c4013068
|
529 | 2024-06-17T17:22:35.744Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 6046
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::from_base::migration_from_base_and_back
source = migration_from_base_and_back
source_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
target = phd_framework::test_vm
target_id = 38fc43ab-be99-48ae-a32c-f808c4013068
|
530 | 2024-06-17T17:22:35.745Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
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 = 38fc43ab-be99-48ae-a32c-f808c4013068
|
531 | 2024-06-17T17:22:35.745Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
532 | 2024-06-17T17:22:35.746Z | 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 = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
533 | 2024-06-17T17:22:35.863Z | 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
|
534 | 2024-06-17T17:22:35.863Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10589
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
535 | 2024-06-17T17:22:35.863Z | INFO | phd-runner: test phd_tests::migrate::from_base::migration_from_base_and_back ... FAILED: Failed to get source VM migration state
Caused by:
Error Response: status: 404 Not Found; headers: {"content-type": "application/json", "x-request-id": "4f0c715d-f28c-41bb-bf4c-601249d07904", "content-length": "84", "date": "Mon, 17 Jun 2024 17:22:35 GMT"}; value: Error { error_code: None, message: "Not Found", request_id: "4f0c715d-f28c-41bb-bf4c-601249d07904" }
Stack backtrace:
0: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.83/src/backtrace.rs:27:14
1: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/core/src/result.rs:1964:27
2: phd_framework::test_vm::TestVm::get_migration_state::{{closure}}
at ./oxidecomputer/propolis/phd-tests/framework/src/test_vm/mod.rs:574:12
3: phd_framework::lifecycle::<impl phd_framework::Framework>::lifecycle_test::{{closure}}
at ./oxidecomputer/propolis/phd-tests/framework/src/lifecycle.rs:102:26
4: phd_tests::migrate::from_base::migration_from_base_and_back::{{closure}}::{{closure}}
at ./oxidecomputer/propolis/phd-tests/tests/src/migrate.rs:81:10
5: <tracing::instrument::Instrumented<T> as core::future::future::Future>::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/instrument.rs:321:9
6: phd_tests::migrate::from_base::migration_from_base_and_back::{{closure}}
at ./oxidecomputer/propolis/phd-tests/tests/src/migrate.rs:50:5
7: <core::pin::Pin<P> as core::future::future::Future>::poll
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/core/src/future/future.rs:123:9
8: phd_testcase::TestCase::run::{{closure}}
at ./oxidecomputer/propolis/phd-tests/testcase/src/lib.rs:79:32
9: phd_runner::execute::run_tests_with_ctx::{{closure}}::{{closure}}::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/macros/select.rs:524:49
10: <tokio::future::poll_fn::PollFn<F> as core::future::future::Future>::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/future/poll_fn.rs:58:9
11: phd_runner::execute::run_tests_with_ctx::{{closure}}::{{closure}}
at ./oxidecomputer/propolis/phd-tests/runner/src/execute.rs:105:13
12: tokio::runtime::task::core::Core<T,S>::poll::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:328:17
13: tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
14: tokio::runtime::task::core::Core<T,S>::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:317:13
15: tokio::runtime::task::harness::poll_future::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:485:19
16: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/core/src/panic/unwind_safe.rs:272:9
17: std::panicking::try::do_call
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panicking.rs:559:40
18: __rust_try
19: std::panicking::try
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panicking.rs:523:19
20: std::panic::catch_unwind
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panic.rs:149:14
21: tokio::runtime::task::harness::poll_future
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
22: tokio::runtime::task::harness::Harness<T,S>::poll_inner
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
23: tokio::runtime::task::harness::Harness<T,S>::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:153:15
24: tokio::runtime::task::raw::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:271:5
25: tokio::runtime::task::raw::RawTask::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
26: tokio::runtime::task::LocalNotified<S>::run
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/mod.rs:427:9
27: tokio::runtime::scheduler::multi_thread::worker::Context::run_task::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:639:17
28: tokio::runtime::coop::with_budget
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:107:5
29: tokio::runtime::coop::budget
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:73:5
30: tokio::runtime::scheduler::multi_thread::worker::Context::run_task
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:575:9
31: tokio::runtime::scheduler::multi_thread::worker::Context::run
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:526:24
32: tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:491:21
33: tokio::runtime::context::scoped::Scoped<T>::set
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
34: tokio::runtime::context::set_scheduler::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context.rs:176:26
35: std::thread::local::LocalKey<T>::try_with
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/thread/local.rs:286:12
36: std::thread::local::LocalKey<T>::with
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/thread/local.rs:262:9
37: tokio::runtime::context::set_scheduler
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context.rs:176:9
38: tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:486:9
39: tokio::runtime::context::runtime::enter_runtime
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
40: tokio::runtime::scheduler::multi_thread::worker::run
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:478:5
41: tokio::runtime::scheduler::multi_thread::worker::Launch::launch::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:447:45
42: <tokio::runtime::blocking::task::BlockingTask<T> as core::future::future::Future>::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/task.rs:42:21
43: tokio::runtime::task::core::Core<T,S>::poll::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:328:17
44: tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
45: tokio::runtime::task::core::Core<T,S>::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:317:13
46: tokio::runtime::task::harness::poll_future::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:485:19
47: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/core/src/panic/unwind_safe.rs:272:9
48: std::panicking::try::do_call
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panicking.rs:559:40
49: __rust_try
50: std::panicking::try
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panicking.rs:523:19
51: std::panic::catch_unwind
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panic.rs:149:14
52: tokio::runtime::task::harness::poll_future
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
53: tokio::runtime::task::harness::Harness<T,S>::poll_inner
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
54: tokio::runtime::task::harness::Harness<T,S>::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:153:15
55: tokio::runtime::task::raw::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:271:5
56: tokio::runtime::task::raw::RawTask::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
57: tokio::runtime::task::UnownedTask<S>::run
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/mod.rs:464:9
58: tokio::runtime::blocking::pool::Task::run
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/pool.rs:159:9
59: tokio::runtime::blocking::pool::Inner::run
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/pool.rs:513:17
60: tokio::runtime::blocking::pool::Spawner::spawn_thread::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/pool.rs:471:13
61: std::sys_common::backtrace::__rust_begin_short_backtrace
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/sys_common/backtrace.rs:155:18
62: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/thread/mod.rs:542:17
63: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/core/src/panic/unwind_safe.rs:272:9
64: std::panicking::try::do_call
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panicking.rs:559:40
65: __rust_try
66: std::panicking::try
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panicking.rs:523:19
67: std::panic::catch_unwind
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panic.rs:149:14
68: std::thread::Builder::spawn_unchecked_::{{closure}}
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/thread/mod.rs:541:30
69: core::ops::function::FnOnce::call_once{{vtable.shim}}
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/core/src/ops/function.rs:250:5
70: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/alloc/src/boxed.rs:2022:9
71: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/alloc/src/boxed.rs:2022:9
72: std::sys::pal::unix::thread::Thread::new::thread_start
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/sys/pal/unix/thread.rs:108:17
73: _thrp_setup
74: <unknown>
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
536 | 2024-06-17T17:22:35.863Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
537 | 2024-06-17T17:22:35.863Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
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 = 38fc43ab-be99-48ae-a32c-f808c4013068
|
538 | 2024-06-17T17:22:35.881Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 135
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_framework::test_vm
vm = migration_from_base_and_back
vm_id = 50a7ddca-5934-4e38-950d-f4c7532f7ceb
|
539 | 2024-06-17T17:22:36.442Z | 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 = 38fc43ab-be99-48ae-a32c-f808c4013068
|
540 | 2024-06-17T17:22:36.566Z | 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_0
vm_id = 38fc43ab-be99-48ae-a32c-f808c4013068
|
541 | 2024-06-17T17:22:36.566Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-7487e38f-f478-44b0-89dd-0cd0397a9a9d"]
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_0
vm_id = 38fc43ab-be99-48ae-a32c-f808c4013068
|
542 | 2024-06-17T17:22:36.603Z | 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_0
vm_id = 38fc43ab-be99-48ae-a32c-f808c4013068
|
543 | 2024-06-17T17:22:36.603Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-903cd1c3-f965-4833-bcad-4bd7d9a11638"]
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_0
vm_id = 38fc43ab-be99-48ae-a32c-f808c4013068
|
544 | 2024-06-17T17:22:36.632Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 886
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
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 = 38fc43ab-be99-48ae-a32c-f808c4013068
|
545 | 2024-06-17T17:22:36.632Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 49165
file = phd-tests/tests/src/migrate.rs
line = 50
path = phd_tests::migrate::from_base::migration_from_base_and_back
target = phd_tests::migrate::from_base
|
546 | 2024-06-17T17:22:36.632Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 768
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
547 | 2024-06-17T17:22:36.632Z | 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
|
548 | 2024-06-17T17:22:36.632Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
549 | 2024-06-17T17:22:36.632Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
550 | 2024-06-17T17:22:36.632Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 38
path = phd_tests::migrate::from_base::serial_history
target = phd_tests::migrate::from_base
|
551 | 2024-06-17T17:22:36.632Z | 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
|
552 | 2024-06-17T17:22:36.632Z | 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
|
553 | 2024-06-17T17:22:36.632Z | 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
|
554 | 2024-06-17T17:22:36.632Z | 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
|
555 | 2024-06-17T17:22:36.650Z | 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 655M 1.80T 654M /phd-artifacts\n
target = phd_framework::zfs
|
556 | 2024-06-17T17:22:36.650Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-cd766608-dab3-4333-ba14-9204d66082a3"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::zfs
verb = snapshot
|
557 | 2024-06-17T17:22:36.670Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-cd766608-dab3-4333-ba14-9204d66082a3", "phd-artifacts/phd-clone-f57f8557-c2f9-44be-bf8e-a494b2a47e72"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::zfs
verb = clone
|
558 | 2024-06-17T17:22:36.693Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f57f8557-c2f9-44be-bf8e-a494b2a47e72"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::zfs
verb = list
|
559 | 2024-06-17T17:22:36.708Z | 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-f57f8557-c2f9-44be-bf8e-a494b2a47e72 0B 1.80T 654M /phd-artifacts/phd-clone-f57f8557-c2f9-44be-bf8e-a494b2a47e72\n
target = phd_framework::zfs
|
560 | 2024-06-17T17:22:36.709Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
561 | 2024-06-17T17:22:36.709Z | 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 = 187
path = phd_tests::migrate::from_base::serial_history
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-f57f8557-c2f9-44be-bf8e-a494b2a47e72/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = migration_serial_history_base
|
562 | 2024-06-17T17:22:36.709Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/c295723cb54591d799e99ef51a21003540f42749eb685954f43e7191fd8a9bc7/propolis-server
target = phd_framework::artifacts::store
|
563 | 2024-06-17T17:22:36.709Z | 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/c295723cb54591d799e99ef51a21003540f42749eb685954f43e7191fd8a9bc7/propolis-server"
target = phd_framework::test_vm::server
|
564 | 2024-06-17T17:22:36.709Z | 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
|
565 | 2024-06-17T17:22:36.719Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 944
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
|
566 | 2024-06-17T17:22:36.719Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
567 | 2024-06-17T17:22:36.719Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 826a8175-659e-44d2-b9bb-3d4f97222120
|
568 | 2024-06-17T17:22:36.720Z | 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): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 826a8175-659e-44d2-b9bb-3d4f97222120
|
569 | 2024-06-17T17:22:37.465Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
570 | 2024-06-17T17:22:37.465Z | 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: 826a8175-659e-44d2-b9bb-3d4f97222120, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: d9378f7a-c89d-43dc-8ca4-c760a70f462e, silo_id: 65753176-3dca-4de3-97a5-0655810bc45e }, name: "phd-vm-826a8175-659e-44d2-b9bb-3d4f97222120", vcpus: 2 }, state: Creating }
line = 382
path = phd_tests::migrate::from_base::serial_history
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-f57f8557-c2f9-44be-bf8e-a494b2a47e72/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 826a8175-659e-44d2-b9bb-3d4f97222120
|
571 | 2024-06-17T17:22:37.465Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 745
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 826a8175-659e-44d2-b9bb-3d4f97222120
|
572 | 2024-06-17T17:22:37.466Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 826a8175-659e-44d2-b9bb-3d4f97222120
|
573 | 2024-06-17T17:22:37.466Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::migrate::from_base::serial_history
state = Run
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 826a8175-659e-44d2-b9bb-3d4f97222120
|
574 | 2024-06-17T17:22:37.466Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 826a8175-659e-44d2-b9bb-3d4f97222120
|
575 | 2024-06-17T17:22:37.466Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
576 | 2024-06-17T17:22:37.466Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_serial_history_base
vm_id = 826a8175-659e-44d2-b9bb-3d4f97222120
|
577 | 2024-06-17T17:22:37.466Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::from_base::serial_history
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
578 | 2024-06-17T17:22:37.466Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 826a8175-659e-44d2-b9bb-3d4f97222120
|
579 | 2024-06-17T17:22:37.466Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history_base
vm_id = 826a8175-659e-44d2-b9bb-3d4f97222120
|
580 | 2024-06-17T17:22:41.703Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4236
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 826a8175-659e-44d2-b9bb-3d4f97222120
|
581 | 2024-06-17T17:22:41.703Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::from_base::serial_history
step = WriteStr("root")
target = phd_framework::test_vm
|
582 | 2024-06-17T17:22:41.703Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::from_base::serial_history
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
583 | 2024-06-17T17:22:41.703Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 826a8175-659e-44d2-b9bb-3d4f97222120
|
584 | 2024-06-17T17:22:41.703Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_serial_history_base
vm_id = 826a8175-659e-44d2-b9bb-3d4f97222120
|
585 | 2024-06-17T17:22:41.719Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 15
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 826a8175-659e-44d2-b9bb-3d4f97222120
|
586 | 2024-06-17T17:22:41.719Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 691
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
587 | 2024-06-17T17:22:41.719Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4252
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
588 | 2024-06-17T17:22:41.719Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 826a8175-659e-44d2-b9bb-3d4f97222120
|
589 | 2024-06-17T17:22:41.719Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migration_serial_history_base
vm_id = 826a8175-659e-44d2-b9bb-3d4f97222120
|
590 | 2024-06-17T17:22:41.730Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 826a8175-659e-44d2-b9bb-3d4f97222120
|
591 | 2024-06-17T17:22:41.730Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 826a8175-659e-44d2-b9bb-3d4f97222120
|
592 | 2024-06-17T17:22:41.730Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migration_serial_history_base
vm_id = 826a8175-659e-44d2-b9bb-3d4f97222120
|
593 | 2024-06-17T17:22:41.753Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 826a8175-659e-44d2-b9bb-3d4f97222120
|
594 | 2024-06-17T17:22:41.758Z | 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
|
595 | 2024-06-17T17:22:41.758Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
596 | 2024-06-17T17:22:41.758Z | 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 = 187
path = phd_tests::migrate::from_base::serial_history
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-f57f8557-c2f9-44be-bf8e-a494b2a47e72/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = migration_serial_history_base_lifecycle_0
|
597 | 2024-06-17T17:22:41.758Z | 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
|
598 | 2024-06-17T17:22:41.758Z | 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
|
599 | 2024-06-17T17:22:41.758Z | 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
|
600 | 2024-06-17T17:22:41.775Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 945
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
|
601 | 2024-06-17T17:22:41.776Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
|
602 | 2024-06-17T17:22:41.776Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = 826a8175-659e-44d2-b9bb-3d4f97222120
target = phd_framework::test_vm
target_id = de1b1483-bb00-4590-bc1c-da6a5497435e
|
603 | 2024-06-17T17:22:41.776Z | 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 = 505
migration_id = 850bf0ac-fd61-429d-ae6c-aa63f36ea3b6
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = 826a8175-659e-44d2-b9bb-3d4f97222120
target = phd_framework::test_vm
target_id = de1b1483-bb00-4590-bc1c-da6a5497435e
timeout_duration = 45s
|
604 | 2024-06-17T17:22:41.776Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = 826a8175-659e-44d2-b9bb-3d4f97222120
target = phd_framework::test_vm
target_id = de1b1483-bb00-4590-bc1c-da6a5497435e
vm = migration_serial_history_base_lifecycle_0
vm_id = de1b1483-bb00-4590-bc1c-da6a5497435e
|
605 | 2024-06-17T17:22:41.777Z | 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): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = 826a8175-659e-44d2-b9bb-3d4f97222120
target = phd_framework::test_vm
target_id = de1b1483-bb00-4590-bc1c-da6a5497435e
vm = migration_serial_history_base_lifecycle_0
vm_id = de1b1483-bb00-4590-bc1c-da6a5497435e
|
606 | 2024-06-17T17:22:42.188Z | 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: de1b1483-bb00-4590-bc1c-da6a5497435e, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: d57580d1-e1ab-4588-80c8-46dac3a0d20f, silo_id: 8d8adbb1-c94d-4a1e-87f4-cae0d0fc8246 }, name: "phd-vm-de1b1483-bb00-4590-bc1c-da6a5497435e", vcpus: 2 }, state: Migrating }
line = 382
path = phd_tests::migrate::from_base::serial_history
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-f57f8557-c2f9-44be-bf8e-a494b2a47e72/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
source = migration_serial_history_base
source_id = 826a8175-659e-44d2-b9bb-3d4f97222120
target = phd_framework::test_vm
target_id = de1b1483-bb00-4590-bc1c-da6a5497435e
vm = migration_serial_history_base_lifecycle_0
vm_id = de1b1483-bb00-4590-bc1c-da6a5497435e
|
607 | 2024-06-17T17:22:42.188Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 411
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = 826a8175-659e-44d2-b9bb-3d4f97222120
target = phd_framework::test_vm
target_id = de1b1483-bb00-4590-bc1c-da6a5497435e
vm = migration_serial_history_base_lifecycle_0
vm_id = de1b1483-bb00-4590-bc1c-da6a5497435e
|
608 | 2024-06-17T17:22:42.188Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = 850bf0ac-fd61-429d-ae6c-aa63f36ea3b6
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = 826a8175-659e-44d2-b9bb-3d4f97222120
target = phd_framework::test_vm
target_id = de1b1483-bb00-4590-bc1c-da6a5497435e
|
609 | 2024-06-17T17:22:45.937Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7685}}
target = phd_framework::serial
|
610 | 2024-06-17T17:22:45.969Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 538
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = 826a8175-659e-44d2-b9bb-3d4f97222120
target = phd_framework::test_vm
target_id = de1b1483-bb00-4590-bc1c-da6a5497435e
|
611 | 2024-06-17T17:22:45.969Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 3780
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = 850bf0ac-fd61-429d-ae6c-aa63f36ea3b6
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = 826a8175-659e-44d2-b9bb-3d4f97222120
target = phd_framework::test_vm
target_id = de1b1483-bb00-4590-bc1c-da6a5497435e
|
612 | 2024-06-17T17:22:45.969Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4193
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::from_base::serial_history
source = migration_serial_history_base
source_id = 826a8175-659e-44d2-b9bb-3d4f97222120
target = phd_framework::test_vm
target_id = de1b1483-bb00-4590-bc1c-da6a5497435e
|
613 | 2024-06-17T17:22:45.970Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base_lifecycle_0
vm_id = de1b1483-bb00-4590-bc1c-da6a5497435e
|
614 | 2024-06-17T17:22:45.970Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 826a8175-659e-44d2-b9bb-3d4f97222120
|
615 | 2024-06-17T17:22:45.971Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base_lifecycle_0
vm_id = de1b1483-bb00-4590-bc1c-da6a5497435e
|
616 | 2024-06-17T17:22:45.971Z | 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
|
617 | 2024-06-17T17:22:45.971Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 8506
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
618 | 2024-06-17T17:22:45.972Z | 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 = 826a8175-659e-44d2-b9bb-3d4f97222120
|
619 | 2024-06-17T17:22:45.972Z | INFO | phd-runner: test phd_tests::migrate::from_base::serial_history ... FAILED: Failed to get source VM migration state
Caused by:
Error Response: status: 404 Not Found; headers: {"content-type": "application/json", "x-request-id": "426103db-5739-44c7-b570-d7adcae012c4", "content-length": "84", "date": "Mon, 17 Jun 2024 17:22:45 GMT"}; value: Error { error_code: None, message: "Not Found", request_id: "426103db-5739-44c7-b570-d7adcae012c4" }
Stack backtrace:
0: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.83/src/backtrace.rs:27:14
1: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/core/src/result.rs:1964:27
2: phd_framework::test_vm::TestVm::get_migration_state::{{closure}}
at ./oxidecomputer/propolis/phd-tests/framework/src/test_vm/mod.rs:574:12
3: phd_framework::lifecycle::<impl phd_framework::Framework>::lifecycle_test::{{closure}}
at ./oxidecomputer/propolis/phd-tests/framework/src/lifecycle.rs:102:26
4: phd_tests::migrate::run_serial_history_test::{{closure}}
at ./oxidecomputer/propolis/phd-tests/tests/src/migrate.rs:379:6
5: phd_tests::migrate::from_base::serial_history::{{closure}}::{{closure}}
at ./oxidecomputer/propolis/phd-tests/tests/src/migrate.rs:44:10
6: <tracing::instrument::Instrumented<T> as core::future::future::Future>::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/instrument.rs:321:9
7: phd_tests::migrate::from_base::serial_history::{{closure}}
at ./oxidecomputer/propolis/phd-tests/tests/src/migrate.rs:38:5
8: <core::pin::Pin<P> as core::future::future::Future>::poll
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/core/src/future/future.rs:123:9
9: phd_testcase::TestCase::run::{{closure}}
at ./oxidecomputer/propolis/phd-tests/testcase/src/lib.rs:79:32
10: phd_runner::execute::run_tests_with_ctx::{{closure}}::{{closure}}::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/macros/select.rs:524:49
11: <tokio::future::poll_fn::PollFn<F> as core::future::future::Future>::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/future/poll_fn.rs:58:9
12: phd_runner::execute::run_tests_with_ctx::{{closure}}::{{closure}}
at ./oxidecomputer/propolis/phd-tests/runner/src/execute.rs:105:13
13: tokio::runtime::task::core::Core<T,S>::poll::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:328:17
14: tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
15: tokio::runtime::task::core::Core<T,S>::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:317:13
16: tokio::runtime::task::harness::poll_future::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:485:19
17: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/core/src/panic/unwind_safe.rs:272:9
18: std::panicking::try::do_call
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panicking.rs:559:40
19: __rust_try
20: std::panicking::try
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panicking.rs:523:19
21: std::panic::catch_unwind
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panic.rs:149:14
22: tokio::runtime::task::harness::poll_future
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
23: tokio::runtime::task::harness::Harness<T,S>::poll_inner
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
24: tokio::runtime::task::harness::Harness<T,S>::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:153:15
25: tokio::runtime::task::raw::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:271:5
26: tokio::runtime::task::raw::RawTask::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
27: tokio::runtime::task::LocalNotified<S>::run
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/mod.rs:427:9
28: tokio::runtime::scheduler::multi_thread::worker::Context::run_task::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:639:17
29: tokio::runtime::coop::with_budget
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:107:5
30: tokio::runtime::coop::budget
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:73:5
31: tokio::runtime::scheduler::multi_thread::worker::Context::run_task
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:575:9
32: tokio::runtime::scheduler::multi_thread::worker::Context::run
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:526:24
33: tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:491:21
34: tokio::runtime::context::scoped::Scoped<T>::set
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
35: tokio::runtime::context::set_scheduler::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context.rs:176:26
36: std::thread::local::LocalKey<T>::try_with
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/thread/local.rs:286:12
37: std::thread::local::LocalKey<T>::with
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/thread/local.rs:262:9
38: tokio::runtime::context::set_scheduler
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context.rs:176:9
39: tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:486:9
40: tokio::runtime::context::runtime::enter_runtime
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
41: tokio::runtime::scheduler::multi_thread::worker::run
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:478:5
42: tokio::runtime::scheduler::multi_thread::worker::Launch::launch::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:447:45
43: <tokio::runtime::blocking::task::BlockingTask<T> as core::future::future::Future>::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/task.rs:42:21
44: tokio::runtime::task::core::Core<T,S>::poll::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:328:17
45: tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
46: tokio::runtime::task::core::Core<T,S>::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:317:13
47: tokio::runtime::task::harness::poll_future::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:485:19
48: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/core/src/panic/unwind_safe.rs:272:9
49: std::panicking::try::do_call
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panicking.rs:559:40
50: __rust_try
51: std::panicking::try
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panicking.rs:523:19
52: std::panic::catch_unwind
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panic.rs:149:14
53: tokio::runtime::task::harness::poll_future
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
54: tokio::runtime::task::harness::Harness<T,S>::poll_inner
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
55: tokio::runtime::task::harness::Harness<T,S>::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:153:15
56: tokio::runtime::task::raw::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:271:5
57: tokio::runtime::task::raw::RawTask::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
58: tokio::runtime::task::UnownedTask<S>::run
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/mod.rs:464:9
59: tokio::runtime::blocking::pool::Task::run
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/pool.rs:159:9
60: tokio::runtime::blocking::pool::Inner::run
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/pool.rs:513:17
61: tokio::runtime::blocking::pool::Spawner::spawn_thread::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/pool.rs:471:13
62: std::sys_common::backtrace::__rust_begin_short_backtrace
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/sys_common/backtrace.rs:155:18
63: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/thread/mod.rs:542:17
64: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/core/src/panic/unwind_safe.rs:272:9
65: std::panicking::try::do_call
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panicking.rs:559:40
66: __rust_try
67: std::panicking::try
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panicking.rs:523:19
68: std::panic::catch_unwind
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panic.rs:149:14
69: std::thread::Builder::spawn_unchecked_::{{closure}}
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/thread/mod.rs:541:30
70: core::ops::function::FnOnce::call_once{{vtable.shim}}
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/core/src/ops/function.rs:250:5
71: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/alloc/src/boxed.rs:2022:9
72: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/alloc/src/boxed.rs:2022:9
73: std::sys::pal::unix::thread::Thread::new::thread_start
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/sys/pal/unix/thread.rs:108:17
74: _thrp_setup
75: <unknown>
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
620 | 2024-06-17T17:22:45.987Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
621 | 2024-06-17T17:22:45.988Z | 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 = de1b1483-bb00-4590-bc1c-da6a5497435e
|
622 | 2024-06-17T17:22:46.108Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 138
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base
vm_id = 826a8175-659e-44d2-b9bb-3d4f97222120
|
623 | 2024-06-17T17:22:46.196Z | 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 = de1b1483-bb00-4590-bc1c-da6a5497435e
|
624 | 2024-06-17T17:22:46.196Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f57f8557-c2f9-44be-bf8e-a494b2a47e72"]
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 = de1b1483-bb00-4590-bc1c-da6a5497435e
|
625 | 2024-06-17T17:22:46.232Z | 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 = de1b1483-bb00-4590-bc1c-da6a5497435e
|
626 | 2024-06-17T17:22:46.232Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-cd766608-dab3-4333-ba14-9204d66082a3"]
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 = de1b1483-bb00-4590-bc1c-da6a5497435e
|
627 | 2024-06-17T17:22:46.262Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 291
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::from_base::serial_history
target = phd_framework::test_vm
vm = migration_serial_history_base_lifecycle_0
vm_id = de1b1483-bb00-4590-bc1c-da6a5497435e
|
628 | 2024-06-17T17:22:46.262Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 9629
file = phd-tests/tests/src/migrate.rs
line = 38
path = phd_tests::migrate::from_base::serial_history
target = phd_tests::migrate::from_base
|
629 | 2024-06-17T17:22:46.262Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 274
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
630 | 2024-06-17T17:22:46.262Z | 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
|
631 | 2024-06-17T17:22:46.262Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
632 | 2024-06-17T17:22:46.262Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
633 | 2024-06-17T17:22:46.262Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 32
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_tests::migrate::from_base
|
634 | 2024-06-17T17:22:46.262Z | 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
|
635 | 2024-06-17T17:22:46.263Z | 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
|
636 | 2024-06-17T17:22:46.263Z | 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
|
637 | 2024-06-17T17:22:46.263Z | 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
|
638 | 2024-06-17T17:22:46.284Z | 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 655M 1.80T 654M /phd-artifacts\n
target = phd_framework::zfs
|
639 | 2024-06-17T17:22:46.284Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-85e267c0-63cf-4517-b08b-cbe7c6df2dcb"]
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
|
640 | 2024-06-17T17:22:46.308Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-85e267c0-63cf-4517-b08b-cbe7c6df2dcb", "phd-artifacts/phd-clone-a5aaf367-369d-4067-a4d7-6a0daca12728"]
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
|
641 | 2024-06-17T17:22:46.333Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a5aaf367-369d-4067-a4d7-6a0daca12728"]
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
|
642 | 2024-06-17T17:22:46.349Z | 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-a5aaf367-369d-4067-a4d7-6a0daca12728 0B 1.80T 654M /phd-artifacts/phd-clone-a5aaf367-369d-4067-a4d7-6a0daca12728\n
target = phd_framework::zfs
|
643 | 2024-06-17T17:22:46.350Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
644 | 2024-06-17T17:22:46.350Z | 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 = 187
path = phd_tests::migrate::from_base::can_migrate_from_base
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-a5aaf367-369d-4067-a4d7-6a0daca12728/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = migration_from_base
|
645 | 2024-06-17T17:22:46.350Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/c295723cb54591d799e99ef51a21003540f42749eb685954f43e7191fd8a9bc7/propolis-server
target = phd_framework::artifacts::store
|
646 | 2024-06-17T17:22:46.350Z | 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/c295723cb54591d799e99ef51a21003540f42749eb685954f43e7191fd8a9bc7/propolis-server"
target = phd_framework::test_vm::server
|
647 | 2024-06-17T17:22:46.350Z | 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
|
648 | 2024-06-17T17:22:46.361Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 954
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
|
649 | 2024-06-17T17:22:46.361Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
650 | 2024-06-17T17:22:46.361Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
651 | 2024-06-17T17:22:46.362Z | 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): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
652 | 2024-06-17T17:22:46.932Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
653 | 2024-06-17T17:22:46.932Z | 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: ade77618-a9c0-40f9-a363-488214dcd57f, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 1468970a-488f-4fce-80da-4e17cb3e6ecc, silo_id: eed80349-f8c5-4120-bb22-8b25548706e5 }, name: "phd-vm-ade77618-a9c0-40f9-a363-488214dcd57f", vcpus: 2 }, state: Creating }
line = 382
path = phd_tests::migrate::from_base::can_migrate_from_base
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-a5aaf367-369d-4067-a4d7-6a0daca12728/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
654 | 2024-06-17T17:22:46.932Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 570
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
655 | 2024-06-17T17:22:46.932Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
656 | 2024-06-17T17:22:46.932Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::migrate::from_base::can_migrate_from_base
state = Run
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
657 | 2024-06-17T17:22:46.933Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
658 | 2024-06-17T17:22:46.933Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
659 | 2024-06-17T17:22:46.933Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
660 | 2024-06-17T17:22:46.933Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::from_base::can_migrate_from_base
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
661 | 2024-06-17T17:22:46.933Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
662 | 2024-06-17T17:22:46.933Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
663 | 2024-06-17T17:22:51.149Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4215
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
664 | 2024-06-17T17:22:51.149Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::from_base::can_migrate_from_base
step = WriteStr("root")
target = phd_framework::test_vm
|
665 | 2024-06-17T17:22:51.149Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::from_base::can_migrate_from_base
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
666 | 2024-06-17T17:22:51.149Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
667 | 2024-06-17T17:22:51.149Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
668 | 2024-06-17T17:22:51.165Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 15
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
669 | 2024-06-17T17:22:51.166Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 691
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
670 | 2024-06-17T17:22:51.166Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4232
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
671 | 2024-06-17T17:22:51.166Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
672 | 2024-06-17T17:22:51.166Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
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 = ade77618-a9c0-40f9-a363-488214dcd57f
|
673 | 2024-06-17T17:22:51.176Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
674 | 2024-06-17T17:22:51.176Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
675 | 2024-06-17T17:22:51.176Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
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 = ade77618-a9c0-40f9-a363-488214dcd57f
|
676 | 2024-06-17T17:22:51.198Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
677 | 2024-06-17T17:22:51.198Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
678 | 2024-06-17T17:22:51.198Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
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 = ade77618-a9c0-40f9-a363-488214dcd57f
|
679 | 2024-06-17T17:22:51.209Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
680 | 2024-06-17T17:22:51.210Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
681 | 2024-06-17T17:22:51.210Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
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 = ade77618-a9c0-40f9-a363-488214dcd57f
|
682 | 2024-06-17T17:22:51.231Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
683 | 2024-06-17T17:22:51.231Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
684 | 2024-06-17T17:22:51.231Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
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 = ade77618-a9c0-40f9-a363-488214dcd57f
|
685 | 2024-06-17T17:22:51.243Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
686 | 2024-06-17T17:22:51.243Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
687 | 2024-06-17T17:22:51.243Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
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 = ade77618-a9c0-40f9-a363-488214dcd57f
|
688 | 2024-06-17T17:22:51.276Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
689 | 2024-06-17T17:22:51.276Z | 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
|
690 | 2024-06-17T17:22:51.276Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
691 | 2024-06-17T17:22:51.276Z | 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 = 187
path = phd_tests::migrate::from_base::can_migrate_from_base
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-a5aaf367-369d-4067-a4d7-6a0daca12728/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = migration_from_base_lifecycle_0
|
692 | 2024-06-17T17:22:51.276Z | 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
|
693 | 2024-06-17T17:22:51.276Z | 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
|
694 | 2024-06-17T17:22:51.277Z | 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
|
695 | 2024-06-17T17:22:51.293Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 955
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
|
696 | 2024-06-17T17:22:51.294Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 17
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
|
697 | 2024-06-17T17:22:51.294Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = ade77618-a9c0-40f9-a363-488214dcd57f
target = phd_framework::test_vm
target_id = b6305e2a-e4b6-4aaa-b3a7-43821bab160a
|
698 | 2024-06-17T17:22:51.294Z | 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 = 505
migration_id = 10cc7561-7d74-4bed-b8ac-7ec7076075a1
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = ade77618-a9c0-40f9-a363-488214dcd57f
target = phd_framework::test_vm
target_id = b6305e2a-e4b6-4aaa-b3a7-43821bab160a
timeout_duration = 45s
|
699 | 2024-06-17T17:22:51.294Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = ade77618-a9c0-40f9-a363-488214dcd57f
target = phd_framework::test_vm
target_id = b6305e2a-e4b6-4aaa-b3a7-43821bab160a
vm = migration_from_base_lifecycle_0
vm_id = b6305e2a-e4b6-4aaa-b3a7-43821bab160a
|
700 | 2024-06-17T17:22:51.295Z | 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): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = ade77618-a9c0-40f9-a363-488214dcd57f
target = phd_framework::test_vm
target_id = b6305e2a-e4b6-4aaa-b3a7-43821bab160a
vm = migration_from_base_lifecycle_0
vm_id = b6305e2a-e4b6-4aaa-b3a7-43821bab160a
|
701 | 2024-06-17T17:22:51.829Z | 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: b6305e2a-e4b6-4aaa-b3a7-43821bab160a, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 81ed7ef5-212c-4cf0-ada3-b67d118b6e11, silo_id: 4a5d4b66-0ad1-478c-9d6b-da1c28bb773d }, name: "phd-vm-b6305e2a-e4b6-4aaa-b3a7-43821bab160a", vcpus: 2 }, state: Migrating }
line = 382
path = phd_tests::migrate::from_base::can_migrate_from_base
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-a5aaf367-369d-4067-a4d7-6a0daca12728/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
source = migration_from_base
source_id = ade77618-a9c0-40f9-a363-488214dcd57f
target = phd_framework::test_vm
target_id = b6305e2a-e4b6-4aaa-b3a7-43821bab160a
vm = migration_from_base_lifecycle_0
vm_id = b6305e2a-e4b6-4aaa-b3a7-43821bab160a
|
702 | 2024-06-17T17:22:51.830Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 535
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = ade77618-a9c0-40f9-a363-488214dcd57f
target = phd_framework::test_vm
target_id = b6305e2a-e4b6-4aaa-b3a7-43821bab160a
vm = migration_from_base_lifecycle_0
vm_id = b6305e2a-e4b6-4aaa-b3a7-43821bab160a
|
703 | 2024-06-17T17:22:51.830Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = 10cc7561-7d74-4bed-b8ac-7ec7076075a1
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = ade77618-a9c0-40f9-a363-488214dcd57f
target = phd_framework::test_vm
target_id = b6305e2a-e4b6-4aaa-b3a7-43821bab160a
|
704 | 2024-06-17T17:22:55.582Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9002","from_start":7718}}
target = phd_framework::serial
|
705 | 2024-06-17T17:22:55.978Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 538
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = ade77618-a9c0-40f9-a363-488214dcd57f
target = phd_framework::test_vm
target_id = b6305e2a-e4b6-4aaa-b3a7-43821bab160a
|
706 | 2024-06-17T17:22:55.979Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4148
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = 10cc7561-7d74-4bed-b8ac-7ec7076075a1
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = ade77618-a9c0-40f9-a363-488214dcd57f
target = phd_framework::test_vm
target_id = b6305e2a-e4b6-4aaa-b3a7-43821bab160a
|
707 | 2024-06-17T17:22:55.979Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4684
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::from_base::can_migrate_from_base
source = migration_from_base
source_id = ade77618-a9c0-40f9-a363-488214dcd57f
target = phd_framework::test_vm
target_id = b6305e2a-e4b6-4aaa-b3a7-43821bab160a
|
708 | 2024-06-17T17:22:55.979Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = b6305e2a-e4b6-4aaa-b3a7-43821bab160a
|
709 | 2024-06-17T17:22:55.979Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
710 | 2024-06-17T17:22:55.980Z | 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
|
711 | 2024-06-17T17:22:55.980Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9048
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
712 | 2024-06-17T17:22:55.981Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = b6305e2a-e4b6-4aaa-b3a7-43821bab160a
|
713 | 2024-06-17T17:22:55.981Z | 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 = ade77618-a9c0-40f9-a363-488214dcd57f
|
714 | 2024-06-17T17:22:55.981Z | INFO | phd-runner: test phd_tests::migrate::from_base::can_migrate_from_base ... FAILED: Failed to get source VM migration state
Caused by:
Error Response: status: 404 Not Found; headers: {"content-type": "application/json", "x-request-id": "e2989dd5-db8c-48be-9816-9e6d84318fc1", "content-length": "84", "date": "Mon, 17 Jun 2024 17:22:55 GMT"}; value: Error { error_code: None, message: "Not Found", request_id: "e2989dd5-db8c-48be-9816-9e6d84318fc1" }
Stack backtrace:
0: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.83/src/backtrace.rs:27:14
1: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/core/src/result.rs:1964:27
2: phd_framework::test_vm::TestVm::get_migration_state::{{closure}}
at ./oxidecomputer/propolis/phd-tests/framework/src/test_vm/mod.rs:574:12
3: phd_framework::lifecycle::<impl phd_framework::Framework>::lifecycle_test::{{closure}}
at ./oxidecomputer/propolis/phd-tests/framework/src/lifecycle.rs:102:26
4: phd_tests::migrate::run_smoke_test::{{closure}}
at ./oxidecomputer/propolis/phd-tests/tests/src/migrate.rs:341:6
5: phd_tests::migrate::from_base::can_migrate_from_base::{{closure}}::{{closure}}
at ./oxidecomputer/propolis/phd-tests/tests/src/migrate.rs:35:14
6: <tracing::instrument::Instrumented<T> as core::future::future::Future>::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/instrument.rs:321:9
7: phd_tests::migrate::from_base::can_migrate_from_base::{{closure}}
at ./oxidecomputer/propolis/phd-tests/tests/src/migrate.rs:32:5
8: <core::pin::Pin<P> as core::future::future::Future>::poll
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/core/src/future/future.rs:123:9
9: phd_testcase::TestCase::run::{{closure}}
at ./oxidecomputer/propolis/phd-tests/testcase/src/lib.rs:79:32
10: phd_runner::execute::run_tests_with_ctx::{{closure}}::{{closure}}::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/macros/select.rs:524:49
11: <tokio::future::poll_fn::PollFn<F> as core::future::future::Future>::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/future/poll_fn.rs:58:9
12: phd_runner::execute::run_tests_with_ctx::{{closure}}::{{closure}}
at ./oxidecomputer/propolis/phd-tests/runner/src/execute.rs:105:13
13: tokio::runtime::task::core::Core<T,S>::poll::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:328:17
14: tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
15: tokio::runtime::task::core::Core<T,S>::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:317:13
16: tokio::runtime::task::harness::poll_future::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:485:19
17: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/core/src/panic/unwind_safe.rs:272:9
18: std::panicking::try::do_call
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panicking.rs:559:40
19: __rust_try
20: std::panicking::try
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panicking.rs:523:19
21: std::panic::catch_unwind
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panic.rs:149:14
22: tokio::runtime::task::harness::poll_future
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
23: tokio::runtime::task::harness::Harness<T,S>::poll_inner
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
24: tokio::runtime::task::harness::Harness<T,S>::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:153:15
25: tokio::runtime::task::raw::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:271:5
26: tokio::runtime::task::raw::RawTask::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
27: tokio::runtime::task::LocalNotified<S>::run
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/mod.rs:427:9
28: tokio::runtime::scheduler::multi_thread::worker::Context::run_task::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:639:17
29: tokio::runtime::coop::with_budget
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:107:5
30: tokio::runtime::coop::budget
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/coop.rs:73:5
31: tokio::runtime::scheduler::multi_thread::worker::Context::run_task
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:575:9
32: tokio::runtime::scheduler::multi_thread::worker::Context::run
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:526:24
33: tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:491:21
34: tokio::runtime::context::scoped::Scoped<T>::set
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/scoped.rs:40:9
35: tokio::runtime::context::set_scheduler::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context.rs:176:26
36: std::thread::local::LocalKey<T>::try_with
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/thread/local.rs:286:12
37: std::thread::local::LocalKey<T>::with
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/thread/local.rs:262:9
38: tokio::runtime::context::set_scheduler
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context.rs:176:9
39: tokio::runtime::scheduler::multi_thread::worker::run::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:486:9
40: tokio::runtime::context::runtime::enter_runtime
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/context/runtime.rs:65:16
41: tokio::runtime::scheduler::multi_thread::worker::run
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:478:5
42: tokio::runtime::scheduler::multi_thread::worker::Launch::launch::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/worker.rs:447:45
43: <tokio::runtime::blocking::task::BlockingTask<T> as core::future::future::Future>::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/task.rs:42:21
44: tokio::runtime::task::core::Core<T,S>::poll::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:328:17
45: tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/loom/std/unsafe_cell.rs:16:9
46: tokio::runtime::task::core::Core<T,S>::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/core.rs:317:13
47: tokio::runtime::task::harness::poll_future::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:485:19
48: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/core/src/panic/unwind_safe.rs:272:9
49: std::panicking::try::do_call
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panicking.rs:559:40
50: __rust_try
51: std::panicking::try
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panicking.rs:523:19
52: std::panic::catch_unwind
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panic.rs:149:14
53: tokio::runtime::task::harness::poll_future
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:473:18
54: tokio::runtime::task::harness::Harness<T,S>::poll_inner
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:208:27
55: tokio::runtime::task::harness::Harness<T,S>::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/harness.rs:153:15
56: tokio::runtime::task::raw::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:271:5
57: tokio::runtime::task::raw::RawTask::poll
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/raw.rs:201:18
58: tokio::runtime::task::UnownedTask<S>::run
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/task/mod.rs:464:9
59: tokio::runtime::blocking::pool::Task::run
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/pool.rs:159:9
60: tokio::runtime::blocking::pool::Inner::run
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/pool.rs:513:17
61: tokio::runtime::blocking::pool::Spawner::spawn_thread::{{closure}}
at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.37.0/src/runtime/blocking/pool.rs:471:13
62: std::sys_common::backtrace::__rust_begin_short_backtrace
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/sys_common/backtrace.rs:155:18
63: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/thread/mod.rs:542:17
64: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/core/src/panic/unwind_safe.rs:272:9
65: std::panicking::try::do_call
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panicking.rs:559:40
66: __rust_try
67: std::panicking::try
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panicking.rs:523:19
68: std::panic::catch_unwind
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/panic.rs:149:14
69: std::thread::Builder::spawn_unchecked_::{{closure}}
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/thread/mod.rs:541:30
70: core::ops::function::FnOnce::call_once{{vtable.shim}}
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/core/src/ops/function.rs:250:5
71: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/alloc/src/boxed.rs:2022:9
72: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/alloc/src/boxed.rs:2022:9
73: std::sys::pal::unix::thread::Thread::new::thread_start
at /rustc/129f3b9964af4d4a709d1383930ade12dfe7c081/library/std/src/sys/pal/unix/thread.rs:108:17
74: _thrp_setup
75: <unknown>
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
715 | 2024-06-17T17:22:55.997Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
716 | 2024-06-17T17:22:56.122Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 142
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base
vm_id = ade77618-a9c0-40f9-a363-488214dcd57f
|
717 | 2024-06-17T17:22:56.617Z | 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 = b6305e2a-e4b6-4aaa-b3a7-43821bab160a
|
718 | 2024-06-17T17:22:56.749Z | 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 = b6305e2a-e4b6-4aaa-b3a7-43821bab160a
|
719 | 2024-06-17T17:22:56.749Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a5aaf367-369d-4067-a4d7-6a0daca12728"]
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 = b6305e2a-e4b6-4aaa-b3a7-43821bab160a
|
720 | 2024-06-17T17:22:56.783Z | 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 = b6305e2a-e4b6-4aaa-b3a7-43821bab160a
|
721 | 2024-06-17T17:22:56.783Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-85e267c0-63cf-4517-b08b-cbe7c6df2dcb"]
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 = b6305e2a-e4b6-4aaa-b3a7-43821bab160a
|
722 | 2024-06-17T17:22:56.806Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 826
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_framework::test_vm
vm = migration_from_base_lifecycle_0
vm_id = b6305e2a-e4b6-4aaa-b3a7-43821bab160a
|
723 | 2024-06-17T17:22:56.806Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10543
file = phd-tests/tests/src/migrate.rs
line = 32
path = phd_tests::migrate::from_base::can_migrate_from_base
target = phd_tests::migrate::from_base
|
724 | 2024-06-17T17:22:56.806Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 808
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
725 | 2024-06-17T17:22:56.806Z | INFO | phd-runner: Starting test phd_tests::server_state_machine::instance_reset_requires_running_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
726 | 2024-06-17T17:22:56.806Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
727 | 2024-06-17T17:22:56.806Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
728 | 2024-06-17T17:22:56.806Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/server_state_machine.rs
line = 83
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_tests::server_state_machine
|
729 | 2024-06-17T17:22:56.806Z | 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
|
730 | 2024-06-17T17:22:56.807Z | 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
|
731 | 2024-06-17T17:22:56.807Z | 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
|
732 | 2024-06-17T17:22:56.807Z | 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::server_state_machine::instance_reset_requires_running_test
target = phd_framework::zfs
verb = list
|
733 | 2024-06-17T17:22:56.823Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::instance_reset_requires_running_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 655M 1.80T 654M /phd-artifacts\n
target = phd_framework::zfs
|
734 | 2024-06-17T17:22:56.823Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8db98f22-dd34-40de-9b6c-5bb3029b4811"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::zfs
verb = snapshot
|
735 | 2024-06-17T17:22:56.842Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8db98f22-dd34-40de-9b6c-5bb3029b4811", "phd-artifacts/phd-clone-e98cb3c7-e1e4-4905-9800-9072fb34ccad"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::zfs
verb = clone
|
736 | 2024-06-17T17:22:56.863Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e98cb3c7-e1e4-4905-9800-9072fb34ccad"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::zfs
verb = list
|
737 | 2024-06-17T17:22:56.878Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::instance_reset_requires_running_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-e98cb3c7-e1e4-4905-9800-9072fb34ccad 0B 1.80T 654M /phd-artifacts/phd-clone-e98cb3c7-e1e4-4905-9800-9072fb34ccad\n
target = phd_framework::zfs
|
738 | 2024-06-17T17:22:56.879Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
|
739 | 2024-06-17T17:22:56.879Z | 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 = 187
path = phd_tests::server_state_machine::instance_reset_requires_running_test
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-e98cb3c7-e1e4-4905-9800-9072fb34ccad/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = instance_reset_requires_running_test
|
740 | 2024-06-17T17:22:56.879Z | 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
|
741 | 2024-06-17T17:22:56.879Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/instance_reset_requires_running_test.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::server_state_machine::instance_reset_requires_running_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
742 | 2024-06-17T17:22:56.879Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::server_state_machine::instance_reset_requires_running_test
stderr_path = "/tmp/propolis-phd/instance_reset_requires_running_test.stderr.log"
stdout_path = "/tmp/propolis-phd/instance_reset_requires_running_test.stdout.log"
target = phd_framework::server_log_mode
|
743 | 2024-06-17T17:22:56.890Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 964
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm::server
|
744 | 2024-06-17T17:22:56.890Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
|
745 | 2024-06-17T17:22:56.890Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3e23d191-3b3b-4a63-bd36-bf924e30ac61
|
746 | 2024-06-17T17:22:56.890Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::server_state_machine::instance_reset_requires_running_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3e23d191-3b3b-4a63-bd36-bf924e30ac61
|
747 | 2024-06-17T17:22:56.891Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3e23d191-3b3b-4a63-bd36-bf924e30ac61
|
748 | 2024-06-17T17:22:56.891Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3e23d191-3b3b-4a63-bd36-bf924e30ac61
|
749 | 2024-06-17T17:22:56.891Z | 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): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3e23d191-3b3b-4a63-bd36-bf924e30ac61
|
750 | 2024-06-17T17:22:57.694Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
751 | 2024-06-17T17:22:57.695Z | 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: 3e23d191-3b3b-4a63-bd36-bf924e30ac61, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 6a3d5b65-f8bb-4f93-8105-96ecc8d25e92, silo_id: f3737c9a-a231-43ec-b4d0-a7ecf4acd5ac }, name: "phd-vm-3e23d191-3b3b-4a63-bd36-bf924e30ac61", vcpus: 2 }, state: Creating }
line = 382
path = phd_tests::server_state_machine::instance_reset_requires_running_test
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-e98cb3c7-e1e4-4905-9800-9072fb34ccad/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3e23d191-3b3b-4a63-bd36-bf924e30ac61
|
752 | 2024-06-17T17:22:57.695Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 804
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3e23d191-3b3b-4a63-bd36-bf924e30ac61
|
753 | 2024-06-17T17:22:57.695Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3e23d191-3b3b-4a63-bd36-bf924e30ac61
|
754 | 2024-06-17T17:22:57.695Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::server_state_machine::instance_reset_requires_running_test
state = Run
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3e23d191-3b3b-4a63-bd36-bf924e30ac61
|
755 | 2024-06-17T17:22:57.696Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3e23d191-3b3b-4a63-bd36-bf924e30ac61
|
756 | 2024-06-17T17:22:57.696Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 590
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3e23d191-3b3b-4a63-bd36-bf924e30ac61
|
757 | 2024-06-17T17:22:57.696Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 596
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3e23d191-3b3b-4a63-bd36-bf924e30ac61
|
758 | 2024-06-17T17:22:57.696Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3e23d191-3b3b-4a63-bd36-bf924e30ac61
|
759 | 2024-06-17T17:22:57.696Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3e23d191-3b3b-4a63-bd36-bf924e30ac61
|
760 | 2024-06-17T17:22:57.697Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3e23d191-3b3b-4a63-bd36-bf924e30ac61
|
761 | 2024-06-17T17:22:57.697Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 590
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3e23d191-3b3b-4a63-bd36-bf924e30ac61
|
762 | 2024-06-17T17:22:57.697Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3e23d191-3b3b-4a63-bd36-bf924e30ac61
|
763 | 2024-06-17T17:22:57.697Z | 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
|
764 | 2024-06-17T17:22:57.697Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 2
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
765 | 2024-06-17T17:22:57.697Z | INFO | phd-runner: test phd_tests::server_state_machine::instance_reset_requires_running_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
766 | 2024-06-17T17:22:57.697Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
767 | 2024-06-17T17:22:57.698Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3e23d191-3b3b-4a63-bd36-bf924e30ac61
|
768 | 2024-06-17T17:22:58.257Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::server_state_machine::instance_reset_requires_running_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = instance_reset_requires_running_test
vm_id = 3e23d191-3b3b-4a63-bd36-bf924e30ac61
|
769 | 2024-06-17T17:22:58.368Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::zfs
vm = instance_reset_requires_running_test
vm_id = 3e23d191-3b3b-4a63-bd36-bf924e30ac61
|
770 | 2024-06-17T17:22:58.368Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-e98cb3c7-e1e4-4905-9800-9072fb34ccad"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::zfs
verb = destroy
vm = instance_reset_requires_running_test
vm_id = 3e23d191-3b3b-4a63-bd36-bf924e30ac61
|
771 | 2024-06-17T17:22:58.403Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::zfs
vm = instance_reset_requires_running_test
vm_id = 3e23d191-3b3b-4a63-bd36-bf924e30ac61
|
772 | 2024-06-17T17:22:58.403Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-8db98f22-dd34-40de-9b6c-5bb3029b4811"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::zfs
verb = destroy
vm = instance_reset_requires_running_test
vm_id = 3e23d191-3b3b-4a63-bd36-bf924e30ac61
|
773 | 2024-06-17T17:22:58.426Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 728
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 3e23d191-3b3b-4a63-bd36-bf924e30ac61
|
774 | 2024-06-17T17:22:58.426Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1619
file = phd-tests/tests/src/server_state_machine.rs
line = 83
path = phd_tests::server_state_machine::instance_reset_requires_running_test
target = phd_tests::server_state_machine
|
775 | 2024-06-17T17:22:58.426Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 728
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
776 | 2024-06-17T17:22:58.426Z | INFO | phd-runner: Starting test phd_tests::server_state_machine::instance_reset_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
777 | 2024-06-17T17:22:58.426Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
778 | 2024-06-17T17:22:58.426Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
779 | 2024-06-17T17:22:58.426Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/server_state_machine.rs
line = 52
path = phd_tests::server_state_machine::instance_reset_test
target = phd_tests::server_state_machine
|
780 | 2024-06-17T17:22:58.426Z | 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
|
781 | 2024-06-17T17:22:58.426Z | 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
|
782 | 2024-06-17T17:22:58.427Z | 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
|
783 | 2024-06-17T17:22:58.427Z | 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::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = list
|
784 | 2024-06-17T17:22:58.442Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::instance_reset_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 655M 1.80T 654M /phd-artifacts\n
target = phd_framework::zfs
|
785 | 2024-06-17T17:22:58.442Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b4a805ed-5617-4f65-be78-f20a82b90b78"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = snapshot
|
786 | 2024-06-17T17:22:58.462Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b4a805ed-5617-4f65-be78-f20a82b90b78", "phd-artifacts/phd-clone-9b1a85d7-bcec-4a0d-9fb1-4994fb112a30"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = clone
|
787 | 2024-06-17T17:22:58.485Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-9b1a85d7-bcec-4a0d-9fb1-4994fb112a30"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = list
|
788 | 2024-06-17T17:22:58.500Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::instance_reset_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-9b1a85d7-bcec-4a0d-9fb1-4994fb112a30 0B 1.80T 654M /phd-artifacts/phd-clone-9b1a85d7-bcec-4a0d-9fb1-4994fb112a30\n
target = phd_framework::zfs
|
789 | 2024-06-17T17:22:58.501Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
|
790 | 2024-06-17T17:22:58.501Z | 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 = 187
path = phd_tests::server_state_machine::instance_reset_test
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-9b1a85d7-bcec-4a0d-9fb1-4994fb112a30/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = instance_reset_returns_to_running_test
|
791 | 2024-06-17T17:22:58.501Z | 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
|
792 | 2024-06-17T17:22:58.501Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/instance_reset_returns_to_running_test.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::server_state_machine::instance_reset_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
793 | 2024-06-17T17:22:58.501Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::server_state_machine::instance_reset_test
stderr_path = "/tmp/propolis-phd/instance_reset_returns_to_running_test.stderr.log"
stdout_path = "/tmp/propolis-phd/instance_reset_returns_to_running_test.stdout.log"
target = phd_framework::server_log_mode
|
794 | 2024-06-17T17:22:58.510Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 972
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm::server
|
795 | 2024-06-17T17:22:58.511Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
|
796 | 2024-06-17T17:22:58.511Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
797 | 2024-06-17T17:22:58.511Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
798 | 2024-06-17T17:22:58.511Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
799 | 2024-06-17T17:22:58.511Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
800 | 2024-06-17T17:22:58.511Z | 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): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
801 | 2024-06-17T17:22:59.237Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
802 | 2024-06-17T17:22:59.237Z | 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: a982cd27-af13-47ab-bce5-641e5dec291a, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 9bd106c2-698c-4221-bdb4-505120271f12, silo_id: 37cf4519-6164-4c4b-a843-758043e6bef0 }, name: "phd-vm-a982cd27-af13-47ab-bce5-641e5dec291a", vcpus: 2 }, state: Creating }
line = 382
path = phd_tests::server_state_machine::instance_reset_test
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-9b1a85d7-bcec-4a0d-9fb1-4994fb112a30/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
803 | 2024-06-17T17:22:59.238Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 726
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
804 | 2024-06-17T17:22:59.238Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
805 | 2024-06-17T17:22:59.238Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::server_state_machine::instance_reset_test
state = Run
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
806 | 2024-06-17T17:22:59.238Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
807 | 2024-06-17T17:22:59.238Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 590
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
808 | 2024-06-17T17:22:59.238Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 596
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
809 | 2024-06-17T17:22:59.238Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
810 | 2024-06-17T17:22:59.238Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
811 | 2024-06-17T17:22:59.239Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
812 | 2024-06-17T17:22:59.239Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 590
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
813 | 2024-06-17T17:22:59.239Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
814 | 2024-06-17T17:22:59.239Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
815 | 2024-06-17T17:22:59.240Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
816 | 2024-06-17T17:22:59.240Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 590
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
817 | 2024-06-17T17:22:59.240Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 596
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
818 | 2024-06-17T17:22:59.240Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
819 | 2024-06-17T17:22:59.240Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
820 | 2024-06-17T17:22:59.240Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
821 | 2024-06-17T17:22:59.820Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
822 | 2024-06-17T17:22:59.820Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
823 | 2024-06-17T17:22:59.821Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
824 | 2024-06-17T17:22:59.821Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 581
file = phd-tests/framework/src/test_vm/mod.rs
line = 590
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
825 | 2024-06-17T17:22:59.821Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
826 | 2024-06-17T17:22:59.821Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
827 | 2024-06-17T17:22:59.821Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
828 | 2024-06-17T17:22:59.821Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
829 | 2024-06-17T17:22:59.822Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
830 | 2024-06-17T17:22:59.822Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
831 | 2024-06-17T17:22:59.822Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
832 | 2024-06-17T17:22:59.822Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
833 | 2024-06-17T17:22:59.823Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
834 | 2024-06-17T17:22:59.823Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
835 | 2024-06-17T17:22:59.823Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
836 | 2024-06-17T17:22:59.823Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
837 | 2024-06-17T17:22:59.823Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
838 | 2024-06-17T17:22:59.823Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
839 | 2024-06-17T17:22:59.824Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
840 | 2024-06-17T17:22:59.824Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
841 | 2024-06-17T17:22:59.824Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
842 | 2024-06-17T17:22:59.824Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
843 | 2024-06-17T17:22:59.824Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
844 | 2024-06-17T17:22:59.824Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
845 | 2024-06-17T17:22:59.825Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
846 | 2024-06-17T17:22:59.825Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
847 | 2024-06-17T17:22:59.825Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
848 | 2024-06-17T17:22:59.826Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
849 | 2024-06-17T17:22:59.826Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
850 | 2024-06-17T17:22:59.826Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
851 | 2024-06-17T17:22:59.826Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
852 | 2024-06-17T17:22:59.826Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
853 | 2024-06-17T17:22:59.826Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
854 | 2024-06-17T17:22:59.827Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
855 | 2024-06-17T17:22:59.827Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 590
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
856 | 2024-06-17T17:22:59.827Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 596
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
857 | 2024-06-17T17:22:59.827Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
858 | 2024-06-17T17:22:59.827Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
859 | 2024-06-17T17:22:59.827Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
860 | 2024-06-17T17:23:00.402Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
861 | 2024-06-17T17:23:00.402Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
862 | 2024-06-17T17:23:00.403Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
863 | 2024-06-17T17:23:00.403Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 575
file = phd-tests/framework/src/test_vm/mod.rs
line = 590
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
864 | 2024-06-17T17:23:00.403Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
865 | 2024-06-17T17:23:00.403Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::server_state_machine::instance_reset_test
state = Stop
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
866 | 2024-06-17T17:23:00.403Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
867 | 2024-06-17T17:23:00.403Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 590
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
868 | 2024-06-17T17:23:00.403Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 596
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
869 | 2024-06-17T17:23:00.403Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
870 | 2024-06-17T17:23:00.403Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
871 | 2024-06-17T17:23:00.404Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
872 | 2024-06-17T17:23:00.404Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
873 | 2024-06-17T17:23:00.404Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 1167
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
874 | 2024-06-17T17:23:00.761Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
875 | 2024-06-17T17:23:00.762Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
876 | 2024-06-17T17:23:00.763Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
877 | 2024-06-17T17:23:00.763Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 359
file = phd-tests/framework/src/test_vm/mod.rs
line = 590
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
878 | 2024-06-17T17:23:00.763Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
879 | 2024-06-17T17:23:00.763Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::server_state_machine::instance_reset_test
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
880 | 2024-06-17T17:23:00.763Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
881 | 2024-06-17T17:23:00.764Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
882 | 2024-06-17T17:23:00.764Z | INFO | phd-runner: test phd_tests::server_state_machine::instance_reset_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
883 | 2024-06-17T17:23:00.764Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
884 | 2024-06-17T17:23:00.764Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::server_state_machine::instance_reset_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
885 | 2024-06-17T17:23:00.897Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
886 | 2024-06-17T17:23:00.897Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-9b1a85d7-bcec-4a0d-9fb1-4994fb112a30"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = destroy
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
887 | 2024-06-17T17:23:00.936Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
888 | 2024-06-17T17:23:00.936Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-b4a805ed-5617-4f65-be78-f20a82b90b78"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::zfs
verb = destroy
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
889 | 2024-06-17T17:23:00.959Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 194
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::server_state_machine::instance_reset_test
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = a982cd27-af13-47ab-bce5-641e5dec291a
|
890 | 2024-06-17T17:23:00.959Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 2532
file = phd-tests/tests/src/server_state_machine.rs
line = 52
path = phd_tests::server_state_machine::instance_reset_test
target = phd_tests::server_state_machine
|
891 | 2024-06-17T17:23:00.959Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 194
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
892 | 2024-06-17T17:23:00.959Z | INFO | phd-runner: Starting test phd_tests::server_state_machine::instance_stop_causes_destroy_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
893 | 2024-06-17T17:23:00.959Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
894 | 2024-06-17T17:23:00.959Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
895 | 2024-06-17T17:23:00.959Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/server_state_machine.rs
line = 28
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_tests::server_state_machine
|
896 | 2024-06-17T17:23:00.959Z | 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
|
897 | 2024-06-17T17:23:00.960Z | 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
|
898 | 2024-06-17T17:23:00.960Z | 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
|
899 | 2024-06-17T17:23:00.960Z | 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::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
verb = list
|
900 | 2024-06-17T17:23:00.975Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 655M 1.80T 654M /phd-artifacts\n
target = phd_framework::zfs
|
901 | 2024-06-17T17:23:00.975Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-143e3321-d193-4f96-ad0a-8dc00a0b9e2b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
verb = snapshot
|
902 | 2024-06-17T17:23:00.996Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-143e3321-d193-4f96-ad0a-8dc00a0b9e2b", "phd-artifacts/phd-clone-63839d91-6997-47c9-8c88-fd965e12e12f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
verb = clone
|
903 | 2024-06-17T17:23:01.017Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-63839d91-6997-47c9-8c88-fd965e12e12f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
verb = list
|
904 | 2024-06-17T17:23:01.034Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-63839d91-6997-47c9-8c88-fd965e12e12f 0B 1.80T 654M /phd-artifacts/phd-clone-63839d91-6997-47c9-8c88-fd965e12e12f\n
target = phd_framework::zfs
|
905 | 2024-06-17T17:23:01.035Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
|
906 | 2024-06-17T17:23:01.035Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 187
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-63839d91-6997-47c9-8c88-fd965e12e12f/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = instance_stop_causes_destroy_test
|
907 | 2024-06-17T17:23:01.035Z | DEBG | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
908 | 2024-06-17T17:23:01.035Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/instance_stop_causes_destroy_test.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
909 | 2024-06-17T17:23:01.035Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
stderr_path = "/tmp/propolis-phd/instance_stop_causes_destroy_test.stderr.log"
stdout_path = "/tmp/propolis-phd/instance_stop_causes_destroy_test.stdout.log"
target = phd_framework::server_log_mode
|
910 | 2024-06-17T17:23:01.046Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 980
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm::server
|
911 | 2024-06-17T17:23:01.047Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
|
912 | 2024-06-17T17:23:01.047Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
913 | 2024-06-17T17:23:01.047Z | 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): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
914 | 2024-06-17T17:23:01.876Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
915 | 2024-06-17T17:23:01.876Z | 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: 2db857d1-9351-4a5f-93b3-b322bd3d7dc7, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 32d76ecb-fb1a-4a43-b0a3-44b145d0a13d, silo_id: 422b97f7-cfe6-42c7-82b7-7ded3fb77dad }, name: "phd-vm-2db857d1-9351-4a5f-93b3-b322bd3d7dc7", vcpus: 2 }, state: Creating }
line = 382
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-63839d91-6997-47c9-8c88-fd965e12e12f/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
916 | 2024-06-17T17:23:01.876Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 829
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
917 | 2024-06-17T17:23:01.876Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
918 | 2024-06-17T17:23:01.877Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
state = Run
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
919 | 2024-06-17T17:23:01.878Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
920 | 2024-06-17T17:23:01.878Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
921 | 2024-06-17T17:23:01.878Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
state = Stop
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
922 | 2024-06-17T17:23:01.878Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
923 | 2024-06-17T17:23:01.878Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 590
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
924 | 2024-06-17T17:23:01.878Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 596
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
925 | 2024-06-17T17:23:01.878Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
926 | 2024-06-17T17:23:01.878Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
927 | 2024-06-17T17:23:01.879Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
928 | 2024-06-17T17:23:01.879Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
929 | 2024-06-17T17:23:01.879Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 3
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
930 | 2024-06-17T17:23:02.209Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
931 | 2024-06-17T17:23:02.210Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
932 | 2024-06-17T17:23:02.211Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
933 | 2024-06-17T17:23:02.211Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 332
file = phd-tests/framework/src/test_vm/mod.rs
line = 590
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
934 | 2024-06-17T17:23:02.211Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
935 | 2024-06-17T17:23:02.211Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
state = Run
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
936 | 2024-06-17T17:23:02.211Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
937 | 2024-06-17T17:23:02.211Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
938 | 2024-06-17T17:23:02.211Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
state = Stop
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
939 | 2024-06-17T17:23:02.212Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
940 | 2024-06-17T17:23:02.212Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
941 | 2024-06-17T17:23:02.212Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
state = Reboot
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
942 | 2024-06-17T17:23:02.213Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
943 | 2024-06-17T17:23:02.213Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
944 | 2024-06-17T17:23:02.213Z | INFO | phd-runner: test phd_tests::server_state_machine::instance_stop_causes_destroy_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
945 | 2024-06-17T17:23:02.214Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
946 | 2024-06-17T17:23:02.214Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
947 | 2024-06-17T17:23:02.344Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
948 | 2024-06-17T17:23:02.344Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-63839d91-6997-47c9-8c88-fd965e12e12f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
verb = destroy
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
949 | 2024-06-17T17:23:02.389Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
950 | 2024-06-17T17:23:02.389Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-143e3321-d193-4f96-ad0a-8dc00a0b9e2b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::zfs
verb = destroy
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
951 | 2024-06-17T17:23:02.420Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 206
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 2db857d1-9351-4a5f-93b3-b322bd3d7dc7
|
952 | 2024-06-17T17:23:02.420Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1460
file = phd-tests/tests/src/server_state_machine.rs
line = 28
path = phd_tests::server_state_machine::instance_stop_causes_destroy_test
target = phd_tests::server_state_machine
|
953 | 2024-06-17T17:23:02.420Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 206
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
954 | 2024-06-17T17:23:02.420Z | INFO | phd-runner: Starting test phd_tests::server_state_machine::instance_start_stop_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
955 | 2024-06-17T17:23:02.420Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
956 | 2024-06-17T17:23:02.421Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
957 | 2024-06-17T17:23:02.421Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/server_state_machine.rs
line = 12
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_tests::server_state_machine
|
958 | 2024-06-17T17:23:02.421Z | 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
|
959 | 2024-06-17T17:23:02.421Z | 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
|
960 | 2024-06-17T17:23:02.421Z | 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
|
961 | 2024-06-17T17:23:02.421Z | 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::server_state_machine::instance_start_stop_test
target = phd_framework::zfs
verb = list
|
962 | 2024-06-17T17:23:02.443Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::instance_start_stop_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 655M 1.80T 654M /phd-artifacts\n
target = phd_framework::zfs
|
963 | 2024-06-17T17:23:02.444Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-40f8bdf1-f17b-4d1d-b5e5-ebde23f5cfc1"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::zfs
verb = snapshot
|
964 | 2024-06-17T17:23:02.467Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-40f8bdf1-f17b-4d1d-b5e5-ebde23f5cfc1", "phd-artifacts/phd-clone-84677209-82c4-42c8-b359-f2381e7961d2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::zfs
verb = clone
|
965 | 2024-06-17T17:23:02.492Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-84677209-82c4-42c8-b359-f2381e7961d2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::zfs
verb = list
|
966 | 2024-06-17T17:23:02.507Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::server_state_machine::instance_start_stop_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-84677209-82c4-42c8-b359-f2381e7961d2 0B 1.80T 654M /phd-artifacts/phd-clone-84677209-82c4-42c8-b359-f2381e7961d2\n
target = phd_framework::zfs
|
967 | 2024-06-17T17:23:02.508Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
|
968 | 2024-06-17T17:23:02.508Z | 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 = 187
path = phd_tests::server_state_machine::instance_start_stop_test
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-84677209-82c4-42c8-b359-f2381e7961d2/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = instance_ensure_running_test
|
969 | 2024-06-17T17:23:02.508Z | 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
|
970 | 2024-06-17T17:23:02.508Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/instance_ensure_running_test.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::server_state_machine::instance_start_stop_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
971 | 2024-06-17T17:23:02.508Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::server_state_machine::instance_start_stop_test
stderr_path = "/tmp/propolis-phd/instance_ensure_running_test.stderr.log"
stdout_path = "/tmp/propolis-phd/instance_ensure_running_test.stdout.log"
target = phd_framework::server_log_mode
|
972 | 2024-06-17T17:23:02.518Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 988
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm::server
|
973 | 2024-06-17T17:23:02.518Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
|
974 | 2024-06-17T17:23:02.519Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
975 | 2024-06-17T17:23:02.519Z | 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): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
976 | 2024-06-17T17:23:03.016Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
977 | 2024-06-17T17:23:03.016Z | 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: bbf3fe3c-8157-4528-8a69-bc574c5c4817, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: d5a0c6bb-617a-44bc-9c62-824387a75735, silo_id: 46daadad-3ed8-493a-b428-3ee3d15a3ab1 }, name: "phd-vm-bbf3fe3c-8157-4528-8a69-bc574c5c4817", vcpus: 2 }, state: Creating }
line = 382
path = phd_tests::server_state_machine::instance_start_stop_test
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-84677209-82c4-42c8-b359-f2381e7961d2/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
978 | 2024-06-17T17:23:03.016Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 497
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
979 | 2024-06-17T17:23:03.016Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
980 | 2024-06-17T17:23:03.016Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
981 | 2024-06-17T17:23:03.017Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
982 | 2024-06-17T17:23:03.017Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
983 | 2024-06-17T17:23:03.017Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::server_state_machine::instance_start_stop_test
state = Run
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
984 | 2024-06-17T17:23:03.018Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
985 | 2024-06-17T17:23:03.018Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 590
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
986 | 2024-06-17T17:23:03.018Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 596
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
987 | 2024-06-17T17:23:03.018Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
988 | 2024-06-17T17:23:03.018Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
989 | 2024-06-17T17:23:03.019Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
990 | 2024-06-17T17:23:03.019Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 590
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
991 | 2024-06-17T17:23:03.019Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
992 | 2024-06-17T17:23:03.019Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::server_state_machine::instance_start_stop_test
state = Stop
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
993 | 2024-06-17T17:23:03.019Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
994 | 2024-06-17T17:23:03.019Z | INFO | phd-runner: [WAIT_FOR_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 590
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
995 | 2024-06-17T17:23:03.019Z | INFO | phd-runner: [WAIT_FOR_STATE - EVENT] Waiting 60s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 596
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
996 | 2024-06-17T17:23:03.019Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
997 | 2024-06-17T17:23:03.019Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
998 | 2024-06-17T17:23:03.020Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
999 | 2024-06-17T17:23:03.020Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
1000 | 2024-06-17T17:23:03.020Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1001 | 2024-06-17T17:23:03.628Z | INFO | phd-runner: [GET - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
1002 | 2024-06-17T17:23:03.628Z | INFO | phd-runner: [GET - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 450
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
1003 | 2024-06-17T17:23:03.629Z | INFO | phd-runner: [GET - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 448
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
1004 | 2024-06-17T17:23:03.629Z | INFO | phd-runner: [WAIT_FOR_STATE - END]
elapsed_milliseconds = 609
file = phd-tests/framework/src/test_vm/mod.rs
line = 590
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
1005 | 2024-06-17T17:23:03.629Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
1006 | 2024-06-17T17:23:03.629Z | INFO | phd-runner: test phd_tests::server_state_machine::instance_start_stop_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
1007 | 2024-06-17T17:23:03.629Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1008 | 2024-06-17T17:23:03.630Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::server_state_machine::instance_start_stop_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
1009 | 2024-06-17T17:23:03.771Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::zfs
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
1010 | 2024-06-17T17:23:03.771Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-84677209-82c4-42c8-b359-f2381e7961d2"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::zfs
verb = destroy
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
1011 | 2024-06-17T17:23:03.810Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::zfs
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
1012 | 2024-06-17T17:23:03.810Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-40f8bdf1-f17b-4d1d-b5e5-ebde23f5cfc1"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::zfs
verb = destroy
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
1013 | 2024-06-17T17:23:03.833Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 203
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = bbf3fe3c-8157-4528-8a69-bc574c5c4817
|
1014 | 2024-06-17T17:23:03.833Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 1411
file = phd-tests/tests/src/server_state_machine.rs
line = 12
path = phd_tests::server_state_machine::instance_start_stop_test
target = phd_tests::server_state_machine
|
1015 | 2024-06-17T17:23:03.833Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 203
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1016 | 2024-06-17T17:23:03.833Z | INFO | phd-runner: Starting test phd_tests::framework::multiline_serial_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
1017 | 2024-06-17T17:23:03.833Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1018 | 2024-06-17T17:23:03.833Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1019 | 2024-06-17T17:23:03.833Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/framework.rs
line = 10
path = phd_tests::framework::multiline_serial_test
target = phd_tests::framework
|
1020 | 2024-06-17T17:23:03.833Z | 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
|
1021 | 2024-06-17T17:23:03.833Z | 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
|
1022 | 2024-06-17T17:23:03.833Z | 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
|
1023 | 2024-06-17T17:23:03.833Z | 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::framework::multiline_serial_test
target = phd_framework::zfs
verb = list
|
1024 | 2024-06-17T17:23:03.850Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::framework::multiline_serial_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 655M 1.80T 654M /phd-artifacts\n
target = phd_framework::zfs
|
1025 | 2024-06-17T17:23:03.850Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-179a1493-e626-45d1-83f6-b61f2a46c962"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
verb = snapshot
|
1026 | 2024-06-17T17:23:03.870Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-179a1493-e626-45d1-83f6-b61f2a46c962", "phd-artifacts/phd-clone-f31f577b-47ba-4da9-b9ab-5dcff3ca29c4"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
verb = clone
|
1027 | 2024-06-17T17:23:03.893Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f31f577b-47ba-4da9-b9ab-5dcff3ca29c4"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
verb = list
|
1028 | 2024-06-17T17:23:03.909Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::framework::multiline_serial_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-f31f577b-47ba-4da9-b9ab-5dcff3ca29c4 0B 1.80T 654M /phd-artifacts/phd-clone-f31f577b-47ba-4da9-b9ab-5dcff3ca29c4\n
target = phd_framework::zfs
|
1029 | 2024-06-17T17:23:03.909Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
|
1030 | 2024-06-17T17:23:03.909Z | 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 = 187
path = phd_tests::framework::multiline_serial_test
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-f31f577b-47ba-4da9-b9ab-5dcff3ca29c4/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = multiline_test
|
1031 | 2024-06-17T17:23:03.910Z | 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
|
1032 | 2024-06-17T17:23:03.910Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/multiline_test.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::framework::multiline_serial_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1033 | 2024-06-17T17:23:03.910Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::framework::multiline_serial_test
stderr_path = "/tmp/propolis-phd/multiline_test.stderr.log"
stdout_path = "/tmp/propolis-phd/multiline_test.stdout.log"
target = phd_framework::server_log_mode
|
1034 | 2024-06-17T17:23:03.920Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 996
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm::server
|
1035 | 2024-06-17T17:23:03.920Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
|
1036 | 2024-06-17T17:23:03.920Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1037 | 2024-06-17T17:23:03.921Z | 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): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1038 | 2024-06-17T17:23:04.514Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1039 | 2024-06-17T17:23:04.514Z | 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: 361dd9a7-53b8-4552-a207-bbfa6e6b0c46, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 9062d3c0-39fe-408c-85e5-675c04cda7f4, silo_id: 56f17237-19f6-4eaf-9ec3-746c707d4c09 }, name: "phd-vm-361dd9a7-53b8-4552-a207-bbfa6e6b0c46", vcpus: 2 }, state: Creating }
line = 382
path = phd_tests::framework::multiline_serial_test
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-f31f577b-47ba-4da9-b9ab-5dcff3ca29c4/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1040 | 2024-06-17T17:23:04.515Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 594
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1041 | 2024-06-17T17:23:04.515Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1042 | 2024-06-17T17:23:04.515Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::framework::multiline_serial_test
state = Run
target = phd_framework::test_vm
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1043 | 2024-06-17T17:23:04.515Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1044 | 2024-06-17T17:23:04.515Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
|
1045 | 2024-06-17T17:23:04.516Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1046 | 2024-06-17T17:23:04.516Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::framework::multiline_serial_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
1047 | 2024-06-17T17:23:04.516Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1048 | 2024-06-17T17:23:04.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 = 716
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1049 | 2024-06-17T17:23:08.775Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4259
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1050 | 2024-06-17T17:23:08.775Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::framework::multiline_serial_test
step = WriteStr("root")
target = phd_framework::test_vm
|
1051 | 2024-06-17T17:23:08.775Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::framework::multiline_serial_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1052 | 2024-06-17T17:23:08.776Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1053 | 2024-06-17T17:23:08.776Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1054 | 2024-06-17T17:23:08.792Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 15
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1055 | 2024-06-17T17:23:08.792Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 691
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
|
1056 | 2024-06-17T17:23:08.792Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4276
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
|
1057 | 2024-06-17T17:23:08.792Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1058 | 2024-06-17T17:23:08.792Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1059 | 2024-06-17T17:23:08.825Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1060 | 2024-06-17T17:23:08.825Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1061 | 2024-06-17T17:23:08.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 = 716
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1062 | 2024-06-17T17:23:08.836Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1063 | 2024-06-17T17:23:08.836Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1064 | 2024-06-17T17:23:08.837Z | 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
|
1065 | 2024-06-17T17:23:08.837Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4323
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1066 | 2024-06-17T17:23:08.837Z | INFO | phd-runner: test phd_tests::framework::multiline_serial_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
1067 | 2024-06-17T17:23:08.837Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1068 | 2024-06-17T17:23:08.838Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1069 | 2024-06-17T17:23:09.526Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::framework::multiline_serial_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1070 | 2024-06-17T17:23:09.661Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1071 | 2024-06-17T17:23:09.662Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f31f577b-47ba-4da9-b9ab-5dcff3ca29c4"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
verb = destroy
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1072 | 2024-06-17T17:23:09.697Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1073 | 2024-06-17T17:23:09.698Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-179a1493-e626-45d1-83f6-b61f2a46c962"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::framework::multiline_serial_test
target = phd_framework::zfs
verb = destroy
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1074 | 2024-06-17T17:23:09.721Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 884
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::framework::multiline_serial_test
target = phd_framework::test_vm
vm = multiline_test
vm_id = 361dd9a7-53b8-4552-a207-bbfa6e6b0c46
|
1075 | 2024-06-17T17:23:09.721Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 5887
file = phd-tests/tests/src/framework.rs
line = 10
path = phd_tests::framework::multiline_serial_test
target = phd_tests::framework
|
1076 | 2024-06-17T17:23:09.721Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 884
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1077 | 2024-06-17T17:23:09.721Z | INFO | phd-runner: Starting test phd_tests::migrate::running_process::export_failure
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
1078 | 2024-06-17T17:23:09.721Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1079 | 2024-06-17T17:23:09.721Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1080 | 2024-06-17T17:23:09.721Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 172
path = phd_tests::migrate::running_process::export_failure
target = phd_tests::migrate::running_process
|
1081 | 2024-06-17T17:23:09.721Z | 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
|
1082 | 2024-06-17T17:23:09.722Z | 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
|
1083 | 2024-06-17T17:23:09.722Z | 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
|
1084 | 2024-06-17T17:23:09.722Z | 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::running_process::export_failure
target = phd_framework::zfs
verb = list
|
1085 | 2024-06-17T17:23:09.737Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::running_process::export_failure
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 656M 1.80T 654M /phd-artifacts\n
target = phd_framework::zfs
|
1086 | 2024-06-17T17:23:09.737Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7433ec4f-0a8b-4b97-816d-ef212f68b71b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
verb = snapshot
|
1087 | 2024-06-17T17:23:09.758Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7433ec4f-0a8b-4b97-816d-ef212f68b71b", "phd-artifacts/phd-clone-a94aa8e3-2696-45f8-9e08-83821e33115c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
verb = clone
|
1088 | 2024-06-17T17:23:09.778Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a94aa8e3-2696-45f8-9e08-83821e33115c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
verb = list
|
1089 | 2024-06-17T17:23:09.795Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::running_process::export_failure
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-a94aa8e3-2696-45f8-9e08-83821e33115c 0B 1.80T 654M /phd-artifacts/phd-clone-a94aa8e3-2696-45f8-9e08-83821e33115c\n
target = phd_framework::zfs
|
1090 | 2024-06-17T17:23:09.795Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
1091 | 2024-06-17T17:23:09.795Z | 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 = 187
path = phd_tests::migrate::running_process::export_failure
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-a94aa8e3-2696-45f8-9e08-83821e33115c/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = migrate_running_process::export_failure_source
|
1092 | 2024-06-17T17:23:09.795Z | 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
|
1093 | 2024-06-17T17:23:09.795Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migrate_running_process::export_failure_source.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::running_process::export_failure
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1094 | 2024-06-17T17:23:09.795Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::running_process::export_failure
stderr_path = "/tmp/propolis-phd/migrate_running_process::export_failure_source.stderr.log"
stdout_path = "/tmp/propolis-phd/migrate_running_process::export_failure_source.stdout.log"
target = phd_framework::server_log_mode
|
1095 | 2024-06-17T17:23:09.806Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1004
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm::server
|
1096 | 2024-06-17T17:23:09.806Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
1097 | 2024-06-17T17:23:09.807Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
1098 | 2024-06-17T17:23:09.807Z | 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 = 187
path = phd_tests::migrate::running_process::export_failure
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-a94aa8e3-2696-45f8-9e08-83821e33115c/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = migrate_running_process::export_failure_target1
|
1099 | 2024-06-17T17:23:09.807Z | 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
|
1100 | 2024-06-17T17:23:09.807Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migrate_running_process::export_failure_target1.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::running_process::export_failure
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1101 | 2024-06-17T17:23:09.807Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::running_process::export_failure
stderr_path = "/tmp/propolis-phd/migrate_running_process::export_failure_target1.stderr.log"
stdout_path = "/tmp/propolis-phd/migrate_running_process::export_failure_target1.stdout.log"
target = phd_framework::server_log_mode
|
1102 | 2024-06-17T17:23:09.816Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1005
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm::server
|
1103 | 2024-06-17T17:23:09.817Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
1104 | 2024-06-17T17:23:09.817Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
1105 | 2024-06-17T17:23:09.817Z | 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 = 187
path = phd_tests::migrate::running_process::export_failure
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-a94aa8e3-2696-45f8-9e08-83821e33115c/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = migrate_running_process::export_failure_target2
|
1106 | 2024-06-17T17:23:09.817Z | 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
|
1107 | 2024-06-17T17:23:09.817Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migrate_running_process::export_failure_target2.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::running_process::export_failure
server_addr = 127.0.0.1:9004
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1108 | 2024-06-17T17:23:09.817Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::running_process::export_failure
stderr_path = "/tmp/propolis-phd/migrate_running_process::export_failure_target2.stderr.log"
stdout_path = "/tmp/propolis-phd/migrate_running_process::export_failure_target2.stdout.log"
target = phd_framework::server_log_mode
|
1109 | 2024-06-17T17:23:09.827Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1006
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm::server
|
1110 | 2024-06-17T17:23:09.828Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
1111 | 2024-06-17T17:23:09.828Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1112 | 2024-06-17T17:23:09.942Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1113 | 2024-06-17T17:23:09.943Z | 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: f3c9dd46-0798-4dff-ae63-9db45c27480b, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 56b1735b-edb8-4ba1-851d-6092517068dc, silo_id: 93633b18-97b6-4c77-83a6-d2b98d6d6f54 }, name: "phd-vm-f3c9dd46-0798-4dff-ae63-9db45c27480b", vcpus: 2 }, state: Creating }
line = 382
path = phd_tests::migrate::running_process::export_failure
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-a94aa8e3-2696-45f8-9e08-83821e33115c/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1114 | 2024-06-17T17:23:09.943Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 115
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1115 | 2024-06-17T17:23:09.943Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1116 | 2024-06-17T17:23:09.943Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::migrate::running_process::export_failure
state = Run
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1117 | 2024-06-17T17:23:09.944Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1118 | 2024-06-17T17:23:09.944Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
1119 | 2024-06-17T17:23:09.944Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = 300s
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1120 | 2024-06-17T17:23:09.944Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::running_process::export_failure
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
1121 | 2024-06-17T17:23:09.944Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1122 | 2024-06-17T17:23:09.944Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1123 | 2024-06-17T17:23:14.158Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4213
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1124 | 2024-06-17T17:23:14.158Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::running_process::export_failure
step = WriteStr("root")
target = phd_framework::test_vm
|
1125 | 2024-06-17T17:23:14.158Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::running_process::export_failure
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1126 | 2024-06-17T17:23:14.158Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1127 | 2024-06-17T17:23:14.158Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1128 | 2024-06-17T17:23:14.174Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 16
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1129 | 2024-06-17T17:23:14.174Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 691
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
1130 | 2024-06-17T17:23:14.174Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4230
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
|
1131 | 2024-06-17T17:23:14.175Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1132 | 2024-06-17T17:23:14.175Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1133 | 2024-06-17T17:23:14.263Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 88
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1134 | 2024-06-17T17:23:14.263Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1135 | 2024-06-17T17:23:14.263Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1136 | 2024-06-17T17:23:14.274Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1137 | 2024-06-17T17:23:14.274Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1138 | 2024-06-17T17:23:14.274Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1139 | 2024-06-17T17:23:14.285Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1140 | 2024-06-17T17:23:14.286Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1141 | 2024-06-17T17:23:14.286Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1142 | 2024-06-17T17:23:14.307Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1143 | 2024-06-17T17:23:14.307Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1144 | 2024-06-17T17:23:14.307Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1145 | 2024-06-17T17:23:14.318Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1146 | 2024-06-17T17:23:14.318Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1147 | 2024-06-17T17:23:14.318Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1148 | 2024-06-17T17:23:14.626Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 308
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1149 | 2024-06-17T17:23:14.626Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
target = phd_framework::test_vm
target_id = deb5e594-f2d2-4923-b8b5-b915d33d5925
|
1150 | 2024-06-17T17:23:14.627Z | 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 = 505
migration_id = bdf0d7c3-9a74-48dd-a902-5f9bff7241d2
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
target = phd_framework::test_vm
target_id = deb5e594-f2d2-4923-b8b5-b915d33d5925
timeout_duration = 45s
|
1151 | 2024-06-17T17:23:14.627Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
target = phd_framework::test_vm
target_id = deb5e594-f2d2-4923-b8b5-b915d33d5925
vm = migrate_running_process::export_failure_target1
vm_id = deb5e594-f2d2-4923-b8b5-b915d33d5925
|
1152 | 2024-06-17T17:23:14.735Z | 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: deb5e594-f2d2-4923-b8b5-b915d33d5925, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 6e261260-31b2-4814-ab68-702e05e4e6c4, silo_id: 1f3c7ded-7c17-449c-8bd8-a68c64c240c6 }, name: "phd-vm-deb5e594-f2d2-4923-b8b5-b915d33d5925", vcpus: 2 }, state: Migrating }
line = 382
path = phd_tests::migrate::running_process::export_failure
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-a94aa8e3-2696-45f8-9e08-83821e33115c/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
source = migrate_running_process::export_failure_source
source_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
target = phd_framework::test_vm
target_id = deb5e594-f2d2-4923-b8b5-b915d33d5925
vm = migrate_running_process::export_failure_target1
vm_id = deb5e594-f2d2-4923-b8b5-b915d33d5925
|
1153 | 2024-06-17T17:23:14.735Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 108
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
target = phd_framework::test_vm
target_id = deb5e594-f2d2-4923-b8b5-b915d33d5925
vm = migrate_running_process::export_failure_target1
vm_id = deb5e594-f2d2-4923-b8b5-b915d33d5925
|
1154 | 2024-06-17T17:23:14.735Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = bdf0d7c3-9a74-48dd-a902-5f9bff7241d2
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
target = phd_framework::test_vm
target_id = deb5e594-f2d2-4923-b8b5-b915d33d5925
|
1155 | 2024-06-17T17:23:19.335Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Instance reported error during migration
file = phd-tests/framework/src/test_vm/mod.rs
line = 542
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
target = phd_framework::test_vm
target_id = deb5e594-f2d2-4923-b8b5-b915d33d5925
|
1156 | 2024-06-17T17:23:19.335Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4600
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = bdf0d7c3-9a74-48dd-a902-5f9bff7241d2
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
target = phd_framework::test_vm
target_id = deb5e594-f2d2-4923-b8b5-b915d33d5925
|
1157 | 2024-06-17T17:23:19.335Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4708
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
target = phd_framework::test_vm
target_id = deb5e594-f2d2-4923-b8b5-b915d33d5925
|
1158 | 2024-06-17T17:23:19.335Z | INFO | phd-runner: [TEST - EVENT] first migration failed as expected
error = live migration
file = phd-tests/tests/src/migrate.rs
line = 206
path = phd_tests::migrate::running_process::export_failure
target = phd_tests::migrate::running_process
|
1159 | 2024-06-17T17:23:19.336Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
target = phd_framework::test_vm
target_id = 7cf51b63-42ec-43ef-9fb2-7271caa674e0
|
1160 | 2024-06-17T17:23:19.336Z | 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 = 505
migration_id = 8b927197-dd1b-4eb4-9e42-aa13c19e92d9
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
target = phd_framework::test_vm
target_id = 7cf51b63-42ec-43ef-9fb2-7271caa674e0
timeout_duration = 45s
|
1161 | 2024-06-17T17:23:19.336Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
target = phd_framework::test_vm
target_id = 7cf51b63-42ec-43ef-9fb2-7271caa674e0
vm = migrate_running_process::export_failure_target2
vm_id = 7cf51b63-42ec-43ef-9fb2-7271caa674e0
|
1162 | 2024-06-17T17:23:19.458Z | 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: 7cf51b63-42ec-43ef-9fb2-7271caa674e0, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 9b2c5146-ae52-4b9d-a31c-182bdd2c03be, silo_id: a91780f6-3fa3-48e9-9e52-8484b23cbfa6 }, name: "phd-vm-7cf51b63-42ec-43ef-9fb2-7271caa674e0", vcpus: 2 }, state: Migrating }
line = 382
path = phd_tests::migrate::running_process::export_failure
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-a94aa8e3-2696-45f8-9e08-83821e33115c/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
source = migrate_running_process::export_failure_source
source_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
target = phd_framework::test_vm
target_id = 7cf51b63-42ec-43ef-9fb2-7271caa674e0
vm = migrate_running_process::export_failure_target2
vm_id = 7cf51b63-42ec-43ef-9fb2-7271caa674e0
|
1163 | 2024-06-17T17:23:19.458Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 122
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
target = phd_framework::test_vm
target_id = 7cf51b63-42ec-43ef-9fb2-7271caa674e0
vm = migrate_running_process::export_failure_target2
vm_id = 7cf51b63-42ec-43ef-9fb2-7271caa674e0
|
1164 | 2024-06-17T17:23:19.458Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = 8b927197-dd1b-4eb4-9e42-aa13c19e92d9
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
target = phd_framework::test_vm
target_id = 7cf51b63-42ec-43ef-9fb2-7271caa674e0
|
1165 | 2024-06-17T17:23:23.216Z | 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":9375}}
target = phd_framework::serial
|
1166 | 2024-06-17T17:23:24.865Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 538
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
target = phd_framework::test_vm
target_id = 7cf51b63-42ec-43ef-9fb2-7271caa674e0
|
1167 | 2024-06-17T17:23:24.865Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 5407
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = 8b927197-dd1b-4eb4-9e42-aa13c19e92d9
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
target = phd_framework::test_vm
target_id = 7cf51b63-42ec-43ef-9fb2-7271caa674e0
|
1168 | 2024-06-17T17:23:24.865Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5529
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::running_process::export_failure
source = migrate_running_process::export_failure_source
source_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
target = phd_framework::test_vm
target_id = 7cf51b63-42ec-43ef-9fb2-7271caa674e0
|
1169 | 2024-06-17T17:23:24.865Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 7cf51b63-42ec-43ef-9fb2-7271caa674e0
|
1170 | 2024-06-17T17:23:24.865Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::export_failure_target2
vm_id = 7cf51b63-42ec-43ef-9fb2-7271caa674e0
|
1171 | 2024-06-17T17:23:24.877Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 7cf51b63-42ec-43ef-9fb2-7271caa674e0
|
1172 | 2024-06-17T17:23:24.877Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 7cf51b63-42ec-43ef-9fb2-7271caa674e0
|
1173 | 2024-06-17T17:23:24.877Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::export_failure_target2
vm_id = 7cf51b63-42ec-43ef-9fb2-7271caa674e0
|
1174 | 2024-06-17T17:23:24.966Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 89
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 7cf51b63-42ec-43ef-9fb2-7271caa674e0
|
1175 | 2024-06-17T17:23:24.966Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 7cf51b63-42ec-43ef-9fb2-7271caa674e0
|
1176 | 2024-06-17T17:23:24.966Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target1
vm_id = deb5e594-f2d2-4923-b8b5-b915d33d5925
|
1177 | 2024-06-17T17:23:24.967Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1178 | 2024-06-17T17:23:24.967Z | 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
|
1179 | 2024-06-17T17:23:24.967Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 15024
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1180 | 2024-06-17T17:23:24.967Z | INFO | phd-runner: test phd_tests::migrate::running_process::export_failure ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
1181 | 2024-06-17T17:23:24.967Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1182 | 2024-06-17T17:23:24.968Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 7cf51b63-42ec-43ef-9fb2-7271caa674e0
|
1183 | 2024-06-17T17:23:24.968Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target1
vm_id = deb5e594-f2d2-4923-b8b5-b915d33d5925
|
1184 | 2024-06-17T17:23:24.968Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::running_process::export_failure
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1185 | 2024-06-17T17:23:25.100Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 133
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_source
vm_id = f3c9dd46-0798-4dff-ae63-9db45c27480b
|
1186 | 2024-06-17T17:23:25.101Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::running_process::export_failure
self.address = 127.0.0.1:9004
target = phd_framework::test_vm::server
vm = migrate_running_process::export_failure_target2
vm_id = 7cf51b63-42ec-43ef-9fb2-7271caa674e0
|
1187 | 2024-06-17T17:23:25.233Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 266
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target2
vm_id = 7cf51b63-42ec-43ef-9fb2-7271caa674e0
|
1188 | 2024-06-17T17:23:25.233Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::running_process::export_failure
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = migrate_running_process::export_failure_target1
vm_id = deb5e594-f2d2-4923-b8b5-b915d33d5925
|
1189 | 2024-06-17T17:23:25.352Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
vm = migrate_running_process::export_failure_target1
vm_id = deb5e594-f2d2-4923-b8b5-b915d33d5925
|
1190 | 2024-06-17T17:23:25.352Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a94aa8e3-2696-45f8-9e08-83821e33115c"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
verb = destroy
vm = migrate_running_process::export_failure_target1
vm_id = deb5e594-f2d2-4923-b8b5-b915d33d5925
|
1191 | 2024-06-17T17:23:25.387Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
vm = migrate_running_process::export_failure_target1
vm_id = deb5e594-f2d2-4923-b8b5-b915d33d5925
|
1192 | 2024-06-17T17:23:25.387Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-7433ec4f-0a8b-4b97-816d-ef212f68b71b"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::zfs
verb = destroy
vm = migrate_running_process::export_failure_target1
vm_id = deb5e594-f2d2-4923-b8b5-b915d33d5925
|
1193 | 2024-06-17T17:23:25.411Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 444
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::running_process::export_failure
target = phd_framework::test_vm
vm = migrate_running_process::export_failure_target1
vm_id = deb5e594-f2d2-4923-b8b5-b915d33d5925
|
1194 | 2024-06-17T17:23:25.411Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 15690
file = phd-tests/tests/src/migrate.rs
line = 172
path = phd_tests::migrate::running_process::export_failure
target = phd_tests::migrate::running_process
|
1195 | 2024-06-17T17:23:25.412Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 444
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1196 | 2024-06-17T17:23:25.412Z | INFO | phd-runner: Starting test phd_tests::migrate::running_process::import_failure
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
1197 | 2024-06-17T17:23:25.412Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1198 | 2024-06-17T17:23:25.412Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1199 | 2024-06-17T17:23:25.412Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 120
path = phd_tests::migrate::running_process::import_failure
target = phd_tests::migrate::running_process
|
1200 | 2024-06-17T17:23:25.412Z | 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
|
1201 | 2024-06-17T17:23:25.412Z | 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
|
1202 | 2024-06-17T17:23:25.412Z | 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
|
1203 | 2024-06-17T17:23:25.412Z | 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::running_process::import_failure
target = phd_framework::zfs
verb = list
|
1204 | 2024-06-17T17:23:25.428Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::running_process::import_failure
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 656M 1.80T 654M /phd-artifacts\n
target = phd_framework::zfs
|
1205 | 2024-06-17T17:23:25.428Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-83c9096e-5e8c-4015-a22c-81f93cd28693"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = snapshot
|
1206 | 2024-06-17T17:23:25.449Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-83c9096e-5e8c-4015-a22c-81f93cd28693", "phd-artifacts/phd-clone-24bed39a-424c-4bc5-a3e8-cae8df531dd7"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = clone
|
1207 | 2024-06-17T17:23:25.470Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-24bed39a-424c-4bc5-a3e8-cae8df531dd7"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = list
|
1208 | 2024-06-17T17:23:25.486Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::running_process::import_failure
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-24bed39a-424c-4bc5-a3e8-cae8df531dd7 0B 1.80T 654M /phd-artifacts/phd-clone-24bed39a-424c-4bc5-a3e8-cae8df531dd7\n
target = phd_framework::zfs
|
1209 | 2024-06-17T17:23:25.487Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
1210 | 2024-06-17T17:23:25.487Z | 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 = 187
path = phd_tests::migrate::running_process::import_failure
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-24bed39a-424c-4bc5-a3e8-cae8df531dd7/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = migrate_running_process::import_failure_source
|
1211 | 2024-06-17T17:23:25.487Z | 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
|
1212 | 2024-06-17T17:23:25.487Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migrate_running_process::import_failure_source.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::running_process::import_failure
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1213 | 2024-06-17T17:23:25.487Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::running_process::import_failure
stderr_path = "/tmp/propolis-phd/migrate_running_process::import_failure_source.stderr.log"
stdout_path = "/tmp/propolis-phd/migrate_running_process::import_failure_source.stdout.log"
target = phd_framework::server_log_mode
|
1214 | 2024-06-17T17:23:25.497Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1016
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm::server
|
1215 | 2024-06-17T17:23:25.498Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
1216 | 2024-06-17T17:23:25.498Z | 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
|
1217 | 2024-06-17T17:23:25.498Z | 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
|
1218 | 2024-06-17T17:23:25.498Z | 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
|
1219 | 2024-06-17T17:23:25.498Z | 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::running_process::import_failure
target = phd_framework::zfs
verb = list
|
1220 | 2024-06-17T17:23:25.514Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::running_process::import_failure
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 656M 1.80T 654M /phd-artifacts\n
target = phd_framework::zfs
|
1221 | 2024-06-17T17:23:25.515Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-09247205-9b47-4b47-9cd9-98794fd29e84"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = snapshot
|
1222 | 2024-06-17T17:23:25.536Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-09247205-9b47-4b47-9cd9-98794fd29e84", "phd-artifacts/phd-clone-db826108-c040-40c9-8f13-bfd2384b3c87"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = clone
|
1223 | 2024-06-17T17:23:25.558Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-db826108-c040-40c9-8f13-bfd2384b3c87"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = list
|
1224 | 2024-06-17T17:23:25.573Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::running_process::import_failure
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-db826108-c040-40c9-8f13-bfd2384b3c87 0B 1.80T 654M /phd-artifacts/phd-clone-db826108-c040-40c9-8f13-bfd2384b3c87\n
target = phd_framework::zfs
|
1225 | 2024-06-17T17:23:25.573Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
1226 | 2024-06-17T17:23:25.573Z | 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 = 187
path = phd_tests::migrate::running_process::import_failure
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-db826108-c040-40c9-8f13-bfd2384b3c87/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = migrate_running_process::import_failure_target1
|
1227 | 2024-06-17T17:23:25.574Z | 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
|
1228 | 2024-06-17T17:23:25.574Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migrate_running_process::import_failure_target1.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::running_process::import_failure
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1229 | 2024-06-17T17:23:25.574Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::running_process::import_failure
stderr_path = "/tmp/propolis-phd/migrate_running_process::import_failure_target1.stderr.log"
stdout_path = "/tmp/propolis-phd/migrate_running_process::import_failure_target1.stdout.log"
target = phd_framework::server_log_mode
|
1230 | 2024-06-17T17:23:25.584Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1021
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm::server
|
1231 | 2024-06-17T17:23:25.585Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
1232 | 2024-06-17T17:23:25.585Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
1233 | 2024-06-17T17:23:25.585Z | 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 = 187
path = phd_tests::migrate::running_process::import_failure
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-24bed39a-424c-4bc5-a3e8-cae8df531dd7/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = migrate_running_process::import_failure_target2
|
1234 | 2024-06-17T17:23:25.585Z | 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
|
1235 | 2024-06-17T17:23:25.585Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migrate_running_process::import_failure_target2.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::running_process::import_failure
server_addr = 127.0.0.1:9004
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1236 | 2024-06-17T17:23:25.585Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::running_process::import_failure
stderr_path = "/tmp/propolis-phd/migrate_running_process::import_failure_target2.stderr.log"
stdout_path = "/tmp/propolis-phd/migrate_running_process::import_failure_target2.stdout.log"
target = phd_framework::server_log_mode
|
1237 | 2024-06-17T17:23:25.596Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1022
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm::server
|
1238 | 2024-06-17T17:23:25.596Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
1239 | 2024-06-17T17:23:25.597Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1240 | 2024-06-17T17:23:25.722Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1241 | 2024-06-17T17:23:25.723Z | 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: 917bf190-cd76-4f84-b98b-4175f26798ff, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: ddc7e152-ca1f-4ac8-ae19-28a561262ec5, silo_id: 79ae1ae8-1330-483a-80d8-3c51cfc55828 }, name: "phd-vm-917bf190-cd76-4f84-b98b-4175f26798ff", vcpus: 2 }, state: Creating }
line = 382
path = phd_tests::migrate::running_process::import_failure
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-24bed39a-424c-4bc5-a3e8-cae8df531dd7/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1242 | 2024-06-17T17:23:25.723Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 126
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1243 | 2024-06-17T17:23:25.723Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1244 | 2024-06-17T17:23:25.723Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::migrate::running_process::import_failure
state = Run
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1245 | 2024-06-17T17:23:25.724Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1246 | 2024-06-17T17:23:25.724Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
1247 | 2024-06-17T17:23:25.724Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = 300s
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1248 | 2024-06-17T17:23:25.724Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::running_process::import_failure
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
1249 | 2024-06-17T17:23:25.724Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1250 | 2024-06-17T17:23:25.724Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1251 | 2024-06-17T17:23:29.950Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4226
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1252 | 2024-06-17T17:23:29.950Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::running_process::import_failure
step = WriteStr("root")
target = phd_framework::test_vm
|
1253 | 2024-06-17T17:23:29.950Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::running_process::import_failure
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1254 | 2024-06-17T17:23:29.950Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1255 | 2024-06-17T17:23:29.950Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1256 | 2024-06-17T17:23:29.966Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 15
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1257 | 2024-06-17T17:23:29.966Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 691
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
1258 | 2024-06-17T17:23:29.967Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4242
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
|
1259 | 2024-06-17T17:23:29.967Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1260 | 2024-06-17T17:23:29.967Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1261 | 2024-06-17T17:23:30.055Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 88
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1262 | 2024-06-17T17:23:30.055Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1263 | 2024-06-17T17:23:30.055Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1264 | 2024-06-17T17:23:30.066Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1265 | 2024-06-17T17:23:30.066Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1266 | 2024-06-17T17:23:30.066Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1267 | 2024-06-17T17:23:30.076Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1268 | 2024-06-17T17:23:30.077Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1269 | 2024-06-17T17:23:30.077Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1270 | 2024-06-17T17:23:30.110Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1271 | 2024-06-17T17:23:30.110Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1272 | 2024-06-17T17:23:30.110Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1273 | 2024-06-17T17:23:30.120Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1274 | 2024-06-17T17:23:30.121Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1275 | 2024-06-17T17:23:30.121Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1276 | 2024-06-17T17:23:30.428Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 306
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1277 | 2024-06-17T17:23:30.428Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 917bf190-cd76-4f84-b98b-4175f26798ff
target = phd_framework::test_vm
target_id = 3d52b786-544a-40ed-a7e0-097c2f23a90d
|
1278 | 2024-06-17T17:23:30.428Z | 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 = 505
migration_id = 4d4746fd-4608-4873-8750-8c482f3d3507
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 917bf190-cd76-4f84-b98b-4175f26798ff
target = phd_framework::test_vm
target_id = 3d52b786-544a-40ed-a7e0-097c2f23a90d
timeout_duration = 45s
|
1279 | 2024-06-17T17:23:30.428Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 917bf190-cd76-4f84-b98b-4175f26798ff
target = phd_framework::test_vm
target_id = 3d52b786-544a-40ed-a7e0-097c2f23a90d
vm = migrate_running_process::import_failure_target1
vm_id = 3d52b786-544a-40ed-a7e0-097c2f23a90d
|
1280 | 2024-06-17T17:23:30.554Z | 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: 3d52b786-544a-40ed-a7e0-097c2f23a90d, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: f92779a2-e4ff-4c9d-bd71-8caa3dac65b6, silo_id: 304c8242-6749-4997-a377-c8a1e2a2826a }, name: "phd-vm-3d52b786-544a-40ed-a7e0-097c2f23a90d", vcpus: 2 }, state: Migrating }
line = 382
path = phd_tests::migrate::running_process::import_failure
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-db826108-c040-40c9-8f13-bfd2384b3c87/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
source = migrate_running_process::import_failure_source
source_id = 917bf190-cd76-4f84-b98b-4175f26798ff
target = phd_framework::test_vm
target_id = 3d52b786-544a-40ed-a7e0-097c2f23a90d
vm = migrate_running_process::import_failure_target1
vm_id = 3d52b786-544a-40ed-a7e0-097c2f23a90d
|
1281 | 2024-06-17T17:23:30.554Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 125
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 917bf190-cd76-4f84-b98b-4175f26798ff
target = phd_framework::test_vm
target_id = 3d52b786-544a-40ed-a7e0-097c2f23a90d
vm = migrate_running_process::import_failure_target1
vm_id = 3d52b786-544a-40ed-a7e0-097c2f23a90d
|
1282 | 2024-06-17T17:23:30.554Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = 4d4746fd-4608-4873-8750-8c482f3d3507
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 917bf190-cd76-4f84-b98b-4175f26798ff
target = phd_framework::test_vm
target_id = 3d52b786-544a-40ed-a7e0-097c2f23a90d
|
1283 | 2024-06-17T17:23:34.598Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Instance reported error during migration
file = phd-tests/framework/src/test_vm/mod.rs
line = 542
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 917bf190-cd76-4f84-b98b-4175f26798ff
target = phd_framework::test_vm
target_id = 3d52b786-544a-40ed-a7e0-097c2f23a90d
|
1284 | 2024-06-17T17:23:34.599Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4044
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = 4d4746fd-4608-4873-8750-8c482f3d3507
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 917bf190-cd76-4f84-b98b-4175f26798ff
target = phd_framework::test_vm
target_id = 3d52b786-544a-40ed-a7e0-097c2f23a90d
|
1285 | 2024-06-17T17:23:34.599Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4170
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 917bf190-cd76-4f84-b98b-4175f26798ff
target = phd_framework::test_vm
target_id = 3d52b786-544a-40ed-a7e0-097c2f23a90d
|
1286 | 2024-06-17T17:23:34.599Z | INFO | phd-runner: [TEST - EVENT] first migration failed as expected
error = live migration
file = phd-tests/tests/src/migrate.rs
line = 162
path = phd_tests::migrate::running_process::import_failure
target = phd_tests::migrate::running_process
|
1287 | 2024-06-17T17:23:34.599Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 917bf190-cd76-4f84-b98b-4175f26798ff
target = phd_framework::test_vm
target_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
|
1288 | 2024-06-17T17:23:34.599Z | 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 = 505
migration_id = 17a66ca2-1925-48dc-a1bf-7b7c61f79629
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 917bf190-cd76-4f84-b98b-4175f26798ff
target = phd_framework::test_vm
target_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
timeout_duration = 45s
|
1289 | 2024-06-17T17:23:34.599Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 917bf190-cd76-4f84-b98b-4175f26798ff
target = phd_framework::test_vm
target_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
vm = migrate_running_process::import_failure_target2
vm_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
|
1290 | 2024-06-17T17:23:34.718Z | 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: 4a23278a-1335-4bcf-aef9-9056f9e75247, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 832e4f48-1e29-4d40-923f-417d7e70f744, silo_id: a55c189f-b512-44c5-bc76-936de2c5c457 }, name: "phd-vm-4a23278a-1335-4bcf-aef9-9056f9e75247", vcpus: 2 }, state: Migrating }
line = 382
path = phd_tests::migrate::running_process::import_failure
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-24bed39a-424c-4bc5-a3e8-cae8df531dd7/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
source = migrate_running_process::import_failure_source
source_id = 917bf190-cd76-4f84-b98b-4175f26798ff
target = phd_framework::test_vm
target_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
vm = migrate_running_process::import_failure_target2
vm_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
|
1291 | 2024-06-17T17:23:34.719Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 119
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 917bf190-cd76-4f84-b98b-4175f26798ff
target = phd_framework::test_vm
target_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
vm = migrate_running_process::import_failure_target2
vm_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
|
1292 | 2024-06-17T17:23:34.719Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = 17a66ca2-1925-48dc-a1bf-7b7c61f79629
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 917bf190-cd76-4f84-b98b-4175f26798ff
target = phd_framework::test_vm
target_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
|
1293 | 2024-06-17T17:23:38.489Z | 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":9375}}
target = phd_framework::serial
|
1294 | 2024-06-17T17:23:38.845Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 538
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 917bf190-cd76-4f84-b98b-4175f26798ff
target = phd_framework::test_vm
target_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
|
1295 | 2024-06-17T17:23:38.846Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4126
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = 17a66ca2-1925-48dc-a1bf-7b7c61f79629
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 917bf190-cd76-4f84-b98b-4175f26798ff
target = phd_framework::test_vm
target_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
|
1296 | 2024-06-17T17:23:38.846Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 4246
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::running_process::import_failure
source = migrate_running_process::import_failure_source
source_id = 917bf190-cd76-4f84-b98b-4175f26798ff
target = phd_framework::test_vm
target_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
|
1297 | 2024-06-17T17:23:38.846Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
|
1298 | 2024-06-17T17:23:38.846Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process::import_failure_target2
vm_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
|
1299 | 2024-06-17T17:23:38.856Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
|
1300 | 2024-06-17T17:23:38.857Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
|
1301 | 2024-06-17T17:23:38.857Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process::import_failure_target2
vm_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
|
1302 | 2024-06-17T17:23:38.945Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 87
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
|
1303 | 2024-06-17T17:23:38.945Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
|
1304 | 2024-06-17T17:23:38.945Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target1
vm_id = 3d52b786-544a-40ed-a7e0-097c2f23a90d
|
1305 | 2024-06-17T17:23:38.945Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1306 | 2024-06-17T17:23:38.945Z | 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
|
1307 | 2024-06-17T17:23:38.945Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 13223
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1308 | 2024-06-17T17:23:38.945Z | INFO | phd-runner: test phd_tests::migrate::running_process::import_failure ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
1309 | 2024-06-17T17:23:38.946Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1310 | 2024-06-17T17:23:38.946Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
|
1311 | 2024-06-17T17:23:38.947Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target1
vm_id = 3d52b786-544a-40ed-a7e0-097c2f23a90d
|
1312 | 2024-06-17T17:23:38.947Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::running_process::import_failure
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1313 | 2024-06-17T17:23:39.086Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 140
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_source
vm_id = 917bf190-cd76-4f84-b98b-4175f26798ff
|
1314 | 2024-06-17T17:23:39.279Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::running_process::import_failure
self.address = 127.0.0.1:9004
target = phd_framework::test_vm::server
vm = migrate_running_process::import_failure_target2
vm_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
|
1315 | 2024-06-17T17:23:39.413Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
vm = migrate_running_process::import_failure_target2
vm_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
|
1316 | 2024-06-17T17:23:39.413Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-24bed39a-424c-4bc5-a3e8-cae8df531dd7"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = destroy
vm = migrate_running_process::import_failure_target2
vm_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
|
1317 | 2024-06-17T17:23:39.450Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
vm = migrate_running_process::import_failure_target2
vm_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
|
1318 | 2024-06-17T17:23:39.450Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-83c9096e-5e8c-4015-a22c-81f93cd28693"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = destroy
vm = migrate_running_process::import_failure_target2
vm_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
|
1319 | 2024-06-17T17:23:39.476Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 530
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target2
vm_id = 4a23278a-1335-4bcf-aef9-9056f9e75247
|
1320 | 2024-06-17T17:23:39.477Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::running_process::import_failure
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = migrate_running_process::import_failure_target1
vm_id = 3d52b786-544a-40ed-a7e0-097c2f23a90d
|
1321 | 2024-06-17T17:23:39.613Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
vm = migrate_running_process::import_failure_target1
vm_id = 3d52b786-544a-40ed-a7e0-097c2f23a90d
|
1322 | 2024-06-17T17:23:39.613Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-db826108-c040-40c9-8f13-bfd2384b3c87"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = destroy
vm = migrate_running_process::import_failure_target1
vm_id = 3d52b786-544a-40ed-a7e0-097c2f23a90d
|
1323 | 2024-06-17T17:23:39.650Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
vm = migrate_running_process::import_failure_target1
vm_id = 3d52b786-544a-40ed-a7e0-097c2f23a90d
|
1324 | 2024-06-17T17:23:39.650Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-09247205-9b47-4b47-9cd9-98794fd29e84"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::zfs
verb = destroy
vm = migrate_running_process::import_failure_target1
vm_id = 3d52b786-544a-40ed-a7e0-097c2f23a90d
|
1325 | 2024-06-17T17:23:39.682Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 736
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::running_process::import_failure
target = phd_framework::test_vm
vm = migrate_running_process::import_failure_target1
vm_id = 3d52b786-544a-40ed-a7e0-097c2f23a90d
|
1326 | 2024-06-17T17:23:39.682Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 14269
file = phd-tests/tests/src/migrate.rs
line = 120
path = phd_tests::migrate::running_process::import_failure
target = phd_tests::migrate::running_process
|
1327 | 2024-06-17T17:23:39.682Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 736
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1328 | 2024-06-17T17:23:39.682Z | INFO | phd-runner: Starting test phd_tests::migrate::running_process::migrate_running_process
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
1329 | 2024-06-17T17:23:39.682Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1330 | 2024-06-17T17:23:39.682Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1331 | 2024-06-17T17:23:39.682Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/migrate.rs
line = 100
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_tests::migrate::running_process
|
1332 | 2024-06-17T17:23:39.682Z | 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
|
1333 | 2024-06-17T17:23:39.682Z | 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
|
1334 | 2024-06-17T17:23:39.682Z | 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
|
1335 | 2024-06-17T17:23:39.682Z | 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::running_process::migrate_running_process
target = phd_framework::zfs
verb = list
|
1336 | 2024-06-17T17:23:39.699Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::running_process::migrate_running_process
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 656M 1.80T 654M /phd-artifacts\n
target = phd_framework::zfs
|
1337 | 2024-06-17T17:23:39.699Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-1d1c1ade-65c7-499a-8038-5c8ff5a58137"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = snapshot
|
1338 | 2024-06-17T17:23:39.719Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-1d1c1ade-65c7-499a-8038-5c8ff5a58137", "phd-artifacts/phd-clone-a49ae492-80de-44c2-b910-07b87780c369"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = clone
|
1339 | 2024-06-17T17:23:39.745Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a49ae492-80de-44c2-b910-07b87780c369"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = list
|
1340 | 2024-06-17T17:23:39.760Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::migrate::running_process::migrate_running_process
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-a49ae492-80de-44c2-b910-07b87780c369 0B 1.80T 654M /phd-artifacts/phd-clone-a49ae492-80de-44c2-b910-07b87780c369\n
target = phd_framework::zfs
|
1341 | 2024-06-17T17:23:39.760Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
1342 | 2024-06-17T17:23:39.760Z | 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 = 187
path = phd_tests::migrate::running_process::migrate_running_process
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-a49ae492-80de-44c2-b910-07b87780c369/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = migrate_running_process_source
|
1343 | 2024-06-17T17:23:39.760Z | 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
|
1344 | 2024-06-17T17:23:39.761Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migrate_running_process_source.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::running_process::migrate_running_process
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1345 | 2024-06-17T17:23:39.761Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::running_process::migrate_running_process
stderr_path = "/tmp/propolis-phd/migrate_running_process_source.stderr.log"
stdout_path = "/tmp/propolis-phd/migrate_running_process_source.stdout.log"
target = phd_framework::server_log_mode
|
1346 | 2024-06-17T17:23:39.771Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1034
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm::server
|
1347 | 2024-06-17T17:23:39.771Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
1348 | 2024-06-17T17:23:39.771Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
1349 | 2024-06-17T17:23:39.772Z | 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 = 187
path = phd_tests::migrate::running_process::migrate_running_process
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-a49ae492-80de-44c2-b910-07b87780c369/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = migrate_running_process_target
|
1350 | 2024-06-17T17:23:39.772Z | 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
|
1351 | 2024-06-17T17:23:39.772Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migrate_running_process_target.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::migrate::running_process::migrate_running_process
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1352 | 2024-06-17T17:23:39.772Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::migrate::running_process::migrate_running_process
stderr_path = "/tmp/propolis-phd/migrate_running_process_target.stderr.log"
stdout_path = "/tmp/propolis-phd/migrate_running_process_target.stdout.log"
target = phd_framework::server_log_mode
|
1353 | 2024-06-17T17:23:39.783Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1035
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm::server
|
1354 | 2024-06-17T17:23:39.783Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
1355 | 2024-06-17T17:23:39.783Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1356 | 2024-06-17T17:23:39.784Z | 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): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1357 | 2024-06-17T17:23:40.392Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1358 | 2024-06-17T17:23:40.392Z | 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: e30ecb9f-cf5d-47af-8258-b0a68b4a186c, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: c18ea80c-01e9-4a67-b383-6ff91ff50076, silo_id: 4c693571-b14a-4a8d-b144-9593a9f0c566 }, name: "phd-vm-e30ecb9f-cf5d-47af-8258-b0a68b4a186c", vcpus: 2 }, state: Creating }
line = 382
path = phd_tests::migrate::running_process::migrate_running_process
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-a49ae492-80de-44c2-b910-07b87780c369/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1359 | 2024-06-17T17:23:40.393Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 609
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1360 | 2024-06-17T17:23:40.393Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1361 | 2024-06-17T17:23:40.393Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::migrate::running_process::migrate_running_process
state = Run
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1362 | 2024-06-17T17:23:40.393Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1363 | 2024-06-17T17:23:40.393Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
1364 | 2024-06-17T17:23:40.393Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = 300s
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1365 | 2024-06-17T17:23:40.393Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::running_process::migrate_running_process
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
1366 | 2024-06-17T17:23:40.393Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1367 | 2024-06-17T17:23:40.393Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1368 | 2024-06-17T17:23:44.622Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4228
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1369 | 2024-06-17T17:23:44.622Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::running_process::migrate_running_process
step = WriteStr("root")
target = phd_framework::test_vm
|
1370 | 2024-06-17T17:23:44.622Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::migrate::running_process::migrate_running_process
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1371 | 2024-06-17T17:23:44.623Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1372 | 2024-06-17T17:23:44.623Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1373 | 2024-06-17T17:23:44.637Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 14
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1374 | 2024-06-17T17:23:44.638Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 691
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
1375 | 2024-06-17T17:23:44.638Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4244
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
|
1376 | 2024-06-17T17:23:44.638Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1377 | 2024-06-17T17:23:44.638Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1378 | 2024-06-17T17:23:44.717Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 79
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1379 | 2024-06-17T17:23:44.717Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1380 | 2024-06-17T17:23:44.718Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1381 | 2024-06-17T17:23:44.726Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 8
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1382 | 2024-06-17T17:23:44.726Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1383 | 2024-06-17T17:23:44.726Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1384 | 2024-06-17T17:23:44.737Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1385 | 2024-06-17T17:23:44.738Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1386 | 2024-06-17T17:23:44.738Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1387 | 2024-06-17T17:23:44.771Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1388 | 2024-06-17T17:23:44.771Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1389 | 2024-06-17T17:23:44.771Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1390 | 2024-06-17T17:23:44.781Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1391 | 2024-06-17T17:23:44.782Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1392 | 2024-06-17T17:23:44.782Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1393 | 2024-06-17T17:23:45.087Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 305
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1394 | 2024-06-17T17:23:45.087Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
target = phd_framework::test_vm
target_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
|
1395 | 2024-06-17T17:23:45.087Z | 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 = 505
migration_id = e33cac36-34d5-4570-9a0a-e5a60fb359af
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
target = phd_framework::test_vm
target_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
timeout_duration = 45s
|
1396 | 2024-06-17T17:23:45.087Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
target = phd_framework::test_vm
target_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
vm = migrate_running_process_target
vm_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
|
1397 | 2024-06-17T17:23:45.212Z | 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: 8bed1c0e-0636-4056-b26c-f9b9df82ce2c, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 5b2cc553-3325-4311-bb7d-6d6e24c46bf9, silo_id: 75c8ff8d-3a97-4246-abcb-6100e89386e2 }, name: "phd-vm-8bed1c0e-0636-4056-b26c-f9b9df82ce2c", vcpus: 2 }, state: Migrating }
line = 382
path = phd_tests::migrate::running_process::migrate_running_process
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-a49ae492-80de-44c2-b910-07b87780c369/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
source = migrate_running_process_source
source_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
target = phd_framework::test_vm
target_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
vm = migrate_running_process_target
vm_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
|
1398 | 2024-06-17T17:23:45.212Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 124
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
target = phd_framework::test_vm
target_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
vm = migrate_running_process_target
vm_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
|
1399 | 2024-06-17T17:23:45.212Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = e33cac36-34d5-4570-9a0a-e5a60fb359af
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
target = phd_framework::test_vm
target_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
|
1400 | 2024-06-17T17:23:48.975Z | 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":9375}}
target = phd_framework::serial
|
1401 | 2024-06-17T17:23:50.887Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 538
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
target = phd_framework::test_vm
target_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
|
1402 | 2024-06-17T17:23:50.887Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 5674
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = e33cac36-34d5-4570-9a0a-e5a60fb359af
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
target = phd_framework::test_vm
target_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
|
1403 | 2024-06-17T17:23:50.887Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5799
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::migrate::running_process::migrate_running_process
source = migrate_running_process_source
source_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
target = phd_framework::test_vm
target_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
|
1404 | 2024-06-17T17:23:50.887Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
|
1405 | 2024-06-17T17:23:50.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 = 716
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = migrate_running_process_target
vm_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
|
1406 | 2024-06-17T17:23:50.899Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
|
1407 | 2024-06-17T17:23:50.899Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
|
1408 | 2024-06-17T17:23:50.899Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = migrate_running_process_target
vm_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
|
1409 | 2024-06-17T17:23:50.987Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 87
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
|
1410 | 2024-06-17T17:23:50.987Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
|
1411 | 2024-06-17T17:23:50.987Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1412 | 2024-06-17T17:23:50.987Z | 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
|
1413 | 2024-06-17T17:23:50.987Z | INFO | phd-runner: test phd_tests::migrate::running_process::migrate_running_process ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
1414 | 2024-06-17T17:23:50.987Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10595
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1415 | 2024-06-17T17:23:50.987Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1416 | 2024-06-17T17:23:50.988Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::running_process::migrate_running_process
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1417 | 2024-06-17T17:23:51.128Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 141
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_source
vm_id = e30ecb9f-cf5d-47af-8258-b0a68b4a186c
|
1418 | 2024-06-17T17:23:51.129Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
|
1419 | 2024-06-17T17:23:51.814Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::migrate::running_process::migrate_running_process
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = migrate_running_process_target
vm_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
|
1420 | 2024-06-17T17:23:51.951Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
vm = migrate_running_process_target
vm_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
|
1421 | 2024-06-17T17:23:51.951Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-a49ae492-80de-44c2-b910-07b87780c369"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = destroy
vm = migrate_running_process_target
vm_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
|
1422 | 2024-06-17T17:23:51.984Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
vm = migrate_running_process_target
vm_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
|
1423 | 2024-06-17T17:23:51.984Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-1d1c1ade-65c7-499a-8038-5c8ff5a58137"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::zfs
verb = destroy
vm = migrate_running_process_target
vm_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
|
1424 | 2024-06-17T17:23:52.008Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 1020
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_framework::test_vm
vm = migrate_running_process_target
vm_id = 8bed1c0e-0636-4056-b26c-f9b9df82ce2c
|
1425 | 2024-06-17T17:23:52.008Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12325
file = phd-tests/tests/src/migrate.rs
line = 100
path = phd_tests::migrate::running_process::migrate_running_process
target = phd_tests::migrate::running_process
|
1426 | 2024-06-17T17:23:52.008Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 1020
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1427 | 2024-06-17T17:23:52.008Z | INFO | phd-runner: Starting test phd_tests::crucible::migrate::load_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
1428 | 2024-06-17T17:23:52.008Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1429 | 2024-06-17T17:23:52.008Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1430 | 2024-06-17T17:23:52.008Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/migrate.rs
line = 39
path = phd_tests::crucible::migrate::load_test
target = phd_tests::crucible::migrate
|
1431 | 2024-06-17T17:23:52.008Z | 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
|
1432 | 2024-06-17T17:23:52.008Z | 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
|
1433 | 2024-06-17T17:23:52.008Z | 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/77b42b3dd10cdfd7a9b9d016f5a679df2b72cd8cd56fa69a7ea626e1109a944a/crucible-nightly.tar.gz
path = phd_tests::crucible::migrate::load_test
target = phd_framework::artifacts::store
|
1434 | 2024-06-17T17:23:52.009Z | DEBG | phd-runner: [TEST - EVENT] Downloading file from Buildomat...
file = phd-tests/framework/src/artifacts/buildomat.rs
line = 215
path = phd_tests::crucible::migrate::load_test
target = phd_framework::artifacts::buildomat
timeout = 600s
uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/crucible/nightly-image/a3b920bde8a26cbdd7b14d21e452be6351cf009c/crucible-nightly.tar.gz
|
1435 | 2024-06-17T17:24:08.466Z | DEBG | phd-runner: [TEST - EVENT] Extracting artifact from tarball
extracted_path = /phd-artifacts/77b42b3dd10cdfd7a9b9d016f5a679df2b72cd8cd56fa69a7ea626e1109a944a/crucible-downstairs
file = phd-tests/framework/src/artifacts/store.rs
line = 162
path = phd_tests::crucible::migrate::load_test
target = phd_framework::artifacts::store
untar_path = target/release/crucible-downstairs
|
1436 | 2024-06-17T17:24:08.466Z | DEBG | phd-runner: [TEST - EVENT] Extracting gzipped tarball...
file = phd-tests/framework/src/artifacts/store.rs
line = 518
path = phd_tests::crucible::migrate::load_test
target = phd_framework::artifacts::store
|
1437 | 2024-06-17T17:24:14.950Z | 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
|
1438 | 2024-06-17T17:24:14.950Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/dfcf4904-dd23-4bf1-8140-3392c1679e5f_9000", "--encrypted", "--uuid", "dfcf4904-dd23-4bf1-8140-3392c1679e5f", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
1439 | 2024-06-17T17:24:15.033Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 202
path = phd_tests::crucible::migrate::load_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/dfcf4904-dd23-4bf1-8140-3392c1679e5f_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:14.992651385Z","hostname":"buskin","pid":1040}\n{"msg":"UUID: dfcf4904-dd23-4bf1-8140-3392c1679e5f","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:15.025036425Z","hostname":"buskin","pid":1040}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:15.025053155Z","hostname":"buskin","pid":1040}\n
target = phd_framework::disk::crucible
|
1440 | 2024-06-17T17:24:15.033Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/dfcf4904-dd23-4bf1-8140-3392c1679e5f_9001", "--encrypted", "--uuid", "dfcf4904-dd23-4bf1-8140-3392c1679e5f", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
1441 | 2024-06-17T17:24:15.101Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 202
path = phd_tests::crucible::migrate::load_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/dfcf4904-dd23-4bf1-8140-3392c1679e5f_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:15.058366278Z","hostname":"buskin","pid":1041}\n{"msg":"UUID: dfcf4904-dd23-4bf1-8140-3392c1679e5f","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:15.092827748Z","hostname":"buskin","pid":1041}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:15.092838638Z","hostname":"buskin","pid":1041}\n
target = phd_framework::disk::crucible
|
1442 | 2024-06-17T17:24:15.101Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/dfcf4904-dd23-4bf1-8140-3392c1679e5f_9002", "--encrypted", "--uuid", "dfcf4904-dd23-4bf1-8140-3392c1679e5f", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
1443 | 2024-06-17T17:24:15.162Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 202
path = phd_tests::crucible::migrate::load_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/dfcf4904-dd23-4bf1-8140-3392c1679e5f_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:15.120226604Z","hostname":"buskin","pid":1042}\n{"msg":"UUID: dfcf4904-dd23-4bf1-8140-3392c1679e5f","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:15.153706749Z","hostname":"buskin","pid":1042}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:15.15371709Z","hostname":"buskin","pid":1042}\n
target = phd_framework::disk::crucible
|
1444 | 2024-06-17T17:24:15.162Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::migrate::load_test
stderr_path = "/tmp/propolis-phd/crucible_dfcf4904-dd23-4bf1-8140-3392c1679e5f_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_dfcf4904-dd23-4bf1-8140-3392c1679e5f_9000.stdout.log"
target = phd_framework::server_log_mode
|
1445 | 2024-06-17T17:24:15.162Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/dfcf4904-dd23-4bf1-8140-3392c1679e5f_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 238
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
1446 | 2024-06-17T17:24:15.162Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/dfcf4904-dd23-4bf1-8140-3392c1679e5f_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
1447 | 2024-06-17T17:24:15.172Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::migrate::load_test
stderr_path = "/tmp/propolis-phd/crucible_dfcf4904-dd23-4bf1-8140-3392c1679e5f_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_dfcf4904-dd23-4bf1-8140-3392c1679e5f_9001.stdout.log"
target = phd_framework::server_log_mode
|
1448 | 2024-06-17T17:24:15.173Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/dfcf4904-dd23-4bf1-8140-3392c1679e5f_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 238
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
1449 | 2024-06-17T17:24:15.173Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/dfcf4904-dd23-4bf1-8140-3392c1679e5f_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
1450 | 2024-06-17T17:24:15.183Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::migrate::load_test
stderr_path = "/tmp/propolis-phd/crucible_dfcf4904-dd23-4bf1-8140-3392c1679e5f_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_dfcf4904-dd23-4bf1-8140-3392c1679e5f_9002.stdout.log"
target = phd_framework::server_log_mode
|
1451 | 2024-06-17T17:24:15.183Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/dfcf4904-dd23-4bf1-8140-3392c1679e5f_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 238
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
1452 | 2024-06-17T17:24:15.183Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/dfcf4904-dd23-4bf1-8140-3392c1679e5f_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::migrate::load_test
target = phd_framework::disk::crucible
|
1453 | 2024-06-17T17:24:15.194Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
1454 | 2024-06-17T17:24:15.195Z | 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 = 187
path = phd_tests::crucible::migrate::load_test
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": Crucible(CrucibleStorageBackend { readonly: false, request_json: "{\\"type\\":\\"volume\\",\\"block_size\\":512,\\"id\\":\\"dfcf4904-dd23-4bf1-8140-3392c1679e5f\\",\\"read_only_parent\\":{\\"type\\":\\"file\\",\\"block_size\\":512,\\"id\\":\\"fbd43558-9822-4cd4-b913-e7dd7ffdf701\\",\\"path\\":\\"/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso\\"},\\"sub_volumes\\":[{\\"type\\":\\"region\\",\\"block_size\\":512,\\"blocks_per_extent\\":131072,\\"extent_count\\":160,\\"gen\\":1,\\"opts\\":{\\"id\\":\\"d31c7b32-0285-414a-973b-f30a23f493db\\",\\"key\\":\\"WdU0iqzH5qRa08p9zWCX55L5IL1mb0pn/aEgdanNWtY=\\",\\"lossy\\":false,\\"read_only\\":false,\\"target\\":[\\"127.0.0.1:9000\\",\\"127.0.0.1:9001\\",\\"127.0.0.1:9002\\"]}}]}" })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = crucible_load_test_source
|
1455 | 2024-06-17T17:24:15.195Z | 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
|
1456 | 2024-06-17T17:24:15.195Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/crucible_load_test_source.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::crucible::migrate::load_test
server_addr = 127.0.0.1:9003
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1457 | 2024-06-17T17:24:15.195Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::migrate::load_test
stderr_path = "/tmp/propolis-phd/crucible_load_test_source.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_load_test_source.stdout.log"
target = phd_framework::server_log_mode
|
1458 | 2024-06-17T17:24:15.206Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1046
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm::server
|
1459 | 2024-06-17T17:24:15.206Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
1460 | 2024-06-17T17:24:15.206Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1461 | 2024-06-17T17:24:15.207Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9003/instance/spec): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1462 | 2024-06-17T17:24:15.869Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1463 | 2024-06-17T17:24:15.870Z | 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: 4c4ae647-87f1-4cd9-97c7-6670c8964d86, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: fae8c6fc-e009-4459-8989-584e221b3efb, silo_id: 0c4034ad-9906-497a-b3da-87204a1863dc }, name: "phd-vm-4c4ae647-87f1-4cd9-97c7-6670c8964d86", vcpus: 2 }, state: Creating }
line = 382
path = phd_tests::crucible::migrate::load_test
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": Crucible(CrucibleStorageBackend { readonly: false, request_json: "{\\"type\\":\\"volume\\",\\"block_size\\":512,\\"id\\":\\"dfcf4904-dd23-4bf1-8140-3392c1679e5f\\",\\"read_only_parent\\":{\\"type\\":\\"file\\",\\"block_size\\":512,\\"id\\":\\"fbd43558-9822-4cd4-b913-e7dd7ffdf701\\",\\"path\\":\\"/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso\\"},\\"sub_volumes\\":[{\\"type\\":\\"region\\",\\"block_size\\":512,\\"blocks_per_extent\\":131072,\\"extent_count\\":160,\\"gen\\":1,\\"opts\\":{\\"id\\":\\"d31c7b32-0285-414a-973b-f30a23f493db\\",\\"key\\":\\"WdU0iqzH5qRa08p9zWCX55L5IL1mb0pn/aEgdanNWtY=\\",\\"lossy\\":false,\\"read_only\\":false,\\"target\\":[\\"127.0.0.1:9000\\",\\"127.0.0.1:9001\\",\\"127.0.0.1:9002\\"]}}]}" })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1464 | 2024-06-17T17:24:15.870Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 663
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1465 | 2024-06-17T17:24:15.870Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1466 | 2024-06-17T17:24:15.870Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::crucible::migrate::load_test
state = Run
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1467 | 2024-06-17T17:24:15.871Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1468 | 2024-06-17T17:24:15.871Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
1469 | 2024-06-17T17:24:15.871Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1470 | 2024-06-17T17:24:15.871Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::crucible::migrate::load_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
1471 | 2024-06-17T17:24:15.871Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1472 | 2024-06-17T17:24:15.871Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1473 | 2024-06-17T17:24:20.786Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4914
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1474 | 2024-06-17T17:24:20.786Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::crucible::migrate::load_test
step = WriteStr("root")
target = phd_framework::test_vm
|
1475 | 2024-06-17T17:24:20.786Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::crucible::migrate::load_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1476 | 2024-06-17T17:24:20.787Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1477 | 2024-06-17T17:24:20.787Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1478 | 2024-06-17T17:24:20.801Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 14
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1479 | 2024-06-17T17:24:20.802Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 691
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
1480 | 2024-06-17T17:24:20.802Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4930
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
1481 | 2024-06-17T17:24:20.802Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
1482 | 2024-06-17T17:24:20.802Z | 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 = 187
path = phd_tests::crucible::migrate::load_test
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": Crucible(CrucibleStorageBackend { readonly: false, request_json: "{\\"type\\":\\"volume\\",\\"block_size\\":512,\\"id\\":\\"dfcf4904-dd23-4bf1-8140-3392c1679e5f\\",\\"read_only_parent\\":{\\"type\\":\\"file\\",\\"block_size\\":512,\\"id\\":\\"afe760b6-0752-4363-9ef9-308688653d94\\",\\"path\\":\\"/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso\\"},\\"sub_volumes\\":[{\\"type\\":\\"region\\",\\"block_size\\":512,\\"blocks_per_extent\\":131072,\\"extent_count\\":160,\\"gen\\":2,\\"opts\\":{\\"id\\":\\"5f3c7f97-35ce-43e2-b381-2c14962f1992\\",\\"key\\":\\"WdU0iqzH5qRa08p9zWCX55L5IL1mb0pn/aEgdanNWtY=\\",\\"lossy\\":false,\\"read_only\\":false,\\"target\\":[\\"127.0.0.1:9000\\",\\"127.0.0.1:9001\\",\\"127.0.0.1:9002\\"]}}]}" })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = crucible_load_test_target
|
1483 | 2024-06-17T17:24:20.802Z | 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
|
1484 | 2024-06-17T17:24:20.802Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/crucible_load_test_target.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::crucible::migrate::load_test
server_addr = 127.0.0.1:9005
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1485 | 2024-06-17T17:24:20.802Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::migrate::load_test
stderr_path = "/tmp/propolis-phd/crucible_load_test_target.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_load_test_target.stdout.log"
target = phd_framework::server_log_mode
|
1486 | 2024-06-17T17:24:20.820Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1047
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm::server
|
1487 | 2024-06-17T17:24:20.821Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 18
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
|
1488 | 2024-06-17T17:24:20.821Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1489 | 2024-06-17T17:24:20.821Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1490 | 2024-06-17T17:24:20.834Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 13
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1491 | 2024-06-17T17:24:20.835Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1492 | 2024-06-17T17:24:20.835Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1493 | 2024-06-17T17:24:21.064Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 229
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1494 | 2024-06-17T17:24:21.064Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1495 | 2024-06-17T17:24:21.065Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1496 | 2024-06-17T17:24:21.075Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1497 | 2024-06-17T17:24:21.075Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1498 | 2024-06-17T17:24:21.075Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1499 | 2024-06-17T17:24:21.342Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 266
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1500 | 2024-06-17T17:24:21.342Z | INFO | phd-runner: [TEST - EVENT] Generated SHA256 checksum: dff64157052bc858ee3d12189624a8590dea90ad0ea258ce78cad98bda2e6f28
file = phd-tests/tests/src/crucible/migrate.rs
line = 72
path = phd_tests::crucible::migrate::load_test
target = phd_tests::crucible::migrate
|
1501 | 2024-06-17T17:24:21.342Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1502 | 2024-06-17T17:24:21.342Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1503 | 2024-06-17T17:24:21.352Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1504 | 2024-06-17T17:24:21.353Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1505 | 2024-06-17T17:24:21.353Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1506 | 2024-06-17T17:24:21.385Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1507 | 2024-06-17T17:24:21.386Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
target = phd_framework::test_vm
target_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1508 | 2024-06-17T17:24:21.386Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9003
file = phd-tests/framework/src/test_vm/mod.rs
line = 505
migration_id = f8f173d1-29ef-4330-bc3d-126f5eaa0fea
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
target = phd_framework::test_vm
target_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
timeout_duration = 45s
|
1509 | 2024-06-17T17:24:21.386Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
target = phd_framework::test_vm
target_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1510 | 2024-06-17T17:24:21.505Z | 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: 7c8902bd-717d-4d2b-b220-da53181e28f1, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 27aad8f9-d79e-4da7-ac4b-0de8c319f46b, silo_id: 0593edc4-d093-4dd9-93f5-7defa6f4fd10 }, name: "phd-vm-7c8902bd-717d-4d2b-b220-da53181e28f1", vcpus: 2 }, state: Migrating }
line = 382
path = phd_tests::crucible::migrate::load_test
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": Crucible(CrucibleStorageBackend { readonly: false, request_json: "{\\"type\\":\\"volume\\",\\"block_size\\":512,\\"id\\":\\"dfcf4904-dd23-4bf1-8140-3392c1679e5f\\",\\"read_only_parent\\":{\\"type\\":\\"file\\",\\"block_size\\":512,\\"id\\":\\"afe760b6-0752-4363-9ef9-308688653d94\\",\\"path\\":\\"/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso\\"},\\"sub_volumes\\":[{\\"type\\":\\"region\\",\\"block_size\\":512,\\"blocks_per_extent\\":131072,\\"extent_count\\":160,\\"gen\\":2,\\"opts\\":{\\"id\\":\\"5f3c7f97-35ce-43e2-b381-2c14962f1992\\",\\"key\\":\\"WdU0iqzH5qRa08p9zWCX55L5IL1mb0pn/aEgdanNWtY=\\",\\"lossy\\":false,\\"read_only\\":false,\\"target\\":[\\"127.0.0.1:9000\\",\\"127.0.0.1:9001\\",\\"127.0.0.1:9002\\"]}}]}" })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
source = crucible_load_test_source
source_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
target = phd_framework::test_vm
target_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1511 | 2024-06-17T17:24:21.505Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 119
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
target = phd_framework::test_vm
target_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1512 | 2024-06-17T17:24:21.506Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = f8f173d1-29ef-4330-bc3d-126f5eaa0fea
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
target = phd_framework::test_vm
target_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1513 | 2024-06-17T17:24:27.376Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9005","from_start":7920}}
target = phd_framework::serial
|
1514 | 2024-06-17T17:24:29.250Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 538
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
target = phd_framework::test_vm
target_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1515 | 2024-06-17T17:24:29.250Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 7744
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = f8f173d1-29ef-4330-bc3d-126f5eaa0fea
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
target = phd_framework::test_vm
target_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1516 | 2024-06-17T17:24:29.250Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 7864
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::crucible::migrate::load_test
source = crucible_load_test_source
source_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
target = phd_framework::test_vm
target_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1517 | 2024-06-17T17:24:29.250Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1518 | 2024-06-17T17:24:29.250Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1519 | 2024-06-17T17:24:29.262Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1520 | 2024-06-17T17:24:29.262Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1521 | 2024-06-17T17:24:29.262Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1522 | 2024-06-17T17:24:29.295Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1523 | 2024-06-17T17:24:29.295Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1524 | 2024-06-17T17:24:29.295Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1525 | 2024-06-17T17:24:29.306Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1526 | 2024-06-17T17:24:29.306Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1527 | 2024-06-17T17:24:29.306Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1528 | 2024-06-17T17:24:29.575Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 268
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1529 | 2024-06-17T17:24:29.575Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1530 | 2024-06-17T17:24:29.575Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1531 | 2024-06-17T17:24:29.576Z | 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
|
1532 | 2024-06-17T17:24:29.576Z | INFO | phd-runner: test phd_tests::crucible::migrate::load_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
1533 | 2024-06-17T17:24:29.576Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 13706
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1534 | 2024-06-17T17:24:29.576Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1535 | 2024-06-17T17:24:29.577Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1536 | 2024-06-17T17:24:29.577Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::crucible::migrate::load_test
self.address = 127.0.0.1:9003
target = phd_framework::test_vm::server
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1537 | 2024-06-17T17:24:29.710Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 134
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_source
vm_id = 4c4ae647-87f1-4cd9-97c7-6670c8964d86
|
1538 | 2024-06-17T17:24:29.711Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::crucible::migrate::load_test
self.address = 127.0.0.1:9005
target = phd_framework::test_vm::server
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1539 | 2024-06-17T17:24:29.825Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 54
path = phd_tests::crucible::migrate::load_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9000, data_dir: DataDirectory { path: "/tmp/propolis-phd/dfcf4904-dd23-4bf1-8140-3392c1679e5f_9000" } }
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1540 | 2024-06-17T17:24:29.837Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::migrate::load_test
self.path = "/tmp/propolis-phd/dfcf4904-dd23-4bf1-8140-3392c1679e5f_9000"
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1541 | 2024-06-17T17:24:29.848Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 54
path = phd_tests::crucible::migrate::load_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9001, data_dir: DataDirectory { path: "/tmp/propolis-phd/dfcf4904-dd23-4bf1-8140-3392c1679e5f_9001" } }
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1542 | 2024-06-17T17:24:29.860Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::migrate::load_test
self.path = "/tmp/propolis-phd/dfcf4904-dd23-4bf1-8140-3392c1679e5f_9001"
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1543 | 2024-06-17T17:24:29.870Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 54
path = phd_tests::crucible::migrate::load_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9002, data_dir: DataDirectory { path: "/tmp/propolis-phd/dfcf4904-dd23-4bf1-8140-3392c1679e5f_9002" } }
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1544 | 2024-06-17T17:24:29.881Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::migrate::load_test
self.path = "/tmp/propolis-phd/dfcf4904-dd23-4bf1-8140-3392c1679e5f_9002"
target = phd_framework::disk::crucible
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1545 | 2024-06-17T17:24:29.891Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 315
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::crucible::migrate::load_test
target = phd_framework::test_vm
vm = crucible_load_test_target
vm_id = 7c8902bd-717d-4d2b-b220-da53181e28f1
|
1546 | 2024-06-17T17:24:29.892Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 37883
file = phd-tests/tests/src/crucible/migrate.rs
line = 39
path = phd_tests::crucible::migrate::load_test
target = phd_tests::crucible::migrate
|
1547 | 2024-06-17T17:24:29.892Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 315
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1548 | 2024-06-17T17:24:29.892Z | INFO | phd-runner: Starting test phd_tests::crucible::migrate::smoke_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
1549 | 2024-06-17T17:24:29.892Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1550 | 2024-06-17T17:24:29.892Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1551 | 2024-06-17T17:24:29.892Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/migrate.rs
line = 10
path = phd_tests::crucible::migrate::smoke_test
target = phd_tests::crucible::migrate
|
1552 | 2024-06-17T17:24:29.892Z | 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
|
1553 | 2024-06-17T17:24:29.893Z | 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
|
1554 | 2024-06-17T17:24:29.893Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/77b42b3dd10cdfd7a9b9d016f5a679df2b72cd8cd56fa69a7ea626e1109a944a/crucible-downstairs
target = phd_framework::artifacts::store
|
1555 | 2024-06-17T17:24:29.893Z | 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
|
1556 | 2024-06-17T17:24:29.893Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/b34d10ce-66b6-4d13-bbc3-513054fd3d5e_9000", "--encrypted", "--uuid", "b34d10ce-66b6-4d13-bbc3-513054fd3d5e", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
1557 | 2024-06-17T17:24:29.955Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 202
path = phd_tests::crucible::migrate::smoke_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/b34d10ce-66b6-4d13-bbc3-513054fd3d5e_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:29.914592665Z","hostname":"buskin","pid":1050}\n{"msg":"UUID: b34d10ce-66b6-4d13-bbc3-513054fd3d5e","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:29.94804504Z","hostname":"buskin","pid":1050}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:29.94805762Z","hostname":"buskin","pid":1050}\n
target = phd_framework::disk::crucible
|
1558 | 2024-06-17T17:24:29.955Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/b34d10ce-66b6-4d13-bbc3-513054fd3d5e_9001", "--encrypted", "--uuid", "b34d10ce-66b6-4d13-bbc3-513054fd3d5e", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
1559 | 2024-06-17T17:24:30.022Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 202
path = phd_tests::crucible::migrate::smoke_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/b34d10ce-66b6-4d13-bbc3-513054fd3d5e_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:29.980732743Z","hostname":"buskin","pid":1051}\n{"msg":"UUID: b34d10ce-66b6-4d13-bbc3-513054fd3d5e","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:30.014551244Z","hostname":"buskin","pid":1051}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:30.014561174Z","hostname":"buskin","pid":1051}\n
target = phd_framework::disk::crucible
|
1560 | 2024-06-17T17:24:30.022Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/b34d10ce-66b6-4d13-bbc3-513054fd3d5e_9002", "--encrypted", "--uuid", "b34d10ce-66b6-4d13-bbc3-513054fd3d5e", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
1561 | 2024-06-17T17:24:30.087Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 202
path = phd_tests::crucible::migrate::smoke_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/b34d10ce-66b6-4d13-bbc3-513054fd3d5e_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:30.045700505Z","hostname":"buskin","pid":1052}\n{"msg":"UUID: b34d10ce-66b6-4d13-bbc3-513054fd3d5e","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:30.079112369Z","hostname":"buskin","pid":1052}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:30.07913008Z","hostname":"buskin","pid":1052}\n
target = phd_framework::disk::crucible
|
1562 | 2024-06-17T17:24:30.087Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::migrate::smoke_test
stderr_path = "/tmp/propolis-phd/crucible_b34d10ce-66b6-4d13-bbc3-513054fd3d5e_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_b34d10ce-66b6-4d13-bbc3-513054fd3d5e_9000.stdout.log"
target = phd_framework::server_log_mode
|
1563 | 2024-06-17T17:24:30.087Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/b34d10ce-66b6-4d13-bbc3-513054fd3d5e_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 238
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
1564 | 2024-06-17T17:24:30.087Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/b34d10ce-66b6-4d13-bbc3-513054fd3d5e_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
1565 | 2024-06-17T17:24:30.097Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::migrate::smoke_test
stderr_path = "/tmp/propolis-phd/crucible_b34d10ce-66b6-4d13-bbc3-513054fd3d5e_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_b34d10ce-66b6-4d13-bbc3-513054fd3d5e_9001.stdout.log"
target = phd_framework::server_log_mode
|
1566 | 2024-06-17T17:24:30.098Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/b34d10ce-66b6-4d13-bbc3-513054fd3d5e_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 238
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
1567 | 2024-06-17T17:24:30.098Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/b34d10ce-66b6-4d13-bbc3-513054fd3d5e_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
1568 | 2024-06-17T17:24:30.108Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::migrate::smoke_test
stderr_path = "/tmp/propolis-phd/crucible_b34d10ce-66b6-4d13-bbc3-513054fd3d5e_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_b34d10ce-66b6-4d13-bbc3-513054fd3d5e_9002.stdout.log"
target = phd_framework::server_log_mode
|
1569 | 2024-06-17T17:24:30.108Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/b34d10ce-66b6-4d13-bbc3-513054fd3d5e_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 238
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
1570 | 2024-06-17T17:24:30.108Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/b34d10ce-66b6-4d13-bbc3-513054fd3d5e_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::disk::crucible
|
1571 | 2024-06-17T17:24:30.118Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
1572 | 2024-06-17T17:24:30.118Z | 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 = 187
path = phd_tests::crucible::migrate::smoke_test
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": Crucible(CrucibleStorageBackend { readonly: false, request_json: "{\\"type\\":\\"volume\\",\\"block_size\\":512,\\"id\\":\\"b34d10ce-66b6-4d13-bbc3-513054fd3d5e\\",\\"read_only_parent\\":{\\"type\\":\\"file\\",\\"block_size\\":512,\\"id\\":\\"f061e23d-9264-493d-b37f-851229435cf2\\",\\"path\\":\\"/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso\\"},\\"sub_volumes\\":[{\\"type\\":\\"region\\",\\"block_size\\":512,\\"blocks_per_extent\\":131072,\\"extent_count\\":160,\\"gen\\":1,\\"opts\\":{\\"id\\":\\"57a55523-b784-4383-9746-5a5904baf5b4\\",\\"key\\":\\"9d4Vn0zs2d1KZO9J6vPUl0+MmE8fdjDM0pjOFi9KDPg=\\",\\"lossy\\":false,\\"read_only\\":false,\\"target\\":[\\"127.0.0.1:9000\\",\\"127.0.0.1:9001\\",\\"127.0.0.1:9002\\"]}}]}" })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = crucible_migrate_smoke_source
|
1573 | 2024-06-17T17:24:30.118Z | 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
|
1574 | 2024-06-17T17:24:30.119Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/crucible_migrate_smoke_source.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::crucible::migrate::smoke_test
server_addr = 127.0.0.1:9003
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1575 | 2024-06-17T17:24:30.119Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::migrate::smoke_test
stderr_path = "/tmp/propolis-phd/crucible_migrate_smoke_source.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_migrate_smoke_source.stdout.log"
target = phd_framework::server_log_mode
|
1576 | 2024-06-17T17:24:30.130Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1056
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm::server
|
1577 | 2024-06-17T17:24:30.131Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
1578 | 2024-06-17T17:24:30.131Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1579 | 2024-06-17T17:24:30.131Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9003/instance/spec): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1580 | 2024-06-17T17:24:30.825Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1581 | 2024-06-17T17:24:30.826Z | 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: 7da4fba6-de60-42d6-89bb-d507e2760e04, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 8b984118-50e0-4e81-85fc-9446759625f6, silo_id: 818b3760-1268-4184-9bd9-22b33e7e8fd9 }, name: "phd-vm-7da4fba6-de60-42d6-89bb-d507e2760e04", vcpus: 2 }, state: Creating }
line = 382
path = phd_tests::crucible::migrate::smoke_test
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": Crucible(CrucibleStorageBackend { readonly: false, request_json: "{\\"type\\":\\"volume\\",\\"block_size\\":512,\\"id\\":\\"b34d10ce-66b6-4d13-bbc3-513054fd3d5e\\",\\"read_only_parent\\":{\\"type\\":\\"file\\",\\"block_size\\":512,\\"id\\":\\"f061e23d-9264-493d-b37f-851229435cf2\\",\\"path\\":\\"/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso\\"},\\"sub_volumes\\":[{\\"type\\":\\"region\\",\\"block_size\\":512,\\"blocks_per_extent\\":131072,\\"extent_count\\":160,\\"gen\\":1,\\"opts\\":{\\"id\\":\\"57a55523-b784-4383-9746-5a5904baf5b4\\",\\"key\\":\\"9d4Vn0zs2d1KZO9J6vPUl0+MmE8fdjDM0pjOFi9KDPg=\\",\\"lossy\\":false,\\"read_only\\":false,\\"target\\":[\\"127.0.0.1:9000\\",\\"127.0.0.1:9001\\",\\"127.0.0.1:9002\\"]}}]}" })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1582 | 2024-06-17T17:24:30.826Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 695
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1583 | 2024-06-17T17:24:30.826Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1584 | 2024-06-17T17:24:30.826Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::crucible::migrate::smoke_test
state = Run
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1585 | 2024-06-17T17:24:30.827Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1586 | 2024-06-17T17:24:30.827Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
1587 | 2024-06-17T17:24:30.827Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1588 | 2024-06-17T17:24:30.827Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::crucible::migrate::smoke_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
1589 | 2024-06-17T17:24:30.827Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1590 | 2024-06-17T17:24:30.827Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1591 | 2024-06-17T17:24:35.784Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4956
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1592 | 2024-06-17T17:24:35.784Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::crucible::migrate::smoke_test
step = WriteStr("root")
target = phd_framework::test_vm
|
1593 | 2024-06-17T17:24:35.784Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::crucible::migrate::smoke_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1594 | 2024-06-17T17:24:35.784Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1595 | 2024-06-17T17:24:35.784Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1596 | 2024-06-17T17:24:35.799Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 14
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1597 | 2024-06-17T17:24:35.799Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 691
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
1598 | 2024-06-17T17:24:35.799Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4972
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
1599 | 2024-06-17T17:24:35.800Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1600 | 2024-06-17T17:24:35.800Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1601 | 2024-06-17T17:24:35.810Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1602 | 2024-06-17T17:24:35.810Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1603 | 2024-06-17T17:24:35.811Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1604 | 2024-06-17T17:24:35.843Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1605 | 2024-06-17T17:24:35.843Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1606 | 2024-06-17T17:24:35.843Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1607 | 2024-06-17T17:24:35.854Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1608 | 2024-06-17T17:24:35.854Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1609 | 2024-06-17T17:24:35.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 = 716
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1610 | 2024-06-17T17:24:35.887Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1611 | 2024-06-17T17:24:35.887Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1612 | 2024-06-17T17:24:35.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 = 716
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1613 | 2024-06-17T17:24:35.898Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1614 | 2024-06-17T17:24:35.898Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1615 | 2024-06-17T17:24:35.898Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1616 | 2024-06-17T17:24:35.931Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1617 | 2024-06-17T17:24:35.931Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
1618 | 2024-06-17T17:24:35.931Z | 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 = 187
path = phd_tests::crucible::migrate::smoke_test
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": Crucible(CrucibleStorageBackend { readonly: false, request_json: "{\\"type\\":\\"volume\\",\\"block_size\\":512,\\"id\\":\\"b34d10ce-66b6-4d13-bbc3-513054fd3d5e\\",\\"read_only_parent\\":{\\"type\\":\\"file\\",\\"block_size\\":512,\\"id\\":\\"e4f4d0a7-8761-49ad-99a5-64560d4e8223\\",\\"path\\":\\"/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso\\"},\\"sub_volumes\\":[{\\"type\\":\\"region\\",\\"block_size\\":512,\\"blocks_per_extent\\":131072,\\"extent_count\\":160,\\"gen\\":2,\\"opts\\":{\\"id\\":\\"64858513-a30a-4b27-9fdd-02a1ca5e1a40\\",\\"key\\":\\"9d4Vn0zs2d1KZO9J6vPUl0+MmE8fdjDM0pjOFi9KDPg=\\",\\"lossy\\":false,\\"read_only\\":false,\\"target\\":[\\"127.0.0.1:9000\\",\\"127.0.0.1:9001\\",\\"127.0.0.1:9002\\"]}}]}" })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = crucible_migrate_smoke_target
|
1619 | 2024-06-17T17:24:35.931Z | 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
|
1620 | 2024-06-17T17:24:35.932Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/crucible_migrate_smoke_target.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::crucible::migrate::smoke_test
server_addr = 127.0.0.1:9005
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1621 | 2024-06-17T17:24:35.932Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::migrate::smoke_test
stderr_path = "/tmp/propolis-phd/crucible_migrate_smoke_target.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_migrate_smoke_target.stdout.log"
target = phd_framework::server_log_mode
|
1622 | 2024-06-17T17:24:35.950Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1057
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm::server
|
1623 | 2024-06-17T17:24:35.950Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
|
1624 | 2024-06-17T17:24:35.950Z | INFO | phd-runner: [MIGRATE_FROM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
target = phd_framework::test_vm
target_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1625 | 2024-06-17T17:24:35.951Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migrating from source at address 127.0.0.1:9003
file = phd-tests/framework/src/test_vm/mod.rs
line = 505
migration_id = da45ff5e-e3f4-4138-b6f4-faeff137f0c3
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
target = phd_framework::test_vm
target_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
timeout_duration = 45s
|
1626 | 2024-06-17T17:24:35.951Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
target = phd_framework::test_vm
target_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
vm = crucible_migrate_smoke_target
vm_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1627 | 2024-06-17T17:24:35.951Z | 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:9005/instance/spec): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
target = phd_framework::test_vm
target_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
vm = crucible_migrate_smoke_target
vm_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1628 | 2024-06-17T17:24:36.736Z | 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: cd557c0a-6092-402d-aba7-e14a2fc971b3, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 6d6ae200-3b4c-4668-b622-96c45f880e3e, silo_id: f22b4ebc-bf6d-4bff-9ff1-51532616e483 }, name: "phd-vm-cd557c0a-6092-402d-aba7-e14a2fc971b3", vcpus: 2 }, state: Migrating }
line = 382
path = phd_tests::crucible::migrate::smoke_test
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": Crucible(CrucibleStorageBackend { readonly: false, request_json: "{\\"type\\":\\"volume\\",\\"block_size\\":512,\\"id\\":\\"b34d10ce-66b6-4d13-bbc3-513054fd3d5e\\",\\"read_only_parent\\":{\\"type\\":\\"file\\",\\"block_size\\":512,\\"id\\":\\"e4f4d0a7-8761-49ad-99a5-64560d4e8223\\",\\"path\\":\\"/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso\\"},\\"sub_volumes\\":[{\\"type\\":\\"region\\",\\"block_size\\":512,\\"blocks_per_extent\\":131072,\\"extent_count\\":160,\\"gen\\":2,\\"opts\\":{\\"id\\":\\"64858513-a30a-4b27-9fdd-02a1ca5e1a40\\",\\"key\\":\\"9d4Vn0zs2d1KZO9J6vPUl0+MmE8fdjDM0pjOFi9KDPg=\\",\\"lossy\\":false,\\"read_only\\":false,\\"target\\":[\\"127.0.0.1:9000\\",\\"127.0.0.1:9001\\",\\"127.0.0.1:9002\\"]}}]}" })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
source = crucible_migrate_smoke_source
source_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
target = phd_framework::test_vm
target_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
vm = crucible_migrate_smoke_target
vm_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1629 | 2024-06-17T17:24:36.737Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 785
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
target = phd_framework::test_vm
target_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
vm = crucible_migrate_smoke_target
vm_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1630 | 2024-06-17T17:24:36.737Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = da45ff5e-e3f4-4138-b6f4-faeff137f0c3
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
target = phd_framework::test_vm
target_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1631 | 2024-06-17T17:24:40.511Z | INFO | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial socket control message
file = phd-tests/framework/src/serial/mod.rs
line = 275
s = {"Migrating":{"destination":"127.0.0.1:9005","from_start":7718}}
target = phd_framework::serial
|
1632 | 2024-06-17T17:24:41.009Z | INFO | phd-runner: [MIGRATE_FROM - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 538
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
target = phd_framework::test_vm
target_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1633 | 2024-06-17T17:24:41.009Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 4272
file = phd-tests/framework/src/test_vm/mod.rs
line = 525
migration_id = da45ff5e-e3f4-4138-b6f4-faeff137f0c3
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
target = phd_framework::test_vm
target_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1634 | 2024-06-17T17:24:41.009Z | INFO | phd-runner: [MIGRATE_FROM - END]
elapsed_milliseconds = 5058
file = phd-tests/framework/src/test_vm/mod.rs
line = 472
path = phd_tests::crucible::migrate::smoke_test
source = crucible_migrate_smoke_source
source_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
target = phd_framework::test_vm
target_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1635 | 2024-06-17T17:24:41.009Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1636 | 2024-06-17T17:24:41.009Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = crucible_migrate_smoke_target
vm_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1637 | 2024-06-17T17:24:42.093Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 1083
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1638 | 2024-06-17T17:24:42.093Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1639 | 2024-06-17T17:24:42.093Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = crucible_migrate_smoke_target
vm_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1640 | 2024-06-17T17:24:42.126Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 33
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1641 | 2024-06-17T17:24:42.127Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1642 | 2024-06-17T17:24:42.127Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1643 | 2024-06-17T17:24:42.127Z | 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
|
1644 | 2024-06-17T17:24:42.127Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 11301
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1645 | 2024-06-17T17:24:42.127Z | INFO | phd-runner: test phd_tests::crucible::migrate::smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
1646 | 2024-06-17T17:24:42.127Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1647 | 2024-06-17T17:24:42.129Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1648 | 2024-06-17T17:24:42.129Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::crucible::migrate::smoke_test
self.address = 127.0.0.1:9003
target = phd_framework::test_vm::server
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1649 | 2024-06-17T17:24:42.257Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 129
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_source
vm_id = 7da4fba6-de60-42d6-89bb-d507e2760e04
|
1650 | 2024-06-17T17:24:42.258Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::crucible::migrate::smoke_test
self.address = 127.0.0.1:9005
target = phd_framework::test_vm::server
vm = crucible_migrate_smoke_target
vm_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1651 | 2024-06-17T17:24:42.396Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 54
path = phd_tests::crucible::migrate::smoke_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9000, data_dir: DataDirectory { path: "/tmp/propolis-phd/b34d10ce-66b6-4d13-bbc3-513054fd3d5e_9000" } }
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1652 | 2024-06-17T17:24:42.407Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::migrate::smoke_test
self.path = "/tmp/propolis-phd/b34d10ce-66b6-4d13-bbc3-513054fd3d5e_9000"
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1653 | 2024-06-17T17:24:42.418Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 54
path = phd_tests::crucible::migrate::smoke_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9001, data_dir: DataDirectory { path: "/tmp/propolis-phd/b34d10ce-66b6-4d13-bbc3-513054fd3d5e_9001" } }
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1654 | 2024-06-17T17:24:42.428Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::migrate::smoke_test
self.path = "/tmp/propolis-phd/b34d10ce-66b6-4d13-bbc3-513054fd3d5e_9001"
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1655 | 2024-06-17T17:24:42.439Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 54
path = phd_tests::crucible::migrate::smoke_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9002, data_dir: DataDirectory { path: "/tmp/propolis-phd/b34d10ce-66b6-4d13-bbc3-513054fd3d5e_9002" } }
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1656 | 2024-06-17T17:24:42.450Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::migrate::smoke_test
self.path = "/tmp/propolis-phd/b34d10ce-66b6-4d13-bbc3-513054fd3d5e_9002"
target = phd_framework::disk::crucible
vm = crucible_migrate_smoke_target
vm_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1657 | 2024-06-17T17:24:42.461Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 334
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::crucible::migrate::smoke_test
target = phd_framework::test_vm
vm = crucible_migrate_smoke_target
vm_id = cd557c0a-6092-402d-aba7-e14a2fc971b3
|
1658 | 2024-06-17T17:24:42.461Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12569
file = phd-tests/tests/src/crucible/migrate.rs
line = 10
path = phd_tests::crucible::migrate::smoke_test
target = phd_tests::crucible::migrate
|
1659 | 2024-06-17T17:24:42.462Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 334
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1660 | 2024-06-17T17:24:42.462Z | INFO | phd-runner: Starting test phd_tests::hw::lspci_lifecycle_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
1661 | 2024-06-17T17:24:42.462Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1662 | 2024-06-17T17:24:42.462Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1663 | 2024-06-17T17:24:42.462Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/hw.rs
line = 8
path = phd_tests::hw::lspci_lifecycle_test
target = phd_tests::hw
|
1664 | 2024-06-17T17:24:42.462Z | 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
|
1665 | 2024-06-17T17:24:42.462Z | 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
|
1666 | 2024-06-17T17:24:42.462Z | 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
|
1667 | 2024-06-17T17:24:42.462Z | 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::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = list
|
1668 | 2024-06-17T17:24:42.486Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::hw::lspci_lifecycle_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 794M 1.80T 792M /phd-artifacts\n
target = phd_framework::zfs
|
1669 | 2024-06-17T17:24:42.486Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a031d1e0-0649-4dbb-bc25-7097fc5b1072"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = snapshot
|
1670 | 2024-06-17T17:24:42.511Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a031d1e0-0649-4dbb-bc25-7097fc5b1072", "phd-artifacts/phd-clone-89aeafc7-c955-4d43-b60e-ba0d832b6a77"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = clone
|
1671 | 2024-06-17T17:24:42.538Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-89aeafc7-c955-4d43-b60e-ba0d832b6a77"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = list
|
1672 | 2024-06-17T17:24:42.555Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::hw::lspci_lifecycle_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-89aeafc7-c955-4d43-b60e-ba0d832b6a77 0B 1.80T 792M /phd-artifacts/phd-clone-89aeafc7-c955-4d43-b60e-ba0d832b6a77\n
target = phd_framework::zfs
|
1673 | 2024-06-17T17:24:42.556Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
1674 | 2024-06-17T17:24:42.556Z | 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 = 187
path = phd_tests::hw::lspci_lifecycle_test
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-89aeafc7-c955-4d43-b60e-ba0d832b6a77/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = lspci_lifecycle_test
|
1675 | 2024-06-17T17:24:42.556Z | 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
|
1676 | 2024-06-17T17:24:42.556Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/lspci_lifecycle_test.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::hw::lspci_lifecycle_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1677 | 2024-06-17T17:24:42.556Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::hw::lspci_lifecycle_test
stderr_path = "/tmp/propolis-phd/lspci_lifecycle_test.stderr.log"
stdout_path = "/tmp/propolis-phd/lspci_lifecycle_test.stdout.log"
target = phd_framework::server_log_mode
|
1678 | 2024-06-17T17:24:42.566Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1064
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm::server
|
1679 | 2024-06-17T17:24:42.566Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
1680 | 2024-06-17T17:24:42.566Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1681 | 2024-06-17T17:24:42.567Z | 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): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1682 | 2024-06-17T17:24:43.324Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1683 | 2024-06-17T17:24:43.325Z | 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: 9614511d-7dd1-4d12-aa41-6fd37fa817e9, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: c2e73a7a-6260-4731-8bb2-3d48529db905, silo_id: bc36a8f4-a401-4b5e-a70f-c9d634900eff }, name: "phd-vm-9614511d-7dd1-4d12-aa41-6fd37fa817e9", vcpus: 2 }, state: Creating }
line = 382
path = phd_tests::hw::lspci_lifecycle_test
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-89aeafc7-c955-4d43-b60e-ba0d832b6a77/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1684 | 2024-06-17T17:24:43.325Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 758
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1685 | 2024-06-17T17:24:43.325Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1686 | 2024-06-17T17:24:43.325Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::hw::lspci_lifecycle_test
state = Run
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1687 | 2024-06-17T17:24:43.326Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1688 | 2024-06-17T17:24:43.326Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
1689 | 2024-06-17T17:24:43.326Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1690 | 2024-06-17T17:24:43.326Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::hw::lspci_lifecycle_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
1691 | 2024-06-17T17:24:43.326Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1692 | 2024-06-17T17:24:43.326Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1693 | 2024-06-17T17:24:47.532Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4205
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1694 | 2024-06-17T17:24:47.532Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::hw::lspci_lifecycle_test
step = WriteStr("root")
target = phd_framework::test_vm
|
1695 | 2024-06-17T17:24:47.532Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::hw::lspci_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1696 | 2024-06-17T17:24:47.532Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1697 | 2024-06-17T17:24:47.532Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1698 | 2024-06-17T17:24:47.547Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 14
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1699 | 2024-06-17T17:24:47.547Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 691
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
1700 | 2024-06-17T17:24:47.547Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4221
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
1701 | 2024-06-17T17:24:47.548Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1702 | 2024-06-17T17:24:47.548Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1703 | 2024-06-17T17:24:47.558Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1704 | 2024-06-17T17:24:47.558Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1705 | 2024-06-17T17:24:47.558Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1706 | 2024-06-17T17:24:47.580Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1707 | 2024-06-17T17:24:47.580Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1708 | 2024-06-17T17:24:47.580Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1709 | 2024-06-17T17:24:47.591Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1710 | 2024-06-17T17:24:47.591Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1711 | 2024-06-17T17:24:47.591Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1712 | 2024-06-17T17:24:47.624Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1713 | 2024-06-17T17:24:47.624Z | INFO | phd-runner: [TEST - EVENT] stopping and starting VM for lifecycle test
file = phd-tests/framework/src/lifecycle.rs
line = 58
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::lifecycle
vm_name = lspci_lifecycle_test
|
1714 | 2024-06-17T17:24:47.624Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1715 | 2024-06-17T17:24:47.624Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::hw::lspci_lifecycle_test
state = Stop
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1716 | 2024-06-17T17:24:47.625Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1717 | 2024-06-17T17:24:47.625Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
1718 | 2024-06-17T17:24:47.625Z | 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 = 187
path = phd_tests::hw::lspci_lifecycle_test
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-89aeafc7-c955-4d43-b60e-ba0d832b6a77/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = lspci_lifecycle_test_lifecycle_0
|
1719 | 2024-06-17T17:24:47.625Z | 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
|
1720 | 2024-06-17T17:24:47.625Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/lspci_lifecycle_test_lifecycle_0.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::hw::lspci_lifecycle_test
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1721 | 2024-06-17T17:24:47.625Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::hw::lspci_lifecycle_test
stderr_path = "/tmp/propolis-phd/lspci_lifecycle_test_lifecycle_0.stderr.log"
stdout_path = "/tmp/propolis-phd/lspci_lifecycle_test_lifecycle_0.stdout.log"
target = phd_framework::server_log_mode
|
1722 | 2024-06-17T17:24:47.644Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1065
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm::server
|
1723 | 2024-06-17T17:24:47.645Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 19
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
1724 | 2024-06-17T17:24:47.645Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1725 | 2024-06-17T17:24:47.645Z | 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): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1726 | 2024-06-17T17:24:47.646Z | DEBG | phd-runner: [SERIAL CONSOLE TASK - EVENT] serial websocket closed
file = phd-tests/framework/src/serial/mod.rs
line = 271
target = phd_framework::serial
|
1727 | 2024-06-17T17:24:47.646Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4321
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1728 | 2024-06-17T17:24:48.247Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1729 | 2024-06-17T17:24:48.247Z | 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: b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: a16f2c20-ae08-4b96-a7e9-464e83293098, silo_id: f81d63c9-fe36-4353-8327-31c172af8957 }, name: "phd-vm-b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6", vcpus: 2 }, state: Creating }
line = 382
path = phd_tests::hw::lspci_lifecycle_test
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-89aeafc7-c955-4d43-b60e-ba0d832b6a77/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1730 | 2024-06-17T17:24:48.247Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 602
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1731 | 2024-06-17T17:24:48.248Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1732 | 2024-06-17T17:24:48.248Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::hw::lspci_lifecycle_test
state = Run
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1733 | 2024-06-17T17:24:48.248Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1734 | 2024-06-17T17:24:48.248Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
1735 | 2024-06-17T17:24:48.248Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1736 | 2024-06-17T17:24:48.248Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::hw::lspci_lifecycle_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
1737 | 2024-06-17T17:24:48.248Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1738 | 2024-06-17T17:24:48.248Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1739 | 2024-06-17T17:24:52.445Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4196
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1740 | 2024-06-17T17:24:52.445Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::hw::lspci_lifecycle_test
step = WriteStr("root")
target = phd_framework::test_vm
|
1741 | 2024-06-17T17:24:52.445Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::hw::lspci_lifecycle_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1742 | 2024-06-17T17:24:52.445Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1743 | 2024-06-17T17:24:52.445Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1744 | 2024-06-17T17:24:52.459Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 13
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1745 | 2024-06-17T17:24:52.459Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 691
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
1746 | 2024-06-17T17:24:52.459Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4210
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
|
1747 | 2024-06-17T17:24:52.459Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1748 | 2024-06-17T17:24:52.459Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1749 | 2024-06-17T17:24:52.460Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1750 | 2024-06-17T17:24:52.461Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::hw::lspci_lifecycle_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1751 | 2024-06-17T17:24:52.597Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 137
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9614511d-7dd1-4d12-aa41-6fd37fa817e9
|
1752 | 2024-06-17T17:24:52.598Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 138
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1753 | 2024-06-17T17:24:52.598Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1754 | 2024-06-17T17:24:52.598Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1755 | 2024-06-17T17:24:52.620Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1756 | 2024-06-17T17:24:52.620Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1757 | 2024-06-17T17:24:52.620Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1758 | 2024-06-17T17:24:52.632Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1759 | 2024-06-17T17:24:52.632Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1760 | 2024-06-17T17:24:52.632Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1761 | 2024-06-17T17:24:52.654Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 21
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1762 | 2024-06-17T17:24:52.654Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1763 | 2024-06-17T17:24:52.654Z | 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
|
1764 | 2024-06-17T17:24:52.654Z | INFO | phd-runner: test phd_tests::hw::lspci_lifecycle_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
1765 | 2024-06-17T17:24:52.654Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4407
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1766 | 2024-06-17T17:24:52.654Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1767 | 2024-06-17T17:24:52.655Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1768 | 2024-06-17T17:24:53.152Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::hw::lspci_lifecycle_test
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1769 | 2024-06-17T17:24:53.285Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1770 | 2024-06-17T17:24:53.285Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-89aeafc7-c955-4d43-b60e-ba0d832b6a77"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = destroy
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1771 | 2024-06-17T17:24:53.314Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1772 | 2024-06-17T17:24:53.314Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-a031d1e0-0649-4dbb-bc25-7097fc5b1072"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::zfs
verb = destroy
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1773 | 2024-06-17T17:24:53.337Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 682
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::hw::lspci_lifecycle_test
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = b8efadcc-e3c3-426d-bbdb-ea5b8525cfa6
|
1774 | 2024-06-17T17:24:53.337Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10874
file = phd-tests/tests/src/hw.rs
line = 8
path = phd_tests::hw::lspci_lifecycle_test
target = phd_tests::hw
|
1775 | 2024-06-17T17:24:53.337Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 682
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1776 | 2024-06-17T17:24:53.337Z | INFO | phd-runner: Starting test phd_tests::crucible::smoke::shutdown_persistence_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
1777 | 2024-06-17T17:24:53.337Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1778 | 2024-06-17T17:24:53.337Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1779 | 2024-06-17T17:24:53.337Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/smoke.rs
line = 46
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_tests::crucible::smoke
|
1780 | 2024-06-17T17:24:53.337Z | 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
|
1781 | 2024-06-17T17:24:53.338Z | 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
|
1782 | 2024-06-17T17:24:53.338Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/77b42b3dd10cdfd7a9b9d016f5a679df2b72cd8cd56fa69a7ea626e1109a944a/crucible-downstairs
target = phd_framework::artifacts::store
|
1783 | 2024-06-17T17:24:53.338Z | 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
|
1784 | 2024-06-17T17:24:53.338Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/84c03cb9-6763-4b98-857a-1f5b8ce1cf7e_9000", "--encrypted", "--uuid", "84c03cb9-6763-4b98-857a-1f5b8ce1cf7e", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
1785 | 2024-06-17T17:24:53.397Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 202
path = phd_tests::crucible::smoke::shutdown_persistence_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/84c03cb9-6763-4b98-857a-1f5b8ce1cf7e_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:53.35612963Z","hostname":"buskin","pid":1070}\n{"msg":"UUID: 84c03cb9-6763-4b98-857a-1f5b8ce1cf7e","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:53.389088898Z","hostname":"buskin","pid":1070}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:53.389105768Z","hostname":"buskin","pid":1070}\n
target = phd_framework::disk::crucible
|
1786 | 2024-06-17T17:24:53.397Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/84c03cb9-6763-4b98-857a-1f5b8ce1cf7e_9001", "--encrypted", "--uuid", "84c03cb9-6763-4b98-857a-1f5b8ce1cf7e", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
1787 | 2024-06-17T17:24:53.457Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 202
path = phd_tests::crucible::smoke::shutdown_persistence_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/84c03cb9-6763-4b98-857a-1f5b8ce1cf7e_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:53.416160199Z","hostname":"buskin","pid":1071}\n{"msg":"UUID: 84c03cb9-6763-4b98-857a-1f5b8ce1cf7e","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:53.44937771Z","hostname":"buskin","pid":1071}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:53.44939298Z","hostname":"buskin","pid":1071}\n
target = phd_framework::disk::crucible
|
1788 | 2024-06-17T17:24:53.457Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/84c03cb9-6763-4b98-857a-1f5b8ce1cf7e_9002", "--encrypted", "--uuid", "84c03cb9-6763-4b98-857a-1f5b8ce1cf7e", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
1789 | 2024-06-17T17:24:53.516Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 202
path = phd_tests::crucible::smoke::shutdown_persistence_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/84c03cb9-6763-4b98-857a-1f5b8ce1cf7e_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:53.476073055Z","hostname":"buskin","pid":1072}\n{"msg":"UUID: 84c03cb9-6763-4b98-857a-1f5b8ce1cf7e","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:53.508719139Z","hostname":"buskin","pid":1072}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:53.508735769Z","hostname":"buskin","pid":1072}\n
target = phd_framework::disk::crucible
|
1790 | 2024-06-17T17:24:53.517Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::shutdown_persistence_test
stderr_path = "/tmp/propolis-phd/crucible_84c03cb9-6763-4b98-857a-1f5b8ce1cf7e_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_84c03cb9-6763-4b98-857a-1f5b8ce1cf7e_9000.stdout.log"
target = phd_framework::server_log_mode
|
1791 | 2024-06-17T17:24:53.517Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/84c03cb9-6763-4b98-857a-1f5b8ce1cf7e_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 238
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
1792 | 2024-06-17T17:24:53.517Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/84c03cb9-6763-4b98-857a-1f5b8ce1cf7e_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
1793 | 2024-06-17T17:24:53.528Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::shutdown_persistence_test
stderr_path = "/tmp/propolis-phd/crucible_84c03cb9-6763-4b98-857a-1f5b8ce1cf7e_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_84c03cb9-6763-4b98-857a-1f5b8ce1cf7e_9001.stdout.log"
target = phd_framework::server_log_mode
|
1794 | 2024-06-17T17:24:53.528Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/84c03cb9-6763-4b98-857a-1f5b8ce1cf7e_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 238
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
1795 | 2024-06-17T17:24:53.528Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/84c03cb9-6763-4b98-857a-1f5b8ce1cf7e_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
1796 | 2024-06-17T17:24:53.538Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::shutdown_persistence_test
stderr_path = "/tmp/propolis-phd/crucible_84c03cb9-6763-4b98-857a-1f5b8ce1cf7e_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_84c03cb9-6763-4b98-857a-1f5b8ce1cf7e_9002.stdout.log"
target = phd_framework::server_log_mode
|
1797 | 2024-06-17T17:24:53.539Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/84c03cb9-6763-4b98-857a-1f5b8ce1cf7e_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 238
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
1798 | 2024-06-17T17:24:53.539Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/84c03cb9-6763-4b98-857a-1f5b8ce1cf7e_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::disk::crucible
|
1799 | 2024-06-17T17:24:53.550Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::test_vm
|
1800 | 2024-06-17T17:24:53.550Z | 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 = 187
path = phd_tests::crucible::smoke::shutdown_persistence_test
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": Crucible(CrucibleStorageBackend { readonly: false, request_json: "{\\"type\\":\\"volume\\",\\"block_size\\":512,\\"id\\":\\"84c03cb9-6763-4b98-857a-1f5b8ce1cf7e\\",\\"read_only_parent\\":{\\"type\\":\\"file\\",\\"block_size\\":512,\\"id\\":\\"51691edd-7f79-4e7a-85b7-34ca39ae7dac\\",\\"path\\":\\"/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso\\"},\\"sub_volumes\\":[{\\"type\\":\\"region\\",\\"block_size\\":512,\\"blocks_per_extent\\":131072,\\"extent_count\\":160,\\"gen\\":1,\\"opts\\":{\\"id\\":\\"61874e58-f856-4cab-9ddb-e00403bcef05\\",\\"key\\":\\"zxPiGzkSbK9cwvLzaZKF3RXkkfLjA/51kbiXrQDjxT0=\\",\\"lossy\\":false,\\"read_only\\":false,\\"target\\":[\\"127.0.0.1:9000\\",\\"127.0.0.1:9001\\",\\"127.0.0.1:9002\\"]}}]}" })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = crucible_shutdown_persistence_test
|
1801 | 2024-06-17T17:24:53.550Z | 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
|
1802 | 2024-06-17T17:24:53.550Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/crucible_shutdown_persistence_test.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::crucible::smoke::shutdown_persistence_test
server_addr = 127.0.0.1:9003
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1803 | 2024-06-17T17:24:53.550Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::shutdown_persistence_test
stderr_path = "/tmp/propolis-phd/crucible_shutdown_persistence_test.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_shutdown_persistence_test.stdout.log"
target = phd_framework::server_log_mode
|
1804 | 2024-06-17T17:24:53.561Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1076
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::test_vm::server
|
1805 | 2024-06-17T17:24:53.561Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_framework::test_vm
|
1806 | 2024-06-17T17:24:53.562Z | DEBG | phd-runner: [TEST - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::crucible::smoke::shutdown_persistence_test
self.address = 127.0.0.1:9003
target = phd_framework::test_vm::server
|
1807 | 2024-06-17T17:24:53.579Z | INFO | phd-runner: [TEST - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 54
path = phd_tests::crucible::smoke::shutdown_persistence_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9000, data_dir: DataDirectory { path: "/tmp/propolis-phd/84c03cb9-6763-4b98-857a-1f5b8ce1cf7e_9000" } }
target = phd_framework::disk::crucible
|
1808 | 2024-06-17T17:24:53.590Z | INFO | phd-runner: [TEST - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::shutdown_persistence_test
self.path = "/tmp/propolis-phd/84c03cb9-6763-4b98-857a-1f5b8ce1cf7e_9000"
target = phd_framework::disk::crucible
|
1809 | 2024-06-17T17:24:53.597Z | INFO | phd-runner: [TEST - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 54
path = phd_tests::crucible::smoke::shutdown_persistence_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9001, data_dir: DataDirectory { path: "/tmp/propolis-phd/84c03cb9-6763-4b98-857a-1f5b8ce1cf7e_9001" } }
target = phd_framework::disk::crucible
|
1810 | 2024-06-17T17:24:53.606Z | INFO | phd-runner: [TEST - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::shutdown_persistence_test
self.path = "/tmp/propolis-phd/84c03cb9-6763-4b98-857a-1f5b8ce1cf7e_9001"
target = phd_framework::disk::crucible
|
1811 | 2024-06-17T17:24:53.614Z | INFO | phd-runner: [TEST - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 54
path = phd_tests::crucible::smoke::shutdown_persistence_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9002, data_dir: DataDirectory { path: "/tmp/propolis-phd/84c03cb9-6763-4b98-857a-1f5b8ce1cf7e_9002" } }
target = phd_framework::disk::crucible
|
1812 | 2024-06-17T17:24:53.622Z | INFO | phd-runner: [TEST - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::shutdown_persistence_test
self.path = "/tmp/propolis-phd/84c03cb9-6763-4b98-857a-1f5b8ce1cf7e_9002"
target = phd_framework::disk::crucible
|
1813 | 2024-06-17T17:24:53.630Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 292
file = phd-tests/tests/src/crucible/smoke.rs
line = 46
path = phd_tests::crucible::smoke::shutdown_persistence_test
target = phd_tests::crucible::smoke
|
1814 | 2024-06-17T17:24:53.630Z | INFO | phd-runner: test phd_tests::crucible::smoke::shutdown_persistence_test ... skipped: Can't run data persistence test on a guest with a read-only file
system
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
1815 | 2024-06-17T17:24:53.630Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1816 | 2024-06-17T17:24:53.630Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1817 | 2024-06-17T17:24:53.630Z | INFO | phd-runner: Starting test phd_tests::crucible::smoke::guest_reboot_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
1818 | 2024-06-17T17:24:53.630Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1819 | 2024-06-17T17:24:53.630Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1820 | 2024-06-17T17:24:53.630Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/smoke.rs
line = 31
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_tests::crucible::smoke
|
1821 | 2024-06-17T17:24:53.631Z | 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
|
1822 | 2024-06-17T17:24:53.631Z | 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
|
1823 | 2024-06-17T17:24:53.631Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/77b42b3dd10cdfd7a9b9d016f5a679df2b72cd8cd56fa69a7ea626e1109a944a/crucible-downstairs
target = phd_framework::artifacts::store
|
1824 | 2024-06-17T17:24:53.631Z | 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
|
1825 | 2024-06-17T17:24:53.631Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/ad50154c-ac52-4be4-a970-612e2242e24c_9000", "--encrypted", "--uuid", "ad50154c-ac52-4be4-a970-612e2242e24c", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
1826 | 2024-06-17T17:24:53.696Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 202
path = phd_tests::crucible::smoke::guest_reboot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/ad50154c-ac52-4be4-a970-612e2242e24c_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:53.652319304Z","hostname":"buskin","pid":1078}\n{"msg":"UUID: ad50154c-ac52-4be4-a970-612e2242e24c","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:53.686730914Z","hostname":"buskin","pid":1078}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:53.686747754Z","hostname":"buskin","pid":1078}\n
target = phd_framework::disk::crucible
|
1827 | 2024-06-17T17:24:53.696Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/ad50154c-ac52-4be4-a970-612e2242e24c_9001", "--encrypted", "--uuid", "ad50154c-ac52-4be4-a970-612e2242e24c", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
1828 | 2024-06-17T17:24:53.758Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 202
path = phd_tests::crucible::smoke::guest_reboot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/ad50154c-ac52-4be4-a970-612e2242e24c_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:53.717022692Z","hostname":"buskin","pid":1079}\n{"msg":"UUID: ad50154c-ac52-4be4-a970-612e2242e24c","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:53.749744406Z","hostname":"buskin","pid":1079}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:53.749761157Z","hostname":"buskin","pid":1079}\n
target = phd_framework::disk::crucible
|
1829 | 2024-06-17T17:24:53.758Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/ad50154c-ac52-4be4-a970-612e2242e24c_9002", "--encrypted", "--uuid", "ad50154c-ac52-4be4-a970-612e2242e24c", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
1830 | 2024-06-17T17:24:53.817Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 202
path = phd_tests::crucible::smoke::guest_reboot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/ad50154c-ac52-4be4-a970-612e2242e24c_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:53.776888658Z","hostname":"buskin","pid":1080}\n{"msg":"UUID: ad50154c-ac52-4be4-a970-612e2242e24c","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:53.80875383Z","hostname":"buskin","pid":1080}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:24:53.8087645Z","hostname":"buskin","pid":1080}\n
target = phd_framework::disk::crucible
|
1831 | 2024-06-17T17:24:53.817Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::guest_reboot_test
stderr_path = "/tmp/propolis-phd/crucible_ad50154c-ac52-4be4-a970-612e2242e24c_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_ad50154c-ac52-4be4-a970-612e2242e24c_9000.stdout.log"
target = phd_framework::server_log_mode
|
1832 | 2024-06-17T17:24:53.817Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/ad50154c-ac52-4be4-a970-612e2242e24c_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 238
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
1833 | 2024-06-17T17:24:53.817Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/ad50154c-ac52-4be4-a970-612e2242e24c_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
1834 | 2024-06-17T17:24:53.828Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::guest_reboot_test
stderr_path = "/tmp/propolis-phd/crucible_ad50154c-ac52-4be4-a970-612e2242e24c_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_ad50154c-ac52-4be4-a970-612e2242e24c_9001.stdout.log"
target = phd_framework::server_log_mode
|
1835 | 2024-06-17T17:24:53.828Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/ad50154c-ac52-4be4-a970-612e2242e24c_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 238
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
1836 | 2024-06-17T17:24:53.828Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/ad50154c-ac52-4be4-a970-612e2242e24c_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
1837 | 2024-06-17T17:24:53.839Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::guest_reboot_test
stderr_path = "/tmp/propolis-phd/crucible_ad50154c-ac52-4be4-a970-612e2242e24c_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_ad50154c-ac52-4be4-a970-612e2242e24c_9002.stdout.log"
target = phd_framework::server_log_mode
|
1838 | 2024-06-17T17:24:53.839Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/ad50154c-ac52-4be4-a970-612e2242e24c_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 238
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
1839 | 2024-06-17T17:24:53.839Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/ad50154c-ac52-4be4-a970-612e2242e24c_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::disk::crucible
|
1840 | 2024-06-17T17:24:53.851Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
1841 | 2024-06-17T17:24:53.851Z | 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 = 187
path = phd_tests::crucible::smoke::guest_reboot_test
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": Crucible(CrucibleStorageBackend { readonly: false, request_json: "{\\"type\\":\\"volume\\",\\"block_size\\":512,\\"id\\":\\"ad50154c-ac52-4be4-a970-612e2242e24c\\",\\"read_only_parent\\":{\\"type\\":\\"file\\",\\"block_size\\":512,\\"id\\":\\"3ff32bd2-379e-433d-a238-9bbee76ce605\\",\\"path\\":\\"/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso\\"},\\"sub_volumes\\":[{\\"type\\":\\"region\\",\\"block_size\\":512,\\"blocks_per_extent\\":131072,\\"extent_count\\":160,\\"gen\\":1,\\"opts\\":{\\"id\\":\\"2e704cc6-500a-464e-8919-e7cfc4cdd30c\\",\\"key\\":\\"jqXPcHk18BU+o5HuJ2t7q1m22pZBX1RDaS+uvUJU+w4=\\",\\"lossy\\":false,\\"read_only\\":false,\\"target\\":[\\"127.0.0.1:9000\\",\\"127.0.0.1:9001\\",\\"127.0.0.1:9002\\"]}}]}" })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = crucible_guest_reboot_test
|
1842 | 2024-06-17T17:24:53.851Z | 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
|
1843 | 2024-06-17T17:24:53.851Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/crucible_guest_reboot_test.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::crucible::smoke::guest_reboot_test
server_addr = 127.0.0.1:9003
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1844 | 2024-06-17T17:24:53.851Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::guest_reboot_test
stderr_path = "/tmp/propolis-phd/crucible_guest_reboot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_guest_reboot_test.stdout.log"
target = phd_framework::server_log_mode
|
1845 | 2024-06-17T17:24:53.861Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1084
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm::server
|
1846 | 2024-06-17T17:24:53.861Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
1847 | 2024-06-17T17:24:53.861Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1848 | 2024-06-17T17:24:53.862Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9003/instance/spec): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1849 | 2024-06-17T17:24:54.567Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1850 | 2024-06-17T17:24:54.568Z | 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: 1093bb98-3743-427a-a73f-7d36bea8d148, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: cd425a0e-6731-4bdc-bd87-253945bfe8a1, silo_id: be55e7ec-5c01-46a1-bc7b-330b2b23adc4 }, name: "phd-vm-1093bb98-3743-427a-a73f-7d36bea8d148", vcpus: 2 }, state: Creating }
line = 382
path = phd_tests::crucible::smoke::guest_reboot_test
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": Crucible(CrucibleStorageBackend { readonly: false, request_json: "{\\"type\\":\\"volume\\",\\"block_size\\":512,\\"id\\":\\"ad50154c-ac52-4be4-a970-612e2242e24c\\",\\"read_only_parent\\":{\\"type\\":\\"file\\",\\"block_size\\":512,\\"id\\":\\"3ff32bd2-379e-433d-a238-9bbee76ce605\\",\\"path\\":\\"/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso\\"},\\"sub_volumes\\":[{\\"type\\":\\"region\\",\\"block_size\\":512,\\"blocks_per_extent\\":131072,\\"extent_count\\":160,\\"gen\\":1,\\"opts\\":{\\"id\\":\\"2e704cc6-500a-464e-8919-e7cfc4cdd30c\\",\\"key\\":\\"jqXPcHk18BU+o5HuJ2t7q1m22pZBX1RDaS+uvUJU+w4=\\",\\"lossy\\":false,\\"read_only\\":false,\\"target\\":[\\"127.0.0.1:9000\\",\\"127.0.0.1:9001\\",\\"127.0.0.1:9002\\"]}}]}" })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1851 | 2024-06-17T17:24:54.568Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 706
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1852 | 2024-06-17T17:24:54.568Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1853 | 2024-06-17T17:24:54.568Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::crucible::smoke::guest_reboot_test
state = Run
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1854 | 2024-06-17T17:24:54.569Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1855 | 2024-06-17T17:24:54.569Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
1856 | 2024-06-17T17:24:54.569Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1857 | 2024-06-17T17:24:54.569Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
1858 | 2024-06-17T17:24:54.569Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1859 | 2024-06-17T17:24:54.569Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1860 | 2024-06-17T17:24:59.490Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4921
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1861 | 2024-06-17T17:24:59.490Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::crucible::smoke::guest_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
1862 | 2024-06-17T17:24:59.490Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1863 | 2024-06-17T17:24:59.490Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1864 | 2024-06-17T17:24:59.491Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1865 | 2024-06-17T17:24:59.506Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 15
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1866 | 2024-06-17T17:24:59.506Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 691
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
1867 | 2024-06-17T17:24:59.506Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4937
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
1868 | 2024-06-17T17:24:59.506Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
1869 | 2024-06-17T17:24:59.506Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1870 | 2024-06-17T17:24:59.506Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
1871 | 2024-06-17T17:24:59.506Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1872 | 2024-06-17T17:24:59.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 = 716
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1873 | 2024-06-17T17:25:06.697Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 7190
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1874 | 2024-06-17T17:25:06.697Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::crucible::smoke::guest_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
1875 | 2024-06-17T17:25:06.697Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::crucible::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1876 | 2024-06-17T17:25:06.697Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1877 | 2024-06-17T17:25:06.698Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1878 | 2024-06-17T17:25:06.713Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 14
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1879 | 2024-06-17T17:25:06.713Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 691
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
1880 | 2024-06-17T17:25:06.713Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 7206
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
|
1881 | 2024-06-17T17:25:06.713Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1882 | 2024-06-17T17:25:06.713Z | 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
|
1883 | 2024-06-17T17:25:06.713Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 12145
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1884 | 2024-06-17T17:25:06.713Z | INFO | phd-runner: test phd_tests::crucible::smoke::guest_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
1885 | 2024-06-17T17:25:06.713Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1886 | 2024-06-17T17:25:06.714Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1887 | 2024-06-17T17:25:07.011Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::crucible::smoke::guest_reboot_test
self.address = 127.0.0.1:9003
target = phd_framework::test_vm::server
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1888 | 2024-06-17T17:25:07.155Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 54
path = phd_tests::crucible::smoke::guest_reboot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9000, data_dir: DataDirectory { path: "/tmp/propolis-phd/ad50154c-ac52-4be4-a970-612e2242e24c_9000" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1889 | 2024-06-17T17:25:07.169Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::guest_reboot_test
self.path = "/tmp/propolis-phd/ad50154c-ac52-4be4-a970-612e2242e24c_9000"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1890 | 2024-06-17T17:25:07.181Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 54
path = phd_tests::crucible::smoke::guest_reboot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9001, data_dir: DataDirectory { path: "/tmp/propolis-phd/ad50154c-ac52-4be4-a970-612e2242e24c_9001" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1891 | 2024-06-17T17:25:07.192Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::guest_reboot_test
self.path = "/tmp/propolis-phd/ad50154c-ac52-4be4-a970-612e2242e24c_9001"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1892 | 2024-06-17T17:25:07.202Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 54
path = phd_tests::crucible::smoke::guest_reboot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9002, data_dir: DataDirectory { path: "/tmp/propolis-phd/ad50154c-ac52-4be4-a970-612e2242e24c_9002" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1893 | 2024-06-17T17:25:07.214Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::guest_reboot_test
self.path = "/tmp/propolis-phd/ad50154c-ac52-4be4-a970-612e2242e24c_9002"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1894 | 2024-06-17T17:25:07.225Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 512
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = 1093bb98-3743-427a-a73f-7d36bea8d148
|
1895 | 2024-06-17T17:25:07.225Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 13594
file = phd-tests/tests/src/crucible/smoke.rs
line = 31
path = phd_tests::crucible::smoke::guest_reboot_test
target = phd_tests::crucible::smoke
|
1896 | 2024-06-17T17:25:07.226Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 512
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1897 | 2024-06-17T17:25:07.226Z | INFO | phd-runner: Starting test phd_tests::crucible::smoke::api_reboot_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
1898 | 2024-06-17T17:25:07.226Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1899 | 2024-06-17T17:25:07.226Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1900 | 2024-06-17T17:25:07.226Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/smoke.rs
line = 19
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_tests::crucible::smoke
|
1901 | 2024-06-17T17:25:07.226Z | 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
|
1902 | 2024-06-17T17:25:07.226Z | 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
|
1903 | 2024-06-17T17:25:07.227Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/77b42b3dd10cdfd7a9b9d016f5a679df2b72cd8cd56fa69a7ea626e1109a944a/crucible-downstairs
target = phd_framework::artifacts::store
|
1904 | 2024-06-17T17:25:07.227Z | 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
|
1905 | 2024-06-17T17:25:07.227Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/c96af347-5ee4-4f8f-8843-b53924dff2f6_9000", "--encrypted", "--uuid", "c96af347-5ee4-4f8f-8843-b53924dff2f6", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
1906 | 2024-06-17T17:25:07.297Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 202
path = phd_tests::crucible::smoke::api_reboot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/c96af347-5ee4-4f8f-8843-b53924dff2f6_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:25:07.253542893Z","hostname":"buskin","pid":1086}\n{"msg":"UUID: c96af347-5ee4-4f8f-8843-b53924dff2f6","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:25:07.288323658Z","hostname":"buskin","pid":1086}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:25:07.288339218Z","hostname":"buskin","pid":1086}\n
target = phd_framework::disk::crucible
|
1907 | 2024-06-17T17:25:07.297Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/c96af347-5ee4-4f8f-8843-b53924dff2f6_9001", "--encrypted", "--uuid", "c96af347-5ee4-4f8f-8843-b53924dff2f6", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
1908 | 2024-06-17T17:25:07.359Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 202
path = phd_tests::crucible::smoke::api_reboot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/c96af347-5ee4-4f8f-8843-b53924dff2f6_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:25:07.317055164Z","hostname":"buskin","pid":1087}\n{"msg":"UUID: c96af347-5ee4-4f8f-8843-b53924dff2f6","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:25:07.350792083Z","hostname":"buskin","pid":1087}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:25:07.350806233Z","hostname":"buskin","pid":1087}\n
target = phd_framework::disk::crucible
|
1909 | 2024-06-17T17:25:07.359Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/c96af347-5ee4-4f8f-8843-b53924dff2f6_9002", "--encrypted", "--uuid", "c96af347-5ee4-4f8f-8843-b53924dff2f6", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
1910 | 2024-06-17T17:25:07.421Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 202
path = phd_tests::crucible::smoke::api_reboot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/c96af347-5ee4-4f8f-8843-b53924dff2f6_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:25:07.377865014Z","hostname":"buskin","pid":1088}\n{"msg":"UUID: c96af347-5ee4-4f8f-8843-b53924dff2f6","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:25:07.412498986Z","hostname":"buskin","pid":1088}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:25:07.412517157Z","hostname":"buskin","pid":1088}\n
target = phd_framework::disk::crucible
|
1911 | 2024-06-17T17:25:07.421Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::api_reboot_test
stderr_path = "/tmp/propolis-phd/crucible_c96af347-5ee4-4f8f-8843-b53924dff2f6_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_c96af347-5ee4-4f8f-8843-b53924dff2f6_9000.stdout.log"
target = phd_framework::server_log_mode
|
1912 | 2024-06-17T17:25:07.421Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/c96af347-5ee4-4f8f-8843-b53924dff2f6_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 238
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
1913 | 2024-06-17T17:25:07.421Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/c96af347-5ee4-4f8f-8843-b53924dff2f6_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
1914 | 2024-06-17T17:25:07.432Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::api_reboot_test
stderr_path = "/tmp/propolis-phd/crucible_c96af347-5ee4-4f8f-8843-b53924dff2f6_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_c96af347-5ee4-4f8f-8843-b53924dff2f6_9001.stdout.log"
target = phd_framework::server_log_mode
|
1915 | 2024-06-17T17:25:07.432Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/c96af347-5ee4-4f8f-8843-b53924dff2f6_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 238
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
1916 | 2024-06-17T17:25:07.432Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/c96af347-5ee4-4f8f-8843-b53924dff2f6_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
1917 | 2024-06-17T17:25:07.442Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::api_reboot_test
stderr_path = "/tmp/propolis-phd/crucible_c96af347-5ee4-4f8f-8843-b53924dff2f6_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_c96af347-5ee4-4f8f-8843-b53924dff2f6_9002.stdout.log"
target = phd_framework::server_log_mode
|
1918 | 2024-06-17T17:25:07.442Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/c96af347-5ee4-4f8f-8843-b53924dff2f6_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 238
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
1919 | 2024-06-17T17:25:07.442Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/c96af347-5ee4-4f8f-8843-b53924dff2f6_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::disk::crucible
|
1920 | 2024-06-17T17:25:07.452Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
1921 | 2024-06-17T17:25:07.452Z | 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 = 187
path = phd_tests::crucible::smoke::api_reboot_test
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": Crucible(CrucibleStorageBackend { readonly: false, request_json: "{\\"type\\":\\"volume\\",\\"block_size\\":512,\\"id\\":\\"c96af347-5ee4-4f8f-8843-b53924dff2f6\\",\\"read_only_parent\\":{\\"type\\":\\"file\\",\\"block_size\\":512,\\"id\\":\\"30b49d69-1b56-4c66-87e9-f9f8c4d95774\\",\\"path\\":\\"/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso\\"},\\"sub_volumes\\":[{\\"type\\":\\"region\\",\\"block_size\\":512,\\"blocks_per_extent\\":131072,\\"extent_count\\":160,\\"gen\\":1,\\"opts\\":{\\"id\\":\\"aba9e2ad-7452-4dc4-b871-dc18cf4b13a7\\",\\"key\\":\\"OVBo8yaqPUnJSsT8AgosPyIRw9CWvecCfjqYKytZKaQ=\\",\\"lossy\\":false,\\"read_only\\":false,\\"target\\":[\\"127.0.0.1:9000\\",\\"127.0.0.1:9001\\",\\"127.0.0.1:9002\\"]}}]}" })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = crucible_guest_reboot_test
|
1922 | 2024-06-17T17:25:07.452Z | 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
|
1923 | 2024-06-17T17:25:07.452Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/crucible_guest_reboot_test.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::crucible::smoke::api_reboot_test
server_addr = 127.0.0.1:9003
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
1924 | 2024-06-17T17:25:07.452Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::api_reboot_test
stderr_path = "/tmp/propolis-phd/crucible_guest_reboot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_guest_reboot_test.stdout.log"
target = phd_framework::server_log_mode
|
1925 | 2024-06-17T17:25:07.463Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1092
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm::server
|
1926 | 2024-06-17T17:25:07.463Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
1927 | 2024-06-17T17:25:07.463Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1928 | 2024-06-17T17:25:07.464Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9003/instance/spec): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1929 | 2024-06-17T17:25:08.211Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1930 | 2024-06-17T17:25:08.212Z | 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: fe74a31f-40e1-45fc-a071-a8d8f9822b2f, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: de05ee03-5076-41f9-a24e-9686709426fe, silo_id: a492717e-f91c-41c8-849c-30bdbbb353a5 }, name: "phd-vm-fe74a31f-40e1-45fc-a071-a8d8f9822b2f", vcpus: 2 }, state: Creating }
line = 382
path = phd_tests::crucible::smoke::api_reboot_test
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": Crucible(CrucibleStorageBackend { readonly: false, request_json: "{\\"type\\":\\"volume\\",\\"block_size\\":512,\\"id\\":\\"c96af347-5ee4-4f8f-8843-b53924dff2f6\\",\\"read_only_parent\\":{\\"type\\":\\"file\\",\\"block_size\\":512,\\"id\\":\\"30b49d69-1b56-4c66-87e9-f9f8c4d95774\\",\\"path\\":\\"/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso\\"},\\"sub_volumes\\":[{\\"type\\":\\"region\\",\\"block_size\\":512,\\"blocks_per_extent\\":131072,\\"extent_count\\":160,\\"gen\\":1,\\"opts\\":{\\"id\\":\\"aba9e2ad-7452-4dc4-b871-dc18cf4b13a7\\",\\"key\\":\\"OVBo8yaqPUnJSsT8AgosPyIRw9CWvecCfjqYKytZKaQ=\\",\\"lossy\\":false,\\"read_only\\":false,\\"target\\":[\\"127.0.0.1:9000\\",\\"127.0.0.1:9001\\",\\"127.0.0.1:9002\\"]}}]}" })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1931 | 2024-06-17T17:25:08.212Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 748
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1932 | 2024-06-17T17:25:08.212Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1933 | 2024-06-17T17:25:08.212Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::crucible::smoke::api_reboot_test
state = Run
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1934 | 2024-06-17T17:25:08.213Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1935 | 2024-06-17T17:25:08.213Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
1936 | 2024-06-17T17:25:08.213Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1937 | 2024-06-17T17:25:08.213Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
1938 | 2024-06-17T17:25:08.213Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1939 | 2024-06-17T17:25:08.213Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1940 | 2024-06-17T17:25:13.175Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4961
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1941 | 2024-06-17T17:25:13.175Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::crucible::smoke::api_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
1942 | 2024-06-17T17:25:13.175Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1943 | 2024-06-17T17:25:13.175Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1944 | 2024-06-17T17:25:13.175Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1945 | 2024-06-17T17:25:13.190Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 14
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1946 | 2024-06-17T17:25:13.190Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 691
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
1947 | 2024-06-17T17:25:13.190Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4977
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
1948 | 2024-06-17T17:25:13.190Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1949 | 2024-06-17T17:25:13.190Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::crucible::smoke::api_reboot_test
state = Reboot
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1950 | 2024-06-17T17:25:13.191Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1951 | 2024-06-17T17:25:13.191Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
1952 | 2024-06-17T17:25:13.191Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1953 | 2024-06-17T17:25:13.191Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
1954 | 2024-06-17T17:25:13.191Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1955 | 2024-06-17T17:25:13.191Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1956 | 2024-06-17T17:25:17.943Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4751
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1957 | 2024-06-17T17:25:17.943Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::crucible::smoke::api_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
1958 | 2024-06-17T17:25:17.943Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::crucible::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
1959 | 2024-06-17T17:25:17.943Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1960 | 2024-06-17T17:25:17.943Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1961 | 2024-06-17T17:25:17.958Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 14
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1962 | 2024-06-17T17:25:17.958Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 691
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
1963 | 2024-06-17T17:25:17.958Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4766
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
|
1964 | 2024-06-17T17:25:17.958Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1965 | 2024-06-17T17:25:17.958Z | 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
|
1966 | 2024-06-17T17:25:17.958Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 9747
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
1967 | 2024-06-17T17:25:17.958Z | INFO | phd-runner: test phd_tests::crucible::smoke::api_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
1968 | 2024-06-17T17:25:17.958Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1969 | 2024-06-17T17:25:17.959Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1970 | 2024-06-17T17:25:18.252Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::crucible::smoke::api_reboot_test
self.address = 127.0.0.1:9003
target = phd_framework::test_vm::server
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1971 | 2024-06-17T17:25:18.393Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 54
path = phd_tests::crucible::smoke::api_reboot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9000, data_dir: DataDirectory { path: "/tmp/propolis-phd/c96af347-5ee4-4f8f-8843-b53924dff2f6_9000" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1972 | 2024-06-17T17:25:18.405Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::api_reboot_test
self.path = "/tmp/propolis-phd/c96af347-5ee4-4f8f-8843-b53924dff2f6_9000"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1973 | 2024-06-17T17:25:18.417Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 54
path = phd_tests::crucible::smoke::api_reboot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9001, data_dir: DataDirectory { path: "/tmp/propolis-phd/c96af347-5ee4-4f8f-8843-b53924dff2f6_9001" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1974 | 2024-06-17T17:25:18.429Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::api_reboot_test
self.path = "/tmp/propolis-phd/c96af347-5ee4-4f8f-8843-b53924dff2f6_9001"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1975 | 2024-06-17T17:25:18.440Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 54
path = phd_tests::crucible::smoke::api_reboot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9002, data_dir: DataDirectory { path: "/tmp/propolis-phd/c96af347-5ee4-4f8f-8843-b53924dff2f6_9002" } }
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1976 | 2024-06-17T17:25:18.451Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::api_reboot_test
self.path = "/tmp/propolis-phd/c96af347-5ee4-4f8f-8843-b53924dff2f6_9002"
target = phd_framework::disk::crucible
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1977 | 2024-06-17T17:25:18.461Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 503
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_framework::test_vm
vm = crucible_guest_reboot_test
vm_id = fe74a31f-40e1-45fc-a071-a8d8f9822b2f
|
1978 | 2024-06-17T17:25:18.461Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 11235
file = phd-tests/tests/src/crucible/smoke.rs
line = 19
path = phd_tests::crucible::smoke::api_reboot_test
target = phd_tests::crucible::smoke
|
1979 | 2024-06-17T17:25:18.462Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 503
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
1980 | 2024-06-17T17:25:18.462Z | INFO | phd-runner: Starting test phd_tests::crucible::smoke::boot_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
1981 | 2024-06-17T17:25:18.462Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1982 | 2024-06-17T17:25:18.462Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
1983 | 2024-06-17T17:25:18.462Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/crucible/smoke.rs
line = 10
path = phd_tests::crucible::smoke::boot_test
target = phd_tests::crucible::smoke
|
1984 | 2024-06-17T17:25:18.462Z | 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
|
1985 | 2024-06-17T17:25:18.462Z | 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
|
1986 | 2024-06-17T17:25:18.462Z | DEBG | phd-runner: [TEST - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 45
path = /phd-artifacts/77b42b3dd10cdfd7a9b9d016f5a679df2b72cd8cd56fa69a7ea626e1109a944a/crucible-downstairs
target = phd_framework::artifacts::store
|
1987 | 2024-06-17T17:25:18.462Z | 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
|
1988 | 2024-06-17T17:25:18.462Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/a31624de-3794-4be0-88b9-845894e7df71_9000", "--encrypted", "--uuid", "a31624de-3794-4be0-88b9-845894e7df71", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
1989 | 2024-06-17T17:25:18.530Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 202
path = phd_tests::crucible::smoke::boot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/a31624de-3794-4be0-88b9-845894e7df71_9000/region.json\\"","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:25:18.487997068Z","hostname":"buskin","pid":1094}\n{"msg":"UUID: a31624de-3794-4be0-88b9-845894e7df71","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:25:18.52193631Z","hostname":"buskin","pid":1094}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:25:18.52195493Z","hostname":"buskin","pid":1094}\n
target = phd_framework::disk::crucible
|
1990 | 2024-06-17T17:25:18.530Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/a31624de-3794-4be0-88b9-845894e7df71_9001", "--encrypted", "--uuid", "a31624de-3794-4be0-88b9-845894e7df71", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
1991 | 2024-06-17T17:25:18.593Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 202
path = phd_tests::crucible::smoke::boot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/a31624de-3794-4be0-88b9-845894e7df71_9001/region.json\\"","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:25:18.550453412Z","hostname":"buskin","pid":1095}\n{"msg":"UUID: a31624de-3794-4be0-88b9-845894e7df71","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:25:18.584788451Z","hostname":"buskin","pid":1095}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:25:18.584805121Z","hostname":"buskin","pid":1095}\n
target = phd_framework::disk::crucible
|
1992 | 2024-06-17T17:25:18.593Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["create", "--block-size", "512", "--data", "/tmp/propolis-phd/a31624de-3794-4be0-88b9-845894e7df71_9002", "--encrypted", "--uuid", "a31624de-3794-4be0-88b9-845894e7df71", "--extent-size", "131072", "--extent-count", "160"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
1993 | 2024-06-17T17:25:18.654Z | INFO | phd-runner: [TEST - EVENT] Created Crucible region using crucible-downstairs
file = phd-tests/framework/src/disk/crucible.rs
line = 202
path = phd_tests::crucible::smoke::boot_test
status = ExitStatus(unix_wait_status(0))
stderr =
stdout = {"msg":"Created new region file \\"/tmp/propolis-phd/a31624de-3794-4be0-88b9-845894e7df71_9002/region.json\\"","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:25:18.612018554Z","hostname":"buskin","pid":1096}\n{"msg":"UUID: a31624de-3794-4be0-88b9-845894e7df71","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:25:18.645425818Z","hostname":"buskin","pid":1096}\n{"msg":"Blocks per extent:131072 Total Extents: 160","v":0,"name":"crucible","level":30,"time":"2024-06-17T17:25:18.645441958Z","hostname":"buskin","pid":1096}\n
target = phd_framework::disk::crucible
|
1994 | 2024-06-17T17:25:18.654Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::boot_test
stderr_path = "/tmp/propolis-phd/crucible_a31624de-3794-4be0-88b9-845894e7df71_9000.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_a31624de-3794-4be0-88b9-845894e7df71_9000.stdout.log"
target = phd_framework::server_log_mode
|
1995 | 2024-06-17T17:25:18.654Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/a31624de-3794-4be0-88b9-845894e7df71_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 238
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
1996 | 2024-06-17T17:25:18.654Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9000", "--data", "/tmp/propolis-phd/a31624de-3794-4be0-88b9-845894e7df71_9000"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
1997 | 2024-06-17T17:25:18.665Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::boot_test
stderr_path = "/tmp/propolis-phd/crucible_a31624de-3794-4be0-88b9-845894e7df71_9001.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_a31624de-3794-4be0-88b9-845894e7df71_9001.stdout.log"
target = phd_framework::server_log_mode
|
1998 | 2024-06-17T17:25:18.665Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/a31624de-3794-4be0-88b9-845894e7df71_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 238
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
1999 | 2024-06-17T17:25:18.665Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9001", "--data", "/tmp/propolis-phd/a31624de-3794-4be0-88b9-845894e7df71_9001"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
2000 | 2024-06-17T17:25:18.676Z | INFO | phd-runner: [TEST - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::boot_test
stderr_path = "/tmp/propolis-phd/crucible_a31624de-3794-4be0-88b9-845894e7df71_9002.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_a31624de-3794-4be0-88b9-845894e7df71_9002.stdout.log"
target = phd_framework::server_log_mode
|
2001 | 2024-06-17T17:25:18.676Z | INFO | phd-runner: [TEST - EVENT] Launching Crucible downstairs server
crucible_args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/a31624de-3794-4be0-88b9-845894e7df71_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 238
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
2002 | 2024-06-17T17:25:18.676Z | INFO | phd-runner: [TEST - EVENT] Running crucible-downstairs
args = ["run", "--address", "127.0.0.1", "--port", "9002", "--data", "/tmp/propolis-phd/a31624de-3794-4be0-88b9-845894e7df71_9002"]
file = phd-tests/framework/src/disk/crucible.rs
line = 346
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::disk::crucible
|
2003 | 2024-06-17T17:25:18.687Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
2004 | 2024-06-17T17:25:18.687Z | 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 = 187
path = phd_tests::crucible::smoke::boot_test
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": Crucible(CrucibleStorageBackend { readonly: false, request_json: "{\\"type\\":\\"volume\\",\\"block_size\\":512,\\"id\\":\\"a31624de-3794-4be0-88b9-845894e7df71\\",\\"read_only_parent\\":{\\"type\\":\\"file\\",\\"block_size\\":512,\\"id\\":\\"bb49b466-ca60-42b5-bac5-c359c470a78f\\",\\"path\\":\\"/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso\\"},\\"sub_volumes\\":[{\\"type\\":\\"region\\",\\"block_size\\":512,\\"blocks_per_extent\\":131072,\\"extent_count\\":160,\\"gen\\":1,\\"opts\\":{\\"id\\":\\"3299510b-3f64-4ab5-bfe9-30b06e1023b1\\",\\"key\\":\\"BqxYnhl+Rik1eUuQo8+nbMlma9YJYwrzAWkfCzEUS1U=\\",\\"lossy\\":false,\\"read_only\\":false,\\"target\\":[\\"127.0.0.1:9000\\",\\"127.0.0.1:9001\\",\\"127.0.0.1:9002\\"]}}]}" })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = crucible_boot_test
|
2005 | 2024-06-17T17:25:18.687Z | 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
|
2006 | 2024-06-17T17:25:18.688Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/crucible_boot_test.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::crucible::smoke::boot_test
server_addr = 127.0.0.1:9003
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
2007 | 2024-06-17T17:25:18.688Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::crucible::smoke::boot_test
stderr_path = "/tmp/propolis-phd/crucible_boot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/crucible_boot_test.stdout.log"
target = phd_framework::server_log_mode
|
2008 | 2024-06-17T17:25:18.699Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1100
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm::server
|
2009 | 2024-06-17T17:25:18.699Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
2010 | 2024-06-17T17:25:18.699Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 3a459ccc-a36a-45f0-9bba-c9726ada1f00
|
2011 | 2024-06-17T17:25:18.700Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9003/instance/spec): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 3a459ccc-a36a-45f0-9bba-c9726ada1f00
|
2012 | 2024-06-17T17:25:19.103Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
2013 | 2024-06-17T17:25:19.103Z | 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: 3a459ccc-a36a-45f0-9bba-c9726ada1f00, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: da134b1e-b8a7-4ea0-b538-0fb12eb264dc, silo_id: e8fa74cf-18a5-4028-af5a-72a2387a6da0 }, name: "phd-vm-3a459ccc-a36a-45f0-9bba-c9726ada1f00", vcpus: 2 }, state: Creating }
line = 382
path = phd_tests::crucible::smoke::boot_test
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": Crucible(CrucibleStorageBackend { readonly: false, request_json: "{\\"type\\":\\"volume\\",\\"block_size\\":512,\\"id\\":\\"a31624de-3794-4be0-88b9-845894e7df71\\",\\"read_only_parent\\":{\\"type\\":\\"file\\",\\"block_size\\":512,\\"id\\":\\"bb49b466-ca60-42b5-bac5-c359c470a78f\\",\\"path\\":\\"/phd-artifacts/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso\\"},\\"sub_volumes\\":[{\\"type\\":\\"region\\",\\"block_size\\":512,\\"blocks_per_extent\\":131072,\\"extent_count\\":160,\\"gen\\":1,\\"opts\\":{\\"id\\":\\"3299510b-3f64-4ab5-bfe9-30b06e1023b1\\",\\"key\\":\\"BqxYnhl+Rik1eUuQo8+nbMlma9YJYwrzAWkfCzEUS1U=\\",\\"lossy\\":false,\\"read_only\\":false,\\"target\\":[\\"127.0.0.1:9000\\",\\"127.0.0.1:9001\\",\\"127.0.0.1:9002\\"]}}]}" })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 3a459ccc-a36a-45f0-9bba-c9726ada1f00
|
2014 | 2024-06-17T17:25:19.103Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 403
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 3a459ccc-a36a-45f0-9bba-c9726ada1f00
|
2015 | 2024-06-17T17:25:19.104Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 3a459ccc-a36a-45f0-9bba-c9726ada1f00
|
2016 | 2024-06-17T17:25:19.104Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::crucible::smoke::boot_test
state = Run
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 3a459ccc-a36a-45f0-9bba-c9726ada1f00
|
2017 | 2024-06-17T17:25:19.104Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 3a459ccc-a36a-45f0-9bba-c9726ada1f00
|
2018 | 2024-06-17T17:25:19.104Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
2019 | 2024-06-17T17:25:19.104Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = crucible_boot_test
vm_id = 3a459ccc-a36a-45f0-9bba-c9726ada1f00
|
2020 | 2024-06-17T17:25:19.104Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::crucible::smoke::boot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
2021 | 2024-06-17T17:25:19.104Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 3a459ccc-a36a-45f0-9bba-c9726ada1f00
|
2022 | 2024-06-17T17:25:19.104Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_boot_test
vm_id = 3a459ccc-a36a-45f0-9bba-c9726ada1f00
|
2023 | 2024-06-17T17:25:24.024Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4919
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 3a459ccc-a36a-45f0-9bba-c9726ada1f00
|
2024 | 2024-06-17T17:25:24.024Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::crucible::smoke::boot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
2025 | 2024-06-17T17:25:24.024Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::crucible::smoke::boot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
2026 | 2024-06-17T17:25:24.024Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 3a459ccc-a36a-45f0-9bba-c9726ada1f00
|
2027 | 2024-06-17T17:25:24.025Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = crucible_boot_test
vm_id = 3a459ccc-a36a-45f0-9bba-c9726ada1f00
|
2028 | 2024-06-17T17:25:24.041Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 15
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 3a459ccc-a36a-45f0-9bba-c9726ada1f00
|
2029 | 2024-06-17T17:25:24.041Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 691
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
2030 | 2024-06-17T17:25:24.041Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4936
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
|
2031 | 2024-06-17T17:25:24.041Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 3a459ccc-a36a-45f0-9bba-c9726ada1f00
|
2032 | 2024-06-17T17:25:24.041Z | 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
|
2033 | 2024-06-17T17:25:24.041Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4938
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
2034 | 2024-06-17T17:25:24.041Z | INFO | phd-runner: test phd_tests::crucible::smoke::boot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
2035 | 2024-06-17T17:25:24.041Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
2036 | 2024-06-17T17:25:24.042Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 3a459ccc-a36a-45f0-9bba-c9726ada1f00
|
2037 | 2024-06-17T17:25:24.533Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::crucible::smoke::boot_test
self.address = 127.0.0.1:9003
target = phd_framework::test_vm::server
vm = crucible_boot_test
vm_id = 3a459ccc-a36a-45f0-9bba-c9726ada1f00
|
2038 | 2024-06-17T17:25:24.670Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 54
path = phd_tests::crucible::smoke::boot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9000, data_dir: DataDirectory { path: "/tmp/propolis-phd/a31624de-3794-4be0-88b9-845894e7df71_9000" } }
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 3a459ccc-a36a-45f0-9bba-c9726ada1f00
|
2039 | 2024-06-17T17:25:24.682Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::boot_test
self.path = "/tmp/propolis-phd/a31624de-3794-4be0-88b9-845894e7df71_9000"
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 3a459ccc-a36a-45f0-9bba-c9726ada1f00
|
2040 | 2024-06-17T17:25:24.694Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 54
path = phd_tests::crucible::smoke::boot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9001, data_dir: DataDirectory { path: "/tmp/propolis-phd/a31624de-3794-4be0-88b9-845894e7df71_9001" } }
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 3a459ccc-a36a-45f0-9bba-c9726ada1f00
|
2041 | 2024-06-17T17:25:24.706Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::boot_test
self.path = "/tmp/propolis-phd/a31624de-3794-4be0-88b9-845894e7df71_9001"
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 3a459ccc-a36a-45f0-9bba-c9726ada1f00
|
2042 | 2024-06-17T17:25:24.716Z | INFO | phd-runner: [VM CLEANUP - EVENT] Stopping Crucible downstairs process
file = phd-tests/framework/src/disk/crucible.rs
line = 54
path = phd_tests::crucible::smoke::boot_test
self = Downstairs { process_handle: Child { stdin: None, stdout: None, stderr: None, .. }, address: 127.0.0.1:9002, data_dir: DataDirectory { path: "/tmp/propolis-phd/a31624de-3794-4be0-88b9-845894e7df71_9002" } }
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 3a459ccc-a36a-45f0-9bba-c9726ada1f00
|
2043 | 2024-06-17T17:25:24.727Z | INFO | phd-runner: [VM CLEANUP - EVENT] Deleting Crucible downstairs data directory
file = phd-tests/framework/src/disk/crucible.rs
line = 35
path = phd_tests::crucible::smoke::boot_test
self.path = "/tmp/propolis-phd/a31624de-3794-4be0-88b9-845894e7df71_9002"
target = phd_framework::disk::crucible
vm = crucible_boot_test
vm_id = 3a459ccc-a36a-45f0-9bba-c9726ada1f00
|
2044 | 2024-06-17T17:25:24.738Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 696
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::crucible::smoke::boot_test
target = phd_framework::test_vm
vm = crucible_boot_test
vm_id = 3a459ccc-a36a-45f0-9bba-c9726ada1f00
|
2045 | 2024-06-17T17:25:24.738Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6275
file = phd-tests/tests/src/crucible/smoke.rs
line = 10
path = phd_tests::crucible::smoke::boot_test
target = phd_tests::crucible::smoke
|
2046 | 2024-06-17T17:25:24.738Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 696
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
2047 | 2024-06-17T17:25:24.738Z | INFO | phd-runner: Starting test phd_tests::smoke::instance_spec_get_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
2048 | 2024-06-17T17:25:24.738Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
2049 | 2024-06-17T17:25:24.738Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
2050 | 2024-06-17T17:25:24.738Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/smoke.rs
line = 39
path = phd_tests::smoke::instance_spec_get_test
target = phd_tests::smoke
|
2051 | 2024-06-17T17:25:24.739Z | 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
|
2052 | 2024-06-17T17:25:24.739Z | 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
|
2053 | 2024-06-17T17:25:24.739Z | 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
|
2054 | 2024-06-17T17:25:24.739Z | 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::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = list
|
2055 | 2024-06-17T17:25:24.763Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::smoke::instance_spec_get_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 793M 1.80T 792M /phd-artifacts\n
target = phd_framework::zfs
|
2056 | 2024-06-17T17:25:24.763Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-fbb50af1-5dd2-4d9c-8955-e803734ff621"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = snapshot
|
2057 | 2024-06-17T17:25:24.790Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-fbb50af1-5dd2-4d9c-8955-e803734ff621", "phd-artifacts/phd-clone-061ca27b-a56d-4be8-bf88-bd4b05473ac6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = clone
|
2058 | 2024-06-17T17:25:24.816Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-061ca27b-a56d-4be8-bf88-bd4b05473ac6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = list
|
2059 | 2024-06-17T17:25:24.834Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::smoke::instance_spec_get_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-061ca27b-a56d-4be8-bf88-bd4b05473ac6 0B 1.80T 792M /phd-artifacts/phd-clone-061ca27b-a56d-4be8-bf88-bd4b05473ac6\n
target = phd_framework::zfs
|
2060 | 2024-06-17T17:25:24.834Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
|
2061 | 2024-06-17T17:25:24.835Z | 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 = 187
path = phd_tests::smoke::instance_spec_get_test
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-061ca27b-a56d-4be8-bf88-bd4b05473ac6/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 4, memory_mb: 3072 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = instance_spec_test
|
2062 | 2024-06-17T17:25:24.835Z | 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
|
2063 | 2024-06-17T17:25:24.835Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/instance_spec_test.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::smoke::instance_spec_get_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
2064 | 2024-06-17T17:25:24.835Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::smoke::instance_spec_get_test
stderr_path = "/tmp/propolis-phd/instance_spec_test.stderr.log"
stdout_path = "/tmp/propolis-phd/instance_spec_test.stdout.log"
target = phd_framework::server_log_mode
|
2065 | 2024-06-17T17:25:24.846Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1106
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm::server
|
2066 | 2024-06-17T17:25:24.847Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
|
2067 | 2024-06-17T17:25:24.847Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 82dc94e9-94a8-4ea3-96fb-6c12fbabdb98
|
2068 | 2024-06-17T17:25:24.847Z | 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): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 82dc94e9-94a8-4ea3-96fb-6c12fbabdb98
|
2069 | 2024-06-17T17:25:25.922Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
2070 | 2024-06-17T17:25:25.923Z | 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: 82dc94e9-94a8-4ea3-96fb-6c12fbabdb98, image_id: 00000000-0000-0000-0000-000000000000, memory: 3072, metadata: InstanceMetadata { project_id: 98e3bb6c-3456-4e96-8c64-aba968c4680a, silo_id: bb47b327-1375-430e-b952-3e58f5c2c184 }, name: "phd-vm-82dc94e9-94a8-4ea3-96fb-6c12fbabdb98", vcpus: 4 }, state: Creating }
line = 382
path = phd_tests::smoke::instance_spec_get_test
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-061ca27b-a56d-4be8-bf88-bd4b05473ac6/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 4, memory_mb: 3072 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 82dc94e9-94a8-4ea3-96fb-6c12fbabdb98
|
2071 | 2024-06-17T17:25:25.923Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 1075
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 82dc94e9-94a8-4ea3-96fb-6c12fbabdb98
|
2072 | 2024-06-17T17:25:25.923Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 82dc94e9-94a8-4ea3-96fb-6c12fbabdb98
|
2073 | 2024-06-17T17:25:25.923Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::smoke::instance_spec_get_test
state = Run
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 82dc94e9-94a8-4ea3-96fb-6c12fbabdb98
|
2074 | 2024-06-17T17:25:25.924Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 82dc94e9-94a8-4ea3-96fb-6c12fbabdb98
|
2075 | 2024-06-17T17:25:25.924Z | INFO | phd-runner: [GET_SPEC - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 459
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 82dc94e9-94a8-4ea3-96fb-6c12fbabdb98
|
2076 | 2024-06-17T17:25:25.924Z | INFO | phd-runner: [GET_SPEC - EVENT] Sending instance spec get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 461
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 82dc94e9-94a8-4ea3-96fb-6c12fbabdb98
|
2077 | 2024-06-17T17:25:25.924Z | INFO | phd-runner: [GET_SPEC - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 459
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 82dc94e9-94a8-4ea3-96fb-6c12fbabdb98
|
2078 | 2024-06-17T17:25:25.925Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 82dc94e9-94a8-4ea3-96fb-6c12fbabdb98
|
2079 | 2024-06-17T17:25:25.925Z | 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
|
2080 | 2024-06-17T17:25:25.925Z | INFO | phd-runner: test phd_tests::smoke::instance_spec_get_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
2081 | 2024-06-17T17:25:25.925Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 3
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
2082 | 2024-06-17T17:25:25.925Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
2083 | 2024-06-17T17:25:25.925Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 82dc94e9-94a8-4ea3-96fb-6c12fbabdb98
|
2084 | 2024-06-17T17:25:26.441Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::smoke::instance_spec_get_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = instance_spec_test
vm_id = 82dc94e9-94a8-4ea3-96fb-6c12fbabdb98
|
2085 | 2024-06-17T17:25:26.993Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
vm = instance_spec_test
vm_id = 82dc94e9-94a8-4ea3-96fb-6c12fbabdb98
|
2086 | 2024-06-17T17:25:26.993Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-061ca27b-a56d-4be8-bf88-bd4b05473ac6"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = destroy
vm = instance_spec_test
vm_id = 82dc94e9-94a8-4ea3-96fb-6c12fbabdb98
|
2087 | 2024-06-17T17:25:27.034Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
vm = instance_spec_test
vm_id = 82dc94e9-94a8-4ea3-96fb-6c12fbabdb98
|
2088 | 2024-06-17T17:25:27.035Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-fbb50af1-5dd2-4d9c-8955-e803734ff621"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::zfs
verb = destroy
vm = instance_spec_test
vm_id = 82dc94e9-94a8-4ea3-96fb-6c12fbabdb98
|
2089 | 2024-06-17T17:25:27.058Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 1133
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::smoke::instance_spec_get_test
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 82dc94e9-94a8-4ea3-96fb-6c12fbabdb98
|
2090 | 2024-06-17T17:25:27.058Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 2319
file = phd-tests/tests/src/smoke.rs
line = 39
path = phd_tests::smoke::instance_spec_get_test
target = phd_tests::smoke
|
2091 | 2024-06-17T17:25:27.058Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 1133
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
2092 | 2024-06-17T17:25:27.058Z | INFO | phd-runner: Starting test phd_tests::smoke::guest_reboot_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
2093 | 2024-06-17T17:25:27.058Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
2094 | 2024-06-17T17:25:27.058Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
2095 | 2024-06-17T17:25:27.059Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/smoke.rs
line = 27
path = phd_tests::smoke::guest_reboot_test
target = phd_tests::smoke
|
2096 | 2024-06-17T17:25:27.059Z | 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
|
2097 | 2024-06-17T17:25:27.059Z | 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
|
2098 | 2024-06-17T17:25:27.059Z | 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
|
2099 | 2024-06-17T17:25:27.059Z | 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::smoke::guest_reboot_test
target = phd_framework::zfs
verb = list
|
2100 | 2024-06-17T17:25:27.074Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::smoke::guest_reboot_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 793M 1.80T 792M /phd-artifacts\n
target = phd_framework::zfs
|
2101 | 2024-06-17T17:25:27.075Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9afb9adb-8860-45c0-bc63-4cb19a3ecf63"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = snapshot
|
2102 | 2024-06-17T17:25:27.095Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9afb9adb-8860-45c0-bc63-4cb19a3ecf63", "phd-artifacts/phd-clone-ad581a0a-aafb-47ce-bea8-4255a1bcde3a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = clone
|
2103 | 2024-06-17T17:25:27.116Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-ad581a0a-aafb-47ce-bea8-4255a1bcde3a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = list
|
2104 | 2024-06-17T17:25:27.131Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::smoke::guest_reboot_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-ad581a0a-aafb-47ce-bea8-4255a1bcde3a 0B 1.80T 792M /phd-artifacts/phd-clone-ad581a0a-aafb-47ce-bea8-4255a1bcde3a\n
target = phd_framework::zfs
|
2105 | 2024-06-17T17:25:27.131Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
2106 | 2024-06-17T17:25:27.132Z | 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 = 187
path = phd_tests::smoke::guest_reboot_test
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-ad581a0a-aafb-47ce-bea8-4255a1bcde3a/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = guest_reboot_test
|
2107 | 2024-06-17T17:25:27.132Z | 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
|
2108 | 2024-06-17T17:25:27.132Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/guest_reboot_test.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::smoke::guest_reboot_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
2109 | 2024-06-17T17:25:27.132Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::smoke::guest_reboot_test
stderr_path = "/tmp/propolis-phd/guest_reboot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/guest_reboot_test.stdout.log"
target = phd_framework::server_log_mode
|
2110 | 2024-06-17T17:25:27.142Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1114
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm::server
|
2111 | 2024-06-17T17:25:27.143Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
2112 | 2024-06-17T17:25:27.143Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2113 | 2024-06-17T17:25:27.143Z | 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): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2114 | 2024-06-17T17:25:27.586Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
2115 | 2024-06-17T17:25:27.586Z | 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: 248c6119-2572-422f-92fb-de0b197bd5fe, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 3b9069c6-93ae-4e47-9b79-49a736e593cb, silo_id: 9b652e47-3ea5-4ff8-9ad4-57ddfe04be6a }, name: "phd-vm-248c6119-2572-422f-92fb-de0b197bd5fe", vcpus: 2 }, state: Creating }
line = 382
path = phd_tests::smoke::guest_reboot_test
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-ad581a0a-aafb-47ce-bea8-4255a1bcde3a/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2116 | 2024-06-17T17:25:27.587Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 443
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2117 | 2024-06-17T17:25:27.587Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2118 | 2024-06-17T17:25:27.587Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::smoke::guest_reboot_test
state = Run
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2119 | 2024-06-17T17:25:27.588Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 1
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2120 | 2024-06-17T17:25:27.588Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
2121 | 2024-06-17T17:25:27.588Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2122 | 2024-06-17T17:25:27.588Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
2123 | 2024-06-17T17:25:27.588Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2124 | 2024-06-17T17:25:27.588Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2125 | 2024-06-17T17:25:31.803Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4214
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2126 | 2024-06-17T17:25:31.803Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::smoke::guest_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
2127 | 2024-06-17T17:25:31.803Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
2128 | 2024-06-17T17:25:31.803Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2129 | 2024-06-17T17:25:31.803Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2130 | 2024-06-17T17:25:31.817Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 13
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2131 | 2024-06-17T17:25:31.817Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 691
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
2132 | 2024-06-17T17:25:31.817Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4229
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
2133 | 2024-06-17T17:25:31.817Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
2134 | 2024-06-17T17:25:31.818Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2135 | 2024-06-17T17:25:31.818Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
2136 | 2024-06-17T17:25:31.818Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2137 | 2024-06-17T17:25:31.818Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2138 | 2024-06-17T17:25:38.343Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 6525
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2139 | 2024-06-17T17:25:38.343Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::smoke::guest_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
2140 | 2024-06-17T17:25:38.343Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::smoke::guest_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
2141 | 2024-06-17T17:25:38.343Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2142 | 2024-06-17T17:25:38.343Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2143 | 2024-06-17T17:25:38.358Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 14
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2144 | 2024-06-17T17:25:38.358Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 691
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
2145 | 2024-06-17T17:25:38.358Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 6540
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
|
2146 | 2024-06-17T17:25:38.358Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2147 | 2024-06-17T17:25:38.358Z | 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
|
2148 | 2024-06-17T17:25:38.359Z | INFO | phd-runner: test phd_tests::smoke::guest_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
2149 | 2024-06-17T17:25:38.359Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 10772
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
2150 | 2024-06-17T17:25:38.359Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
2151 | 2024-06-17T17:25:38.360Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2152 | 2024-06-17T17:25:38.935Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::smoke::guest_reboot_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2153 | 2024-06-17T17:25:39.073Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2154 | 2024-06-17T17:25:39.073Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-ad581a0a-aafb-47ce-bea8-4255a1bcde3a"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = destroy
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2155 | 2024-06-17T17:25:39.113Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2156 | 2024-06-17T17:25:39.113Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-9afb9adb-8860-45c0-bc63-4cb19a3ecf63"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::zfs
verb = destroy
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2157 | 2024-06-17T17:25:39.144Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 785
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::smoke::guest_reboot_test
target = phd_framework::test_vm
vm = guest_reboot_test
vm_id = 248c6119-2572-422f-92fb-de0b197bd5fe
|
2158 | 2024-06-17T17:25:39.144Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 12085
file = phd-tests/tests/src/smoke.rs
line = 27
path = phd_tests::smoke::guest_reboot_test
target = phd_tests::smoke
|
2159 | 2024-06-17T17:25:39.144Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 785
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
2160 | 2024-06-17T17:25:39.144Z | INFO | phd-runner: Starting test phd_tests::smoke::api_reboot_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
2161 | 2024-06-17T17:25:39.144Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
2162 | 2024-06-17T17:25:39.144Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
2163 | 2024-06-17T17:25:39.144Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/smoke.rs
line = 18
path = phd_tests::smoke::api_reboot_test
target = phd_tests::smoke
|
2164 | 2024-06-17T17:25:39.145Z | 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
|
2165 | 2024-06-17T17:25:39.145Z | 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
|
2166 | 2024-06-17T17:25:39.145Z | 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
|
2167 | 2024-06-17T17:25:39.145Z | 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::smoke::api_reboot_test
target = phd_framework::zfs
verb = list
|
2168 | 2024-06-17T17:25:39.163Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::smoke::api_reboot_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 793M 1.80T 792M /phd-artifacts\n
target = phd_framework::zfs
|
2169 | 2024-06-17T17:25:39.163Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-51052e76-1463-43bd-9295-fecf326fdbc5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
verb = snapshot
|
2170 | 2024-06-17T17:25:39.185Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-51052e76-1463-43bd-9295-fecf326fdbc5", "phd-artifacts/phd-clone-08b0a3fe-870c-42f2-ade7-f369bfd19039"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
verb = clone
|
2171 | 2024-06-17T17:25:39.208Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-08b0a3fe-870c-42f2-ade7-f369bfd19039"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
verb = list
|
2172 | 2024-06-17T17:25:39.224Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::smoke::api_reboot_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-08b0a3fe-870c-42f2-ade7-f369bfd19039 0B 1.80T 792M /phd-artifacts/phd-clone-08b0a3fe-870c-42f2-ade7-f369bfd19039\n
target = phd_framework::zfs
|
2173 | 2024-06-17T17:25:39.224Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
2174 | 2024-06-17T17:25:39.225Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 187
path = phd_tests::smoke::api_reboot_test
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-08b0a3fe-870c-42f2-ade7-f369bfd19039/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = api_reboot_test
|
2175 | 2024-06-17T17:25:39.225Z | 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
|
2176 | 2024-06-17T17:25:39.225Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/api_reboot_test.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::smoke::api_reboot_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
2177 | 2024-06-17T17:25:39.225Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::smoke::api_reboot_test
stderr_path = "/tmp/propolis-phd/api_reboot_test.stderr.log"
stdout_path = "/tmp/propolis-phd/api_reboot_test.stdout.log"
target = phd_framework::server_log_mode
|
2178 | 2024-06-17T17:25:39.235Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1122
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm::server
|
2179 | 2024-06-17T17:25:39.236Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
2180 | 2024-06-17T17:25:39.236Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2181 | 2024-06-17T17:25:39.237Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - EVENT] retriable error from instance_spec_ensure
e = Communication Error: error sending request for url (http://127.0.0.1:9000/instance/spec): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2182 | 2024-06-17T17:25:40.087Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
2183 | 2024-06-17T17:25:40.087Z | 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: 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: 69e51bdc-bfeb-430b-9ac2-20ea24181dee, silo_id: 3e741584-f979-496f-8f3c-107f07aed278 }, name: "phd-vm-79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0", vcpus: 2 }, state: Creating }
line = 382
path = phd_tests::smoke::api_reboot_test
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-08b0a3fe-870c-42f2-ade7-f369bfd19039/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2184 | 2024-06-17T17:25:40.087Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 850
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2185 | 2024-06-17T17:25:40.087Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2186 | 2024-06-17T17:25:40.087Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::smoke::api_reboot_test
state = Run
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2187 | 2024-06-17T17:25:40.088Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2188 | 2024-06-17T17:25:40.088Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
2189 | 2024-06-17T17:25:40.088Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2190 | 2024-06-17T17:25:40.088Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::smoke::api_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
2191 | 2024-06-17T17:25:40.088Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2192 | 2024-06-17T17:25:40.088Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2193 | 2024-06-17T17:25:44.317Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4229
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2194 | 2024-06-17T17:25:44.317Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::smoke::api_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
2195 | 2024-06-17T17:25:44.317Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
2196 | 2024-06-17T17:25:44.317Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2197 | 2024-06-17T17:25:44.317Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2198 | 2024-06-17T17:25:44.332Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 14
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2199 | 2024-06-17T17:25:44.333Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 691
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
2200 | 2024-06-17T17:25:44.333Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4244
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
2201 | 2024-06-17T17:25:44.333Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2202 | 2024-06-17T17:25:44.333Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::smoke::api_reboot_test
state = Reboot
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2203 | 2024-06-17T17:25:44.333Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2204 | 2024-06-17T17:25:44.333Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
2205 | 2024-06-17T17:25:44.334Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2206 | 2024-06-17T17:25:44.334Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::smoke::api_reboot_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
2207 | 2024-06-17T17:25:44.334Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2208 | 2024-06-17T17:25:44.334Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2209 | 2024-06-17T17:25:48.444Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4110
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2210 | 2024-06-17T17:25:48.444Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::smoke::api_reboot_test
step = WriteStr("root")
target = phd_framework::test_vm
|
2211 | 2024-06-17T17:25:48.445Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::smoke::api_reboot_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
2212 | 2024-06-17T17:25:48.445Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2213 | 2024-06-17T17:25:48.445Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2214 | 2024-06-17T17:25:48.459Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 13
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2215 | 2024-06-17T17:25:48.459Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 691
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
2216 | 2024-06-17T17:25:48.459Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4125
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
|
2217 | 2024-06-17T17:25:48.459Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2218 | 2024-06-17T17:25:48.459Z | 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
|
2219 | 2024-06-17T17:25:48.459Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 8372
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
2220 | 2024-06-17T17:25:48.459Z | INFO | phd-runner: test phd_tests::smoke::api_reboot_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
2221 | 2024-06-17T17:25:48.459Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
2222 | 2024-06-17T17:25:48.460Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2223 | 2024-06-17T17:25:49.179Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::smoke::api_reboot_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2224 | 2024-06-17T17:25:49.317Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2225 | 2024-06-17T17:25:49.317Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-08b0a3fe-870c-42f2-ade7-f369bfd19039"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
verb = destroy
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2226 | 2024-06-17T17:25:49.351Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2227 | 2024-06-17T17:25:49.351Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-51052e76-1463-43bd-9295-fecf326fdbc5"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::api_reboot_test
target = phd_framework::zfs
verb = destroy
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2228 | 2024-06-17T17:25:49.378Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 918
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::smoke::api_reboot_test
target = phd_framework::test_vm
vm = api_reboot_test
vm_id = 79bb0379-a6b9-4db6-b0af-0e0c7b5d4fe0
|
2229 | 2024-06-17T17:25:49.378Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 10233
file = phd-tests/tests/src/smoke.rs
line = 18
path = phd_tests::smoke::api_reboot_test
target = phd_tests::smoke
|
2230 | 2024-06-17T17:25:49.378Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 918
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
2231 | 2024-06-17T17:25:49.378Z | INFO | phd-runner: Starting test phd_tests::smoke::nproc_test
file = phd-tests/runner/src/execute.rs
line = 90
target = phd_runner::execute
|
2232 | 2024-06-17T17:25:49.378Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
2233 | 2024-06-17T17:25:49.378Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 41
target = phd_runner::fixtures
|
2234 | 2024-06-17T17:25:49.378Z | INFO | phd-runner: [TEST - START]
file = phd-tests/tests/src/smoke.rs
line = 7
path = phd_tests::smoke::nproc_test
target = phd_tests::smoke
|
2235 | 2024-06-17T17:25:49.379Z | 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
|
2236 | 2024-06-17T17:25:49.379Z | 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
|
2237 | 2024-06-17T17:25:49.379Z | 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
|
2238 | 2024-06-17T17:25:49.379Z | 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::smoke::nproc_test
target = phd_framework::zfs
verb = list
|
2239 | 2024-06-17T17:25:49.396Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::smoke::nproc_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts 793M 1.80T 792M /phd-artifacts\n
target = phd_framework::zfs
|
2240 | 2024-06-17T17:25:49.396Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c0c35796-2b8b-45f8-be03-514396556b3f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = snapshot
|
2241 | 2024-06-17T17:25:49.415Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c0c35796-2b8b-45f8-be03-514396556b3f", "phd-artifacts/phd-clone-f6689590-f854-4cbf-8737-9f1cb1bf7971"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = clone
|
2242 | 2024-06-17T17:25:49.439Z | DEBG | phd-runner: [TEST - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f6689590-f854-4cbf-8737-9f1cb1bf7971"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = list
|
2243 | 2024-06-17T17:25:49.458Z | DEBG | phd-runner: [TEST - EVENT] parsing zfs list output
file = phd-tests/framework/src/zfs.rs
line = 238
path = phd_tests::smoke::nproc_test
stdout = NAME USED AVAIL REFER MOUNTPOINT\nphd-artifacts/phd-clone-f6689590-f854-4cbf-8737-9f1cb1bf7971 0B 1.80T 792M /phd-artifacts/phd-clone-f6689590-f854-4cbf-8737-9f1cb1bf7971\n
target = phd_framework::zfs
|
2244 | 2024-06-17T17:25:49.458Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
|
2245 | 2024-06-17T17:25:49.458Z | 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 = 187
path = phd_tests::smoke::nproc_test
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-f6689590-f854-4cbf-8737-9f1cb1bf7971/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 6, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm_name = nproc_test
|
2246 | 2024-06-17T17:25:49.458Z | 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
|
2247 | 2024-06-17T17:25:49.458Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/nproc_test.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
path = phd_tests::smoke::nproc_test
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
2248 | 2024-06-17T17:25:49.458Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
path = phd_tests::smoke::nproc_test
stderr_path = "/tmp/propolis-phd/nproc_test.stderr.log"
stdout_path = "/tmp/propolis-phd/nproc_test.stdout.log"
target = phd_framework::server_log_mode
|
2249 | 2024-06-17T17:25:49.471Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 1130
file = phd-tests/framework/src/test_vm/server.rs
line = 107
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm::server
|
2250 | 2024-06-17T17:25:49.471Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 13
file = phd-tests/framework/src/test_vm/mod.rs
line = 177
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
|
2251 | 2024-06-17T17:25:49.471Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2252 | 2024-06-17T17:25:49.472Z | 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): error trying to connect: tcp connect error: Connection refused (os error 146)
file = phd-tests/framework/src/test_vm/mod.rs
line = 326
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2253 | 2024-06-17T17:25:50.162Z | INFO | phd-runner: [SERIAL CONSOLE TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
2254 | 2024-06-17T17:25:50.163Z | 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: 85f1cdc9-f9ab-421c-8c78-dd0aacb02406, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, metadata: InstanceMetadata { project_id: b92863fa-a307-4a66-bc4e-ed183e06a176, silo_id: 314d7bb4-45c3-4a47-a1de-48d1be1c8258 }, name: "phd-vm-85f1cdc9-f9ab-421c-8c78-dd0aacb02406", vcpus: 6 }, state: Creating }
line = 382
path = phd_tests::smoke::nproc_test
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/phd-artifacts/phd-clone-f6689590-f854-4cbf-8737-9f1cb1bf7971/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 6, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, qemu_pvpanic: None, serial_ports: {"com1": SerialPort { num: Com1 }}, storage_devices: {"disk-device0": NvmeDisk(NvmeDisk { backend_name: "boot-disk", pci_path: PciPath { bus: 0, device: 4, function: 0 } })} } }
target = phd_framework::test_vm
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2255 | 2024-06-17T17:25:50.163Z | INFO | phd-runner: [INSTANCE_ENSURE_INTERNAL - END]
elapsed_milliseconds = 691
file = phd-tests/framework/src/test_vm/mod.rs
line = 273
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2256 | 2024-06-17T17:25:50.163Z | INFO | phd-runner: [PUT_INSTANCE_STATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2257 | 2024-06-17T17:25:50.163Z | INFO | phd-runner: [PUT_INSTANCE_STATE - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 443
path = phd_tests::smoke::nproc_test
state = Run
target = phd_framework::test_vm
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2258 | 2024-06-17T17:25:50.164Z | INFO | phd-runner: [PUT_INSTANCE_STATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 438
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2259 | 2024-06-17T17:25:50.164Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
|
2260 | 2024-06-17T17:25:50.164Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] waiting for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 643
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = 300s
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2261 | 2024-06-17T17:25:50.164Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::smoke::nproc_test
step = WaitFor("localhost login: ")
target = phd_framework::test_vm
|
2262 | 2024-06-17T17:25:50.164Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2263 | 2024-06-17T17:25:50.164Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2264 | 2024-06-17T17:25:55.095Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 4930
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2265 | 2024-06-17T17:25:55.095Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::smoke::nproc_test
step = WriteStr("root")
target = phd_framework::test_vm
|
2266 | 2024-06-17T17:25:55.095Z | DEBG | phd-runner: [WAIT_TO_BOOT - EVENT] executing command in boot sequence
file = phd-tests/framework/src/test_vm/mod.rs
line = 651
path = phd_tests::smoke::nproc_test
step = WaitFor("localhost:~#")
target = phd_framework::test_vm
|
2267 | 2024-06-17T17:25:55.095Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2268 | 2024-06-17T17:25:55.095Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = CallerTimeout
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2269 | 2024-06-17T17:25:55.109Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 13
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2270 | 2024-06-17T17:25:55.109Z | INFO | phd-runner: [WAIT_TO_BOOT - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 691
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
|
2271 | 2024-06-17T17:25:55.109Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4945
file = phd-tests/framework/src/test_vm/mod.rs
line = 694
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
|
2272 | 2024-06-17T17:25:55.109Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2273 | 2024-06-17T17:25:55.110Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = Explicit(15s)
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2274 | 2024-06-17T17:25:55.120Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2275 | 2024-06-17T17:25:55.120Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2276 | 2024-06-17T17:25:55.120Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 716
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
timeout_duration = Explicit(300s)
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2277 | 2024-06-17T17:25:55.153Z | INFO | phd-runner: [WAIT_FOR_SERIAL_OUTPUT - END]
elapsed_milliseconds = 32
file = phd-tests/framework/src/test_vm/mod.rs
line = 709
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2278 | 2024-06-17T17:25:55.153Z | INFO | phd-runner: [VM CLEANUP - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2279 | 2024-06-17T17:25:55.153Z | 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
|
2280 | 2024-06-17T17:25:55.153Z | INFO | phd-runner: test phd_tests::smoke::nproc_test ... ok
file = phd-tests/runner/src/execute.rs
line = 129
target = phd_runner::execute
|
2281 | 2024-06-17T17:25:55.153Z | INFO | phd-runner: [SERIAL CONSOLE TASK - END]
elapsed_milliseconds = 4990
file = phd-tests/framework/src/serial/mod.rs
line = 200
target = phd_framework::serial
|
2282 | 2024-06-17T17:25:55.153Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
2283 | 2024-06-17T17:25:55.154Z | DEBG | phd-runner: [VM CLEANUP - EVENT] trying to ensure Propolis server VM is destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 972
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2284 | 2024-06-17T17:25:55.529Z | DEBG | phd-runner: [VM CLEANUP - EVENT] Killing Propolis server process
file = phd-tests/framework/src/test_vm/server.rs
line = 125
path = phd_tests::smoke::nproc_test
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2285 | 2024-06-17T17:25:55.668Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs clone dropped
file = phd-tests/framework/src/zfs.rs
line = 83
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2286 | 2024-06-17T17:25:55.668Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts/phd-clone-f6689590-f854-4cbf-8737-9f1cb1bf7971"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = destroy
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2287 | 2024-06-17T17:25:55.703Z | DEBG | phd-runner: [VM CLEANUP - EVENT] zfs snapshot dropped
file = phd-tests/framework/src/zfs.rs
line = 57
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2288 | 2024-06-17T17:25:55.703Z | DEBG | phd-runner: [VM CLEANUP - EVENT] executing ZFS command
args = ["phd-artifacts@phd-c0c35796-2b8b-45f8-be03-514396556b3f"]
file = phd-tests/framework/src/zfs.rs
line = 304
path = phd_tests::smoke::nproc_test
target = phd_framework::zfs
verb = destroy
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2289 | 2024-06-17T17:25:55.731Z | INFO | phd-runner: [VM CLEANUP - END]
elapsed_milliseconds = 577
file = phd-tests/framework/src/test_vm/mod.rs
line = 949
path = phd_tests::smoke::nproc_test
target = phd_framework::test_vm
vm = nproc_test
vm_id = 85f1cdc9-f9ab-421c-8c78-dd0aacb02406
|
2290 | 2024-06-17T17:25:55.731Z | INFO | phd-runner: [TEST - END]
elapsed_milliseconds = 6352
file = phd-tests/tests/src/smoke.rs
line = 7
path = phd_tests::smoke::nproc_test
target = phd_tests::smoke
|
2291 | 2024-06-17T17:25:55.731Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 577
file = phd-tests/runner/src/fixtures.rs
line = 51
target = phd_runner::fixtures
|
2292 | 2024-06-17T17:25:55.731Z | INFO | phd-runner: [EXECUTION_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 35
target = phd_runner::fixtures
|
2293 | 2024-06-17T17:25:55.731Z | INFO | phd-runner: [EXECUTION_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 35
target = phd_runner::fixtures
|
2294 | | |
2295 | | failures: |
2296 | | phd_tests::migrate::from_base::migration_from_base_and_back |
2297 | | phd_tests::migrate::from_base::serial_history |
2298 | | phd_tests::migrate::from_base::can_migrate_from_base |
2299 | | |
2300 | | test result: FAILED. 22 passed; 3 failed; 1 skipped; 0 not run; finished in 319.35s |
2301 | | |
2302 | 2024-06-17T17:25:55.731Z | DEBG | phd-runner: phd_runner
exit_code = 3
file = phd-tests/runner/src/main.rs
line = 40
target = phd_runner
|