[INFO] cloning repository https://github.com/EngineersBox/Rust-MQTT [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EngineersBox/Rust-MQTT" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEngineersBox%2FRust-MQTT", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEngineersBox%2FRust-MQTT'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 286732c6eec2afeca54161fe8a274323c49d0f29 [INFO] testing EngineersBox/Rust-MQTT against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEngineersBox%2FRust-MQTT" "/workspace/builds/worker-27/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-27/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/EngineersBox/Rust-MQTT on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/EngineersBox/Rust-MQTT [INFO] finished tweaking git repo https://github.com/EngineersBox/Rust-MQTT [INFO] tweaked toml for git repo https://github.com/EngineersBox/Rust-MQTT written to /workspace/builds/worker-27/source/Cargo.toml [INFO] crate git repo https://github.com/EngineersBox/Rust-MQTT already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded paho-mqtt v0.9.1 [INFO] [stderr] Downloaded thread-id v4.0.0 [INFO] [stderr] Downloaded paho-mqtt-sys v0.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f29353127b45ed34477e4816e89c2b60900956f1ea02bb86ff9634b94111f22a [INFO] running `Command { std: "docker" "start" "-a" "f29353127b45ed34477e4816e89c2b60900956f1ea02bb86ff9634b94111f22a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f29353127b45ed34477e4816e89c2b60900956f1ea02bb86ff9634b94111f22a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f29353127b45ed34477e4816e89c2b60900956f1ea02bb86ff9634b94111f22a", kill_on_drop: false }` [INFO] [stdout] f29353127b45ed34477e4816e89c2b60900956f1ea02bb86ff9634b94111f22a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c33525aa67791663e9a235874656f3a2bf52008ded4e0aaf4e2002969c6e291f [INFO] running `Command { std: "docker" "start" "-a" "c33525aa67791663e9a235874656f3a2bf52008ded4e0aaf4e2002969c6e291f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling futures-sink v0.3.15 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling crossbeam-utils v0.8.4 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling cmake v0.1.45 [INFO] [stderr] Compiling openssl-sys v0.9.63 [INFO] [stderr] Compiling paho-mqtt-sys v0.5.0 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling thread-id v4.0.0 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling slog-term v2.8.0 [INFO] [stderr] Compiling slog-async v2.6.0 [INFO] [stderr] Compiling java-properties v1.3.0 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling slog-json v2.3.0 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling futures-executor v0.3.15 [INFO] [stderr] Compiling futures v0.3.15 [INFO] [stderr] Compiling paho-mqtt v0.9.1 [INFO] [stderr] Compiling rust-mqtt v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `chrono::Local` [INFO] [stdout] --> src/logging/logging.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use chrono::Local; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `chrono::Local` [INFO] [stdout] --> src/logging/logging.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use chrono::Local; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/analyser.rs:102:21 [INFO] [stdout] | [INFO] [stdout] 50 | | ...Config instance with message count defined [INFO] [stdout] | |______________________________________________________- rustdoc does not generate documentation for match arms [INFO] [stdout] ... [INFO] [stdout] 102 | | ... /// Here we format the topic from `counter/{qos}/{delay}` by replacing `{qos}` and `{delay}` with their respective values [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 103 | / ... Some(v) => vec![v.replace("{qos}", format!("{}", c_qos).as_str()).replace("{delay}", format!("{}", c_delay).as_str())], [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/config/config.rs:110:16 [INFO] [stdout] | [INFO] [stdout] 110 | panic!(exceptions::ConfigPropertiesError::InvalidConfigPropertyKeyError{ [INFO] [stdout] | _________------_^ [INFO] [stdout] | | | [INFO] [stdout] | | help: use std::panic::panic_any instead: `std::panic::panic_any` [INFO] [stdout] 111 | | 0:exceptions::InvalidConfigPropertyKeyError{key: String::from(key)}, [INFO] [stdout] 112 | | }); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/config/config.rs:117:16 [INFO] [stdout] | [INFO] [stdout] 117 | panic!(exceptions::ConfigPropertiesError::MissingConfigPropertyError{ [INFO] [stdout] | _________------_^ [INFO] [stdout] | | | [INFO] [stdout] | | help: use std::panic::panic_any instead: `std::panic::panic_any` [INFO] [stdout] 118 | | 0:exceptions::MissingConfigPropertyError{property: String::from(key)}, [INFO] [stdout] 119 | | }); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/config/config.rs:110:16 [INFO] [stdout] | [INFO] [stdout] 110 | panic!(exceptions::ConfigPropertiesError::InvalidConfigPropertyKeyError{ [INFO] [stdout] | _________------_^ [INFO] [stdout] | | | [INFO] [stdout] | | help: use std::panic::panic_any instead: `std::panic::panic_any` [INFO] [stdout] 111 | | 0:exceptions::InvalidConfigPropertyKeyError{key: String::from(key)}, [INFO] [stdout] 112 | | }); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/config/config.rs:117:16 [INFO] [stdout] | [INFO] [stdout] 117 | panic!(exceptions::ConfigPropertiesError::MissingConfigPropertyError{ [INFO] [stdout] | _________------_^ [INFO] [stdout] | | | [INFO] [stdout] | | help: use std::panic::panic_any instead: `std::panic::panic_any` [INFO] [stdout] 118 | | 0:exceptions::MissingConfigPropertyError{property: String::from(key)}, [INFO] [stdout] 119 | | }); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.91s [INFO] running `Command { std: "docker" "inspect" "c33525aa67791663e9a235874656f3a2bf52008ded4e0aaf4e2002969c6e291f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c33525aa67791663e9a235874656f3a2bf52008ded4e0aaf4e2002969c6e291f", kill_on_drop: false }` [INFO] [stdout] c33525aa67791663e9a235874656f3a2bf52008ded4e0aaf4e2002969c6e291f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c8ee15e2297e4097b50b20b15d42523509b56fb1873053be7bee2cf8a4abe4b8 [INFO] running `Command { std: "docker" "start" "-a" "c8ee15e2297e4097b50b20b15d42523509b56fb1873053be7bee2cf8a4abe4b8", kill_on_drop: false }` [INFO] [stderr] Compiling rust-mqtt v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `chrono::Local` [INFO] [stdout] --> src/logging/logging.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use chrono::Local; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `chrono::Local` [INFO] [stdout] --> src/logging/logging.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use chrono::Local; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/analyser.rs:102:21 [INFO] [stdout] | [INFO] [stdout] 50 | | ...Config instance with message count defined [INFO] [stdout] | |______________________________________________________- rustdoc does not generate documentation for match arms [INFO] [stdout] ... [INFO] [stdout] 102 | | ... /// Here we format the topic from `counter/{qos}/{delay}` by replacing `{qos}` and `{delay}` with their respective values [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 103 | / ... Some(v) => vec![v.replace("{qos}", format!("{}", c_qos).as_str()).replace("{delay}", format!("{}", c_delay).as_str())], [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/config/config.rs:110:16 [INFO] [stdout] | [INFO] [stdout] 110 | panic!(exceptions::ConfigPropertiesError::InvalidConfigPropertyKeyError{ [INFO] [stdout] | _________------_^ [INFO] [stdout] | | | [INFO] [stdout] | | help: use std::panic::panic_any instead: `std::panic::panic_any` [INFO] [stdout] 111 | | 0:exceptions::InvalidConfigPropertyKeyError{key: String::from(key)}, [INFO] [stdout] 112 | | }); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/config/config.rs:117:16 [INFO] [stdout] | [INFO] [stdout] 117 | panic!(exceptions::ConfigPropertiesError::MissingConfigPropertyError{ [INFO] [stdout] | _________------_^ [INFO] [stdout] | | | [INFO] [stdout] | | help: use std::panic::panic_any instead: `std::panic::panic_any` [INFO] [stdout] 118 | | 0:exceptions::MissingConfigPropertyError{property: String::from(key)}, [INFO] [stdout] 119 | | }); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/config/config.rs:110:16 [INFO] [stdout] | [INFO] [stdout] 110 | panic!(exceptions::ConfigPropertiesError::InvalidConfigPropertyKeyError{ [INFO] [stdout] | _________------_^ [INFO] [stdout] | | | [INFO] [stdout] | | help: use std::panic::panic_any instead: `std::panic::panic_any` [INFO] [stdout] 111 | | 0:exceptions::InvalidConfigPropertyKeyError{key: String::from(key)}, [INFO] [stdout] 112 | | }); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/config/config.rs:117:16 [INFO] [stdout] | [INFO] [stdout] 117 | panic!(exceptions::ConfigPropertiesError::MissingConfigPropertyError{ [INFO] [stdout] | _________------_^ [INFO] [stdout] | | | [INFO] [stdout] | | help: use std::panic::panic_any instead: `std::panic::panic_any` [INFO] [stdout] 118 | | 0:exceptions::MissingConfigPropertyError{property: String::from(key)}, [INFO] [stdout] 119 | | }); [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.00s [INFO] running `Command { std: "docker" "inspect" "c8ee15e2297e4097b50b20b15d42523509b56fb1873053be7bee2cf8a4abe4b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8ee15e2297e4097b50b20b15d42523509b56fb1873053be7bee2cf8a4abe4b8", kill_on_drop: false }` [INFO] [stdout] c8ee15e2297e4097b50b20b15d42523509b56fb1873053be7bee2cf8a4abe4b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] dcba08b1d53deaeddba0ed4f7a6f4a1d754f2edc8ba4bfacd2ec189edfae9bfc [INFO] running `Command { std: "docker" "start" "-a" "dcba08b1d53deaeddba0ed4f7a6f4a1d754f2edc8ba4bfacd2ec189edfae9bfc", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `chrono::Local` [INFO] [stderr] --> src/logging/logging.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use chrono::Local; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/analyser.rs:102:21 [INFO] [stderr] | [INFO] [stderr] 50 | | ...Config instance with message count defined [INFO] [stderr] | |______________________________________________________- rustdoc does not generate documentation for match arms [INFO] [stderr] ... [INFO] [stderr] 102 | | ... /// Here we format the topic from `counter/{qos}/{delay}` by replacing `{qos}` and `{delay}` with their respective values [INFO] [stderr] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 103 | / ... Some(v) => vec![v.replace("{qos}", format!("{}", c_qos).as_str()).replace("{delay}", format!("{}", c_delay).as_str())], [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: use `//` for a plain comment [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/config/config.rs:110:16 [INFO] [stderr] | [INFO] [stderr] 110 | panic!(exceptions::ConfigPropertiesError::InvalidConfigPropertyKeyError{ [INFO] [stderr] | _________------_^ [INFO] [stderr] | | | [INFO] [stderr] | | help: use std::panic::panic_any instead: `std::panic::panic_any` [INFO] [stderr] 111 | | 0:exceptions::InvalidConfigPropertyKeyError{key: String::from(key)}, [INFO] [stderr] 112 | | }); [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/config/config.rs:117:16 [INFO] [stderr] | [INFO] [stderr] 117 | panic!(exceptions::ConfigPropertiesError::MissingConfigPropertyError{ [INFO] [stderr] | _________------_^ [INFO] [stderr] | | | [INFO] [stderr] | | help: use std::panic::panic_any instead: `std::panic::panic_any` [INFO] [stderr] 118 | | 0:exceptions::MissingConfigPropertyError{property: String::from(key)}, [INFO] [stderr] 119 | | }); [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `rust-mqtt` (bin "analyser" test) generated 4 warnings [INFO] [stderr] warning: `rust-mqtt` (bin "pubcontroller" test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/analyser-57691a74a9751f09) [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 unittests (/opt/rustwide/target/debug/deps/pubcontroller-36996ec177216a71) [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" "dcba08b1d53deaeddba0ed4f7a6f4a1d754f2edc8ba4bfacd2ec189edfae9bfc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dcba08b1d53deaeddba0ed4f7a6f4a1d754f2edc8ba4bfacd2ec189edfae9bfc", kill_on_drop: false }` [INFO] [stdout] dcba08b1d53deaeddba0ed4f7a6f4a1d754f2edc8ba4bfacd2ec189edfae9bfc