[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 try#ecabaf78506b7a4668d42dc20268c086b93f0fad for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEngineersBox%2FRust-MQTT" "/workspace/builds/worker-15/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-15/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/EngineersBox/Rust-MQTT on toolchain ecabaf78506b7a4668d42dc20268c086b93f0fad [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "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-15/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" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded thread-id v4.0.0 [INFO] [stderr] Downloaded paho-mqtt v0.9.1 [INFO] [stderr] Downloaded paho-mqtt-sys v0.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3b3021e7ecf9ca0b6ab5e8662e9e1c1d60909f333a378f532a28ddc9093dbb34 [INFO] running `Command { std: "docker" "start" "-a" "3b3021e7ecf9ca0b6ab5e8662e9e1c1d60909f333a378f532a28ddc9093dbb34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3b3021e7ecf9ca0b6ab5e8662e9e1c1d60909f333a378f532a28ddc9093dbb34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b3021e7ecf9ca0b6ab5e8662e9e1c1d60909f333a378f532a28ddc9093dbb34", kill_on_drop: false }` [INFO] [stdout] 3b3021e7ecf9ca0b6ab5e8662e9e1c1d60909f333a378f532a28ddc9093dbb34 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 38dbb46b3963ac6946874a494870244fc49a7242cf143d2a48cca0e5992a9155 [INFO] running `Command { std: "docker" "start" "-a" "38dbb46b3963ac6946874a494870244fc49a7242cf143d2a48cca0e5992a9155", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling futures-sink v0.3.15 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling crossbeam-utils v0.8.4 [INFO] [stderr] Compiling openssl-sys v0.9.63 [INFO] [stderr] Compiling cmake v0.1.45 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling paho-mqtt-sys v0.5.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling thread-id v4.0.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling slog-async v2.6.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling slog-json v2.3.0 [INFO] [stderr] Compiling slog-term v2.8.0 [INFO] [stderr] Compiling java-properties v1.3.0 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling futures-util v0.3.15 [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] 49 | | ...ing message to verify as last or not [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] 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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 110 | panic!("{}", exceptions::ConfigPropertiesError::InvalidConfigPropertyKeyError{ [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 110 | std::panic::panic_any(exceptions::ConfigPropertiesError::InvalidConfigPropertyKeyError{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [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] 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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 117 | panic!("{}", exceptions::ConfigPropertiesError::MissingConfigPropertyError{ [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 117 | std::panic::panic_any(exceptions::ConfigPropertiesError::MissingConfigPropertyError{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [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] 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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 110 | panic!("{}", exceptions::ConfigPropertiesError::InvalidConfigPropertyKeyError{ [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 110 | std::panic::panic_any(exceptions::ConfigPropertiesError::InvalidConfigPropertyKeyError{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [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] 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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 117 | panic!("{}", exceptions::ConfigPropertiesError::MissingConfigPropertyError{ [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 117 | std::panic::panic_any(exceptions::ConfigPropertiesError::MissingConfigPropertyError{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.47s [INFO] running `Command { std: "docker" "inspect" "38dbb46b3963ac6946874a494870244fc49a7242cf143d2a48cca0e5992a9155", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38dbb46b3963ac6946874a494870244fc49a7242cf143d2a48cca0e5992a9155", kill_on_drop: false }` [INFO] [stdout] 38dbb46b3963ac6946874a494870244fc49a7242cf143d2a48cca0e5992a9155 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3e49fb2d4d37204aa564ab91b753bf0683a28e76fca4edc0819e53fcf4b7d55f [INFO] running `Command { std: "docker" "start" "-a" "3e49fb2d4d37204aa564ab91b753bf0683a28e76fca4edc0819e53fcf4b7d55f", 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 doc comment [INFO] [stdout] --> src/analyser.rs:102:21 [INFO] [stdout] | [INFO] [stdout] 49 | | ...ing message to verify as last or not [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: 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: 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] 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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 110 | panic!("{}", exceptions::ConfigPropertiesError::InvalidConfigPropertyKeyError{ [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 110 | std::panic::panic_any(exceptions::ConfigPropertiesError::InvalidConfigPropertyKeyError{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [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] 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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 117 | panic!("{}", exceptions::ConfigPropertiesError::MissingConfigPropertyError{ [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 117 | std::panic::panic_any(exceptions::ConfigPropertiesError::MissingConfigPropertyError{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [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] 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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 110 | panic!("{}", exceptions::ConfigPropertiesError::InvalidConfigPropertyKeyError{ [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 110 | std::panic::panic_any(exceptions::ConfigPropertiesError::InvalidConfigPropertyKeyError{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [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] 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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 117 | panic!("{}", exceptions::ConfigPropertiesError::MissingConfigPropertyError{ [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 117 | std::panic::panic_any(exceptions::ConfigPropertiesError::MissingConfigPropertyError{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.61s [INFO] running `Command { std: "docker" "inspect" "3e49fb2d4d37204aa564ab91b753bf0683a28e76fca4edc0819e53fcf4b7d55f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e49fb2d4d37204aa564ab91b753bf0683a28e76fca4edc0819e53fcf4b7d55f", kill_on_drop: false }` [INFO] [stdout] 3e49fb2d4d37204aa564ab91b753bf0683a28e76fca4edc0819e53fcf4b7d55f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9303d7a05bb42360719cce6adf35ea84763932164749bac1513da24c4d6f1430 [INFO] running `Command { std: "docker" "start" "-a" "9303d7a05bb42360719cce6adf35ea84763932164749bac1513da24c4d6f1430", 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] 49 | | ...ing message to verify as last or not [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] 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] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 110 | panic!("{}", exceptions::ConfigPropertiesError::InvalidConfigPropertyKeyError{ [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 110 | std::panic::panic_any(exceptions::ConfigPropertiesError::InvalidConfigPropertyKeyError{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [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] 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] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 117 | panic!("{}", exceptions::ConfigPropertiesError::MissingConfigPropertyError{ [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 117 | std::panic::panic_any(exceptions::ConfigPropertiesError::MissingConfigPropertyError{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [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: 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] 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] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 110 | panic!("{}", exceptions::ConfigPropertiesError::InvalidConfigPropertyKeyError{ [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 110 | std::panic::panic_any(exceptions::ConfigPropertiesError::InvalidConfigPropertyKeyError{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [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] 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] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 117 | panic!("{}", exceptions::ConfigPropertiesError::MissingConfigPropertyError{ [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 117 | std::panic::panic_any(exceptions::ConfigPropertiesError::MissingConfigPropertyError{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/analyser-19ab60bfff91cc6c) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pubcontroller-c37f6f5caa5bb609) [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] [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" "9303d7a05bb42360719cce6adf35ea84763932164749bac1513da24c4d6f1430", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9303d7a05bb42360719cce6adf35ea84763932164749bac1513da24c4d6f1430", kill_on_drop: false }` [INFO] [stdout] 9303d7a05bb42360719cce6adf35ea84763932164749bac1513da24c4d6f1430