[INFO] cloning repository https://github.com/coreos/coreos-metadata [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/coreos/coreos-metadata" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoreos%2Fcoreos-metadata", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoreos%2Fcoreos-metadata'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8f532cb72e362e86c0b6dc99d451219a8aa64328 [INFO] testing coreos/coreos-metadata against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoreos%2Fcoreos-metadata" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/coreos/coreos-metadata on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/coreos/coreos-metadata [INFO] finished tweaking git repo https://github.com/coreos/coreos-metadata [INFO] tweaked toml for git repo https://github.com/coreos/coreos-metadata written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/coreos/coreos-metadata already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 03976a2021af579b81d8866fccdaff296a2f0d62861fa38e30b4ac96e316811e [INFO] running `Command { std: "docker" "start" "-a" "03976a2021af579b81d8866fccdaff296a2f0d62861fa38e30b4ac96e316811e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "03976a2021af579b81d8866fccdaff296a2f0d62861fa38e30b4ac96e316811e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03976a2021af579b81d8866fccdaff296a2f0d62861fa38e30b4ac96e316811e", kill_on_drop: false }` [INFO] [stdout] 03976a2021af579b81d8866fccdaff296a2f0d62861fa38e30b4ac96e316811e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 661d39ede118befb52822815cdac7f939b1a514706d119b420eb1857c25df391 [INFO] running `Command { std: "docker" "start" "-a" "661d39ede118befb52822815cdac7f939b1a514706d119b420eb1857c25df391", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.118 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling httparse v1.6.0 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Compiling slog-async v2.7.0 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling anyhow v1.0.56 [INFO] [stderr] Compiling num_threads v0.1.5 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling quoted_printable v0.4.5 [INFO] [stderr] Compiling data-encoding v2.3.2 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling pnet_base v0.29.0 [INFO] [stderr] Compiling arc-swap v1.5.0 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling ipnet v2.3.1 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling tracing-core v0.1.22 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling nom v7.1.0 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling tracing v0.1.30 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling http v0.2.6 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling slog-scope v4.4.0 [INFO] [stderr] Compiling charset v0.1.3 [INFO] [stderr] Compiling mailparse v0.13.8 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling vmw_backdoor v0.2.1 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling block-buffer v0.10.2 [INFO] [stderr] Compiling crypto-common v0.1.3 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling nix v0.23.1 [INFO] [stderr] Compiling time v0.3.9 [INFO] [stderr] Compiling errno v0.2.8 [INFO] [stderr] Compiling pnet_sys v0.29.0 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling users v0.11.0 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling sha2 v0.10.1 [INFO] [stderr] Compiling hmac v0.12.0 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling tokio v1.16.1 [INFO] [stderr] Compiling clap v3.1.8 [INFO] [stderr] Compiling slog-term v2.9.0 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling openssh-keys v0.5.0 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling h2 v0.3.11 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling hyper v0.14.17 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling ipnetwork v0.18.0 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling ipnetwork v0.19.0 [INFO] [stderr] Compiling serde-xml-rs v0.5.1 [INFO] [stderr] Compiling serde_yaml v0.8.23 [INFO] [stderr] Compiling pnet_datalink v0.29.0 [INFO] [stderr] Compiling libsystemd v0.5.0 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.10 [INFO] [stderr] Compiling afterburn v5.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 51.40s [INFO] running `Command { std: "docker" "inspect" "661d39ede118befb52822815cdac7f939b1a514706d119b420eb1857c25df391", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "661d39ede118befb52822815cdac7f939b1a514706d119b420eb1857c25df391", kill_on_drop: false }` [INFO] [stdout] 661d39ede118befb52822815cdac7f939b1a514706d119b420eb1857c25df391 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b40a8843c0376e2d236df25a24d107cb281012b930b0c968f577d678ca5efd8 [INFO] running `Command { std: "docker" "start" "-a" "3b40a8843c0376e2d236df25a24d107cb281012b930b0c968f577d678ca5efd8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling similar v2.1.0 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling assert-json-diff v2.0.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling mockito v0.31.0 [INFO] [stderr] Compiling afterburn v5.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 14.80s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/afterburn-9b6ff93c322f6241) [INFO] running `Command { std: "docker" "inspect" "3b40a8843c0376e2d236df25a24d107cb281012b930b0c968f577d678ca5efd8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b40a8843c0376e2d236df25a24d107cb281012b930b0c968f577d678ca5efd8", kill_on_drop: false }` [INFO] [stdout] 3b40a8843c0376e2d236df25a24d107cb281012b930b0c968f577d678ca5efd8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b25dcbea0a70ccb043ac30298ee5c6176a7f216456394f652b746859ec990ff6 [INFO] running `Command { std: "docker" "start" "-a" "b25dcbea0a70ccb043ac30298ee5c6176a7f216456394f652b746859ec990ff6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.26s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/afterburn-9b6ff93c322f6241) [INFO] [stdout] [INFO] [stdout] running 66 tests [INFO] [stdout] test cli::tests::test_no_args ... ok [INFO] [stdout] test cli::tests::test_multi_cmd ... ok [INFO] [stdout] test cli::tests::clap_tests ... ok [INFO] [stdout] test cli::tests::test_exp_cmd ... ok [INFO] [stdout] test cli::tests::test_legacy_no_action ... ok [INFO] [stdout] test cli::tests::test_default_net_kargs ... ok [INFO] [stdout] test cli::tests::test_translate_legacy_args ... ok [INFO] [stdout] test cli::tests::test_basic_cli_args ... ok [INFO] [stdout] test network::tests::interface_unit_name_no_name_no_mac ... ok [INFO] [stdout] test network::tests::virtual_netdev_config ... ok [INFO] [stdout] test network::tests::interface_config ... ok [INFO] [stdout] test network::tests::mac_addr_display ... ok [INFO] [stdout] test network::tests::virtual_netdev_unit_name ... ok [INFO] [stdout] test network::tests::interface_unit_name ... ok [INFO] [stdout] test providers::ibmcloud_classic::tests::test_basic_attributes ... ok [INFO] [stdout] test providers::ibmcloud::tests::test_basic_attributes ... ok [INFO] [stdout] test providers::ibmcloud_classic::tests::test_parse_metadata_json ... ok [INFO] [stdout] test providers::kubevirt::tests::test_kubevirt_basic_attributes ... ok [INFO] [stdout] test providers::kubevirt::tests::test_kubevirt_extended_attributes ... ok [INFO] [stdout] test providers::ibmcloud::tests::test_fetch_ssh_keys ... ok [INFO] [stdout] test providers::kubevirt::tests::test_kubevirt_parse_metadata_json ... ok [INFO] [stdout] test providers::ibmcloud_classic::tests::test_parse_network_data_json ... ok [INFO] [stdout] test providers::kubevirt::tests::test_kubevirt_ssh_keys ... ok [INFO] [stdout] test providers::openstack::configdrive::tests::test_attributes_ec2 ... ok [INFO] [stdout] test providers::openstack::configdrive::tests::test_attributes_openstack ... ok [INFO] [stdout] test providers::openstack::configdrive::tests::test_ssh_keys ... ok [INFO] [stdout] test providers::powervs::tests::test_powervs_basic_attributes ... ok [INFO] [stdout] test retry::tests::test_no_retries ... ok [INFO] [stdout] test providers::powervs::tests::test_powervs_parse_metadata_json ... ok [INFO] [stdout] test util::tests::key_lookup_test ... ok [INFO] [stdout] test providers::powervs::tests::test_powervs_ssh_keys ... ok [INFO] [stdout] test util::cmdline::tests::test_contains_flag_prefix ... ok [INFO] [stdout] test util::cmdline::tests::test_find_flag ... ok [INFO] [stdout] test providers::aliyun::mock_tests::basic_attributes ... ok [INFO] [stdout] test providers::aws::mock_tests::test_aws_attributes ... ok [INFO] [stdout] test providers::vultr::mock_tests::test_hostname ... ok [INFO] [stdout] test providers::exoscale::mock_tests::basic_attributes ... ok [INFO] [stdout] test providers::aliyun::mock_tests::basic_pubkeys ... ok [INFO] [stdout] test providers::tests::test_hostname_truncation ... ok [INFO] [stdout] test providers::microsoft::azure::mock_tests::test_boot_checkin ... ok [INFO] [stdout] test retry::tests::test_max_retries ... ok [INFO] [stdout] test providers::microsoft::azure::mock_tests::test_goalstate_certs ... ok [INFO] [stdout] test providers::microsoft::azure::mock_tests::test_goalstate_no_certs ... ok [INFO] [stdout] test providers::microsoft::azure::mock_tests::test_hostname ... ok [INFO] [stdout] test providers::microsoft::azurestack::mock_tests::test_goalstate_certs ... ok [INFO] [stdout] test providers::packet::mock_tests::test_packet_attributes ... ok [INFO] [stdout] test providers::microsoft::azurestack::mock_tests::test_boot_checkin ... ok [INFO] [stdout] test providers::microsoft::azurestack::mock_tests::test_hostname ... ok [INFO] [stdout] test providers::microsoft::azurestack::mock_tests::test_goalstate_no_certs ... ok [INFO] [stdout] test providers::microsoft::azure::mock_tests::test_vmsize ... ok [INFO] [stdout] test providers::microsoft::azurestack::mock_tests::test_identity ... ok [INFO] [stdout] test providers::vultr::mock_tests::test_attributes ... ok [INFO] [stdout] test providers::packet::mock_tests::test_boot_checkin ... ok [INFO] [stdout] test providers::aws::mock_tests::test_aws_imds_version2 ... ok [INFO] [stdout] test providers::exoscale::mock_tests::basic_pubkeys ... ok [INFO] [stdout] test providers::cloudstack::mock_tests::test_ssh_keys_404_ok ... ok [INFO] [stdout] test providers::aws::mock_tests::test_aws_imds_version1 ... ok [INFO] [stdout] test providers::gcp::mock_tests::basic_hostname ... ok [INFO] [stdout] test providers::aliyun::mock_tests::basic_hostname ... ok [INFO] [stdout] test providers::exoscale::mock_tests::basic_hostname ... ok [INFO] [stdout] test providers::cloudstack::mock_tests::test_ssh_keys ... ok [INFO] [stdout] test providers::aws::mock_tests::test_aws_basic ... ok [INFO] [stdout] test providers::vultr::mock_tests::test_pubkeys ... ok [INFO] [stdout] test providers::openstack::mock_tests::test_ssh_keys ... ok [INFO] [stdout] test providers::openstack::mock_tests::test_ssh_keys_404_ok ... ok [INFO] [stdout] test providers::gcp::mock_tests::basic_attributes ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b25dcbea0a70ccb043ac30298ee5c6176a7f216456394f652b746859ec990ff6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b25dcbea0a70ccb043ac30298ee5c6176a7f216456394f652b746859ec990ff6", kill_on_drop: false }` [INFO] [stdout] b25dcbea0a70ccb043ac30298ee5c6176a7f216456394f652b746859ec990ff6