[INFO] cloning repository https://github.com/mrdvince/surtr
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mrdvince/surtr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrdvince%2Fsurtr", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrdvince%2Fsurtr'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f203075d52abbdea1c201d807d1fb0a236947e85
[INFO] testing mrdvince/surtr against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrdvince%2Fsurtr" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/mrdvince/surtr
[INFO] finished tweaking git repo https://github.com/mrdvince/surtr
[INFO] tweaked toml for git repo https://github.com/mrdvince/surtr written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mrdvince/surtr on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mrdvince/surtr already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b5507fe82bc980678d7c31a760564dc01a945aa911367871edecea868dff089e
[INFO] running `Command { std: "docker" "start" "-a" "b5507fe82bc980678d7c31a760564dc01a945aa911367871edecea868dff089e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b5507fe82bc980678d7c31a760564dc01a945aa911367871edecea868dff089e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5507fe82bc980678d7c31a760564dc01a945aa911367871edecea868dff089e", kill_on_drop: false }`
[INFO] [stdout] b5507fe82bc980678d7c31a760564dc01a945aa911367871edecea868dff089e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5c6e76caaf6be1d69588939cda301c0b55c9200197be072d7b0c1e90ecb4b9c4
[INFO] running `Command { std: "docker" "start" "-a" "5c6e76caaf6be1d69588939cda301c0b55c9200197be072d7b0c1e90ecb4b9c4", kill_on_drop: false }`
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling aws-lc-rs v1.13.1
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling prettyplease v0.2.35
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling rustls v0.23.28
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling webpki-roots v1.0.1
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling rmp v0.8.14
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling cc v1.2.27
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling rmp-serde v1.3.0
[INFO] [stderr]    Compiling axum-core v0.5.2
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling uuid v1.17.0
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.29.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]    Compiling tonic-build v0.13.1
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tfplug v0.1.0 (/opt/rustwide/workdir/tfplug)
[INFO] [stderr]    Compiling h2 v0.4.10
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling axum v0.8.4
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling hyper-util v0.1.14
[INFO] [stderr]    Compiling rustls-webpki v0.103.3
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling tokio-rustls v0.26.2
[INFO] [stderr]    Compiling tonic v0.13.1
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.20
[INFO] [stderr]    Compiling proxmox v0.1.0 (/opt/rustwide/workdir/proxmox)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s
[INFO] running `Command { std: "docker" "inspect" "5c6e76caaf6be1d69588939cda301c0b55c9200197be072d7b0c1e90ecb4b9c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c6e76caaf6be1d69588939cda301c0b55c9200197be072d7b0c1e90ecb4b9c4", kill_on_drop: false }`
[INFO] [stdout] 5c6e76caaf6be1d69588939cda301c0b55c9200197be072d7b0c1e90ecb4b9c4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ad4899c17395d86875179c035dad59da4407e2df1edc5569c3ede7efa5946659
[INFO] running `Command { std: "docker" "start" "-a" "ad4899c17395d86875179c035dad59da4407e2df1edc5569c3ede7efa5946659", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling sdd v3.0.8
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling serial_test_derive v3.2.0
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling uuid v1.17.0
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling scc v2.3.4
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]    Compiling tonic-build v0.13.1
[INFO] [stderr]    Compiling serial_test v3.2.0
[INFO] [stderr]    Compiling tfplug v0.1.0 (/opt/rustwide/workdir/tfplug)
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.1
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling tokio-rustls v0.26.2
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling h2 v0.4.10
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling axum v0.8.4
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling hyper-util v0.1.14
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling mockito v1.7.0
[INFO] [stderr]    Compiling reqwest v0.12.20
[INFO] [stderr]    Compiling tonic v0.13.1
[INFO] [stderr]    Compiling proxmox v0.1.0 (/opt/rustwide/workdir/proxmox)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 55.65s
[INFO] running `Command { std: "docker" "inspect" "ad4899c17395d86875179c035dad59da4407e2df1edc5569c3ede7efa5946659", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad4899c17395d86875179c035dad59da4407e2df1edc5569c3ede7efa5946659", kill_on_drop: false }`
[INFO] [stdout] ad4899c17395d86875179c035dad59da4407e2df1edc5569c3ede7efa5946659
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d411d3bbda2d61d2122db77d0a9feaf344be95b6c5fb2166e2627bd6a968f7da
[INFO] running `Command { std: "docker" "start" "-a" "d411d3bbda2d61d2122db77d0a9feaf344be95b6c5fb2166e2627bd6a968f7da", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.44s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/proxmox-de80ddfa5eac9517)
[INFO] [stdout] 
[INFO] [stdout] running 63 tests
[INFO] [stdout] test api::nodes::qemu::qemu_test::tests::test_qemu_api_new ... ok
[INFO] [stdout] test api::nodes::qemu::qemu_test::tests::test_get_status ... ok
[INFO] [stdout] test api::test_helpers::tests::test_api_error_formatting ... ok
[INFO] [stdout] test api::nodes::qemu::qemu_test::tests::test_delete_vm ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_build_update_request_with_nested_blocks ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_cdrom_block_to_api_string ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_cloudinit_drive_block_to_api_string ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_cloudinit_ipconfig_to_string ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_disk_blocks_to_string ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_disk_format_for_cdrom ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_disk_format_for_cloud_init ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_efidisk_block_to_string ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_efidisk_format_for_lvm ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_extract_vm_config ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_extract_vm_config_with_disk_blocks ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_extract_vm_config_with_efidisk_block ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_extract_vm_config_with_network_blocks ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_handle_computed_mac_addresses ... ok
[INFO] [stdout] test api::test_helpers::tests::test_api_query_params ... ok
[INFO] [stdout] test api::test_helpers::tests::test_proxmox_bool ... ok
[INFO] [stdout] test api::test_helpers::tests::test_connection_pool_config ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_mixed_disk_types_with_blocks ... ok
[INFO] [stdout] test api::nodes::qemu::qemu_test::tests::test_create_vm ... ok
[INFO] [stdout] test api::test_helpers::tests::test_pagination_params ... ok
[INFO] [stdout] test api::test_helpers::tests::test_connection_stats ... ok
[INFO] [stdout] test api::nodes::qemu::qemu_test::tests::test_list_vms_empty ... ok
[INFO] [stdout] test api::test_helpers::tests::test_retry_config ... ok
[INFO] [stdout] test api::nodes::qemu::qemu_test::tests::test_get_config ... ok
[INFO] [stdout] test api::nodes::qemu::qemu_test::tests::test_list_vms_with_data ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_parse_disk_string_to_block ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_parse_iso_disk_string_to_block ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_parse_cloudinit_disk_string_to_block ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_populate_state_from_config_with_computed_fields ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_populate_state_with_disk_blocks ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_populate_state_with_all_zero_values ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_parse_network_string_to_block ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_populate_state_after_create_with_nested_blocks ... ok
[INFO] [stdout] test api::nodes::qemu::qemu_test::tests::test_stop_vm ... ok
[INFO] [stdout] test api::nodes::qemu::qemu_test::tests::test_start_vm ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_network_blocks_to_string ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_populate_state_with_network_blocks ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_resource_factory ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_resource_type_name ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_normalize_network_config_sorts_parameters ... ok
[INFO] [stdout] test api::nodes::qemu::qemu_test::tests::test_delete_vm_no_purge ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_network_with_provided_mac_address ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_schema_contains_disk_blocks ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_validate_disk_blocks ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_validate_invalid_cores ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_schema_contains_network_blocks ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_validate_efidisk_with_ovmf ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_validate_valid_config ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_schema_contains_efidisk_block ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_schema_contains_cloudinit_block ... ok
[INFO] [stdout] test api::nodes::qemu::qemu_test::tests::test_api_error_handling ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_validate_invalid_memory ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_validate_invalid_bios ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_validate_network_blocks ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_mixed_block_and_string_attributes ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_validate_cloudinit_blocks ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_validate_advanced_configuration ... ok
[INFO] [stdout] test api::nodes::qemu::qemu_test::tests::test_update_config ... ok
[INFO] [stdout] test resources::nodes::resource_vm::resource_vm_test::tests::test_validate_invalid_vmid_too_low ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 63 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/terraform_provider_proxmox-dc238b64fa84fb1c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-1cda7f45744e1bbb)
[INFO] [stdout] 
[INFO] [stdout] running 37 tests
[INFO] [stdout] test integration::qemu::api::test_nodes_list ... ignored
[INFO] [stdout] test integration::qemu::api::test_qemu_list_vms ... ignored
[INFO] [stdout] test integration::qemu::api::test_qemu_vm_lifecycle ... ignored
[INFO] [stdout] test integration::qemu::api::test_qemu_vm_status ... ignored
[INFO] [stdout] test integration::access_realm_test::provider_configuration_validation ... ok
[INFO] [stdout] test integration::qemu::resource::test_create_vm_with_cloudinit_blocks ... ignored
[INFO] [stdout] test integration::qemu::resource::test_configure_resource ... ok
[INFO] [stdout] test integration::qemu::resource::test_create_successful ... ok
[INFO] [stdout] test integration::qemu::resource::test_create_without_provider_data ... ok
[INFO] [stdout] test integration::qemu::resource::test_create_vm_with_disk_blocks ... ok
[INFO] [stdout] test integration::qemu::resource::test_create_vm_with_network_blocks ... ok
[INFO] [stdout] test integration::qemu::resource::test_delete_successful ... ok
[INFO] [stdout] test integration::qemu::resource::test_create_vm_with_efidisk_block ... ok
[INFO] [stdout] test integration::qemu::resource::test_import_state ... ok
[INFO] [stdout] test integration::qemu::resource::test_mixed_blocks_and_string_attributes ... ok
[INFO] [stdout] test integration::qemu::resource::test_disk_path_transformation ... ok
[INFO] [stdout] test integration::qemu::resource::test_read_normalizes_tags ... ok
[INFO] [stdout] test integration::qemu::resource::test_read_successful ... ok
[INFO] [stdout] test integration::qemu::resource::test_read_preserves_boot_order ... ok
[INFO] [stdout] test integration::qemu::resource::test_read_vm_not_found ... ok
[INFO] [stdout] test integration::qemu::resource::test_resource_metadata ... ok
[INFO] [stdout] test integration::qemu::resource::test_resource_schema ... ok
[INFO] [stdout] test integration::qemu::resource::test_read_without_provider_data ... ok
[INFO] [stdout] test integration::qemu::resource::test_vm_creation_with_mac_address_specified ... ok
[INFO] [stdout] test integration::qemu::resource::test_update_vm_with_nested_blocks ... ok
[INFO] [stdout] test integration::qemu::resource::test_read_normalizes_network_macs ... ok
[INFO] [stdout] test integration::qemu::resource::test_update_successful ... ok
[INFO] [stdout] test integration::qemu::resource::test_import_state_invalid_id ... ok
[INFO] [stdout] test integration::access_realm_test::version_data_source_schema_is_correct ... ok
[INFO] [stdout] test integration::access_realm_test::provider_lifecycle_with_mock_server ... ok
[INFO] [stdout] test integration::qemu::resource::test_create_populates_network_interfaces ... ok
[INFO] [stdout] test integration::access_realm_test::handles_api_errors_gracefully ... ok
[INFO] [stdout] test integration::qemu::resource::test_read_vm_with_nested_blocks ... ok
[INFO] [stdout] test integration::access_realm_test::version_data_source_requires_configured_provider ... ok
[INFO] [stdout] test integration::access_realm_test::realm_resource_lifecycle ... ok
[INFO] [stdout] test integration::access_realm_test::respects_insecure_tls_setting ... ok
[INFO] [stdout] test integration::qemu::resource::test_delete_running_vm ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 32 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 5.03s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tfplug-4f05a9b29d5da2d2)
[INFO] [stdout] 
[INFO] [stdout] running 40 tests
[INFO] [stdout] test defaults::tests::static_default_number ... ok
[INFO] [stdout] test defaults::tests::timestamp_unix_seconds ... ok
[INFO] [stdout] test defaults::tests::env_default_with_value ... ok
[INFO] [stdout] test defaults::tests::static_default_list ... ok
[INFO] [stdout] test defaults::tests::conditional_default ... ok
[INFO] [stdout] test defaults::tests::uuid_simple ... ok
[INFO] [stdout] test defaults::tests::env_default_with_fallback ... ok
[INFO] [stdout] test defaults::tests::timestamp_iso8601 ... ok
[INFO] [stdout] test defaults::tests::static_default_string ... ok
[INFO] [stdout] test defaults::tests::uuid_urn ... ok
[INFO] [stdout] test defaults::tests::uuid_hyphenated ... ok
[INFO] [stdout] test plan_modifier::tests::complex_path_handling ... ok
[INFO] [stdout] test plan_modifier::tests::requires_replace_if_condition_met ... ok
[INFO] [stdout] test plan_modifier::tests::requires_replace_no_change ... ok
[INFO] [stdout] test plan_modifier::tests::set_default_when_null ... ok
[INFO] [stdout] test plan_modifier::tests::use_state_for_unknown ... ok
[INFO] [stdout] test context::tests::context_stores_and_retrieves_values ... ok
[INFO] [stdout] test context::tests::context_manual_cancel ... ok
[INFO] [stdout] test plan_modifier::tests::prevent_update_blocks_changes ... ok
[INFO] [stdout] test plan_modifier::tests::normalize_case_to_lower ... ok
[INFO] [stdout] test plan_modifier::tests::requires_replace_detects_change ... ok
[INFO] [stdout] test context::tests::context_deadline ... ok
[INFO] [stdout] test proto::tests::test_nested_types_accessible ... ok
[INFO] [stdout] test proto::tests::test_request_response_types ... ok
[INFO] [stdout] test provider::tests::provider_configure_stores_data ... ok
[INFO] [stdout] test schema::tests::schema_builder_creates_schema_with_attributes ... ok
[INFO] [stdout] test schema::tests::attribute_builder_creates_required_string ... ok
[INFO] [stdout] test proto::tests::test_proto_types_accessible ... ok
[INFO] [stdout] test provider::tests::provider_metadata_returns_type_name ... ok
[INFO] [stdout] test types::tests::private_state_encoding ... ok
[INFO] [stdout] test validator::tests::number_range_validator ... ok
[INFO] [stdout] test validator::tests::string_one_of_validator ... ok
[INFO] [stdout] test types::tests::dynamic_value_nested_access ... ok
[INFO] [stdout] test validator::tests::string_length_validator_validates_min ... ok
[INFO] [stdout] test types::tests::dynamic_value_string_access ... ok
[INFO] [stdout] test defaults::tests::complex_static_default ... ok
[INFO] [stdout] test defaults::tests::env_default_required_missing ... ok
[INFO] [stdout] test schema::tests::nested_attribute_type ... ok
[INFO] [stdout] test defaults::tests::static_default_bool ... ok
[INFO] [stdout] test context::tests::context_timeout_cancels ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/error_handling_test.rs (/opt/rustwide/target/debug/deps/error_handling_test-67d095d3c2eff66c)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_resource_cleanup_on_error ... ok
[INFO] [stdout] test test_rate_limiting ... ok
[INFO] [stdout] test test_panic_recovery ... ok
[INFO] [stdout] test test_operation_timeout ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/provider_async_simple.rs (/opt/rustwide/target/debug/deps/provider_async_simple-5e5df0bf9a4d3b66)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_async_error_handling ... ok
[INFO] [stdout] test test_factory_creates_new_instances ... ok
[INFO] [stdout] test test_async_trait_methods_work ... ok
[INFO] [stdout] test test_concurrent_async_operations ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/provider_async_test.rs (/opt/rustwide/target/debug/deps/provider_async_test-bad61dc0e2b7ea38)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_async_provider_works ... ok
[INFO] [stdout] test test_concurrent_resource_creation ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/provider_comprehensive.rs (/opt/rustwide/target/debug/deps/provider_comprehensive-a20762ae4374e596)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_factory_methods_are_async ... ok
[INFO] [stdout] test test_stateful_resource_maintains_state ... ok
[INFO] [stdout] test test_data_source_can_access_provider_config ... ok
[INFO] [stdout] test test_provider_configuration_is_async ... ok
[INFO] [stdout] test test_concurrent_resource_operations_are_tracked ... ok
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests proxmox
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d411d3bbda2d61d2122db77d0a9feaf344be95b6c5fb2166e2627bd6a968f7da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d411d3bbda2d61d2122db77d0a9feaf344be95b6c5fb2166e2627bd6a968f7da", kill_on_drop: false }`
[INFO] [stdout] d411d3bbda2d61d2122db77d0a9feaf344be95b6c5fb2166e2627bd6a968f7da
