1 | 2023-11-01T17:09:03.384Z | INFO | phd-runner: phd_runner
file = phd-tests/runner/src/main.rs
line = 32
runner_args = ProcessArgs { command: Run(RunOptions { propolis_server_cmd: "/work/phd-test/propolis-server", crucible_downstairs_cmd: None, tmp_directory: "/tmp/propolis-phd", artifact_directory: "/tmp/propolis-phd", 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: [] }), disable_ansi: false, emit_bunyan: true }
target = phd_runner
|
2 | 2023-11-01T17:09:03.387Z | INFO | phd-runner: Created new artifact store from manifest
file = phd-tests/framework/src/artifacts/store.rs
line = 207
store = Store { local_dir: "/tmp/propolis-phd", artifacts: {"alpine": Mutex { data: StoredArtifact { description: Artifact { filename: "alpine.iso", kind: GuestOs(Alpine), source: RemoteServer { sha256: "ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1" } }, cached_path: None }, poisoned: false, .. }, "ovmf": Mutex { data: StoredArtifact { description: Artifact { filename: "OVMF_CODE.fd", kind: Bootrom, source: Buildomat { repo: "oxidecomputer/edk2", series: "image_debug", commit: "6d92acf0a22718dd4175d7c64dbcf7aaec3740bd", sha256: "29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f" } }, cached_path: None }, poisoned: false, .. }}, remote_server_uris: ["https://oxide-omicron-build.s3.amazonaws.com"] }
target = phd_framework::artifacts::store
|
3 | 2023-11-01T17:09:03.387Z | INFO | phd-runner: [EXECUTION_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 23
target = phd_runner::fixtures
|
4 | 2023-11-01T17:09:03.387Z | INFO | phd-runner: [EXECUTION_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 23
target = phd_runner::fixtures
|
5 | 2023-11-01T17:09:03.387Z | INFO | phd-runner: Running 14 test(s)
file = phd-tests/runner/src/execute.rs
line = 98
target = phd_runner::execute
|
6 | 2023-11-01T17:09:03.387Z | INFO | phd-runner: Starting test phd_tests::server_state_machine::instance_reset_requires_running_test
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
7 | 2023-11-01T17:09:03.387Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
8 | 2023-11-01T17:09:03.387Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
9 | 2023-11-01T17:09:03.387Z | INFO | phd-runner: checking for existing copy of artifact
file = phd-tests/framework/src/artifacts/store.rs
line = 85
maybe_path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
10 | 2023-11-01T17:09:03.387Z | INFO | phd-runner: Downloading artifact with timeout 600s
file = phd-tests/framework/src/artifacts/store.rs
line = 140
maybe_path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
uri = https://buildomat.eng.oxide.computer/public/file/oxidecomputer/edk2/image_debug/6d92acf0a22718dd4175d7c64dbcf7aaec3740bd/OVMF_CODE.fd
|
11 | 2023-11-01T17:09:04.065Z | INFO | phd-runner: checking for existing copy of artifact
file = phd-tests/framework/src/artifacts/store.rs
line = 85
maybe_path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
12 | 2023-11-01T17:09:04.065Z | INFO | phd-runner: Downloading artifact with timeout 600s
file = phd-tests/framework/src/artifacts/store.rs
line = 140
maybe_path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
uri = https://oxide-omicron-build.s3.amazonaws.com/alpine.iso
|
13 | 2023-11-01T17:09:35.511Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
14 | 2023-11-01T17:09:35.511Z | INFO | phd-runner: Copying source image to create temporary disk
disk_path = /tmp/propolis-phd/d999a115-7f9c-4528-b1ec-dcde664235ec.phd_disk
file = phd-tests/framework/src/disk/file.rs
line = 42
source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::disk::file
|
15 | 2023-11-01T17:09:35.533Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
16 | 2023-11-01T17:09:35.534Z | 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 = 112
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/d999a115-7f9c-4528-b1ec-dcde664235ec.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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
|
17 | 2023-11-01T17:09:35.534Z | INFO | phd-runner: [NEW - EVENT] Examining locally-sourced artifact
file = phd-tests/framework/src/artifacts/store.rs
line = 52
path = /work/phd-test/propolis-server
sha256 = None
target = phd_framework::artifacts::store
|
18 | 2023-11-01T17:09:35.534Z | INFO | phd-runner: [NEW - EVENT] Locally-sourced artifact is valid, caching its path
file = phd-tests/framework/src/artifacts/store.rs
line = 65
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
19 | 2023-11-01T17:09:35.534Z | INFO | phd-runner: [VM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 970756d2-1d23-445f-a520-7bbdb2753396
|
20 | 2023-11-01T17:09:35.537Z | 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
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
21 | 2023-11-01T17:09:35.537Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
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
|
22 | 2023-11-01T17:09:35.556Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 848
file = phd-tests/framework/src/test_vm/server.rs
line = 80
target = phd_framework::test_vm::server
|
23 | 2023-11-01T17:09:35.556Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 22
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
24 | 2023-11-01T17:09:35.556Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 970756d2-1d23-445f-a520-7bbdb2753396
|
25 | 2023-11-01T17:09:35.557Z | INFO | phd-runner: [VM - EVENT] Error 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) while creating instance, will retry
file = phd-tests/framework/src/test_vm/mod.rs
line = 233
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 970756d2-1d23-445f-a520-7bbdb2753396
|
26 | 2023-11-01T17:09:36.183Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = instance_reset_requires_running_test
vm_id = 970756d2-1d23-445f-a520-7bbdb2753396
|
27 | 2023-11-01T17:09:36.183Z | INFO | phd-runner: [SERIAL - START]
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = instance_reset_requires_running_test
vm_id = 970756d2-1d23-445f-a520-7bbdb2753396
|
28 | 2023-11-01T17:09:36.184Z | INFO | phd-runner: [VM - 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: 970756d2-1d23-445f-a520-7bbdb2753396, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-970756d2-1d23-445f-a520-7bbdb2753396", vcpus: 2 }, state: Creating }
line = 257
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/d999a115-7f9c-4528-b1ec-dcde664235ec.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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 = 970756d2-1d23-445f-a520-7bbdb2753396
|
29 | 2023-11-01T17:09:36.184Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Run
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 970756d2-1d23-445f-a520-7bbdb2753396
|
30 | 2023-11-01T17:09:36.185Z | INFO | phd-runner: [VM - EVENT] Waiting 60s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 464
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 970756d2-1d23-445f-a520-7bbdb2753396
|
31 | 2023-11-01T17:09:36.185Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 970756d2-1d23-445f-a520-7bbdb2753396
|
32 | 2023-11-01T17:09:36.672Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 970756d2-1d23-445f-a520-7bbdb2753396
|
33 | 2023-11-01T17:09:36.673Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 970756d2-1d23-445f-a520-7bbdb2753396
|
34 | 2023-11-01T17:09:36.673Z | INFO | phd-runner: [VM - EVENT] Cleaning up Test VM on drop
file = phd-tests/framework/src/test_vm/mod.rs
line = 647
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 970756d2-1d23-445f-a520-7bbdb2753396
|
35 | 2023-11-01T17:09:36.674Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Stop
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 970756d2-1d23-445f-a520-7bbdb2753396
|
36 | 2023-11-01T17:09:36.674Z | INFO | phd-runner: [VM - EVENT] Waiting 5s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 464
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 970756d2-1d23-445f-a520-7bbdb2753396
|
37 | 2023-11-01T17:09:36.674Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 970756d2-1d23-445f-a520-7bbdb2753396
|
38 | 2023-11-01T17:09:36.675Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed
file = phd-tests/framework/src/serial/mod.rs
line = 40
target = phd_framework::serial
vm = instance_reset_requires_running_test
vm_id = 970756d2-1d23-445f-a520-7bbdb2753396
|
39 | 2023-11-01T17:09:36.675Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - END]
elapsed_milliseconds = 491
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = instance_reset_requires_running_test
vm_id = 970756d2-1d23-445f-a520-7bbdb2753396
|
40 | 2023-11-01T17:09:37.318Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 970756d2-1d23-445f-a520-7bbdb2753396
|
41 | 2023-11-01T17:09:37.321Z | INFO | phd-runner: Killing Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 92
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
|
42 | 2023-11-01T17:09:37.339Z | INFO | phd-runner: Successfully waited for demise of Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 107
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
|
43 | 2023-11-01T17:09:37.339Z | INFO | phd-runner: Deleting guest disk image
file = phd-tests/framework/src/disk/file.rs
line = 84
path = /tmp/propolis-phd/d999a115-7f9c-4528-b1ec-dcde664235ec.phd_disk
target = phd_framework::disk::file
|
44 | 2023-11-01T17:09:37.344Z | INFO | phd-runner: [SERIAL - END]
elapsed_milliseconds = 1160
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = instance_reset_requires_running_test
vm_id = 970756d2-1d23-445f-a520-7bbdb2753396
|
45 | 2023-11-01T17:09:37.344Z | INFO | phd-runner: [VM - END]
elapsed_milliseconds = 1787
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = instance_reset_requires_running_test
vm_id = 970756d2-1d23-445f-a520-7bbdb2753396
|
46 | 2023-11-01T17:09:37.344Z | INFO | phd-runner: test phd_tests::server_state_machine::instance_reset_requires_running_test ... ok
file = phd-tests/runner/src/execute.rs
line = 117
target = phd_runner::execute
|
47 | 2023-11-01T17:09:37.344Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
48 | 2023-11-01T17:09:37.344Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
49 | 2023-11-01T17:09:37.344Z | INFO | phd-runner: Starting test phd_tests::server_state_machine::instance_reset_test
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
50 | 2023-11-01T17:09:37.344Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
51 | 2023-11-01T17:09:37.344Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
52 | 2023-11-01T17:09:37.344Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
53 | 2023-11-01T17:09:37.344Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
54 | 2023-11-01T17:09:37.344Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
55 | 2023-11-01T17:09:37.344Z | INFO | phd-runner: Copying source image to create temporary disk
disk_path = /tmp/propolis-phd/e2e8c661-8c75-47cb-8921-cc97d0fb0de5.phd_disk
file = phd-tests/framework/src/disk/file.rs
line = 42
source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::disk::file
|
56 | 2023-11-01T17:09:37.368Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
57 | 2023-11-01T17:09:37.368Z | 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 = 112
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/e2e8c661-8c75-47cb-8921-cc97d0fb0de5.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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
|
58 | 2023-11-01T17:09:37.368Z | INFO | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
59 | 2023-11-01T17:09:37.368Z | INFO | phd-runner: [VM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
60 | 2023-11-01T17:09:37.370Z | 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
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
61 | 2023-11-01T17:09:37.370Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
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
|
62 | 2023-11-01T17:09:37.376Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 850
file = phd-tests/framework/src/test_vm/server.rs
line = 80
target = phd_framework::test_vm::server
|
63 | 2023-11-01T17:09:37.376Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 8
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
64 | 2023-11-01T17:09:37.376Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
65 | 2023-11-01T17:09:37.377Z | INFO | phd-runner: [VM - EVENT] Error 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) while creating instance, will retry
file = phd-tests/framework/src/test_vm/mod.rs
line = 233
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
66 | 2023-11-01T17:09:37.990Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
67 | 2023-11-01T17:09:37.990Z | INFO | phd-runner: [SERIAL - START]
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
68 | 2023-11-01T17:09:37.990Z | INFO | phd-runner: [VM - 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: 64f296df-5e11-4793-a113-18486cfd6001, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-64f296df-5e11-4793-a113-18486cfd6001", vcpus: 2 }, state: Creating }
line = 257
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/e2e8c661-8c75-47cb-8921-cc97d0fb0de5.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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 = 64f296df-5e11-4793-a113-18486cfd6001
|
69 | 2023-11-01T17:09:37.991Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Run
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
70 | 2023-11-01T17:09:37.991Z | INFO | phd-runner: [VM - EVENT] Waiting 60s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 464
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
71 | 2023-11-01T17:09:37.991Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
72 | 2023-11-01T17:09:38.382Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
73 | 2023-11-01T17:09:38.383Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
74 | 2023-11-01T17:09:38.384Z | INFO | phd-runner: [VM - EVENT] Waiting 60s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 464
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
75 | 2023-11-01T17:09:38.384Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
76 | 2023-11-01T17:09:38.749Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
77 | 2023-11-01T17:09:38.750Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
78 | 2023-11-01T17:09:38.750Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
79 | 2023-11-01T17:09:38.751Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
80 | 2023-11-01T17:09:38.751Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
81 | 2023-11-01T17:09:38.751Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
82 | 2023-11-01T17:09:38.752Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
83 | 2023-11-01T17:09:38.752Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
84 | 2023-11-01T17:09:38.753Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
85 | 2023-11-01T17:09:38.753Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
86 | 2023-11-01T17:09:38.754Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
87 | 2023-11-01T17:09:38.754Z | INFO | phd-runner: [VM - EVENT] Waiting 60s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 464
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
88 | 2023-11-01T17:09:38.754Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
89 | 2023-11-01T17:09:39.360Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
90 | 2023-11-01T17:09:39.361Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Stop
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
91 | 2023-11-01T17:09:39.361Z | INFO | phd-runner: [VM - EVENT] Waiting 60s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 464
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
92 | 2023-11-01T17:09:39.361Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
93 | 2023-11-01T17:09:39.362Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed
file = phd-tests/framework/src/serial/mod.rs
line = 40
target = phd_framework::serial
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
94 | 2023-11-01T17:09:39.362Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - END]
elapsed_milliseconds = 1372
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
95 | 2023-11-01T17:09:39.736Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
96 | 2023-11-01T17:09:39.738Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Reboot
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
97 | 2023-11-01T17:09:39.738Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
98 | 2023-11-01T17:09:39.741Z | INFO | phd-runner: Killing Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 92
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
|
99 | 2023-11-01T17:09:39.757Z | INFO | phd-runner: Successfully waited for demise of Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 107
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
|
100 | 2023-11-01T17:09:39.757Z | INFO | phd-runner: Deleting guest disk image
file = phd-tests/framework/src/disk/file.rs
line = 84
path = /tmp/propolis-phd/e2e8c661-8c75-47cb-8921-cc97d0fb0de5.phd_disk
target = phd_framework::disk::file
|
101 | 2023-11-01T17:09:39.760Z | INFO | phd-runner: [SERIAL - END]
elapsed_milliseconds = 1770
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
102 | 2023-11-01T17:09:39.760Z | INFO | phd-runner: [VM - END]
elapsed_milliseconds = 2384
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = instance_reset_returns_to_running_test
vm_id = 64f296df-5e11-4793-a113-18486cfd6001
|
103 | 2023-11-01T17:09:39.761Z | INFO | phd-runner: test phd_tests::server_state_machine::instance_reset_test ... ok
file = phd-tests/runner/src/execute.rs
line = 117
target = phd_runner::execute
|
104 | 2023-11-01T17:09:39.761Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
105 | 2023-11-01T17:09:39.761Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
106 | 2023-11-01T17:09:39.761Z | INFO | phd-runner: Starting test phd_tests::server_state_machine::instance_stop_causes_destroy_test
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
107 | 2023-11-01T17:09:39.761Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
108 | 2023-11-01T17:09:39.761Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
109 | 2023-11-01T17:09:39.761Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
110 | 2023-11-01T17:09:39.761Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
111 | 2023-11-01T17:09:39.761Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
112 | 2023-11-01T17:09:39.761Z | INFO | phd-runner: Copying source image to create temporary disk
disk_path = /tmp/propolis-phd/420b33a1-1c9f-4408-a677-90fe2da17529.phd_disk
file = phd-tests/framework/src/disk/file.rs
line = 42
source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::disk::file
|
113 | 2023-11-01T17:09:39.786Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
114 | 2023-11-01T17:09:39.786Z | 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 = 112
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/420b33a1-1c9f-4408-a677-90fe2da17529.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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
|
115 | 2023-11-01T17:09:39.787Z | INFO | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
116 | 2023-11-01T17:09:39.787Z | INFO | phd-runner: [VM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 8a101b14-2804-48a0-8791-ce7446d6d734
|
117 | 2023-11-01T17:09:39.789Z | 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
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
118 | 2023-11-01T17:09:39.789Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
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
|
119 | 2023-11-01T17:09:39.797Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 852
file = phd-tests/framework/src/test_vm/server.rs
line = 80
target = phd_framework::test_vm::server
|
120 | 2023-11-01T17:09:39.797Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
121 | 2023-11-01T17:09:39.797Z | INFO | phd-runner: [VM - EVENT] Error 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) while creating instance, will retry
file = phd-tests/framework/src/test_vm/mod.rs
line = 233
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 8a101b14-2804-48a0-8791-ce7446d6d734
|
122 | 2023-11-01T17:09:40.411Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = instance_stop_causes_destroy_test
vm_id = 8a101b14-2804-48a0-8791-ce7446d6d734
|
123 | 2023-11-01T17:09:40.411Z | INFO | phd-runner: [SERIAL - START]
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = instance_stop_causes_destroy_test
vm_id = 8a101b14-2804-48a0-8791-ce7446d6d734
|
124 | 2023-11-01T17:09:40.412Z | INFO | phd-runner: [VM - 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: 8a101b14-2804-48a0-8791-ce7446d6d734, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-8a101b14-2804-48a0-8791-ce7446d6d734", vcpus: 2 }, state: Creating }
line = 257
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/420b33a1-1c9f-4408-a677-90fe2da17529.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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 = 8a101b14-2804-48a0-8791-ce7446d6d734
|
125 | 2023-11-01T17:09:40.412Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Run
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 8a101b14-2804-48a0-8791-ce7446d6d734
|
126 | 2023-11-01T17:09:40.412Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Stop
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 8a101b14-2804-48a0-8791-ce7446d6d734
|
127 | 2023-11-01T17:09:40.413Z | INFO | phd-runner: [VM - EVENT] Waiting 60s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 464
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 8a101b14-2804-48a0-8791-ce7446d6d734
|
128 | 2023-11-01T17:09:40.413Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 8a101b14-2804-48a0-8791-ce7446d6d734
|
129 | 2023-11-01T17:09:40.413Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed
file = phd-tests/framework/src/serial/mod.rs
line = 40
target = phd_framework::serial
vm = instance_stop_causes_destroy_test
vm_id = 8a101b14-2804-48a0-8791-ce7446d6d734
|
130 | 2023-11-01T17:09:40.414Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - END]
elapsed_milliseconds = 2
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = instance_stop_causes_destroy_test
vm_id = 8a101b14-2804-48a0-8791-ce7446d6d734
|
131 | 2023-11-01T17:09:40.733Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 8a101b14-2804-48a0-8791-ce7446d6d734
|
132 | 2023-11-01T17:09:40.735Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Run
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 8a101b14-2804-48a0-8791-ce7446d6d734
|
133 | 2023-11-01T17:09:40.735Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Stop
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 8a101b14-2804-48a0-8791-ce7446d6d734
|
134 | 2023-11-01T17:09:40.736Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Reboot
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 8a101b14-2804-48a0-8791-ce7446d6d734
|
135 | 2023-11-01T17:09:40.736Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 8a101b14-2804-48a0-8791-ce7446d6d734
|
136 | 2023-11-01T17:09:40.739Z | INFO | phd-runner: Killing Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 92
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
|
137 | 2023-11-01T17:09:40.754Z | INFO | phd-runner: Successfully waited for demise of Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 107
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
|
138 | 2023-11-01T17:09:40.754Z | INFO | phd-runner: Deleting guest disk image
file = phd-tests/framework/src/disk/file.rs
line = 84
path = /tmp/propolis-phd/420b33a1-1c9f-4408-a677-90fe2da17529.phd_disk
target = phd_framework::disk::file
|
139 | 2023-11-01T17:09:40.758Z | INFO | phd-runner: [SERIAL - END]
elapsed_milliseconds = 347
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = instance_stop_causes_destroy_test
vm_id = 8a101b14-2804-48a0-8791-ce7446d6d734
|
140 | 2023-11-01T17:09:40.758Z | INFO | phd-runner: [VM - END]
elapsed_milliseconds = 961
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = instance_stop_causes_destroy_test
vm_id = 8a101b14-2804-48a0-8791-ce7446d6d734
|
141 | 2023-11-01T17:09:40.758Z | INFO | phd-runner: test phd_tests::server_state_machine::instance_stop_causes_destroy_test ... ok
file = phd-tests/runner/src/execute.rs
line = 117
target = phd_runner::execute
|
142 | 2023-11-01T17:09:40.758Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
143 | 2023-11-01T17:09:40.758Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
144 | 2023-11-01T17:09:40.758Z | INFO | phd-runner: Starting test phd_tests::server_state_machine::instance_start_stop_test
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
145 | 2023-11-01T17:09:40.758Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
146 | 2023-11-01T17:09:40.758Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
147 | 2023-11-01T17:09:40.759Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
148 | 2023-11-01T17:09:40.759Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
149 | 2023-11-01T17:09:40.759Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
150 | 2023-11-01T17:09:40.759Z | INFO | phd-runner: Copying source image to create temporary disk
disk_path = /tmp/propolis-phd/7fca8e55-6eba-4ea7-9b56-bacd7dad6729.phd_disk
file = phd-tests/framework/src/disk/file.rs
line = 42
source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::disk::file
|
151 | 2023-11-01T17:09:40.782Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
152 | 2023-11-01T17:09:40.782Z | INFO | phd-runner: [NEW - EVENT] phd_framework::test_vm
environment = EnvironmentSpec { location: Local, propolis_artifact: "__DEFAULT_PROPOLIS" }
file = phd-tests/framework/src/test_vm/mod.rs
guest_os_kind = Alpine
line = 112
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/7fca8e55-6eba-4ea7-9b56-bacd7dad6729.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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
|
153 | 2023-11-01T17:09:40.782Z | INFO | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
154 | 2023-11-01T17:09:40.782Z | INFO | phd-runner: [VM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = c97f5130-bbb9-4fc1-852c-fe3b7c32e9ef
|
155 | 2023-11-01T17:09:40.784Z | 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
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
156 | 2023-11-01T17:09:40.785Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
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
|
157 | 2023-11-01T17:09:40.791Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 854
file = phd-tests/framework/src/test_vm/server.rs
line = 80
target = phd_framework::test_vm::server
|
158 | 2023-11-01T17:09:40.791Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 8
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
159 | 2023-11-01T17:09:40.791Z | INFO | phd-runner: [VM - EVENT] Error 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) while creating instance, will retry
file = phd-tests/framework/src/test_vm/mod.rs
line = 233
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = c97f5130-bbb9-4fc1-852c-fe3b7c32e9ef
|
160 | 2023-11-01T17:09:41.409Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = instance_ensure_running_test
vm_id = c97f5130-bbb9-4fc1-852c-fe3b7c32e9ef
|
161 | 2023-11-01T17:09:41.409Z | INFO | phd-runner: [SERIAL - START]
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = instance_ensure_running_test
vm_id = c97f5130-bbb9-4fc1-852c-fe3b7c32e9ef
|
162 | 2023-11-01T17:09:41.410Z | INFO | phd-runner: [VM - 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: c97f5130-bbb9-4fc1-852c-fe3b7c32e9ef, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-c97f5130-bbb9-4fc1-852c-fe3b7c32e9ef", vcpus: 2 }, state: Creating }
line = 257
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/7fca8e55-6eba-4ea7-9b56-bacd7dad6729.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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 = c97f5130-bbb9-4fc1-852c-fe3b7c32e9ef
|
163 | 2023-11-01T17:09:41.410Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = c97f5130-bbb9-4fc1-852c-fe3b7c32e9ef
|
164 | 2023-11-01T17:09:41.411Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Run
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = c97f5130-bbb9-4fc1-852c-fe3b7c32e9ef
|
165 | 2023-11-01T17:09:41.412Z | INFO | phd-runner: [VM - EVENT] Waiting 60s for server to reach state Running
file = phd-tests/framework/src/test_vm/mod.rs
line = 464
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = c97f5130-bbb9-4fc1-852c-fe3b7c32e9ef
|
166 | 2023-11-01T17:09:41.412Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = c97f5130-bbb9-4fc1-852c-fe3b7c32e9ef
|
167 | 2023-11-01T17:09:42.127Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = c97f5130-bbb9-4fc1-852c-fe3b7c32e9ef
|
168 | 2023-11-01T17:09:42.128Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Stop
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = c97f5130-bbb9-4fc1-852c-fe3b7c32e9ef
|
169 | 2023-11-01T17:09:42.128Z | INFO | phd-runner: [VM - EVENT] Waiting 60s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 464
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = c97f5130-bbb9-4fc1-852c-fe3b7c32e9ef
|
170 | 2023-11-01T17:09:42.128Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = c97f5130-bbb9-4fc1-852c-fe3b7c32e9ef
|
171 | 2023-11-01T17:09:42.129Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed
file = phd-tests/framework/src/serial/mod.rs
line = 40
target = phd_framework::serial
vm = instance_ensure_running_test
vm_id = c97f5130-bbb9-4fc1-852c-fe3b7c32e9ef
|
172 | 2023-11-01T17:09:42.129Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - END]
elapsed_milliseconds = 719
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = instance_ensure_running_test
vm_id = c97f5130-bbb9-4fc1-852c-fe3b7c32e9ef
|
173 | 2023-11-01T17:09:42.508Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = c97f5130-bbb9-4fc1-852c-fe3b7c32e9ef
|
174 | 2023-11-01T17:09:42.509Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = c97f5130-bbb9-4fc1-852c-fe3b7c32e9ef
|
175 | 2023-11-01T17:09:42.511Z | INFO | phd-runner: Killing Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 92
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
|
176 | 2023-11-01T17:09:42.528Z | INFO | phd-runner: Successfully waited for demise of Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 107
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
|
177 | 2023-11-01T17:09:42.528Z | INFO | phd-runner: Deleting guest disk image
file = phd-tests/framework/src/disk/file.rs
line = 84
path = /tmp/propolis-phd/7fca8e55-6eba-4ea7-9b56-bacd7dad6729.phd_disk
target = phd_framework::disk::file
|
178 | 2023-11-01T17:09:42.533Z | INFO | phd-runner: [SERIAL - END]
elapsed_milliseconds = 1123
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = instance_ensure_running_test
vm_id = c97f5130-bbb9-4fc1-852c-fe3b7c32e9ef
|
179 | 2023-11-01T17:09:42.533Z | INFO | phd-runner: [VM - END]
elapsed_milliseconds = 1741
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = instance_ensure_running_test
vm_id = c97f5130-bbb9-4fc1-852c-fe3b7c32e9ef
|
180 | 2023-11-01T17:09:42.533Z | INFO | phd-runner: test phd_tests::server_state_machine::instance_start_stop_test ... ok
file = phd-tests/runner/src/execute.rs
line = 117
target = phd_runner::execute
|
181 | 2023-11-01T17:09:42.533Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
182 | 2023-11-01T17:09:42.533Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
183 | 2023-11-01T17:09:42.533Z | INFO | phd-runner: Starting test phd_tests::smoke::instance_spec_get_test
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
184 | 2023-11-01T17:09:42.533Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
185 | 2023-11-01T17:09:42.533Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
186 | 2023-11-01T17:09:42.533Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
187 | 2023-11-01T17:09:42.533Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
188 | 2023-11-01T17:09:42.533Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
189 | 2023-11-01T17:09:42.533Z | INFO | phd-runner: Copying source image to create temporary disk
disk_path = /tmp/propolis-phd/20e7a9cb-496a-4b0b-bdc4-064ac04a3050.phd_disk
file = phd-tests/framework/src/disk/file.rs
line = 42
source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::disk::file
|
190 | 2023-11-01T17:09:42.558Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
191 | 2023-11-01T17:09:42.558Z | 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 = 112
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/20e7a9cb-496a-4b0b-bdc4-064ac04a3050.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 4, memory_mb: 3072 }, network_devices: {}, pci_pci_bridges: {}, 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
|
192 | 2023-11-01T17:09:42.558Z | INFO | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
193 | 2023-11-01T17:09:42.558Z | INFO | phd-runner: [VM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 743d8d83-bdaf-40ae-bed2-f0216a6792cb
|
194 | 2023-11-01T17:09:42.560Z | 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
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
195 | 2023-11-01T17:09:42.560Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
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
|
196 | 2023-11-01T17:09:42.568Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 856
file = phd-tests/framework/src/test_vm/server.rs
line = 80
target = phd_framework::test_vm::server
|
197 | 2023-11-01T17:09:42.568Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
198 | 2023-11-01T17:09:42.569Z | INFO | phd-runner: [VM - EVENT] Error 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) while creating instance, will retry
file = phd-tests/framework/src/test_vm/mod.rs
line = 233
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 743d8d83-bdaf-40ae-bed2-f0216a6792cb
|
199 | 2023-11-01T17:09:43.650Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = instance_spec_test
vm_id = 743d8d83-bdaf-40ae-bed2-f0216a6792cb
|
200 | 2023-11-01T17:09:43.650Z | INFO | phd-runner: [SERIAL - START]
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = instance_spec_test
vm_id = 743d8d83-bdaf-40ae-bed2-f0216a6792cb
|
201 | 2023-11-01T17:09:43.651Z | INFO | phd-runner: [VM - 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: 743d8d83-bdaf-40ae-bed2-f0216a6792cb, image_id: 00000000-0000-0000-0000-000000000000, memory: 3072, name: "phd-vm-743d8d83-bdaf-40ae-bed2-f0216a6792cb", vcpus: 4 }, state: Creating }
line = 257
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/20e7a9cb-496a-4b0b-bdc4-064ac04a3050.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 4, memory_mb: 3072 }, network_devices: {}, pci_pci_bridges: {}, 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 = 743d8d83-bdaf-40ae-bed2-f0216a6792cb
|
202 | 2023-11-01T17:09:43.651Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Run
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 743d8d83-bdaf-40ae-bed2-f0216a6792cb
|
203 | 2023-11-01T17:09:43.652Z | INFO | phd-runner: [VM - EVENT] Sending instance spec get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 346
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 743d8d83-bdaf-40ae-bed2-f0216a6792cb
|
204 | 2023-11-01T17:09:43.653Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 743d8d83-bdaf-40ae-bed2-f0216a6792cb
|
205 | 2023-11-01T17:09:43.653Z | INFO | phd-runner: [VM - EVENT] Cleaning up Test VM on drop
file = phd-tests/framework/src/test_vm/mod.rs
line = 647
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 743d8d83-bdaf-40ae-bed2-f0216a6792cb
|
206 | 2023-11-01T17:09:43.653Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Stop
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 743d8d83-bdaf-40ae-bed2-f0216a6792cb
|
207 | 2023-11-01T17:09:43.653Z | INFO | phd-runner: [VM - EVENT] Waiting 5s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 464
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 743d8d83-bdaf-40ae-bed2-f0216a6792cb
|
208 | 2023-11-01T17:09:43.654Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 743d8d83-bdaf-40ae-bed2-f0216a6792cb
|
209 | 2023-11-01T17:09:43.654Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed
file = phd-tests/framework/src/serial/mod.rs
line = 40
target = phd_framework::serial
vm = instance_spec_test
vm_id = 743d8d83-bdaf-40ae-bed2-f0216a6792cb
|
210 | 2023-11-01T17:09:43.654Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - END]
elapsed_milliseconds = 4
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = instance_spec_test
vm_id = 743d8d83-bdaf-40ae-bed2-f0216a6792cb
|
211 | 2023-11-01T17:09:44.175Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 743d8d83-bdaf-40ae-bed2-f0216a6792cb
|
212 | 2023-11-01T17:09:44.583Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 743d8d83-bdaf-40ae-bed2-f0216a6792cb
|
213 | 2023-11-01T17:09:44.586Z | INFO | phd-runner: Killing Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 92
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
|
214 | 2023-11-01T17:09:44.603Z | INFO | phd-runner: Successfully waited for demise of Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 107
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
|
215 | 2023-11-01T17:09:44.603Z | INFO | phd-runner: Deleting guest disk image
file = phd-tests/framework/src/disk/file.rs
line = 84
path = /tmp/propolis-phd/20e7a9cb-496a-4b0b-bdc4-064ac04a3050.phd_disk
target = phd_framework::disk::file
|
216 | 2023-11-01T17:09:44.608Z | INFO | phd-runner: [SERIAL - END]
elapsed_milliseconds = 957
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = instance_spec_test
vm_id = 743d8d83-bdaf-40ae-bed2-f0216a6792cb
|
217 | 2023-11-01T17:09:44.608Z | INFO | phd-runner: [VM - END]
elapsed_milliseconds = 2039
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = instance_spec_test
vm_id = 743d8d83-bdaf-40ae-bed2-f0216a6792cb
|
218 | 2023-11-01T17:09:44.608Z | INFO | phd-runner: test phd_tests::smoke::instance_spec_get_test ... ok
file = phd-tests/runner/src/execute.rs
line = 117
target = phd_runner::execute
|
219 | 2023-11-01T17:09:44.608Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
220 | 2023-11-01T17:09:44.608Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
221 | 2023-11-01T17:09:44.608Z | INFO | phd-runner: Starting test phd_tests::smoke::nproc_test
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
222 | 2023-11-01T17:09:44.608Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
223 | 2023-11-01T17:09:44.608Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
224 | 2023-11-01T17:09:44.608Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
225 | 2023-11-01T17:09:44.608Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
226 | 2023-11-01T17:09:44.609Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
227 | 2023-11-01T17:09:44.609Z | INFO | phd-runner: Copying source image to create temporary disk
disk_path = /tmp/propolis-phd/5db3d7ad-bbf7-4b34-8d7e-0110cce80809.phd_disk
file = phd-tests/framework/src/disk/file.rs
line = 42
source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::disk::file
|
228 | 2023-11-01T17:09:44.633Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
229 | 2023-11-01T17:09:44.634Z | 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 = 112
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/5db3d7ad-bbf7-4b34-8d7e-0110cce80809.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 6, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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
|
230 | 2023-11-01T17:09:44.634Z | INFO | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
231 | 2023-11-01T17:09:44.634Z | INFO | phd-runner: [VM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
232 | 2023-11-01T17:09:44.636Z | 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
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
233 | 2023-11-01T17:09:44.636Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
stderr_path = "/tmp/propolis-phd/nproc_test.stderr.log"
stdout_path = "/tmp/propolis-phd/nproc_test.stdout.log"
target = phd_framework::server_log_mode
|
234 | 2023-11-01T17:09:44.644Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 858
file = phd-tests/framework/src/test_vm/server.rs
line = 80
target = phd_framework::test_vm::server
|
235 | 2023-11-01T17:09:44.645Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
236 | 2023-11-01T17:09:44.645Z | INFO | phd-runner: [VM - EVENT] Error 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) while creating instance, will retry
file = phd-tests/framework/src/test_vm/mod.rs
line = 233
target = phd_framework::test_vm
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
237 | 2023-11-01T17:09:45.269Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
238 | 2023-11-01T17:09:45.269Z | INFO | phd-runner: [SERIAL - START]
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
239 | 2023-11-01T17:09:45.270Z | INFO | phd-runner: [VM - 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: 742b4f08-a23f-41a2-aad7-6731501f62d7, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-742b4f08-a23f-41a2-aad7-6731501f62d7", vcpus: 6 }, state: Creating }
line = 257
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/5db3d7ad-bbf7-4b34-8d7e-0110cce80809.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 6, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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 = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
240 | 2023-11-01T17:09:45.270Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Run
target = phd_framework::test_vm
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
241 | 2023-11-01T17:09:45.271Z | INFO | phd-runner: [VM - EVENT] Waiting 300s for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 503
target = phd_framework::test_vm
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
242 | 2023-11-01T17:09:45.271Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 526
target = phd_framework::test_vm
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
243 | 2023-11-01T17:09:45.271Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
wanted = localhost login:
|
244 | 2023-11-01T17:09:46.362Z | INFO | phd-runner: [SERIAL - EVENT] BdsDxe: loading Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00)
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
245 | 2023-11-01T17:09:46.362Z | INFO | phd-runner: [SERIAL - EVENT] BdsDxe: starting Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00)
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
246 | 2023-11-01T17:09:46.362Z | INFO | phd-runner: [SERIAL - EVENT] Welcome to GRUB!
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
247 | 2023-11-01T17:09:46.362Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
248 | 2023-11-01T17:09:46.373Z | INFO | phd-runner: [SERIAL - EVENT] GNU GRUB version 2.06
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
249 | 2023-11-01T17:09:46.373Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
250 | 2023-11-01T17:09:46.373Z | INFO | phd-runner: [SERIAL - EVENT] ��������������������������������������Ŀ���������������������������������������[19;02H Use the ^ and v keys to select which entry is highlighted.
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
251 | 2023-11-01T17:09:46.383Z | INFO | phd-runner: [SERIAL - EVENT] Press enter to boot the selected OS, `e' to edit the commands
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
252 | 2023-11-01T17:09:47.408Z | INFO | phd-runner: [SERIAL - EVENT] before booting or `c' for a command-line. *Linux virt The highlighted entry will be executed automatically in 1s. The highlighted entry will be executed automatically in 0s. Booting `Linux virt'
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
253 | 2023-11-01T17:09:47.408Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
254 | 2023-11-01T17:09:49.492Z | INFO | phd-runner: [SERIAL - EVENT] 0% 6% ### 15% ###### 16% ####### 19% ######## 20% ######### 21% ######### 22% ######### 22% ########## 23% ########## 24% ########## 25% ########### 26% ########### 27% ########### 27% ############ 28% ############ 29% ############ 29% ############# 30% ############# 31% ############# 31% ############## 32% ############## 33% ############## 34% ############### 35% ############### 36% ############### 36% ################ 37% ################ 38% ################ 38% ################# 39% ################# 40% ################# 40% ################## 41% ################## 42% ################## 43% ################### 45% ################### 45% #################### 46% #################### 47% #################### 47% ##################### 49% ##################### 50% ###################### 71% ############################### 76% ################################# 77% ################################## 82% #################################### 83% #################################### 84% ##################################### 86% ##################################### 87% ###################################### 88% ###################################### 88% ####################################### 89% ####################################### 90% ####################################### 90% ######################################## 91% ######################################## 92% ######################################## 93% ######################################## 93% ######################################### 100% ############################################
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
255 | 2023-11-01T17:09:49.492Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
256 | 2023-11-01T17:09:49.492Z | INFO | phd-runner: [SERIAL - EVENT] OpenRC 0.44.10 is starting up Linux 5.15.41-0-virt (x86_64)
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
257 | 2023-11-01T17:09:49.492Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
258 | 2023-11-01T17:09:49.502Z | INFO | phd-runner: [SERIAL - EVENT] * /proc is already mounted
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
259 | 2023-11-01T17:09:49.502Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting /run ... * /run/openrc: creating directory
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
260 | 2023-11-01T17:09:49.502Z | INFO | phd-runner: [SERIAL - EVENT] * /run/lock: creating directory
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
261 | 2023-11-01T17:09:49.502Z | INFO | phd-runner: [SERIAL - EVENT] * /run/lock: correcting owner
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
262 | 2023-11-01T17:09:49.557Z | INFO | phd-runner: [SERIAL - EVENT] * Caching service dependencies ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
263 | 2023-11-01T17:09:49.569Z | INFO | phd-runner: [SERIAL - EVENT] * Remounting devtmpfs on /dev ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
264 | 2023-11-01T17:09:49.569Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting /dev/mqueue ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
265 | 2023-11-01T17:09:49.591Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting modloop ... * Verifying modloop
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
266 | 2023-11-01T17:09:49.681Z | INFO | phd-runner: [SERIAL - EVENT] [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
267 | 2023-11-01T17:09:49.692Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting security filesystem ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
268 | 2023-11-01T17:09:49.692Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting debug filesystem ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
269 | 2023-11-01T17:09:49.692Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting persistent storage (pstore) filesystem ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
270 | 2023-11-01T17:09:49.703Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting efivarfs filesystem ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
271 | 2023-11-01T17:09:49.748Z | INFO | phd-runner: [SERIAL - EVENT] * Starting busybox mdev ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
272 | 2023-11-01T17:09:49.941Z | INFO | phd-runner: [SERIAL - EVENT] * Loading hardware drivers ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
273 | 2023-11-01T17:09:49.975Z | INFO | phd-runner: [SERIAL - EVENT] * Loading modules ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
274 | 2023-11-01T17:09:49.996Z | INFO | phd-runner: [SERIAL - EVENT] * Setting system clock using the hardware clock [UTC] ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
275 | 2023-11-01T17:09:50.007Z | INFO | phd-runner: [SERIAL - EVENT] * Checking local filesystems ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
276 | 2023-11-01T17:09:50.018Z | INFO | phd-runner: [SERIAL - EVENT] * Remounting filesystems ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
277 | 2023-11-01T17:09:50.030Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting local filesystems ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
278 | 2023-11-01T17:09:50.041Z | INFO | phd-runner: [SERIAL - EVENT] * Configuring kernel parameters ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
279 | 2023-11-01T17:09:50.052Z | INFO | phd-runner: [SERIAL - EVENT] * Migrating /var/lock to /run/lock ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
280 | 2023-11-01T17:09:50.062Z | INFO | phd-runner: [SERIAL - EVENT] * Creating user login records ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
281 | 2023-11-01T17:09:50.062Z | INFO | phd-runner: [SERIAL - EVENT] * Cleaning /tmp directory ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
282 | 2023-11-01T17:09:50.073Z | INFO | phd-runner: [SERIAL - EVENT] * Setting hostname ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
283 | 2023-11-01T17:09:50.084Z | INFO | phd-runner: [SERIAL - EVENT] * Starting busybox syslog ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
284 | 2023-11-01T17:09:50.107Z | INFO | phd-runner: [SERIAL - EVENT] * Starting firstboot ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
285 | 2023-11-01T17:09:50.204Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
286 | 2023-11-01T17:09:50.215Z | INFO | phd-runner: [SERIAL - EVENT] Welcome to Alpine Linux 3.16
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
287 | 2023-11-01T17:09:50.215Z | INFO | phd-runner: [SERIAL - EVENT] Kernel 5.15.41-0-virt on an x86_64 (/dev/ttyS0)
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
288 | 2023-11-01T17:09:50.215Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
289 | 2023-11-01T17:09:50.216Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
wanted = localhost:~#
|
290 | 2023-11-01T17:09:50.227Z | INFO | phd-runner: [SERIAL - EVENT] localhost login: root
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
291 | 2023-11-01T17:09:50.227Z | INFO | phd-runner: [SERIAL - EVENT] Welcome to Alpine!
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
292 | 2023-11-01T17:09:50.227Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
293 | 2023-11-01T17:09:50.227Z | INFO | phd-runner: [SERIAL - EVENT] The Alpine Wiki contains a large amount of how-to guides and general
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
294 | 2023-11-01T17:09:50.227Z | INFO | phd-runner: [SERIAL - EVENT] information about administrating Alpine systems.
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
295 | 2023-11-01T17:09:50.227Z | INFO | phd-runner: [SERIAL - EVENT] See <http://wiki.alpinelinux.org/>.
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
296 | 2023-11-01T17:09:50.227Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
297 | 2023-11-01T17:09:50.228Z | INFO | phd-runner: [SERIAL - EVENT] You can setup the system with the command: setup-alpine
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
298 | 2023-11-01T17:09:50.228Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
299 | 2023-11-01T17:09:50.228Z | INFO | phd-runner: [SERIAL - EVENT] You may change this message by editing /etc/motd.
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
300 | 2023-11-01T17:09:50.228Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
301 | 2023-11-01T17:09:50.228Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4957
file = phd-tests/framework/src/test_vm/mod.rs
line = 526
target = phd_framework::test_vm
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
302 | 2023-11-01T17:09:50.228Z | INFO | phd-runner: [VM - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 532
target = phd_framework::test_vm
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
303 | 2023-11-01T17:09:50.228Z | INFO | phd-runner: [VM - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 545
target = phd_framework::test_vm
timeout_duration = 15s
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
304 | 2023-11-01T17:09:50.228Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
wanted = nproc\n
|
305 | 2023-11-01T17:09:50.237Z | INFO | phd-runner: [SERIAL - EVENT] localhost:~# nproc
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
306 | 2023-11-01T17:09:50.238Z | INFO | phd-runner: [VM - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 545
target = phd_framework::test_vm
timeout_duration = 300s
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
307 | 2023-11-01T17:09:50.238Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
wanted = localhost:~#
|
308 | 2023-11-01T17:09:50.260Z | INFO | phd-runner: [SERIAL - EVENT] 6
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
309 | 2023-11-01T17:09:50.260Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
310 | 2023-11-01T17:09:50.261Z | INFO | phd-runner: [VM - EVENT] Cleaning up Test VM on drop
file = phd-tests/framework/src/test_vm/mod.rs
line = 647
target = phd_framework::test_vm
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
311 | 2023-11-01T17:09:50.261Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Stop
target = phd_framework::test_vm
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
312 | 2023-11-01T17:09:50.262Z | INFO | phd-runner: [VM - EVENT] Waiting 5s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 464
target = phd_framework::test_vm
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
313 | 2023-11-01T17:09:50.262Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
314 | 2023-11-01T17:09:50.263Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed
file = phd-tests/framework/src/serial/mod.rs
line = 40
target = phd_framework::serial
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
315 | 2023-11-01T17:09:50.263Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - END]
elapsed_milliseconds = 4993
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
316 | 2023-11-01T17:09:50.962Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
317 | 2023-11-01T17:09:50.965Z | INFO | phd-runner: Killing Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 92
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
|
318 | 2023-11-01T17:09:50.982Z | INFO | phd-runner: Successfully waited for demise of Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 107
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
|
319 | 2023-11-01T17:09:50.982Z | INFO | phd-runner: Deleting guest disk image
file = phd-tests/framework/src/disk/file.rs
line = 84
path = /tmp/propolis-phd/5db3d7ad-bbf7-4b34-8d7e-0110cce80809.phd_disk
target = phd_framework::disk::file
|
320 | 2023-11-01T17:09:50.986Z | INFO | phd-runner: [SERIAL - END]
elapsed_milliseconds = 5717
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
321 | 2023-11-01T17:09:50.986Z | INFO | phd-runner: [VM - END]
elapsed_milliseconds = 6341
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = nproc_test
vm_id = 742b4f08-a23f-41a2-aad7-6731501f62d7
|
322 | 2023-11-01T17:09:50.987Z | INFO | phd-runner: test phd_tests::smoke::nproc_test ... ok
file = phd-tests/runner/src/execute.rs
line = 117
target = phd_runner::execute
|
323 | 2023-11-01T17:09:50.987Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
324 | 2023-11-01T17:09:50.987Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
325 | 2023-11-01T17:09:50.987Z | INFO | phd-runner: Starting test phd_tests::hw::lspci_lifecycle_test
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
326 | 2023-11-01T17:09:50.987Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
327 | 2023-11-01T17:09:50.987Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
328 | 2023-11-01T17:09:50.987Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
329 | 2023-11-01T17:09:50.987Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
330 | 2023-11-01T17:09:50.987Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
331 | 2023-11-01T17:09:50.987Z | INFO | phd-runner: Copying source image to create temporary disk
disk_path = /tmp/propolis-phd/91286837-ef35-4bea-840f-1dc5d8833af2.phd_disk
file = phd-tests/framework/src/disk/file.rs
line = 42
source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::disk::file
|
332 | 2023-11-01T17:09:51.012Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
333 | 2023-11-01T17:09:51.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 = 112
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/91286837-ef35-4bea-840f-1dc5d8833af2.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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
|
334 | 2023-11-01T17:09:51.012Z | INFO | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
335 | 2023-11-01T17:09:51.012Z | INFO | phd-runner: [VM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
336 | 2023-11-01T17:09:51.014Z | 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
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
337 | 2023-11-01T17:09:51.014Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
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
|
338 | 2023-11-01T17:09:51.022Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 860
file = phd-tests/framework/src/test_vm/server.rs
line = 80
target = phd_framework::test_vm::server
|
339 | 2023-11-01T17:09:51.022Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
340 | 2023-11-01T17:09:51.023Z | INFO | phd-runner: [VM - EVENT] Error 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) while creating instance, will retry
file = phd-tests/framework/src/test_vm/mod.rs
line = 233
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
341 | 2023-11-01T17:09:51.637Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
342 | 2023-11-01T17:09:51.637Z | INFO | phd-runner: [SERIAL - START]
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
343 | 2023-11-01T17:09:51.638Z | INFO | phd-runner: [VM - 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: 9b7f8de1-77ac-4a7a-a963-173c585d2cfa, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-9b7f8de1-77ac-4a7a-a963-173c585d2cfa", vcpus: 2 }, state: Creating }
line = 257
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/91286837-ef35-4bea-840f-1dc5d8833af2.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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 = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
344 | 2023-11-01T17:09:51.638Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Run
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
345 | 2023-11-01T17:09:51.638Z | INFO | phd-runner: [VM - EVENT] Waiting 300s for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 503
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
346 | 2023-11-01T17:09:51.638Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 526
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
347 | 2023-11-01T17:09:51.638Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
wanted = localhost login:
|
348 | 2023-11-01T17:09:52.712Z | INFO | phd-runner: [SERIAL - EVENT] BdsDxe: loading Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00)
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
349 | 2023-11-01T17:09:52.712Z | INFO | phd-runner: [SERIAL - EVENT] BdsDxe: starting Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00)
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
350 | 2023-11-01T17:09:52.712Z | INFO | phd-runner: [SERIAL - EVENT] Welcome to GRUB!
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
351 | 2023-11-01T17:09:52.712Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
352 | 2023-11-01T17:09:52.723Z | INFO | phd-runner: [SERIAL - EVENT] GNU GRUB version 2.06
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
353 | 2023-11-01T17:09:52.723Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
354 | 2023-11-01T17:09:52.724Z | INFO | phd-runner: [SERIAL - EVENT] ��������������������������������������Ŀ���������������������������������������[19;02H Use the ^ and v keys to select which entry is highlighted.
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
355 | 2023-11-01T17:09:52.734Z | INFO | phd-runner: [SERIAL - EVENT] Press enter to boot the selected OS, `e' to edit the commands
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
356 | 2023-11-01T17:09:53.757Z | INFO | phd-runner: [SERIAL - EVENT] before booting or `c' for a command-line. *Linux virt The highlighted entry will be executed automatically in 1s. The highlighted entry will be executed automatically in 0s. Booting `Linux virt'
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
357 | 2023-11-01T17:09:53.757Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
358 | 2023-11-01T17:09:55.153Z | INFO | phd-runner: [SERIAL - EVENT] 0% 6% ### 15% ###### 16% ####### 19% ######## 20% ######### 21% ######### 22% ######### 22% ########## 23% ########## 24% ########## 25% ########### 26% ########### 27% ########### 27% ############ 28% ############ 29% ############ 29% ############# 30% ############# 31% ############# 31% ############## 32% ############## 33% ############## 34% ############### 35% ############### 36% ############### 36% ################ 37% ################ 38% ################ 38% ################# 39% ################# 40% ################# 40% ################## 41% ################## 42% ################## 43% ################### 45% ################### 45% #################### 46% #################### 47% #################### 47% ##################### 49% ##################### 50% ###################### 71% ############################### 76% ################################# 77% ################################## 82% #################################### 83% #################################### 84% ##################################### 86% ##################################### 87% ###################################### 88% ###################################### 88% ####################################### 89% ####################################### 90% ####################################### 90% ######################################## 91% ######################################## 92% ######################################## 93% ######################################## 93% ######################################### 100% ############################################
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
359 | 2023-11-01T17:09:55.164Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
360 | 2023-11-01T17:09:55.164Z | INFO | phd-runner: [SERIAL - EVENT] OpenRC 0.44.10 is starting up Linux 5.15.41-0-virt (x86_64)
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
361 | 2023-11-01T17:09:55.164Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
362 | 2023-11-01T17:09:55.164Z | INFO | phd-runner: [SERIAL - EVENT] * /proc is already mounted
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
363 | 2023-11-01T17:09:55.164Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting /run ... * /run/openrc: creating directory
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
364 | 2023-11-01T17:09:55.175Z | INFO | phd-runner: [SERIAL - EVENT] * /run/lock: creating directory
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
365 | 2023-11-01T17:09:55.175Z | INFO | phd-runner: [SERIAL - EVENT] * /run/lock: correcting owner
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
366 | 2023-11-01T17:09:55.220Z | INFO | phd-runner: [SERIAL - EVENT] * Caching service dependencies ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
367 | 2023-11-01T17:09:55.231Z | INFO | phd-runner: [SERIAL - EVENT] * Remounting devtmpfs on /dev ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
368 | 2023-11-01T17:09:55.231Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting /dev/mqueue ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
369 | 2023-11-01T17:09:55.252Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting modloop ... * Verifying modloop
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
370 | 2023-11-01T17:09:55.329Z | INFO | phd-runner: [SERIAL - EVENT] [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
371 | 2023-11-01T17:09:55.341Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting security filesystem ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
372 | 2023-11-01T17:09:55.341Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting debug filesystem ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
373 | 2023-11-01T17:09:55.341Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting persistent storage (pstore) filesystem ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
374 | 2023-11-01T17:09:55.352Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting efivarfs filesystem ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
375 | 2023-11-01T17:09:55.406Z | INFO | phd-runner: [SERIAL - EVENT] * Starting busybox mdev ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
376 | 2023-11-01T17:09:55.569Z | INFO | phd-runner: [SERIAL - EVENT] * Loading hardware drivers ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
377 | 2023-11-01T17:09:55.603Z | INFO | phd-runner: [SERIAL - EVENT] * Loading modules ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
378 | 2023-11-01T17:09:55.624Z | INFO | phd-runner: [SERIAL - EVENT] * Setting system clock using the hardware clock [UTC] ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
379 | 2023-11-01T17:09:55.635Z | INFO | phd-runner: [SERIAL - EVENT] * Checking local filesystems ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
380 | 2023-11-01T17:09:55.657Z | INFO | phd-runner: [SERIAL - EVENT] * Remounting filesystems ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
381 | 2023-11-01T17:09:55.668Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting local filesystems ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
382 | 2023-11-01T17:09:55.680Z | INFO | phd-runner: [SERIAL - EVENT] * Configuring kernel parameters ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
383 | 2023-11-01T17:09:55.691Z | INFO | phd-runner: [SERIAL - EVENT] * Migrating /var/lock to /run/lock ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
384 | 2023-11-01T17:09:55.691Z | INFO | phd-runner: [SERIAL - EVENT] * Creating user login records ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
385 | 2023-11-01T17:09:55.701Z | INFO | phd-runner: [SERIAL - EVENT] * Cleaning /tmp directory ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
386 | 2023-11-01T17:09:55.712Z | INFO | phd-runner: [SERIAL - EVENT] * Setting hostname ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
387 | 2023-11-01T17:09:55.723Z | INFO | phd-runner: [SERIAL - EVENT] * Starting busybox syslog ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
388 | 2023-11-01T17:09:55.734Z | INFO | phd-runner: [SERIAL - EVENT] * Starting firstboot ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
389 | 2023-11-01T17:09:55.834Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
390 | 2023-11-01T17:09:55.845Z | INFO | phd-runner: [SERIAL - EVENT] Welcome to Alpine Linux 3.16
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
391 | 2023-11-01T17:09:55.845Z | INFO | phd-runner: [SERIAL - EVENT] Kernel 5.15.41-0-virt on an x86_64 (/dev/ttyS0)
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
392 | 2023-11-01T17:09:55.846Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
393 | 2023-11-01T17:09:55.846Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
wanted = localhost:~#
|
394 | 2023-11-01T17:09:55.857Z | INFO | phd-runner: [SERIAL - EVENT] localhost login: root
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
395 | 2023-11-01T17:09:55.857Z | INFO | phd-runner: [SERIAL - EVENT] Welcome to Alpine!
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
396 | 2023-11-01T17:09:55.857Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
397 | 2023-11-01T17:09:55.857Z | INFO | phd-runner: [SERIAL - EVENT] The Alpine Wiki contains a large amount of how-to guides and general
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
398 | 2023-11-01T17:09:55.857Z | INFO | phd-runner: [SERIAL - EVENT] information about administrating Alpine systems.
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
399 | 2023-11-01T17:09:55.857Z | INFO | phd-runner: [SERIAL - EVENT] See <http://wiki.alpinelinux.org/>.
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
400 | 2023-11-01T17:09:55.857Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
401 | 2023-11-01T17:09:55.857Z | INFO | phd-runner: [SERIAL - EVENT] You can setup the system with the command: setup-alpine
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
402 | 2023-11-01T17:09:55.857Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
403 | 2023-11-01T17:09:55.858Z | INFO | phd-runner: [SERIAL - EVENT] You may change this message by editing /etc/motd.
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
404 | 2023-11-01T17:09:55.858Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
405 | 2023-11-01T17:09:55.858Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4219
file = phd-tests/framework/src/test_vm/mod.rs
line = 526
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
406 | 2023-11-01T17:09:55.858Z | INFO | phd-runner: [VM - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 532
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
407 | 2023-11-01T17:09:55.858Z | INFO | phd-runner: [VM - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 545
target = phd_framework::test_vm
timeout_duration = 15s
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
408 | 2023-11-01T17:09:55.858Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
wanted = sudo lspci -vvx\n
|
409 | 2023-11-01T17:09:55.867Z | INFO | phd-runner: [SERIAL - EVENT] localhost:~# sudo lspci -vvx
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
410 | 2023-11-01T17:09:55.867Z | INFO | phd-runner: [VM - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 545
target = phd_framework::test_vm
timeout_duration = 300s
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
411 | 2023-11-01T17:09:55.868Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
wanted = localhost:~#
|
412 | 2023-11-01T17:09:55.889Z | INFO | phd-runner: [SERIAL - EVENT] -ash: sudo: not found
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
413 | 2023-11-01T17:09:55.890Z | INFO | phd-runner: [VM - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 545
target = phd_framework::test_vm
timeout_duration = 15s
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
414 | 2023-11-01T17:09:55.890Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
wanted = sudo lshw -notime\n
|
415 | 2023-11-01T17:09:55.900Z | INFO | phd-runner: [SERIAL - EVENT] localhost:~# sudo lshw -notime
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
416 | 2023-11-01T17:09:55.900Z | INFO | phd-runner: [VM - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 545
target = phd_framework::test_vm
timeout_duration = 300s
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
417 | 2023-11-01T17:09:55.900Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
wanted = localhost:~#
|
418 | 2023-11-01T17:09:55.922Z | INFO | phd-runner: [SERIAL - EVENT] -ash: sudo: not found
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
419 | 2023-11-01T17:09:55.923Z | INFO | phd-runner: stopping and starting VM for lifecycle test
file = phd-tests/framework/src/lifecycle.rs
line = 58
target = phd_framework::lifecycle
vm_name = lspci_lifecycle_test
|
420 | 2023-11-01T17:09:55.923Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Stop
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
421 | 2023-11-01T17:09:55.924Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
422 | 2023-11-01T17:09:55.924Z | 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 = 112
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/91286837-ef35-4bea-840f-1dc5d8833af2.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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
|
423 | 2023-11-01T17:09:55.924Z | INFO | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
424 | 2023-11-01T17:09:55.924Z | INFO | phd-runner: [VM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
425 | 2023-11-01T17:09:55.924Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed
file = phd-tests/framework/src/serial/mod.rs
line = 40
target = phd_framework::serial
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
426 | 2023-11-01T17:09:55.924Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - END]
elapsed_milliseconds = 4287
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
427 | 2023-11-01T17:09:55.927Z | 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
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
428 | 2023-11-01T17:09:55.927Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
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
|
429 | 2023-11-01T17:09:55.936Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 861
file = phd-tests/framework/src/test_vm/server.rs
line = 80
target = phd_framework::test_vm::server
|
430 | 2023-11-01T17:09:55.936Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
431 | 2023-11-01T17:09:55.936Z | INFO | phd-runner: [VM - EVENT] Error 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) while creating instance, will retry
file = phd-tests/framework/src/test_vm/mod.rs
line = 233
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
432 | 2023-11-01T17:09:56.549Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
433 | 2023-11-01T17:09:56.549Z | INFO | phd-runner: [SERIAL - START]
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
434 | 2023-11-01T17:09:56.550Z | INFO | phd-runner: [VM - 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: a75a27ff-79ae-46cd-b6aa-1c543b9c715b, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-a75a27ff-79ae-46cd-b6aa-1c543b9c715b", vcpus: 2 }, state: Creating }
line = 257
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/91286837-ef35-4bea-840f-1dc5d8833af2.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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 = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
435 | 2023-11-01T17:09:56.550Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Run
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
436 | 2023-11-01T17:09:56.550Z | INFO | phd-runner: [VM - EVENT] Waiting 300s for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 503
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
437 | 2023-11-01T17:09:56.550Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 526
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
438 | 2023-11-01T17:09:56.550Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
wanted = localhost login:
|
439 | 2023-11-01T17:09:57.625Z | INFO | phd-runner: [SERIAL - EVENT] BdsDxe: loading Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00)
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
440 | 2023-11-01T17:09:57.626Z | INFO | phd-runner: [SERIAL - EVENT] BdsDxe: starting Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00)
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
441 | 2023-11-01T17:09:57.626Z | INFO | phd-runner: [SERIAL - EVENT] Welcome to GRUB!
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
442 | 2023-11-01T17:09:57.626Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
443 | 2023-11-01T17:09:57.637Z | INFO | phd-runner: [SERIAL - EVENT] GNU GRUB version 2.06
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
444 | 2023-11-01T17:09:57.637Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
445 | 2023-11-01T17:09:57.637Z | INFO | phd-runner: [SERIAL - EVENT] ��������������������������������������Ŀ���������������������������������������[19;02H Use the ^ and v keys to select which entry is highlighted.
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
446 | 2023-11-01T17:09:57.647Z | INFO | phd-runner: [SERIAL - EVENT] Press enter to boot the selected OS, `e' to edit the commands
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
447 | 2023-11-01T17:09:58.670Z | INFO | phd-runner: [SERIAL - EVENT] before booting or `c' for a command-line. *Linux virt The highlighted entry will be executed automatically in 1s. The highlighted entry will be executed automatically in 0s. Booting `Linux virt'
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
448 | 2023-11-01T17:09:58.670Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
449 | 2023-11-01T17:10:00.070Z | INFO | phd-runner: [SERIAL - EVENT] 0% 6% ### 15% ###### 16% ####### 19% ######## 20% ######### 21% ######### 22% ######### 22% ########## 23% ########## 24% ########## 25% ########### 26% ########### 27% ########### 27% ############ 28% ############ 29% ############ 29% ############# 30% ############# 31% ############# 31% ############## 32% ############## 33% ############## 34% ############### 35% ############### 36% ############### 36% ################ 37% ################ 38% ################ 38% ################# 39% ################# 40% ################# 40% ################## 41% ################## 42% ################## 43% ################### 45% ################### 45% #################### 46% #################### 47% #################### 47% ##################### 49% ##################### 50% ###################### 71% ############################### 76% ################################# 77% ################################## 82% #################################### 83% #################################### 84% ##################################### 86% ##################################### 87% ###################################### 88% ###################################### 88% ####################################### 89% ####################################### 90% ####################################### 90% ######################################## 91% ######################################## 92% ######################################## 93% ######################################## 93% ######################################### 100% ############################################
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
450 | 2023-11-01T17:10:00.081Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
451 | 2023-11-01T17:10:00.081Z | INFO | phd-runner: [SERIAL - EVENT] OpenRC 0.44.10 is starting up Linux 5.15.41-0-virt (x86_64)
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
452 | 2023-11-01T17:10:00.081Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
453 | 2023-11-01T17:10:00.081Z | INFO | phd-runner: [SERIAL - EVENT] * /proc is already mounted
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
454 | 2023-11-01T17:10:00.081Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting /run ... * /run/openrc: creating directory
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
455 | 2023-11-01T17:10:00.082Z | INFO | phd-runner: [SERIAL - EVENT] * /run/lock: creating directory
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
456 | 2023-11-01T17:10:00.092Z | INFO | phd-runner: [SERIAL - EVENT] * /run/lock: correcting owner
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
457 | 2023-11-01T17:10:00.137Z | INFO | phd-runner: [SERIAL - EVENT] * Caching service dependencies ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
458 | 2023-11-01T17:10:00.148Z | INFO | phd-runner: [SERIAL - EVENT] * Remounting devtmpfs on /dev ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
459 | 2023-11-01T17:10:00.158Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting /dev/mqueue ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
460 | 2023-11-01T17:10:00.180Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting modloop ... * Verifying modloop
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
461 | 2023-11-01T17:10:00.257Z | INFO | phd-runner: [SERIAL - EVENT] [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
462 | 2023-11-01T17:10:00.268Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting security filesystem ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
463 | 2023-11-01T17:10:00.268Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting debug filesystem ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
464 | 2023-11-01T17:10:00.268Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting persistent storage (pstore) filesystem ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
465 | 2023-11-01T17:10:00.279Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting efivarfs filesystem ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
466 | 2023-11-01T17:10:00.324Z | INFO | phd-runner: [SERIAL - EVENT] * Starting busybox mdev ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
467 | 2023-11-01T17:10:00.479Z | INFO | phd-runner: [SERIAL - EVENT] * Loading hardware drivers ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
468 | 2023-11-01T17:10:00.512Z | INFO | phd-runner: [SERIAL - EVENT] * Loading modules ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
469 | 2023-11-01T17:10:00.534Z | INFO | phd-runner: [SERIAL - EVENT] * Setting system clock using the hardware clock [UTC] ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
470 | 2023-11-01T17:10:00.546Z | INFO | phd-runner: [SERIAL - EVENT] * Checking local filesystems ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
471 | 2023-11-01T17:10:00.556Z | INFO | phd-runner: [SERIAL - EVENT] * Remounting filesystems ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
472 | 2023-11-01T17:10:00.567Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting local filesystems ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
473 | 2023-11-01T17:10:00.578Z | INFO | phd-runner: [SERIAL - EVENT] * Configuring kernel parameters ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
474 | 2023-11-01T17:10:00.589Z | INFO | phd-runner: [SERIAL - EVENT] * Migrating /var/lock to /run/lock ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
475 | 2023-11-01T17:10:00.600Z | INFO | phd-runner: [SERIAL - EVENT] * Creating user login records ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
476 | 2023-11-01T17:10:00.600Z | INFO | phd-runner: [SERIAL - EVENT] * Cleaning /tmp directory ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
477 | 2023-11-01T17:10:00.611Z | INFO | phd-runner: [SERIAL - EVENT] * Setting hostname ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
478 | 2023-11-01T17:10:00.623Z | INFO | phd-runner: [SERIAL - EVENT] * Starting busybox syslog ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
479 | 2023-11-01T17:10:00.644Z | INFO | phd-runner: [SERIAL - EVENT] * Starting firstboot ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
480 | 2023-11-01T17:10:00.742Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
481 | 2023-11-01T17:10:00.753Z | INFO | phd-runner: [SERIAL - EVENT] Welcome to Alpine Linux 3.16
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
482 | 2023-11-01T17:10:00.753Z | INFO | phd-runner: [SERIAL - EVENT] Kernel 5.15.41-0-virt on an x86_64 (/dev/ttyS0)
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
483 | 2023-11-01T17:10:00.753Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
484 | 2023-11-01T17:10:00.754Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
wanted = localhost:~#
|
485 | 2023-11-01T17:10:00.765Z | INFO | phd-runner: [SERIAL - EVENT] localhost login: root
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
486 | 2023-11-01T17:10:00.765Z | INFO | phd-runner: [SERIAL - EVENT] Welcome to Alpine!
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
487 | 2023-11-01T17:10:00.765Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
488 | 2023-11-01T17:10:00.765Z | INFO | phd-runner: [SERIAL - EVENT] The Alpine Wiki contains a large amount of how-to guides and general
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
489 | 2023-11-01T17:10:00.765Z | INFO | phd-runner: [SERIAL - EVENT] information about administrating Alpine systems.
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
490 | 2023-11-01T17:10:00.765Z | INFO | phd-runner: [SERIAL - EVENT] See <http://wiki.alpinelinux.org/>.
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
491 | 2023-11-01T17:10:00.765Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
492 | 2023-11-01T17:10:00.765Z | INFO | phd-runner: [SERIAL - EVENT] You can setup the system with the command: setup-alpine
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
493 | 2023-11-01T17:10:00.765Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
494 | 2023-11-01T17:10:00.765Z | INFO | phd-runner: [SERIAL - EVENT] You may change this message by editing /etc/motd.
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
495 | 2023-11-01T17:10:00.765Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
496 | 2023-11-01T17:10:00.765Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4214
file = phd-tests/framework/src/test_vm/mod.rs
line = 526
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
497 | 2023-11-01T17:10:00.765Z | INFO | phd-runner: [VM - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 532
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
498 | 2023-11-01T17:10:00.765Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
499 | 2023-11-01T17:10:00.768Z | INFO | phd-runner: Killing Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 92
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
|
500 | 2023-11-01T17:10:00.786Z | INFO | phd-runner: Successfully waited for demise of Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 107
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
|
501 | 2023-11-01T17:10:00.786Z | INFO | phd-runner: [SERIAL - END]
elapsed_milliseconds = 9149
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
502 | 2023-11-01T17:10:00.786Z | INFO | phd-runner: [VM - END]
elapsed_milliseconds = 9763
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = lspci_lifecycle_test
vm_id = 9b7f8de1-77ac-4a7a-a963-173c585d2cfa
|
503 | 2023-11-01T17:10:00.786Z | INFO | phd-runner: [VM - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 545
target = phd_framework::test_vm
timeout_duration = 15s
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
504 | 2023-11-01T17:10:00.786Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
wanted = sudo lspci -vvx\n
|
505 | 2023-11-01T17:10:00.797Z | INFO | phd-runner: [SERIAL - EVENT] localhost:~# sudo lspci -vvx
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
506 | 2023-11-01T17:10:00.797Z | INFO | phd-runner: [VM - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 545
target = phd_framework::test_vm
timeout_duration = 300s
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
507 | 2023-11-01T17:10:00.797Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
wanted = localhost:~#
|
508 | 2023-11-01T17:10:00.819Z | INFO | phd-runner: [SERIAL - EVENT] -ash: sudo: not found
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
509 | 2023-11-01T17:10:00.819Z | INFO | phd-runner: [VM - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 545
target = phd_framework::test_vm
timeout_duration = 15s
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
510 | 2023-11-01T17:10:00.820Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
wanted = sudo lshw -notime\n
|
511 | 2023-11-01T17:10:00.830Z | INFO | phd-runner: [SERIAL - EVENT] localhost:~# sudo lshw -notime
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
512 | 2023-11-01T17:10:00.830Z | INFO | phd-runner: [VM - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 545
target = phd_framework::test_vm
timeout_duration = 300s
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
513 | 2023-11-01T17:10:00.830Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
wanted = localhost:~#
|
514 | 2023-11-01T17:10:00.852Z | INFO | phd-runner: [SERIAL - EVENT] -ash: sudo: not found
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
515 | 2023-11-01T17:10:00.853Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
516 | 2023-11-01T17:10:00.854Z | INFO | phd-runner: [VM - EVENT] Cleaning up Test VM on drop
file = phd-tests/framework/src/test_vm/mod.rs
line = 647
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
517 | 2023-11-01T17:10:00.854Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Stop
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
518 | 2023-11-01T17:10:00.854Z | INFO | phd-runner: [VM - EVENT] Waiting 5s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 464
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
519 | 2023-11-01T17:10:00.854Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
520 | 2023-11-01T17:10:00.855Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed
file = phd-tests/framework/src/serial/mod.rs
line = 40
target = phd_framework::serial
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
521 | 2023-11-01T17:10:00.855Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - END]
elapsed_milliseconds = 4306
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
522 | 2023-11-01T17:10:01.594Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
523 | 2023-11-01T17:10:01.598Z | INFO | phd-runner: Killing Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 92
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
|
524 | 2023-11-01T17:10:01.617Z | INFO | phd-runner: Successfully waited for demise of Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 107
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
|
525 | 2023-11-01T17:10:01.617Z | INFO | phd-runner: Deleting guest disk image
file = phd-tests/framework/src/disk/file.rs
line = 84
path = /tmp/propolis-phd/91286837-ef35-4bea-840f-1dc5d8833af2.phd_disk
target = phd_framework::disk::file
|
526 | 2023-11-01T17:10:01.621Z | INFO | phd-runner: [SERIAL - END]
elapsed_milliseconds = 5072
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
527 | 2023-11-01T17:10:01.621Z | INFO | phd-runner: [VM - END]
elapsed_milliseconds = 5685
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = lspci_lifecycle_test_lifecycle_0
vm_id = a75a27ff-79ae-46cd-b6aa-1c543b9c715b
|
528 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: test phd_tests::hw::lspci_lifecycle_test ... ok
file = phd-tests/runner/src/execute.rs
line = 117
target = phd_runner::execute
|
529 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
530 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
531 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: Starting test phd_tests::crucible::smoke::shutdown_persistence_test
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
532 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
533 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
534 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: test phd_tests::crucible::smoke::shutdown_persistence_test ... skipped: Crucible backends not enabled (no downstairs path)
file = phd-tests/runner/src/execute.rs
line = 117
target = phd_runner::execute
|
535 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
536 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
537 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: Starting test phd_tests::crucible::smoke::boot_test
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
538 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
539 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
540 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: test phd_tests::crucible::smoke::boot_test ... skipped: Crucible backends not enabled (no downstairs path)
file = phd-tests/runner/src/execute.rs
line = 117
target = phd_runner::execute
|
541 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
542 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
543 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: Starting test phd_tests::crucible::migrate::load_test
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
544 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
545 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
546 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: test phd_tests::crucible::migrate::load_test ... skipped: Crucible backends not enabled (no downstairs path)
file = phd-tests/runner/src/execute.rs
line = 117
target = phd_runner::execute
|
547 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
548 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
549 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: Starting test phd_tests::crucible::migrate::smoke_test
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
550 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
551 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
552 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: test phd_tests::crucible::migrate::smoke_test ... skipped: Crucible backends not enabled (no downstairs path)
file = phd-tests/runner/src/execute.rs
line = 117
target = phd_runner::execute
|
553 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
554 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
555 | 2023-11-01T17:10:01.622Z | INFO | phd-runner: Starting test phd_tests::migrate::multiple_migrations
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
556 | 2023-11-01T17:10:01.623Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
557 | 2023-11-01T17:10:01.623Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
558 | 2023-11-01T17:10:01.623Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
559 | 2023-11-01T17:10:01.623Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
560 | 2023-11-01T17:10:01.623Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
561 | 2023-11-01T17:10:01.623Z | INFO | phd-runner: Copying source image to create temporary disk
disk_path = /tmp/propolis-phd/35de0150-dcc1-484e-ba37-a3114eca07c8.phd_disk
file = phd-tests/framework/src/disk/file.rs
line = 42
source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::disk::file
|
562 | 2023-11-01T17:10:01.649Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
563 | 2023-11-01T17:10:01.649Z | 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 = 112
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/35de0150-dcc1-484e-ba37-a3114eca07c8.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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
|
564 | 2023-11-01T17:10:01.649Z | INFO | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
565 | 2023-11-01T17:10:01.649Z | INFO | phd-runner: [VM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
566 | 2023-11-01T17:10:01.651Z | 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
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
567 | 2023-11-01T17:10:01.651Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
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
|
568 | 2023-11-01T17:10:01.659Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 864
file = phd-tests/framework/src/test_vm/server.rs
line = 80
target = phd_framework::test_vm::server
|
569 | 2023-11-01T17:10:01.660Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
570 | 2023-11-01T17:10:01.660Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
571 | 2023-11-01T17:10:01.660Z | 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 = 112
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/35de0150-dcc1-484e-ba37-a3114eca07c8.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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
|
572 | 2023-11-01T17:10:01.660Z | INFO | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
573 | 2023-11-01T17:10:01.660Z | INFO | phd-runner: [VM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 46ffc6c3-88a8-48bc-9130-45c259db9b2a
|
574 | 2023-11-01T17:10:01.662Z | 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
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
575 | 2023-11-01T17:10:01.662Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
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
|
576 | 2023-11-01T17:10:01.669Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 865
file = phd-tests/framework/src/test_vm/server.rs
line = 80
target = phd_framework::test_vm::server
|
577 | 2023-11-01T17:10:01.669Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
578 | 2023-11-01T17:10:01.669Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
579 | 2023-11-01T17:10:01.669Z | 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 = 112
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/35de0150-dcc1-484e-ba37-a3114eca07c8.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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
|
580 | 2023-11-01T17:10:01.669Z | INFO | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
581 | 2023-11-01T17:10:01.669Z | INFO | phd-runner: [VM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 83662f36-735d-4317-a699-d9b03cbcbbbd
|
582 | 2023-11-01T17:10:01.672Z | 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
server_addr = 127.0.0.1:9004
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
583 | 2023-11-01T17:10:01.672Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
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
|
584 | 2023-11-01T17:10:01.679Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 866
file = phd-tests/framework/src/test_vm/server.rs
line = 80
target = phd_framework::test_vm::server
|
585 | 2023-11-01T17:10:01.680Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 10
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
586 | 2023-11-01T17:10:01.794Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
587 | 2023-11-01T17:10:01.794Z | INFO | phd-runner: [SERIAL - START]
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
588 | 2023-11-01T17:10:01.795Z | INFO | phd-runner: [VM - 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: 901f1803-65b7-4975-9924-22db4beb7a61, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-901f1803-65b7-4975-9924-22db4beb7a61", vcpus: 2 }, state: Creating }
line = 257
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/35de0150-dcc1-484e-ba37-a3114eca07c8.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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 = 901f1803-65b7-4975-9924-22db4beb7a61
|
589 | 2023-11-01T17:10:01.795Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Run
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
590 | 2023-11-01T17:10:01.796Z | INFO | phd-runner: [VM - EVENT] Waiting 300s for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 503
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
591 | 2023-11-01T17:10:01.796Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 526
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
592 | 2023-11-01T17:10:01.796Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
wanted = localhost login:
|
593 | 2023-11-01T17:10:02.872Z | INFO | phd-runner: [SERIAL - EVENT] BdsDxe: loading Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00)
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
594 | 2023-11-01T17:10:02.872Z | INFO | phd-runner: [SERIAL - EVENT] BdsDxe: starting Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00)
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
595 | 2023-11-01T17:10:02.873Z | INFO | phd-runner: [SERIAL - EVENT] Welcome to GRUB!
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
596 | 2023-11-01T17:10:02.873Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
597 | 2023-11-01T17:10:02.884Z | INFO | phd-runner: [SERIAL - EVENT] GNU GRUB version 2.06
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
598 | 2023-11-01T17:10:02.884Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
599 | 2023-11-01T17:10:02.884Z | INFO | phd-runner: [SERIAL - EVENT] ��������������������������������������Ŀ���������������������������������������[19;02H Use the ^ and v keys to select which entry is highlighted.
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
600 | 2023-11-01T17:10:02.884Z | INFO | phd-runner: [SERIAL - EVENT] Press enter to boot the selected OS, `e' to edit the commands
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
601 | 2023-11-01T17:10:03.915Z | INFO | phd-runner: [SERIAL - EVENT] before booting or `c' for a command-line. *Linux virt The highlighted entry will be executed automatically in 1s. The highlighted entry will be executed automatically in 0s. Booting `Linux virt'
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
602 | 2023-11-01T17:10:03.915Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
603 | 2023-11-01T17:10:05.303Z | INFO | phd-runner: [SERIAL - EVENT] 0% 6% ### 15% ###### 16% ####### 19% ######## 20% ######### 21% ######### 22% ######### 22% ########## 23% ########## 24% ########## 25% ########### 26% ########### 27% ########### 27% ############ 28% ############ 29% ############ 29% ############# 30% ############# 31% ############# 31% ############## 32% ############## 33% ############## 34% ############### 35% ############### 36% ############### 36% ################ 37% ################ 38% ################ 38% ################# 39% ################# 40% ################# 40% ################## 41% ################## 42% ################## 43% ################### 45% ################### 45% #################### 46% #################### 47% #################### 47% ##################### 49% ##################### 50% ###################### 71% ############################### 76% ################################# 77% ################################## 82% #################################### 83% #################################### 84% ##################################### 86% ##################################### 87% ###################################### 88% ###################################### 88% ####################################### 89% ####################################### 90% ####################################### 90% ######################################## 91% ######################################## 92% ######################################## 93% ######################################## 93% ######################################### 100% ############################################
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
604 | 2023-11-01T17:10:05.314Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
605 | 2023-11-01T17:10:05.314Z | INFO | phd-runner: [SERIAL - EVENT] OpenRC 0.44.10 is starting up Linux 5.15.41-0-virt (x86_64)
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
606 | 2023-11-01T17:10:05.314Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
607 | 2023-11-01T17:10:05.314Z | INFO | phd-runner: [SERIAL - EVENT] * /proc is already mounted
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
608 | 2023-11-01T17:10:05.314Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting /run ... * /run/openrc: creating directory
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
609 | 2023-11-01T17:10:05.314Z | INFO | phd-runner: [SERIAL - EVENT] * /run/lock: creating directory
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
610 | 2023-11-01T17:10:05.325Z | INFO | phd-runner: [SERIAL - EVENT] * /run/lock: correcting owner
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
611 | 2023-11-01T17:10:05.369Z | INFO | phd-runner: [SERIAL - EVENT] * Caching service dependencies ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
612 | 2023-11-01T17:10:05.379Z | INFO | phd-runner: [SERIAL - EVENT] * Remounting devtmpfs on /dev ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
613 | 2023-11-01T17:10:05.379Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting /dev/mqueue ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
614 | 2023-11-01T17:10:05.402Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting modloop ... * Verifying modloop
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
615 | 2023-11-01T17:10:05.457Z | INFO | phd-runner: [SERIAL - EVENT] [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
616 | 2023-11-01T17:10:05.468Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting security filesystem ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
617 | 2023-11-01T17:10:05.468Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting debug filesystem ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
618 | 2023-11-01T17:10:05.468Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting persistent storage (pstore) filesystem ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
619 | 2023-11-01T17:10:05.489Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting efivarfs filesystem ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
620 | 2023-11-01T17:10:05.534Z | INFO | phd-runner: [SERIAL - EVENT] * Starting busybox mdev ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
621 | 2023-11-01T17:10:05.678Z | INFO | phd-runner: [SERIAL - EVENT] * Loading hardware drivers ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
622 | 2023-11-01T17:10:05.721Z | INFO | phd-runner: [SERIAL - EVENT] * Loading modules ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
623 | 2023-11-01T17:10:05.744Z | INFO | phd-runner: [SERIAL - EVENT] * Setting system clock using the hardware clock [UTC] ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
624 | 2023-11-01T17:10:05.755Z | INFO | phd-runner: [SERIAL - EVENT] * Checking local filesystems ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
625 | 2023-11-01T17:10:05.766Z | INFO | phd-runner: [SERIAL - EVENT] * Remounting filesystems ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
626 | 2023-11-01T17:10:05.777Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting local filesystems ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
627 | 2023-11-01T17:10:05.788Z | INFO | phd-runner: [SERIAL - EVENT] * Configuring kernel parameters ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
628 | 2023-11-01T17:10:05.811Z | INFO | phd-runner: [SERIAL - EVENT] * Migrating /var/lock to /run/lock ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
629 | 2023-11-01T17:10:05.811Z | INFO | phd-runner: [SERIAL - EVENT] * Creating user login records ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
630 | 2023-11-01T17:10:05.811Z | INFO | phd-runner: [SERIAL - EVENT] * Cleaning /tmp directory ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
631 | 2023-11-01T17:10:05.822Z | INFO | phd-runner: [SERIAL - EVENT] * Setting hostname ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
632 | 2023-11-01T17:10:05.833Z | INFO | phd-runner: [SERIAL - EVENT] * Starting busybox syslog ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
633 | 2023-11-01T17:10:05.855Z | INFO | phd-runner: [SERIAL - EVENT] * Starting firstboot ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
634 | 2023-11-01T17:10:05.952Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
635 | 2023-11-01T17:10:05.963Z | INFO | phd-runner: [SERIAL - EVENT] Welcome to Alpine Linux 3.16
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
636 | 2023-11-01T17:10:05.963Z | INFO | phd-runner: [SERIAL - EVENT] Kernel 5.15.41-0-virt on an x86_64 (/dev/ttyS0)
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
637 | 2023-11-01T17:10:05.963Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
638 | 2023-11-01T17:10:05.964Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
wanted = localhost:~#
|
639 | 2023-11-01T17:10:05.974Z | INFO | phd-runner: [SERIAL - EVENT] localhost login: root
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
640 | 2023-11-01T17:10:05.974Z | INFO | phd-runner: [SERIAL - EVENT] Welcome to Alpine!
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
641 | 2023-11-01T17:10:05.974Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
642 | 2023-11-01T17:10:05.974Z | INFO | phd-runner: [SERIAL - EVENT] The Alpine Wiki contains a large amount of how-to guides and general
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
643 | 2023-11-01T17:10:05.974Z | INFO | phd-runner: [SERIAL - EVENT] information about administrating Alpine systems.
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
644 | 2023-11-01T17:10:05.974Z | INFO | phd-runner: [SERIAL - EVENT] See <http://wiki.alpinelinux.org/>.
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
645 | 2023-11-01T17:10:05.974Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
646 | 2023-11-01T17:10:05.974Z | INFO | phd-runner: [SERIAL - EVENT] You can setup the system with the command: setup-alpine
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
647 | 2023-11-01T17:10:05.974Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
648 | 2023-11-01T17:10:05.974Z | INFO | phd-runner: [SERIAL - EVENT] You may change this message by editing /etc/motd.
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
649 | 2023-11-01T17:10:05.974Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
650 | 2023-11-01T17:10:05.974Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4178
file = phd-tests/framework/src/test_vm/mod.rs
line = 526
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
651 | 2023-11-01T17:10:05.974Z | INFO | phd-runner: [VM - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 532
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
652 | 2023-11-01T17:10:05.974Z | INFO | phd-runner: [VM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 370
migration_id = b229c884-28dc-4dc2-9363-9c015bc1dff7
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 46ffc6c3-88a8-48bc-9130-45c259db9b2a
|
653 | 2023-11-01T17:10:06.089Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = multiple_migrations_1
vm_id = 46ffc6c3-88a8-48bc-9130-45c259db9b2a
|
654 | 2023-11-01T17:10:06.089Z | INFO | phd-runner: [SERIAL - START]
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = multiple_migrations_1
vm_id = 46ffc6c3-88a8-48bc-9130-45c259db9b2a
|
655 | 2023-11-01T17:10:06.090Z | INFO | phd-runner: [VM - 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: 46ffc6c3-88a8-48bc-9130-45c259db9b2a, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-46ffc6c3-88a8-48bc-9130-45c259db9b2a", vcpus: 2 }, state: Migrating }
line = 257
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/35de0150-dcc1-484e-ba37-a3114eca07c8.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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_1
vm_id = 46ffc6c3-88a8-48bc-9130-45c259db9b2a
|
656 | 2023-11-01T17:10:06.090Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 388
migration_id = b229c884-28dc-4dc2-9363-9c015bc1dff7
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 46ffc6c3-88a8-48bc-9130-45c259db9b2a
|
657 | 2023-11-01T17:10:17.364Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket received control message: "{\"Migrating\":{\"destination\":\"127.0.0.1:9002\",\"from_start\":7609}}"
file = phd-tests/framework/src/serial/mod.rs
line = 44
target = phd_framework::serial
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
658 | 2023-11-01T17:10:17.364Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket returned None
file = phd-tests/framework/src/serial/mod.rs
line = 47
target = phd_framework::serial
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
659 | 2023-11-01T17:10:17.364Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - END]
elapsed_milliseconds = 15569
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
660 | 2023-11-01T17:10:25.554Z | INFO | phd-runner: [MIGRATE - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 397
migration_id = b229c884-28dc-4dc2-9363-9c015bc1dff7
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 46ffc6c3-88a8-48bc-9130-45c259db9b2a
|
661 | 2023-11-01T17:10:25.554Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 19464
file = phd-tests/framework/src/test_vm/mod.rs
line = 388
migration_id = b229c884-28dc-4dc2-9363-9c015bc1dff7
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 46ffc6c3-88a8-48bc-9130-45c259db9b2a
|
662 | 2023-11-01T17:10:25.554Z | INFO | phd-runner: [VM - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 545
target = phd_framework::test_vm
timeout_duration = 15s
vm = multiple_migrations_1
vm_id = 46ffc6c3-88a8-48bc-9130-45c259db9b2a
|
663 | 2023-11-01T17:10:25.554Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = multiple_migrations_1
vm_id = 46ffc6c3-88a8-48bc-9130-45c259db9b2a
wanted = echo Hello world\n
|
664 | 2023-11-01T17:10:25.565Z | INFO | phd-runner: [SERIAL - EVENT] echo Hello world
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_1
vm_id = 46ffc6c3-88a8-48bc-9130-45c259db9b2a
|
665 | 2023-11-01T17:10:25.565Z | INFO | phd-runner: [VM - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 545
target = phd_framework::test_vm
timeout_duration = 300s
vm = multiple_migrations_1
vm_id = 46ffc6c3-88a8-48bc-9130-45c259db9b2a
|
666 | 2023-11-01T17:10:25.565Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = multiple_migrations_1
vm_id = 46ffc6c3-88a8-48bc-9130-45c259db9b2a
wanted = localhost:~#
|
667 | 2023-11-01T17:10:25.587Z | INFO | phd-runner: [SERIAL - EVENT] Hello world
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_1
vm_id = 46ffc6c3-88a8-48bc-9130-45c259db9b2a
|
668 | 2023-11-01T17:10:25.588Z | INFO | phd-runner: [VM - EVENT] Migrating from source at address 127.0.0.1:9002
file = phd-tests/framework/src/test_vm/mod.rs
line = 370
migration_id = ff993544-ad44-460e-8c5b-89a5fac61f3d
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 83662f36-735d-4317-a699-d9b03cbcbbbd
|
669 | 2023-11-01T17:10:25.709Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = multiple_migrations_2
vm_id = 83662f36-735d-4317-a699-d9b03cbcbbbd
|
670 | 2023-11-01T17:10:25.709Z | INFO | phd-runner: [SERIAL - START]
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = multiple_migrations_2
vm_id = 83662f36-735d-4317-a699-d9b03cbcbbbd
|
671 | 2023-11-01T17:10:25.710Z | INFO | phd-runner: [VM - 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: 83662f36-735d-4317-a699-d9b03cbcbbbd, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-83662f36-735d-4317-a699-d9b03cbcbbbd", vcpus: 2 }, state: Migrating }
line = 257
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/35de0150-dcc1-484e-ba37-a3114eca07c8.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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_2
vm_id = 83662f36-735d-4317-a699-d9b03cbcbbbd
|
672 | 2023-11-01T17:10:25.710Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 388
migration_id = ff993544-ad44-460e-8c5b-89a5fac61f3d
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 83662f36-735d-4317-a699-d9b03cbcbbbd
|
673 | 2023-11-01T17:10:37.004Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket received control message: "{\"Migrating\":{\"destination\":\"127.0.0.1:9004\",\"from_start\":7657}}"
file = phd-tests/framework/src/serial/mod.rs
line = 44
target = phd_framework::serial
vm = multiple_migrations_1
vm_id = 46ffc6c3-88a8-48bc-9130-45c259db9b2a
|
674 | 2023-11-01T17:10:37.004Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket returned None
file = phd-tests/framework/src/serial/mod.rs
line = 47
target = phd_framework::serial
vm = multiple_migrations_1
vm_id = 46ffc6c3-88a8-48bc-9130-45c259db9b2a
|
675 | 2023-11-01T17:10:37.004Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - END]
elapsed_milliseconds = 30915
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = multiple_migrations_1
vm_id = 46ffc6c3-88a8-48bc-9130-45c259db9b2a
|
676 | 2023-11-01T17:10:37.445Z | INFO | phd-runner: [MIGRATE - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 397
migration_id = ff993544-ad44-460e-8c5b-89a5fac61f3d
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 83662f36-735d-4317-a699-d9b03cbcbbbd
|
677 | 2023-11-01T17:10:37.445Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 11735
file = phd-tests/framework/src/test_vm/mod.rs
line = 388
migration_id = ff993544-ad44-460e-8c5b-89a5fac61f3d
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 83662f36-735d-4317-a699-d9b03cbcbbbd
|
678 | 2023-11-01T17:10:37.445Z | INFO | phd-runner: [VM - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 545
target = phd_framework::test_vm
timeout_duration = 15s
vm = multiple_migrations_2
vm_id = 83662f36-735d-4317-a699-d9b03cbcbbbd
|
679 | 2023-11-01T17:10:37.445Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = multiple_migrations_2
vm_id = 83662f36-735d-4317-a699-d9b03cbcbbbd
wanted = echo I have migrated!\n
|
680 | 2023-11-01T17:10:40.638Z | INFO | phd-runner: [SERIAL - EVENT] echo I have migrated!
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_2
vm_id = 83662f36-735d-4317-a699-d9b03cbcbbbd
|
681 | 2023-11-01T17:10:40.638Z | INFO | phd-runner: [VM - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 545
target = phd_framework::test_vm
timeout_duration = 300s
vm = multiple_migrations_2
vm_id = 83662f36-735d-4317-a699-d9b03cbcbbbd
|
682 | 2023-11-01T17:10:40.638Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = multiple_migrations_2
vm_id = 83662f36-735d-4317-a699-d9b03cbcbbbd
wanted = localhost:~#
|
683 | 2023-11-01T17:10:40.649Z | INFO | phd-runner: [SERIAL - EVENT] I have migrated!
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = multiple_migrations_2
vm_id = 83662f36-735d-4317-a699-d9b03cbcbbbd
|
684 | 2023-11-01T17:10:40.649Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 83662f36-735d-4317-a699-d9b03cbcbbbd
|
685 | 2023-11-01T17:10:40.650Z | INFO | phd-runner: [VM - EVENT] Cleaning up Test VM on drop
file = phd-tests/framework/src/test_vm/mod.rs
line = 647
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 83662f36-735d-4317-a699-d9b03cbcbbbd
|
686 | 2023-11-01T17:10:40.650Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Stop
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 83662f36-735d-4317-a699-d9b03cbcbbbd
|
687 | 2023-11-01T17:10:40.651Z | INFO | phd-runner: [VM - EVENT] Waiting 5s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 464
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 83662f36-735d-4317-a699-d9b03cbcbbbd
|
688 | 2023-11-01T17:10:40.651Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 83662f36-735d-4317-a699-d9b03cbcbbbd
|
689 | 2023-11-01T17:10:40.652Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed
file = phd-tests/framework/src/serial/mod.rs
line = 40
target = phd_framework::serial
vm = multiple_migrations_2
vm_id = 83662f36-735d-4317-a699-d9b03cbcbbbd
|
690 | 2023-11-01T17:10:40.652Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - END]
elapsed_milliseconds = 14942
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = multiple_migrations_2
vm_id = 83662f36-735d-4317-a699-d9b03cbcbbbd
|
691 | 2023-11-01T17:10:41.100Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 83662f36-735d-4317-a699-d9b03cbcbbbd
|
692 | 2023-11-01T17:10:41.103Z | INFO | phd-runner: Killing Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 92
self.address = 127.0.0.1:9004
target = phd_framework::test_vm::server
|
693 | 2023-11-01T17:10:41.123Z | INFO | phd-runner: Successfully waited for demise of Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 107
self.address = 127.0.0.1:9004
target = phd_framework::test_vm::server
|
694 | 2023-11-01T17:10:41.123Z | INFO | phd-runner: [SERIAL - END]
elapsed_milliseconds = 15414
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = multiple_migrations_2
vm_id = 83662f36-735d-4317-a699-d9b03cbcbbbd
|
695 | 2023-11-01T17:10:41.123Z | INFO | phd-runner: [VM - END]
elapsed_milliseconds = 15535
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = multiple_migrations_2
vm_id = 83662f36-735d-4317-a699-d9b03cbcbbbd
|
696 | 2023-11-01T17:10:41.124Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 46ffc6c3-88a8-48bc-9130-45c259db9b2a
|
697 | 2023-11-01T17:10:41.127Z | INFO | phd-runner: Killing Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 92
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
|
698 | 2023-11-01T17:10:41.145Z | INFO | phd-runner: Successfully waited for demise of Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 107
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
|
699 | 2023-11-01T17:10:41.145Z | INFO | phd-runner: [SERIAL - END]
elapsed_milliseconds = 35056
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = multiple_migrations_1
vm_id = 46ffc6c3-88a8-48bc-9130-45c259db9b2a
|
700 | 2023-11-01T17:10:41.146Z | INFO | phd-runner: [VM - END]
elapsed_milliseconds = 35171
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = multiple_migrations_1
vm_id = 46ffc6c3-88a8-48bc-9130-45c259db9b2a
|
701 | 2023-11-01T17:10:41.146Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
702 | 2023-11-01T17:10:41.149Z | INFO | phd-runner: Killing Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 92
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
|
703 | 2023-11-01T17:10:41.166Z | INFO | phd-runner: Successfully waited for demise of Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 107
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
|
704 | 2023-11-01T17:10:41.166Z | INFO | phd-runner: Deleting guest disk image
file = phd-tests/framework/src/disk/file.rs
line = 84
path = /tmp/propolis-phd/35de0150-dcc1-484e-ba37-a3114eca07c8.phd_disk
target = phd_framework::disk::file
|
705 | 2023-11-01T17:10:41.171Z | INFO | phd-runner: [SERIAL - END]
elapsed_milliseconds = 39376
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
706 | 2023-11-01T17:10:41.171Z | INFO | phd-runner: [VM - END]
elapsed_milliseconds = 39491
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = multiple_migrations_0
vm_id = 901f1803-65b7-4975-9924-22db4beb7a61
|
707 | 2023-11-01T17:10:41.171Z | INFO | phd-runner: test phd_tests::migrate::multiple_migrations ... ok
file = phd-tests/runner/src/execute.rs
line = 117
target = phd_runner::execute
|
708 | 2023-11-01T17:10:41.171Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
709 | 2023-11-01T17:10:41.171Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
710 | 2023-11-01T17:10:41.171Z | INFO | phd-runner: Starting test phd_tests::migrate::incompatible_vms
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
711 | 2023-11-01T17:10:41.171Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
712 | 2023-11-01T17:10:41.171Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
713 | 2023-11-01T17:10:41.171Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
714 | 2023-11-01T17:10:41.171Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
715 | 2023-11-01T17:10:41.172Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
716 | 2023-11-01T17:10:41.172Z | INFO | phd-runner: Copying source image to create temporary disk
disk_path = /tmp/propolis-phd/19844916-5d65-45c7-93fb-484f7989b50e.phd_disk
file = phd-tests/framework/src/disk/file.rs
line = 42
source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::disk::file
|
717 | 2023-11-01T17:10:41.195Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
718 | 2023-11-01T17:10:41.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 = 112
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/19844916-5d65-45c7-93fb-484f7989b50e.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 4, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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
|
719 | 2023-11-01T17:10:41.196Z | INFO | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
720 | 2023-11-01T17:10:41.196Z | INFO | phd-runner: [VM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = migration_incompatible_source_0
vm_id = d05e2d0a-93c3-406b-a68c-8ba3dbc57e04
|
721 | 2023-11-01T17:10:41.198Z | 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
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
722 | 2023-11-01T17:10:41.198Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
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
|
723 | 2023-11-01T17:10:41.204Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 870
file = phd-tests/framework/src/test_vm/server.rs
line = 80
target = phd_framework::test_vm::server
|
724 | 2023-11-01T17:10:41.204Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 8
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
725 | 2023-11-01T17:10:41.205Z | INFO | phd-runner: [VM - EVENT] Error 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) while creating instance, will retry
file = phd-tests/framework/src/test_vm/mod.rs
line = 233
target = phd_framework::test_vm
vm = migration_incompatible_source_0
vm_id = d05e2d0a-93c3-406b-a68c-8ba3dbc57e04
|
726 | 2023-11-01T17:10:41.831Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = migration_incompatible_source_0
vm_id = d05e2d0a-93c3-406b-a68c-8ba3dbc57e04
|
727 | 2023-11-01T17:10:41.831Z | INFO | phd-runner: [SERIAL - START]
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = migration_incompatible_source_0
vm_id = d05e2d0a-93c3-406b-a68c-8ba3dbc57e04
|
728 | 2023-11-01T17:10:41.832Z | INFO | phd-runner: [VM - 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: d05e2d0a-93c3-406b-a68c-8ba3dbc57e04, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-d05e2d0a-93c3-406b-a68c-8ba3dbc57e04", vcpus: 4 }, state: Creating }
line = 257
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/19844916-5d65-45c7-93fb-484f7989b50e.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 4, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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 = d05e2d0a-93c3-406b-a68c-8ba3dbc57e04
|
729 | 2023-11-01T17:10:41.832Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Run
target = phd_framework::test_vm
vm = migration_incompatible_source_0
vm_id = d05e2d0a-93c3-406b-a68c-8ba3dbc57e04
|
730 | 2023-11-01T17:10:41.833Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
731 | 2023-11-01T17:10:41.833Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
732 | 2023-11-01T17:10:41.833Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
733 | 2023-11-01T17:10:41.833Z | INFO | phd-runner: Copying source image to create temporary disk
disk_path = /tmp/propolis-phd/a92e28fc-6ef3-492e-8934-ec6f5556c970.phd_disk
file = phd-tests/framework/src/disk/file.rs
line = 42
source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::disk::file
|
734 | 2023-11-01T17:10:41.860Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
735 | 2023-11-01T17:10:41.860Z | 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 = 112
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/a92e28fc-6ef3-492e-8934-ec6f5556c970.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 8, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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
|
736 | 2023-11-01T17:10:41.860Z | INFO | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
737 | 2023-11-01T17:10:41.860Z | INFO | phd-runner: [VM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = migration_incompatible_target_1
vm_id = a5b13e15-1f22-4697-af5e-bd12857bfc09
|
738 | 2023-11-01T17:10:41.863Z | 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
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
739 | 2023-11-01T17:10:41.863Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
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
|
740 | 2023-11-01T17:10:41.872Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 871
file = phd-tests/framework/src/test_vm/server.rs
line = 80
target = phd_framework::test_vm::server
|
741 | 2023-11-01T17:10:41.872Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 12
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
742 | 2023-11-01T17:10:41.872Z | INFO | phd-runner: [VM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 370
migration_id = 93545356-91f4-4d76-b7a3-ca33d10c1574
target = phd_framework::test_vm
vm = migration_incompatible_target_1
vm_id = a5b13e15-1f22-4697-af5e-bd12857bfc09
|
743 | 2023-11-01T17:10:41.873Z | INFO | phd-runner: [VM - EVENT] Error 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) while creating instance, will retry
file = phd-tests/framework/src/test_vm/mod.rs
line = 233
target = phd_framework::test_vm
vm = migration_incompatible_target_1
vm_id = a5b13e15-1f22-4697-af5e-bd12857bfc09
|
744 | 2023-11-01T17:10:42.483Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = migration_incompatible_target_1
vm_id = a5b13e15-1f22-4697-af5e-bd12857bfc09
|
745 | 2023-11-01T17:10:42.483Z | INFO | phd-runner: [SERIAL - START]
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = migration_incompatible_target_1
vm_id = a5b13e15-1f22-4697-af5e-bd12857bfc09
|
746 | 2023-11-01T17:10:42.484Z | INFO | phd-runner: [VM - 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: a5b13e15-1f22-4697-af5e-bd12857bfc09, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-a5b13e15-1f22-4697-af5e-bd12857bfc09", vcpus: 8 }, state: Failed }
line = 257
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/a92e28fc-6ef3-492e-8934-ec6f5556c970.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 8, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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_target_1
vm_id = a5b13e15-1f22-4697-af5e-bd12857bfc09
|
747 | 2023-11-01T17:10:42.484Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 388
migration_id = 93545356-91f4-4d76-b7a3-ca33d10c1574
target = phd_framework::test_vm
vm = migration_incompatible_target_1
vm_id = a5b13e15-1f22-4697-af5e-bd12857bfc09
|
748 | 2023-11-01T17:10:42.485Z | INFO | phd-runner: [MIGRATE - EVENT] Instance reported error during migration
file = phd-tests/framework/src/test_vm/mod.rs
line = 401
migration_id = 93545356-91f4-4d76-b7a3-ca33d10c1574
target = phd_framework::test_vm
vm = migration_incompatible_target_1
vm_id = a5b13e15-1f22-4697-af5e-bd12857bfc09
|
749 | 2023-11-01T17:10:42.485Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 388
migration_id = 93545356-91f4-4d76-b7a3-ca33d10c1574
target = phd_framework::test_vm
vm = migration_incompatible_target_1
vm_id = a5b13e15-1f22-4697-af5e-bd12857bfc09
|
750 | 2023-11-01T17:10:42.486Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = migration_incompatible_target_1
vm_id = a5b13e15-1f22-4697-af5e-bd12857bfc09
|
751 | 2023-11-01T17:10:42.487Z | INFO | phd-runner: [VM - EVENT] Cleaning up Test VM on drop
file = phd-tests/framework/src/test_vm/mod.rs
line = 647
target = phd_framework::test_vm
vm = migration_incompatible_target_1
vm_id = a5b13e15-1f22-4697-af5e-bd12857bfc09
|
752 | 2023-11-01T17:10:42.487Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Stop
target = phd_framework::test_vm
vm = migration_incompatible_target_1
vm_id = a5b13e15-1f22-4697-af5e-bd12857bfc09
|
753 | 2023-11-01T17:10:42.487Z | INFO | phd-runner: [VM - EVENT] Waiting 5s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 464
target = phd_framework::test_vm
vm = migration_incompatible_target_1
vm_id = a5b13e15-1f22-4697-af5e-bd12857bfc09
|
754 | 2023-11-01T17:10:42.487Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = migration_incompatible_target_1
vm_id = a5b13e15-1f22-4697-af5e-bd12857bfc09
|
755 | 2023-11-01T17:10:42.488Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed
file = phd-tests/framework/src/serial/mod.rs
line = 40
target = phd_framework::serial
vm = migration_incompatible_target_1
vm_id = a5b13e15-1f22-4697-af5e-bd12857bfc09
|
756 | 2023-11-01T17:10:42.488Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - END]
elapsed_milliseconds = 4
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = migration_incompatible_target_1
vm_id = a5b13e15-1f22-4697-af5e-bd12857bfc09
|
757 | 2023-11-01T17:10:42.924Z | INFO | phd-runner: [SERIAL - EVENT] BdsDxe: loading Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00)
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_incompatible_source_0
vm_id = d05e2d0a-93c3-406b-a68c-8ba3dbc57e04
|
758 | 2023-11-01T17:10:42.924Z | INFO | phd-runner: [SERIAL - EVENT] BdsDxe: starting Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00)
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_incompatible_source_0
vm_id = d05e2d0a-93c3-406b-a68c-8ba3dbc57e04
|
759 | 2023-11-01T17:10:42.924Z | INFO | phd-runner: [SERIAL - EVENT] Welcome to GRUB!
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_incompatible_source_0
vm_id = d05e2d0a-93c3-406b-a68c-8ba3dbc57e04
|
760 | 2023-11-01T17:10:42.924Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_incompatible_source_0
vm_id = d05e2d0a-93c3-406b-a68c-8ba3dbc57e04
|
761 | 2023-11-01T17:10:42.934Z | INFO | phd-runner: [SERIAL - EVENT] GNU GRUB version 2.06
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_incompatible_source_0
vm_id = d05e2d0a-93c3-406b-a68c-8ba3dbc57e04
|
762 | 2023-11-01T17:10:42.934Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_incompatible_source_0
vm_id = d05e2d0a-93c3-406b-a68c-8ba3dbc57e04
|
763 | 2023-11-01T17:10:42.934Z | INFO | phd-runner: [SERIAL - EVENT] ��������������������������������������Ŀ���������������������������������������[19;02H Use the ^ and v keys to select which entry is highlighted.
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_incompatible_source_0
vm_id = d05e2d0a-93c3-406b-a68c-8ba3dbc57e04
|
764 | 2023-11-01T17:10:42.945Z | INFO | phd-runner: [SERIAL - EVENT] Press enter to boot the selected OS, `e' to edit the commands
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_incompatible_source_0
vm_id = d05e2d0a-93c3-406b-a68c-8ba3dbc57e04
|
765 | 2023-11-01T17:10:43.177Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = migration_incompatible_target_1
vm_id = a5b13e15-1f22-4697-af5e-bd12857bfc09
|
766 | 2023-11-01T17:10:43.180Z | INFO | phd-runner: Killing Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 92
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
|
767 | 2023-11-01T17:10:43.198Z | INFO | phd-runner: Successfully waited for demise of Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 107
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
|
768 | 2023-11-01T17:10:43.198Z | INFO | phd-runner: Deleting guest disk image
file = phd-tests/framework/src/disk/file.rs
line = 84
path = /tmp/propolis-phd/a92e28fc-6ef3-492e-8934-ec6f5556c970.phd_disk
target = phd_framework::disk::file
|
769 | 2023-11-01T17:10:43.202Z | INFO | phd-runner: [SERIAL - END]
elapsed_milliseconds = 719
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = migration_incompatible_target_1
vm_id = a5b13e15-1f22-4697-af5e-bd12857bfc09
|
770 | 2023-11-01T17:10:43.203Z | INFO | phd-runner: [VM - END]
elapsed_milliseconds = 1330
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = migration_incompatible_target_1
vm_id = a5b13e15-1f22-4697-af5e-bd12857bfc09
|
771 | 2023-11-01T17:10:43.203Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = migration_incompatible_source_0
vm_id = d05e2d0a-93c3-406b-a68c-8ba3dbc57e04
|
772 | 2023-11-01T17:10:43.204Z | INFO | phd-runner: [VM - EVENT] Cleaning up Test VM on drop
file = phd-tests/framework/src/test_vm/mod.rs
line = 647
target = phd_framework::test_vm
vm = migration_incompatible_source_0
vm_id = d05e2d0a-93c3-406b-a68c-8ba3dbc57e04
|
773 | 2023-11-01T17:10:43.204Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Stop
target = phd_framework::test_vm
vm = migration_incompatible_source_0
vm_id = d05e2d0a-93c3-406b-a68c-8ba3dbc57e04
|
774 | 2023-11-01T17:10:43.204Z | INFO | phd-runner: [VM - EVENT] Waiting 5s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 464
target = phd_framework::test_vm
vm = migration_incompatible_source_0
vm_id = d05e2d0a-93c3-406b-a68c-8ba3dbc57e04
|
775 | 2023-11-01T17:10:43.204Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = migration_incompatible_source_0
vm_id = d05e2d0a-93c3-406b-a68c-8ba3dbc57e04
|
776 | 2023-11-01T17:10:43.205Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed
file = phd-tests/framework/src/serial/mod.rs
line = 40
target = phd_framework::serial
vm = migration_incompatible_source_0
vm_id = d05e2d0a-93c3-406b-a68c-8ba3dbc57e04
|
777 | 2023-11-01T17:10:43.205Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - END]
elapsed_milliseconds = 1373
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = migration_incompatible_source_0
vm_id = d05e2d0a-93c3-406b-a68c-8ba3dbc57e04
|
778 | 2023-11-01T17:10:43.580Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = migration_incompatible_source_0
vm_id = d05e2d0a-93c3-406b-a68c-8ba3dbc57e04
|
779 | 2023-11-01T17:10:43.584Z | INFO | phd-runner: Killing Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 92
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
|
780 | 2023-11-01T17:10:43.600Z | INFO | phd-runner: Successfully waited for demise of Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 107
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
|
781 | 2023-11-01T17:10:43.600Z | INFO | phd-runner: Deleting guest disk image
file = phd-tests/framework/src/disk/file.rs
line = 84
path = /tmp/propolis-phd/19844916-5d65-45c7-93fb-484f7989b50e.phd_disk
target = phd_framework::disk::file
|
782 | 2023-11-01T17:10:43.605Z | INFO | phd-runner: [SERIAL - END]
elapsed_milliseconds = 1773
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = migration_incompatible_source_0
vm_id = d05e2d0a-93c3-406b-a68c-8ba3dbc57e04
|
783 | 2023-11-01T17:10:43.605Z | INFO | phd-runner: [VM - END]
elapsed_milliseconds = 2400
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = migration_incompatible_source_0
vm_id = d05e2d0a-93c3-406b-a68c-8ba3dbc57e04
|
784 | 2023-11-01T17:10:43.605Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
785 | 2023-11-01T17:10:43.605Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
786 | 2023-11-01T17:10:43.605Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
787 | 2023-11-01T17:10:43.605Z | INFO | phd-runner: Copying source image to create temporary disk
disk_path = /tmp/propolis-phd/87a5470f-e896-4805-a9e9-632551d20887.phd_disk
file = phd-tests/framework/src/disk/file.rs
line = 42
source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::disk::file
|
788 | 2023-11-01T17:10:43.630Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
789 | 2023-11-01T17:10:43.630Z | 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 = 112
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/87a5470f-e896-4805-a9e9-632551d20887.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 4, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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
|
790 | 2023-11-01T17:10:43.630Z | INFO | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
791 | 2023-11-01T17:10:43.630Z | INFO | phd-runner: [VM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = migration_incompatible_source_1
vm_id = 73f62e0f-17e3-49c7-b203-1d95c1d3692f
|
792 | 2023-11-01T17:10:43.632Z | 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
server_addr = 127.0.0.1:9004
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
793 | 2023-11-01T17:10:43.632Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
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
|
794 | 2023-11-01T17:10:43.639Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 874
file = phd-tests/framework/src/test_vm/server.rs
line = 80
target = phd_framework::test_vm::server
|
795 | 2023-11-01T17:10:43.639Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
796 | 2023-11-01T17:10:43.640Z | INFO | phd-runner: [VM - EVENT] Error 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) while creating instance, will retry
file = phd-tests/framework/src/test_vm/mod.rs
line = 233
target = phd_framework::test_vm
vm = migration_incompatible_source_1
vm_id = 73f62e0f-17e3-49c7-b203-1d95c1d3692f
|
797 | 2023-11-01T17:10:44.253Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = migration_incompatible_source_1
vm_id = 73f62e0f-17e3-49c7-b203-1d95c1d3692f
|
798 | 2023-11-01T17:10:44.253Z | INFO | phd-runner: [SERIAL - START]
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = migration_incompatible_source_1
vm_id = 73f62e0f-17e3-49c7-b203-1d95c1d3692f
|
799 | 2023-11-01T17:10:44.254Z | INFO | phd-runner: [VM - 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: 73f62e0f-17e3-49c7-b203-1d95c1d3692f, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-73f62e0f-17e3-49c7-b203-1d95c1d3692f", vcpus: 4 }, state: Creating }
line = 257
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/87a5470f-e896-4805-a9e9-632551d20887.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 4, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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 = 73f62e0f-17e3-49c7-b203-1d95c1d3692f
|
800 | 2023-11-01T17:10:44.254Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Run
target = phd_framework::test_vm
vm = migration_incompatible_source_1
vm_id = 73f62e0f-17e3-49c7-b203-1d95c1d3692f
|
801 | 2023-11-01T17:10:44.255Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
802 | 2023-11-01T17:10:44.255Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
803 | 2023-11-01T17:10:44.255Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
804 | 2023-11-01T17:10:44.255Z | INFO | phd-runner: Copying source image to create temporary disk
disk_path = /tmp/propolis-phd/799889c1-212e-4072-92e6-6bef7a496feb.phd_disk
file = phd-tests/framework/src/disk/file.rs
line = 42
source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::disk::file
|
805 | 2023-11-01T17:10:44.279Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
806 | 2023-11-01T17:10:44.279Z | 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 = 112
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/799889c1-212e-4072-92e6-6bef7a496feb.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 1024 }, network_devices: {}, pci_pci_bridges: {}, 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
|
807 | 2023-11-01T17:10:44.279Z | INFO | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
808 | 2023-11-01T17:10:44.279Z | INFO | phd-runner: [VM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = migration_incompatible_target_2
vm_id = a4bc8f14-89b7-4282-8735-379e264f23bf
|
809 | 2023-11-01T17:10:44.282Z | 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
server_addr = 127.0.0.1:9006
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
810 | 2023-11-01T17:10:44.282Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
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
|
811 | 2023-11-01T17:10:44.290Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 875
file = phd-tests/framework/src/test_vm/server.rs
line = 80
target = phd_framework::test_vm::server
|
812 | 2023-11-01T17:10:44.290Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 11
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
813 | 2023-11-01T17:10:44.290Z | INFO | phd-runner: [VM - EVENT] Migrating from source at address 127.0.0.1:9004
file = phd-tests/framework/src/test_vm/mod.rs
line = 370
migration_id = bc832b37-ee11-41d6-8539-6f442db65914
target = phd_framework::test_vm
vm = migration_incompatible_target_2
vm_id = a4bc8f14-89b7-4282-8735-379e264f23bf
|
814 | 2023-11-01T17:10:44.291Z | INFO | phd-runner: [VM - EVENT] Error 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) while creating instance, will retry
file = phd-tests/framework/src/test_vm/mod.rs
line = 233
target = phd_framework::test_vm
vm = migration_incompatible_target_2
vm_id = a4bc8f14-89b7-4282-8735-379e264f23bf
|
815 | 2023-11-01T17:10:44.982Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = migration_incompatible_target_2
vm_id = a4bc8f14-89b7-4282-8735-379e264f23bf
|
816 | 2023-11-01T17:10:44.982Z | INFO | phd-runner: [SERIAL - START]
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = migration_incompatible_target_2
vm_id = a4bc8f14-89b7-4282-8735-379e264f23bf
|
817 | 2023-11-01T17:10:44.983Z | INFO | phd-runner: [VM - 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: a4bc8f14-89b7-4282-8735-379e264f23bf, image_id: 00000000-0000-0000-0000-000000000000, memory: 1024, name: "phd-vm-a4bc8f14-89b7-4282-8735-379e264f23bf", vcpus: 2 }, state: Failed }
line = 257
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/799889c1-212e-4072-92e6-6bef7a496feb.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 1024 }, network_devices: {}, pci_pci_bridges: {}, 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_target_2
vm_id = a4bc8f14-89b7-4282-8735-379e264f23bf
|
818 | 2023-11-01T17:10:44.983Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 388
migration_id = bc832b37-ee11-41d6-8539-6f442db65914
target = phd_framework::test_vm
vm = migration_incompatible_target_2
vm_id = a4bc8f14-89b7-4282-8735-379e264f23bf
|
819 | 2023-11-01T17:10:44.983Z | INFO | phd-runner: [MIGRATE - EVENT] Instance reported error during migration
file = phd-tests/framework/src/test_vm/mod.rs
line = 401
migration_id = bc832b37-ee11-41d6-8539-6f442db65914
target = phd_framework::test_vm
vm = migration_incompatible_target_2
vm_id = a4bc8f14-89b7-4282-8735-379e264f23bf
|
820 | 2023-11-01T17:10:44.984Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 0
file = phd-tests/framework/src/test_vm/mod.rs
line = 388
migration_id = bc832b37-ee11-41d6-8539-6f442db65914
target = phd_framework::test_vm
vm = migration_incompatible_target_2
vm_id = a4bc8f14-89b7-4282-8735-379e264f23bf
|
821 | 2023-11-01T17:10:44.985Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = migration_incompatible_target_2
vm_id = a4bc8f14-89b7-4282-8735-379e264f23bf
|
822 | 2023-11-01T17:10:44.985Z | INFO | phd-runner: [VM - EVENT] Cleaning up Test VM on drop
file = phd-tests/framework/src/test_vm/mod.rs
line = 647
target = phd_framework::test_vm
vm = migration_incompatible_target_2
vm_id = a4bc8f14-89b7-4282-8735-379e264f23bf
|
823 | 2023-11-01T17:10:44.985Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Stop
target = phd_framework::test_vm
vm = migration_incompatible_target_2
vm_id = a4bc8f14-89b7-4282-8735-379e264f23bf
|
824 | 2023-11-01T17:10:44.986Z | INFO | phd-runner: [VM - EVENT] Waiting 5s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 464
target = phd_framework::test_vm
vm = migration_incompatible_target_2
vm_id = a4bc8f14-89b7-4282-8735-379e264f23bf
|
825 | 2023-11-01T17:10:44.986Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = migration_incompatible_target_2
vm_id = a4bc8f14-89b7-4282-8735-379e264f23bf
|
826 | 2023-11-01T17:10:44.986Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed
file = phd-tests/framework/src/serial/mod.rs
line = 40
target = phd_framework::serial
vm = migration_incompatible_target_2
vm_id = a4bc8f14-89b7-4282-8735-379e264f23bf
|
827 | 2023-11-01T17:10:44.986Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - END]
elapsed_milliseconds = 4
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = migration_incompatible_target_2
vm_id = a4bc8f14-89b7-4282-8735-379e264f23bf
|
828 | 2023-11-01T17:10:45.335Z | INFO | phd-runner: [SERIAL - EVENT] BdsDxe: loading Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00)
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_incompatible_source_1
vm_id = 73f62e0f-17e3-49c7-b203-1d95c1d3692f
|
829 | 2023-11-01T17:10:45.335Z | INFO | phd-runner: [SERIAL - EVENT] BdsDxe: starting Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00)
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_incompatible_source_1
vm_id = 73f62e0f-17e3-49c7-b203-1d95c1d3692f
|
830 | 2023-11-01T17:10:45.335Z | INFO | phd-runner: [SERIAL - EVENT] Welcome to GRUB!
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_incompatible_source_1
vm_id = 73f62e0f-17e3-49c7-b203-1d95c1d3692f
|
831 | 2023-11-01T17:10:45.335Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_incompatible_source_1
vm_id = 73f62e0f-17e3-49c7-b203-1d95c1d3692f
|
832 | 2023-11-01T17:10:45.346Z | INFO | phd-runner: [SERIAL - EVENT] GNU GRUB version 2.06
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_incompatible_source_1
vm_id = 73f62e0f-17e3-49c7-b203-1d95c1d3692f
|
833 | 2023-11-01T17:10:45.346Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_incompatible_source_1
vm_id = 73f62e0f-17e3-49c7-b203-1d95c1d3692f
|
834 | 2023-11-01T17:10:45.346Z | INFO | phd-runner: [SERIAL - EVENT] ��������������������������������������Ŀ���������������������������������������[19;02H Use the ^ and v keys to select which entry is highlighted.
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_incompatible_source_1
vm_id = 73f62e0f-17e3-49c7-b203-1d95c1d3692f
|
835 | 2023-11-01T17:10:45.357Z | INFO | phd-runner: [SERIAL - EVENT] Press enter to boot the selected OS, `e' to edit the commands
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_incompatible_source_1
vm_id = 73f62e0f-17e3-49c7-b203-1d95c1d3692f
|
836 | 2023-11-01T17:10:45.523Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = migration_incompatible_target_2
vm_id = a4bc8f14-89b7-4282-8735-379e264f23bf
|
837 | 2023-11-01T17:10:45.527Z | INFO | phd-runner: Killing Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 92
self.address = 127.0.0.1:9006
target = phd_framework::test_vm::server
|
838 | 2023-11-01T17:10:45.544Z | INFO | phd-runner: Successfully waited for demise of Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 107
self.address = 127.0.0.1:9006
target = phd_framework::test_vm::server
|
839 | 2023-11-01T17:10:45.544Z | INFO | phd-runner: Deleting guest disk image
file = phd-tests/framework/src/disk/file.rs
line = 84
path = /tmp/propolis-phd/799889c1-212e-4072-92e6-6bef7a496feb.phd_disk
target = phd_framework::disk::file
|
840 | 2023-11-01T17:10:45.549Z | INFO | phd-runner: [SERIAL - END]
elapsed_milliseconds = 566
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = migration_incompatible_target_2
vm_id = a4bc8f14-89b7-4282-8735-379e264f23bf
|
841 | 2023-11-01T17:10:45.549Z | INFO | phd-runner: [VM - END]
elapsed_milliseconds = 1258
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = migration_incompatible_target_2
vm_id = a4bc8f14-89b7-4282-8735-379e264f23bf
|
842 | 2023-11-01T17:10:45.549Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = migration_incompatible_source_1
vm_id = 73f62e0f-17e3-49c7-b203-1d95c1d3692f
|
843 | 2023-11-01T17:10:45.550Z | INFO | phd-runner: [VM - EVENT] Cleaning up Test VM on drop
file = phd-tests/framework/src/test_vm/mod.rs
line = 647
target = phd_framework::test_vm
vm = migration_incompatible_source_1
vm_id = 73f62e0f-17e3-49c7-b203-1d95c1d3692f
|
844 | 2023-11-01T17:10:45.550Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Stop
target = phd_framework::test_vm
vm = migration_incompatible_source_1
vm_id = 73f62e0f-17e3-49c7-b203-1d95c1d3692f
|
845 | 2023-11-01T17:10:45.550Z | INFO | phd-runner: [VM - EVENT] Waiting 5s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 464
target = phd_framework::test_vm
vm = migration_incompatible_source_1
vm_id = 73f62e0f-17e3-49c7-b203-1d95c1d3692f
|
846 | 2023-11-01T17:10:45.550Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = migration_incompatible_source_1
vm_id = 73f62e0f-17e3-49c7-b203-1d95c1d3692f
|
847 | 2023-11-01T17:10:45.551Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed
file = phd-tests/framework/src/serial/mod.rs
line = 40
target = phd_framework::serial
vm = migration_incompatible_source_1
vm_id = 73f62e0f-17e3-49c7-b203-1d95c1d3692f
|
848 | 2023-11-01T17:10:45.551Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - END]
elapsed_milliseconds = 1297
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = migration_incompatible_source_1
vm_id = 73f62e0f-17e3-49c7-b203-1d95c1d3692f
|
849 | 2023-11-01T17:10:46.102Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = migration_incompatible_source_1
vm_id = 73f62e0f-17e3-49c7-b203-1d95c1d3692f
|
850 | 2023-11-01T17:10:46.106Z | INFO | phd-runner: Killing Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 92
self.address = 127.0.0.1:9004
target = phd_framework::test_vm::server
|
851 | 2023-11-01T17:10:46.122Z | INFO | phd-runner: Successfully waited for demise of Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 107
self.address = 127.0.0.1:9004
target = phd_framework::test_vm::server
|
852 | 2023-11-01T17:10:46.122Z | INFO | phd-runner: Deleting guest disk image
file = phd-tests/framework/src/disk/file.rs
line = 84
path = /tmp/propolis-phd/87a5470f-e896-4805-a9e9-632551d20887.phd_disk
target = phd_framework::disk::file
|
853 | 2023-11-01T17:10:46.127Z | INFO | phd-runner: [SERIAL - END]
elapsed_milliseconds = 1873
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = migration_incompatible_source_1
vm_id = 73f62e0f-17e3-49c7-b203-1d95c1d3692f
|
854 | 2023-11-01T17:10:46.127Z | INFO | phd-runner: [VM - END]
elapsed_milliseconds = 2487
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = migration_incompatible_source_1
vm_id = 73f62e0f-17e3-49c7-b203-1d95c1d3692f
|
855 | 2023-11-01T17:10:46.127Z | INFO | phd-runner: test phd_tests::migrate::incompatible_vms ... ok
file = phd-tests/runner/src/execute.rs
line = 117
target = phd_runner::execute
|
856 | 2023-11-01T17:10:46.127Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
857 | 2023-11-01T17:10:46.127Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
858 | 2023-11-01T17:10:46.127Z | INFO | phd-runner: Starting test phd_tests::migrate::smoke_test
file = phd-tests/runner/src/execute.rs
line = 101
target = phd_runner::execute
|
859 | 2023-11-01T17:10:46.127Z | INFO | phd-runner: [TEST_SETUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
860 | 2023-11-01T17:10:46.127Z | INFO | phd-runner: [TEST_SETUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 39
target = phd_runner::fixtures
|
861 | 2023-11-01T17:10:46.127Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/29813374b58e3b77fb665f2d95cb3bab37d44fdd2c4fce2a70de9d76a3512a4f/OVMF_CODE.fd
target = phd_framework::artifacts::store
|
862 | 2023-11-01T17:10:46.127Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
863 | 2023-11-01T17:10:46.127Z | INFO | phd-runner: Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::artifacts::store
|
864 | 2023-11-01T17:10:46.127Z | INFO | phd-runner: Copying source image to create temporary disk
disk_path = /tmp/propolis-phd/28a9fccc-1c7e-4e07-b8f5-ddfbe4b9595c.phd_disk
file = phd-tests/framework/src/disk/file.rs
line = 42
source = /tmp/propolis-phd/ba8007f74f9b54fbae3b2520da577831b4834778a498d732f091260c61aa7ca1/alpine.iso
target = phd_framework::disk::file
|
865 | 2023-11-01T17:10:46.152Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
866 | 2023-11-01T17:10:46.152Z | 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 = 112
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/28a9fccc-1c7e-4e07-b8f5-ddfbe4b9595c.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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_source
|
867 | 2023-11-01T17:10:46.152Z | INFO | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
868 | 2023-11-01T17:10:46.152Z | INFO | phd-runner: [VM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
869 | 2023-11-01T17:10:46.154Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migration_smoke_source.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
server_addr = 127.0.0.1:9000
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
870 | 2023-11-01T17:10:46.154Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
stderr_path = "/tmp/propolis-phd/migration_smoke_source.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_smoke_source.stdout.log"
target = phd_framework::server_log_mode
|
871 | 2023-11-01T17:10:46.161Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 878
file = phd-tests/framework/src/test_vm/server.rs
line = 80
target = phd_framework::test_vm::server
|
872 | 2023-11-01T17:10:46.162Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 9
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
873 | 2023-11-01T17:10:46.162Z | INFO | phd-runner: [VM - EVENT] Error 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) while creating instance, will retry
file = phd-tests/framework/src/test_vm/mod.rs
line = 233
target = phd_framework::test_vm
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
874 | 2023-11-01T17:10:46.776Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
875 | 2023-11-01T17:10:46.776Z | INFO | phd-runner: [SERIAL - START]
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
876 | 2023-11-01T17:10:46.777Z | INFO | phd-runner: [VM - 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: 2ef34e21-af97-4e13-a6d5-889c94d3ebf6, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-2ef34e21-af97-4e13-a6d5-889c94d3ebf6", vcpus: 2 }, state: Creating }
line = 257
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/28a9fccc-1c7e-4e07-b8f5-ddfbe4b9595c.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
877 | 2023-11-01T17:10:46.777Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Run
target = phd_framework::test_vm
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
878 | 2023-11-01T17:10:46.778Z | INFO | phd-runner: [VM - EVENT] Waiting 300s for guest to boot
file = phd-tests/framework/src/test_vm/mod.rs
line = 503
target = phd_framework::test_vm
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
879 | 2023-11-01T17:10:46.778Z | INFO | phd-runner: [WAIT_TO_BOOT - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 526
target = phd_framework::test_vm
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
880 | 2023-11-01T17:10:46.778Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
wanted = localhost login:
|
881 | 2023-11-01T17:10:47.853Z | INFO | phd-runner: [SERIAL - EVENT] BdsDxe: loading Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00)
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
882 | 2023-11-01T17:10:47.854Z | INFO | phd-runner: [SERIAL - EVENT] BdsDxe: starting Boot0001 "UEFI " from PciRoot(0x0)/Pci(0x4,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00)
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
883 | 2023-11-01T17:10:47.854Z | INFO | phd-runner: [SERIAL - EVENT] Welcome to GRUB!
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
884 | 2023-11-01T17:10:47.854Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
885 | 2023-11-01T17:10:47.865Z | INFO | phd-runner: [SERIAL - EVENT] GNU GRUB version 2.06
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
886 | 2023-11-01T17:10:47.865Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
887 | 2023-11-01T17:10:47.865Z | INFO | phd-runner: [SERIAL - EVENT] ��������������������������������������Ŀ���������������������������������������[19;02H Use the ^ and v keys to select which entry is highlighted.
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
888 | 2023-11-01T17:10:47.876Z | INFO | phd-runner: [SERIAL - EVENT] Press enter to boot the selected OS, `e' to edit the commands
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
889 | 2023-11-01T17:10:48.897Z | INFO | phd-runner: [SERIAL - EVENT] before booting or `c' for a command-line. *Linux virt The highlighted entry will be executed automatically in 1s. The highlighted entry will be executed automatically in 0s. Booting `Linux virt'
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
890 | 2023-11-01T17:10:48.898Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
891 | 2023-11-01T17:10:50.294Z | INFO | phd-runner: [SERIAL - EVENT] 0% 6% ### 15% ###### 16% ####### 19% ######## 20% ######### 21% ######### 22% ######### 22% ########## 23% ########## 24% ########## 25% ########### 26% ########### 27% ########### 27% ############ 28% ############ 29% ############ 29% ############# 30% ############# 31% ############# 31% ############## 32% ############## 33% ############## 34% ############### 35% ############### 36% ############### 36% ################ 37% ################ 38% ################ 38% ################# 39% ################# 40% ################# 40% ################## 41% ################## 42% ################## 43% ################### 45% ################### 45% #################### 46% #################### 47% #################### 47% ##################### 49% ##################### 50% ###################### 71% ############################### 76% ################################# 77% ################################## 82% #################################### 83% #################################### 84% ##################################### 86% ##################################### 87% ###################################### 88% ###################################### 88% ####################################### 89% ####################################### 90% ####################################### 90% ######################################## 91% ######################################## 92% ######################################## 93% ######################################## 93% ######################################### 100% ############################################
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
892 | 2023-11-01T17:10:50.305Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
893 | 2023-11-01T17:10:50.306Z | INFO | phd-runner: [SERIAL - EVENT] OpenRC 0.44.10 is starting up Linux 5.15.41-0-virt (x86_64)
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
894 | 2023-11-01T17:10:50.306Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
895 | 2023-11-01T17:10:50.306Z | INFO | phd-runner: [SERIAL - EVENT] * /proc is already mounted
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
896 | 2023-11-01T17:10:50.316Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting /run ... * /run/openrc: creating directory
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
897 | 2023-11-01T17:10:50.316Z | INFO | phd-runner: [SERIAL - EVENT] * /run/lock: creating directory
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
898 | 2023-11-01T17:10:50.316Z | INFO | phd-runner: [SERIAL - EVENT] * /run/lock: correcting owner
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
899 | 2023-11-01T17:10:50.360Z | INFO | phd-runner: [SERIAL - EVENT] * Caching service dependencies ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
900 | 2023-11-01T17:10:50.371Z | INFO | phd-runner: [SERIAL - EVENT] * Remounting devtmpfs on /dev ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
901 | 2023-11-01T17:10:50.382Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting /dev/mqueue ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
902 | 2023-11-01T17:10:50.403Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting modloop ... * Verifying modloop
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
903 | 2023-11-01T17:10:50.470Z | INFO | phd-runner: [SERIAL - EVENT] [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
904 | 2023-11-01T17:10:50.492Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting security filesystem ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
905 | 2023-11-01T17:10:50.492Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting debug filesystem ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
906 | 2023-11-01T17:10:50.492Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting persistent storage (pstore) filesystem ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
907 | 2023-11-01T17:10:50.503Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting efivarfs filesystem ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
908 | 2023-11-01T17:10:50.547Z | INFO | phd-runner: [SERIAL - EVENT] * Starting busybox mdev ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
909 | 2023-11-01T17:10:50.715Z | INFO | phd-runner: [SERIAL - EVENT] * Loading hardware drivers ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
910 | 2023-11-01T17:10:50.760Z | INFO | phd-runner: [SERIAL - EVENT] * Loading modules ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
911 | 2023-11-01T17:10:50.781Z | INFO | phd-runner: [SERIAL - EVENT] * Setting system clock using the hardware clock [UTC] ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
912 | 2023-11-01T17:10:50.793Z | INFO | phd-runner: [SERIAL - EVENT] * Checking local filesystems ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
913 | 2023-11-01T17:10:50.804Z | INFO | phd-runner: [SERIAL - EVENT] * Remounting filesystems ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
914 | 2023-11-01T17:10:50.815Z | INFO | phd-runner: [SERIAL - EVENT] * Mounting local filesystems ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
915 | 2023-11-01T17:10:50.826Z | INFO | phd-runner: [SERIAL - EVENT] * Configuring kernel parameters ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
916 | 2023-11-01T17:10:50.837Z | INFO | phd-runner: [SERIAL - EVENT] * Migrating /var/lock to /run/lock ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
917 | 2023-11-01T17:10:50.848Z | INFO | phd-runner: [SERIAL - EVENT] * Creating user login records ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
918 | 2023-11-01T17:10:50.848Z | INFO | phd-runner: [SERIAL - EVENT] * Cleaning /tmp directory ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
919 | 2023-11-01T17:10:50.860Z | INFO | phd-runner: [SERIAL - EVENT] * Setting hostname ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
920 | 2023-11-01T17:10:50.871Z | INFO | phd-runner: [SERIAL - EVENT] * Starting busybox syslog ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
921 | 2023-11-01T17:10:50.882Z | INFO | phd-runner: [SERIAL - EVENT] * Starting firstboot ... [ ok ]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
922 | 2023-11-01T17:10:50.996Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
923 | 2023-11-01T17:10:50.996Z | INFO | phd-runner: [SERIAL - EVENT] Welcome to Alpine Linux 3.16
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
924 | 2023-11-01T17:10:50.996Z | INFO | phd-runner: [SERIAL - EVENT] Kernel 5.15.41-0-virt on an x86_64 (/dev/ttyS0)
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
925 | 2023-11-01T17:10:50.996Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
926 | 2023-11-01T17:10:50.997Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
wanted = localhost:~#
|
927 | 2023-11-01T17:10:51.007Z | INFO | phd-runner: [SERIAL - EVENT] localhost login: root
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
928 | 2023-11-01T17:10:51.007Z | INFO | phd-runner: [SERIAL - EVENT] Welcome to Alpine!
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
929 | 2023-11-01T17:10:51.007Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
930 | 2023-11-01T17:10:51.007Z | INFO | phd-runner: [SERIAL - EVENT] The Alpine Wiki contains a large amount of how-to guides and general
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
931 | 2023-11-01T17:10:51.008Z | INFO | phd-runner: [SERIAL - EVENT] information about administrating Alpine systems.
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
932 | 2023-11-01T17:10:51.008Z | INFO | phd-runner: [SERIAL - EVENT] See <http://wiki.alpinelinux.org/>.
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
933 | 2023-11-01T17:10:51.008Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
934 | 2023-11-01T17:10:51.008Z | INFO | phd-runner: [SERIAL - EVENT] You can setup the system with the command: setup-alpine
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
935 | 2023-11-01T17:10:51.008Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
936 | 2023-11-01T17:10:51.008Z | INFO | phd-runner: [SERIAL - EVENT] You may change this message by editing /etc/motd.
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
937 | 2023-11-01T17:10:51.008Z | INFO | phd-runner: [SERIAL - EVENT]
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
938 | 2023-11-01T17:10:51.008Z | INFO | phd-runner: [WAIT_TO_BOOT - END]
elapsed_milliseconds = 4230
file = phd-tests/framework/src/test_vm/mod.rs
line = 526
target = phd_framework::test_vm
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
939 | 2023-11-01T17:10:51.008Z | INFO | phd-runner: [VM - EVENT] Guest has booted
file = phd-tests/framework/src/test_vm/mod.rs
line = 532
target = phd_framework::test_vm
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
940 | 2023-11-01T17:10:51.008Z | INFO | phd-runner: [VM - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 545
target = phd_framework::test_vm
timeout_duration = 15s
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
941 | 2023-11-01T17:10:51.008Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
wanted = ls foo.bar 2> /dev/null\n
|
942 | 2023-11-01T17:10:51.018Z | INFO | phd-runner: [SERIAL - EVENT] localhost:~# ls foo.bar 2> /dev/null
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
943 | 2023-11-01T17:10:51.018Z | INFO | phd-runner: [VM - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 545
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
944 | 2023-11-01T17:10:51.018Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
wanted = localhost:~#
|
945 | 2023-11-01T17:10:51.040Z | INFO | phd-runner: [VM - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 545
target = phd_framework::test_vm
timeout_duration = 15s
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
946 | 2023-11-01T17:10:51.040Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
wanted = touch ./foo.bar\n
|
947 | 2023-11-01T17:10:51.051Z | INFO | phd-runner: [SERIAL - EVENT] localhost:~# touch ./foo.bar
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
948 | 2023-11-01T17:10:51.051Z | INFO | phd-runner: [VM - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 545
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
949 | 2023-11-01T17:10:51.051Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
wanted = localhost:~#
|
950 | 2023-11-01T17:10:51.073Z | INFO | phd-runner: [VM - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 545
target = phd_framework::test_vm
timeout_duration = 15s
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
951 | 2023-11-01T17:10:51.073Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
wanted = sync ./foo.bar\n
|
952 | 2023-11-01T17:10:51.083Z | INFO | phd-runner: [SERIAL - EVENT] localhost:~# sync ./foo.bar
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
953 | 2023-11-01T17:10:51.084Z | INFO | phd-runner: [VM - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 545
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
954 | 2023-11-01T17:10:51.084Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
wanted = localhost:~#
|
955 | 2023-11-01T17:10:51.106Z | INFO | phd-runner: [NEW - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
956 | 2023-11-01T17:10:51.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 = 112
spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/28a9fccc-1c7e-4e07-b8f5-ddfbe4b9595c.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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_target
|
957 | 2023-11-01T17:10:51.106Z | INFO | phd-runner: [NEW - EVENT] Verified artifact already exists
file = phd-tests/framework/src/artifacts/store.rs
line = 41
path = /work/phd-test/propolis-server
target = phd_framework::artifacts::store
|
958 | 2023-11-01T17:10:51.106Z | INFO | phd-runner: [VM - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = migration_smoke_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
|
959 | 2023-11-01T17:10:51.109Z | INFO | phd-runner: [NEW - EVENT] Launching Propolis server
config_toml_path = "/tmp/propolis-phd/migration_smoke_target.config.toml"
file = phd-tests/framework/src/test_vm/server.rs
line = 55
server_addr = 127.0.0.1:9002
server_path = "/work/phd-test/propolis-server"
target = phd_framework::test_vm::server
|
960 | 2023-11-01T17:10:51.109Z | INFO | phd-runner: [NEW - EVENT] Opening server log files
file = phd-tests/framework/src/server_log_mode.rs
line = 64
stderr_path = "/tmp/propolis-phd/migration_smoke_target.stderr.log"
stdout_path = "/tmp/propolis-phd/migration_smoke_target.stdout.log"
target = phd_framework::server_log_mode
|
961 | 2023-11-01T17:10:51.119Z | INFO | phd-runner: [NEW - EVENT] Launched server with pid 879
file = phd-tests/framework/src/test_vm/server.rs
line = 80
target = phd_framework::test_vm::server
|
962 | 2023-11-01T17:10:51.119Z | INFO | phd-runner: [NEW - END]
elapsed_milliseconds = 13
file = phd-tests/framework/src/test_vm/mod.rs
line = 102
target = phd_framework::test_vm
|
963 | 2023-11-01T17:10:51.123Z | INFO | phd-runner: [VM - EVENT] Migrating from source at address 127.0.0.1:9000
file = phd-tests/framework/src/test_vm/mod.rs
line = 370
migration_id = 93f4b1f3-eac2-4353-bf6d-e32c3dbf26af
target = phd_framework::test_vm
vm = migration_smoke_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
|
964 | 2023-11-01T17:10:51.124Z | INFO | phd-runner: [VM - EVENT] Error 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) while creating instance, will retry
file = phd-tests/framework/src/test_vm/mod.rs
line = 233
target = phd_framework::test_vm
vm = migration_smoke_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
|
965 | 2023-11-01T17:10:51.740Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - START]
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = migration_smoke_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
|
966 | 2023-11-01T17:10:51.740Z | INFO | phd-runner: [SERIAL - START]
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = migration_smoke_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
|
967 | 2023-11-01T17:10:51.741Z | INFO | phd-runner: [VM - 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: 7face4fc-9504-465e-867f-aebc5888adfe, image_id: 00000000-0000-0000-0000-000000000000, memory: 512, name: "phd-vm-7face4fc-9504-465e-867f-aebc5888adfe", vcpus: 2 }, state: Migrating }
line = 257
self.spec.instance_spec = InstanceSpecV0 { backends: BackendSpecV0 { network_backends: {}, storage_backends: {"boot-disk": File(FileStorageBackend { path: "/tmp/propolis-phd/28a9fccc-1c7e-4e07-b8f5-ddfbe4b9595c.phd_disk", readonly: false })} }, devices: DeviceSpecV0 { board: Board { chipset: I440Fx(I440Fx { enable_pcie: false }), cpus: 2, memory_mb: 512 }, network_devices: {}, pci_pci_bridges: {}, 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_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
|
968 | 2023-11-01T17:10:51.741Z | INFO | phd-runner: [MIGRATE - START]
file = phd-tests/framework/src/test_vm/mod.rs
line = 388
migration_id = 93f4b1f3-eac2-4353-bf6d-e32c3dbf26af
target = phd_framework::test_vm
vm = migration_smoke_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
|
969 | 2023-11-01T17:11:02.941Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket received control message: "{\"Migrating\":{\"destination\":\"127.0.0.1:9002\",\"from_start\":7718}}"
file = phd-tests/framework/src/serial/mod.rs
line = 44
target = phd_framework::serial
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
970 | 2023-11-01T17:11:02.941Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket returned None
file = phd-tests/framework/src/serial/mod.rs
line = 47
target = phd_framework::serial
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
971 | 2023-11-01T17:11:02.942Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - END]
elapsed_milliseconds = 16165
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
972 | 2023-11-01T17:11:07.018Z | INFO | phd-runner: [MIGRATE - EVENT] Migration completed successfully
file = phd-tests/framework/src/test_vm/mod.rs
line = 397
migration_id = 93f4b1f3-eac2-4353-bf6d-e32c3dbf26af
target = phd_framework::test_vm
vm = migration_smoke_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
|
973 | 2023-11-01T17:11:07.018Z | INFO | phd-runner: [MIGRATE - END]
elapsed_milliseconds = 15276
file = phd-tests/framework/src/test_vm/mod.rs
line = 388
migration_id = 93f4b1f3-eac2-4353-bf6d-e32c3dbf26af
target = phd_framework::test_vm
vm = migration_smoke_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
|
974 | 2023-11-01T17:11:07.022Z | INFO | phd-runner: [VM - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 545
target = phd_framework::test_vm
timeout_duration = 15s
vm = migration_smoke_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
|
975 | 2023-11-01T17:11:07.022Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = migration_smoke_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
wanted = ls foo.bar\n
|
976 | 2023-11-01T17:11:07.033Z | INFO | phd-runner: [SERIAL - EVENT] ls foo.bar
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
|
977 | 2023-11-01T17:11:07.033Z | INFO | phd-runner: [VM - EVENT] Waiting for output on serial console
file = phd-tests/framework/src/test_vm/mod.rs
line = 545
target = phd_framework::test_vm
timeout_duration = 300s
vm = migration_smoke_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
|
978 | 2023-11-01T17:11:07.033Z | INFO | phd-runner: [SERIAL - EVENT] Registering wait for serial console output
file = phd-tests/framework/src/serial/vt100.rs
line = 152
target = phd_framework::serial::vt100
vm = migration_smoke_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
wanted = localhost:~#
|
979 | 2023-11-01T17:11:07.055Z | INFO | phd-runner: [SERIAL - EVENT] foo.bar
file = phd-tests/framework/src/serial/vt100.rs
line = 119
target = phd_framework::serial::vt100
vm = migration_smoke_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
|
980 | 2023-11-01T17:11:07.056Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = migration_smoke_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
|
981 | 2023-11-01T17:11:07.056Z | INFO | phd-runner: [VM - EVENT] Cleaning up Test VM on drop
file = phd-tests/framework/src/test_vm/mod.rs
line = 647
target = phd_framework::test_vm
vm = migration_smoke_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
|
982 | 2023-11-01T17:11:07.056Z | INFO | phd-runner: [VM - EVENT] Requesting instance state change
file = phd-tests/framework/src/test_vm/mod.rs
line = 324
state = Stop
target = phd_framework::test_vm
vm = migration_smoke_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
|
983 | 2023-11-01T17:11:07.057Z | INFO | phd-runner: [VM - EVENT] Waiting 5s for server to reach state Destroyed
file = phd-tests/framework/src/test_vm/mod.rs
line = 464
target = phd_framework::test_vm
vm = migration_smoke_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
|
984 | 2023-11-01T17:11:07.057Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = migration_smoke_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
|
985 | 2023-11-01T17:11:07.058Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - EVENT] Serial socket closed
file = phd-tests/framework/src/serial/mod.rs
line = 40
target = phd_framework::serial
vm = migration_smoke_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
|
986 | 2023-11-01T17:11:07.058Z | INFO | phd-runner: [SERIAL WEBSOCKET TASK - END]
elapsed_milliseconds = 15317
file = phd-tests/framework/src/serial/mod.rs
line = 80
target = phd_framework::serial
vm = migration_smoke_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
|
987 | 2023-11-01T17:11:07.511Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = migration_smoke_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
|
988 | 2023-11-01T17:11:07.514Z | INFO | phd-runner: Killing Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 92
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
|
989 | 2023-11-01T17:11:07.533Z | INFO | phd-runner: Successfully waited for demise of Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 107
self.address = 127.0.0.1:9002
target = phd_framework::test_vm::server
|
990 | 2023-11-01T17:11:07.534Z | INFO | phd-runner: [SERIAL - END]
elapsed_milliseconds = 15793
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = migration_smoke_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
|
991 | 2023-11-01T17:11:07.534Z | INFO | phd-runner: [VM - END]
elapsed_milliseconds = 16410
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = migration_smoke_target
vm_id = 7face4fc-9504-465e-867f-aebc5888adfe
|
992 | 2023-11-01T17:11:07.534Z | INFO | phd-runner: [VM - EVENT] Sending instance get request to server
file = phd-tests/framework/src/test_vm/mod.rs
line = 331
target = phd_framework::test_vm
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
993 | 2023-11-01T17:11:07.537Z | INFO | phd-runner: Killing Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 92
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
|
994 | 2023-11-01T17:11:07.555Z | INFO | phd-runner: Successfully waited for demise of Propolis server that was dropped
file = phd-tests/framework/src/test_vm/server.rs
line = 107
self.address = 127.0.0.1:9000
target = phd_framework::test_vm::server
|
995 | 2023-11-01T17:11:07.556Z | INFO | phd-runner: Deleting guest disk image
file = phd-tests/framework/src/disk/file.rs
line = 84
path = /tmp/propolis-phd/28a9fccc-1c7e-4e07-b8f5-ddfbe4b9595c.phd_disk
target = phd_framework::disk::file
|
996 | 2023-11-01T17:11:07.560Z | INFO | phd-runner: [SERIAL - END]
elapsed_milliseconds = 20783
file = phd-tests/framework/src/serial/vt100.rs
line = 36
target = phd_framework::serial::vt100
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
997 | 2023-11-01T17:11:07.560Z | INFO | phd-runner: [VM - END]
elapsed_milliseconds = 21398
file = phd-tests/framework/src/test_vm/mod.rs
line = 152
target = phd_framework::test_vm
vm = migration_smoke_source
vm_id = 2ef34e21-af97-4e13-a6d5-889c94d3ebf6
|
998 | 2023-11-01T17:11:07.560Z | INFO | phd-runner: test phd_tests::migrate::smoke_test ... ok
file = phd-tests/runner/src/execute.rs
line = 117
target = phd_runner::execute
|
999 | 2023-11-01T17:11:07.560Z | INFO | phd-runner: [TEST_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
1000 | 2023-11-01T17:11:07.560Z | INFO | phd-runner: [TEST_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 49
target = phd_runner::fixtures
|
1001 | 2023-11-01T17:11:07.560Z | INFO | phd-runner: [EXECUTION_CLEANUP - START]
file = phd-tests/runner/src/fixtures.rs
line = 33
target = phd_runner::fixtures
|
1002 | 2023-11-01T17:11:07.560Z | INFO | phd-runner: [EXECUTION_CLEANUP - END]
elapsed_milliseconds = 0
file = phd-tests/runner/src/fixtures.rs
line = 33
target = phd_runner::fixtures
|
1003 | | test result: ok. 10 passed; 0 failed; 4 skipped; 0 not run; finished in 124.17s |
1004 | | |