[INFO] cloning repository https://github.com/corollaries/azure-iothub-service-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/corollaries/azure-iothub-service-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcorollaries%2Fazure-iothub-service-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcorollaries%2Fazure-iothub-service-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] eb60e999b0a4dbf89c7766a62904c1c3d4d61351 [INFO] testing corollaries/azure-iothub-service-rs against try#8262275854dc0e5381c9d42d56257d94932c5a87 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcorollaries%2Fazure-iothub-service-rs" "/workspace/builds/worker-37/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-37/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/corollaries/azure-iothub-service-rs on toolchain 8262275854dc0e5381c9d42d56257d94932c5a87 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/corollaries/azure-iothub-service-rs [INFO] finished tweaking git repo https://github.com/corollaries/azure-iothub-service-rs [INFO] tweaked toml for git repo https://github.com/corollaries/azure-iothub-service-rs written to /workspace/builds/worker-37/source/Cargo.toml [INFO] crate git repo https://github.com/corollaries/azure-iothub-service-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded block-buffer v0.8.0 [INFO] [stderr] Downloaded hmac v0.8.0 [INFO] [stderr] Downloaded sha2 v0.9.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e0764d72920fd86261622caea947a1851eb45addf305d5b6571c13e846ef9451 [INFO] running `Command { std: "docker" "start" "-a" "e0764d72920fd86261622caea947a1851eb45addf305d5b6571c13e846ef9451", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e0764d72920fd86261622caea947a1851eb45addf305d5b6571c13e846ef9451", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0764d72920fd86261622caea947a1851eb45addf305d5b6571c13e846ef9451", kill_on_drop: false }` [INFO] [stdout] e0764d72920fd86261622caea947a1851eb45addf305d5b6571c13e846ef9451 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/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=forbid" "-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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 75229ea92598ab408f8c26ede564b26071d287d5eb45734766f2cfc77eab02eb [INFO] running `Command { std: "docker" "start" "-a" "75229ea92598ab408f8c26ede564b26071d287d5eb45734766f2cfc77eab02eb", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling syn v1.0.31 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling bytes v0.5.4 [INFO] [stderr] Compiling futures-core v0.3.5 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling pin-project-internal v0.4.22 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling pin-project-lite v0.1.7 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling futures-sink v0.3.5 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling subtle v2.2.3 [INFO] [stderr] Compiling serde_json v1.0.55 [INFO] [stderr] Compiling tower-service v0.3.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling base64 v0.12.1 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling indexmap v1.4.0 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling generic-array v0.14.2 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling socket2 v0.3.12 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling block-buffer v0.8.0 [INFO] [stderr] Compiling sha2 v0.9.0 [INFO] [stderr] Compiling hmac v0.8.0 [INFO] [stderr] Compiling tokio v0.2.21 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling pin-project v0.4.22 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling h2 v0.2.5 [INFO] [stderr] Compiling hyper v0.13.6 [INFO] [stderr] Compiling hyper-tls v0.4.1 [INFO] [stderr] Compiling azure-iothub-service v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/error.rs:84:10 [INFO] [stdout] | [INFO] [stdout] 84 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `error::IoTHubError` [INFO] [stdout] --> src/twin.rs:10:13 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::{error::IoTHubError, IoTHubService, API_VERSION}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.90s [INFO] running `Command { std: "docker" "inspect" "75229ea92598ab408f8c26ede564b26071d287d5eb45734766f2cfc77eab02eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "75229ea92598ab408f8c26ede564b26071d287d5eb45734766f2cfc77eab02eb", kill_on_drop: false }` [INFO] [stdout] 75229ea92598ab408f8c26ede564b26071d287d5eb45734766f2cfc77eab02eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/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=forbid" "-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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 06d7860728f3963f5b70327683c81e7359fe7825cdd090d24e4ca987957f50e6 [INFO] running `Command { std: "docker" "start" "-a" "06d7860728f3963f5b70327683c81e7359fe7825cdd090d24e4ca987957f50e6", kill_on_drop: false }` [INFO] [stderr] Compiling azure-iothub-service v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/error.rs:84:10 [INFO] [stdout] | [INFO] [stdout] 84 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `error::IoTHubError` [INFO] [stdout] --> src/twin.rs:10:13 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::{error::IoTHubError, IoTHubService, API_VERSION}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/error.rs:84:10 [INFO] [stdout] | [INFO] [stdout] 84 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `error::IoTHubError` [INFO] [stdout] --> src/twin.rs:10:13 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::{error::IoTHubError, IoTHubService, API_VERSION}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/configuration/modulescontent.rs:1333:13 [INFO] [stdout] | [INFO] [stdout] 1333 | / format!( [INFO] [stdout] 1334 | | "{}\n is not equal to\n {}", [INFO] [stdout] 1335 | | serde_json::to_string_pretty(&edge_agent_json)?, [INFO] [stdout] 1336 | | serde_json::to_string_pretty(&test_json_file)? [INFO] [stdout] 1337 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 1333 ~ [INFO] [stdout] 1334 | "{}\n is not equal to\n {}", [INFO] [stdout] 1335 | serde_json::to_string_pretty(&edge_agent_json)?, [INFO] [stdout] 1336 | serde_json::to_string_pretty(&test_json_file)? [INFO] [stdout] 1337 ~ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.38s [INFO] running `Command { std: "docker" "inspect" "06d7860728f3963f5b70327683c81e7359fe7825cdd090d24e4ca987957f50e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06d7860728f3963f5b70327683c81e7359fe7825cdd090d24e4ca987957f50e6", kill_on_drop: false }` [INFO] [stdout] 06d7860728f3963f5b70327683c81e7359fe7825cdd090d24e4ca987957f50e6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/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=forbid" "-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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f29ecd29a1760b193050d5cbe953e1a77604337b2528d6de894b777b3517e567 [INFO] running `Command { std: "docker" "start" "-a" "f29ecd29a1760b193050d5cbe953e1a77604337b2528d6de894b777b3517e567", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/error.rs:84:10 [INFO] [stderr] | [INFO] [stderr] 84 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `error::IoTHubError` [INFO] [stderr] --> src/twin.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | use crate::{error::IoTHubError, IoTHubService, API_VERSION}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/configuration/modulescontent.rs:1333:13 [INFO] [stderr] | [INFO] [stderr] 1333 | / format!( [INFO] [stderr] 1334 | | "{}\n is not equal to\n {}", [INFO] [stderr] 1335 | | serde_json::to_string_pretty(&edge_agent_json)?, [INFO] [stderr] 1336 | | serde_json::to_string_pretty(&test_json_file)? [INFO] [stderr] 1337 | | ) [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 1333 ~ [INFO] [stderr] 1334 | "{}\n is not equal to\n {}", [INFO] [stderr] 1335 | serde_json::to_string_pretty(&edge_agent_json)?, [INFO] [stderr] 1336 | serde_json::to_string_pretty(&test_json_file)? [INFO] [stderr] 1337 ~ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `azure-iothub-service` (lib) generated 2 warnings [INFO] [stderr] warning: `azure-iothub-service` (lib test) generated 3 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.37s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/azure_iothub_service-6c4bfe90e4f26751) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test configuration::modulescontent::tests::edge_agent_builder_should_succeed ... ok [INFO] [stdout] test configuration::modulescontent::tests::edge_agent_should_deserialize_correctly ... ok [INFO] [stdout] test configuration::modulescontent::tests::edge_hub_should_deserialize_correctly ... ok [INFO] [stdout] test directmethod::tests::directmethod_new_should_succeed ... ok [INFO] [stdout] test configuration::modulescontent::tests::modules_content_should_serialize_correctly ... ok [INFO] [stdout] test configuration::modulescontent::tests::edge_module_builder_should_succeed ... ok [INFO] [stdout] test error::tests::iothuberror_should_deserialize ... ok [INFO] [stdout] test iothub::tests::from_connectionstring_should_fail_on_empty_connection_string ... ok [INFO] [stdout] test iothub::tests::from_connectionstring_should_fail_on_incomplete_connection_string ... ok [INFO] [stdout] test iothub::tests::from_connectionstring_should_fail_on_incorrect_hostname ... ok [INFO] [stdout] test iothub::tests::from_connectionstring_success ... ok [INFO] [stderr] Doc-tests azure-iothub-service [INFO] [stdout] test query::tests::querybuilder_success ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> /opt/rustwide/workdir/src/error.rs:84:10 [INFO] [stderr] | [INFO] [stderr] 84 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: 1 warning emitted [INFO] [stdout] running 33 tests [INFO] [stderr] [INFO] [stdout] test src/iothub.rs - iothub::IoTHubService::create_device_method (line 218) ... FAILED [INFO] [stdout] test src/iothub.rs - iothub::IoTHubService::from_connection_string (line 128) ... FAILED [INFO] [stdout] test src/iothub.rs - iothub::IoTHubService::twin_manager (line 206) ... FAILED [INFO] [stdout] test src/iothub.rs - iothub::IoTHubService::build_query (line 280) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::environment_variables (line 197) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::build (line 249) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::registry_credential (line 813) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::route (line 861) ... FAILED [INFO] [stdout] test src/iothub.rs - iothub::IoTHubService::create_module_method (line 248) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::edge_module (line 1001) ... FAILED [INFO] [stdout] test src/directmethod.rs - directmethod::DirectMethod::invoke (line 80) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::edge_hub_create_options (line 939) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::build (line 1023) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::logging_options (line 845) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::create_options (line 233) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::edge_agent_env (line 955) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::image (line 217) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::restart_policy (line 148) ... FAILED [INFO] [stdout] test src/iothub.rs - iothub::IoTHubService::from_sas_token (line 41) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::status (line 135) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::time_to_live_secs (line 878) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::edge_hub_image (line 907) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::version (line 119) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::module_id (line 103) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::edge_agent_create_options (line 923) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::image_pull_policy (line 161) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::minimum_docker_version (line 797) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::new (line 786) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::new (line 83) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::edge_hub_env (line 978) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::environment_variable (line 174) ... FAILED [INFO] [stdout] test src/iothub.rs - iothub::IoTHubService::from_private_key (line 93) ... FAILED [INFO] [stdout] test src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::edge_agent_image (line 891) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/iothub.rs - iothub::IoTHubService::create_device_method (line 218) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/iothub.rs - iothub::IoTHubService::from_connection_string (line 128) stdout ---- [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/iothub.rs:134:25 [INFO] [stdout] | [INFO] [stdout] 9 | assert!(result.is_ok(), true); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 9 | assert!(result.is_ok(), "{}", true); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/iothub.rs - iothub::IoTHubService::twin_manager (line 206) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/iothub.rs - iothub::IoTHubService::build_query (line 280) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::environment_variables (line 197) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::build (line 249) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::registry_credential (line 813) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::route (line 861) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/iothub.rs - iothub::IoTHubService::create_module_method (line 248) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::edge_module (line 1001) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/directmethod.rs - directmethod::DirectMethod::invoke (line 80) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::edge_hub_create_options (line 939) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::build (line 1023) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::logging_options (line 845) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::create_options (line 233) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::edge_agent_env (line 955) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::image (line 217) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::restart_policy (line 148) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/iothub.rs - iothub::IoTHubService::from_sas_token (line 41) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::status (line 135) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::time_to_live_secs (line 878) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::edge_hub_image (line 907) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::version (line 119) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::module_id (line 103) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::edge_agent_create_options (line 923) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::image_pull_policy (line 161) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::minimum_docker_version (line 797) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::new (line 786) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::new (line 83) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::edge_hub_env (line 978) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::environment_variable (line 174) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/iothub.rs - iothub::IoTHubService::from_private_key (line 93) stdout ---- [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/iothub.rs:100:25 [INFO] [stdout] | [INFO] [stdout] 10 | assert!(result.is_ok(), true); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 10 | assert!(result.is_ok(), "{}", true); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::edge_agent_image (line 891) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustdoctestDIzVBW/rust_out.rust_out.1376475e-cgu.0.rcgu.o" "/tmp/rustdoctestDIzVBW/rust_out.3oi7hjnjienb8flc.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libazure_iothub_service-e9a41399456cac26.rlib" "/opt/rustwide/target/debug/deps/liburl-dff74d2567e667e1.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-b196e1663297fef1.rlib" "/opt/rustwide/target/debug/deps/libidna-1001e480e229462c.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-82576228f73409be.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-419f435110082ca3.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-1186c837a9f5b632.rlib" "/opt/rustwide/target/debug/deps/libmatches-4395ae20fe1f12ba.rlib" "/opt/rustwide/target/debug/deps/libsha2-9c1c3512db04f1ff.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-1d3e8a55acfe3a5c.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-828eb87b0f55ef14.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-89848139f6a54872.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-4fce43c0cf59fd8e.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-8c03c56484130c82.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-9d535d034bf6eb7a.rlib" "/opt/rustwide/target/debug/deps/libhmac-2db20177c2c07b6c.rlib" "/opt/rustwide/target/debug/deps/libdigest-57c9845484648081.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-71c56fe86d0dd241.rlib" "/opt/rustwide/target/debug/deps/libsubtle-36524ffdeac16374.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-6f97e1141c421647.rlib" "/opt/rustwide/target/debug/deps/libtypenum-2a6e240f514da056.rlib" "/opt/rustwide/target/debug/deps/libchrono-1cdd3e64c7c6a1ff.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-b5bfd920c25b3c80.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-e49f5e5ac61ddbac.rlib" "/opt/rustwide/target/debug/deps/libbase64-9568a4804e224583.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-d970ab6f8eb6e26c.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-21d470302c12ec5c.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-9160fb29dec33fc5.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-761fbe5cb1bb6d9c.rlib" "/opt/rustwide/target/debug/deps/libopenssl-c33ae65f785f6722.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-10975aa2f8bd0c03.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-46b9b5ebdcb273c8.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-ecd28e6fe5f7182e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-6d05264d59b50f7f.rlib" "/opt/rustwide/target/debug/deps/libhyper-af3bf311609fbc48.rlib" "/opt/rustwide/target/debug/deps/libhttparse-63cba1f3c42aa21e.rlib" "/opt/rustwide/target/debug/deps/libwant-968ff117aad241f9.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-a4e2eb4f3012113e.rlib" "/opt/rustwide/target/debug/deps/libh2-0d6ae4ba8ac01ccc.rlib" "/opt/rustwide/target/debug/deps/libindexmap-63c4c22bfd0b52a4.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-0de446efe8159e8d.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-e8ed4461148873ed.rlib" "/opt/rustwide/target/debug/deps/libtime-bfeb9e14418fc12d.rlib" "/opt/rustwide/target/debug/deps/libsocket2-399465e23aeae136.rlib" "/opt/rustwide/target/debug/deps/libtower_service-f6e8fd1fdbdc352c.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-7440c92ea1205634.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-6041b98f8115ba2a.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-67838a7bfa3aad8b.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-79d8a733c7b57651.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-b7ff504f33cec58a.rlib" "/opt/rustwide/target/debug/deps/libtokio-c7a6a855c0356e0e.rlib" "/opt/rustwide/target/debug/deps/libmemchr-a1b426b10d44f323.rlib" "/opt/rustwide/target/debug/deps/libmio-8605da5d4a2d6b60.rlib" "/opt/rustwide/target/debug/deps/libslab-ab98851c871a197f.rlib" "/opt/rustwide/target/debug/deps/libiovec-afc8d7d92a616403.rlib" "/opt/rustwide/target/debug/deps/libnet2-678f70dcea0375b3.rlib" "/opt/rustwide/target/debug/deps/liblibc-ee73f684d200a3bc.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-65bf53c5ef47295d.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-e144c83292de21c2.rlib" "/opt/rustwide/target/debug/deps/libpin_project-1f83a41fb237167f.rlib" "/opt/rustwide/target/debug/deps/libhttp-10550e4f0e909c40.rlib" "/opt/rustwide/target/debug/deps/libfnv-22cd72556da4b99c.rlib" "/opt/rustwide/target/debug/deps/liblog-84034288fbfc80b2.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-81c3651d70dd4895.rlib" "/opt/rustwide/target/debug/deps/libbytes-f0013ab538e5b627.rlib" "/opt/rustwide/target/debug/deps/libserde_json-bc9574eb4d304429.rlib" "/opt/rustwide/target/debug/deps/libryu-8c106c7dece5fbd0.rlib" "/opt/rustwide/target/debug/deps/libitoa-c02bb35175fabaa4.rlib" "/opt/rustwide/target/debug/deps/libserde-47a290b051808c0e.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7387d118fba15d64.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-dd8bf3fda2fc2c51.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-b69fd8507c8409af.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-2dff396b99681a6b.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a78bd5aa183c7115.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-846c64d5a2fbc5ee.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-24c09062b6dc787b.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ce93f351ca41a57b.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-e42af02528f038fc.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-514cb174319eb6d4.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-37c1534c42bc4f8c.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-06d0f7780fda2fd9.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-4228e28a8f7a03ba.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-88bb1ba4dd271224.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-0b5a376b429677a6.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-eecefd843a0dbc02.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestDIzVBW/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::build (line 249) [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::create_options (line 233) [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::environment_variable (line 174) [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::environment_variables (line 197) [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::image (line 217) [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::image_pull_policy (line 161) [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::module_id (line 103) [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::new (line 83) [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::restart_policy (line 148) [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::status (line 135) [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::EdgeModuleBuilder::version (line 119) [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::build (line 1023) [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::edge_agent_create_options (line 923) [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::edge_agent_env (line 955) [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::edge_agent_image (line 891) [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::edge_hub_create_options (line 939) [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::edge_hub_env (line 978) [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::edge_hub_image (line 907) [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::edge_module (line 1001) [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::logging_options (line 845) [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::minimum_docker_version (line 797) [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::new (line 786) [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::registry_credential (line 813) [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::route (line 861) [INFO] [stdout] src/configuration/modulescontent.rs - configuration::modulescontent::ModulesContentBuilder::time_to_live_secs (line 878) [INFO] [stdout] src/directmethod.rs - directmethod::DirectMethod::invoke (line 80) [INFO] [stdout] src/iothub.rs - iothub::IoTHubService::build_query (line 280) [INFO] [stdout] src/iothub.rs - iothub::IoTHubService::create_device_method (line 218) [INFO] [stdout] src/iothub.rs - iothub::IoTHubService::create_module_method (line 248) [INFO] [stdout] src/iothub.rs - iothub::IoTHubService::from_connection_string (line 128) [INFO] [stdout] src/iothub.rs - iothub::IoTHubService::from_private_key (line 93) [INFO] [stdout] src/iothub.rs - iothub::IoTHubService::from_sas_token (line 41) [INFO] [stdout] src/iothub.rs - iothub::IoTHubService::twin_manager (line 206) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 33 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.99s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f29ecd29a1760b193050d5cbe953e1a77604337b2528d6de894b777b3517e567", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f29ecd29a1760b193050d5cbe953e1a77604337b2528d6de894b777b3517e567", kill_on_drop: false }` [INFO] [stdout] f29ecd29a1760b193050d5cbe953e1a77604337b2528d6de894b777b3517e567