[INFO] cloning repository https://github.com/ogham/specsheet
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ogham/specsheet" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fogham%2Fspecsheet", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fogham%2Fspecsheet'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8821c6fc64a25a241a2e42bcebefecd1c824b318
[INFO] checking ogham/specsheet against master#642c19bfc3a5c1de985bf5d0cc8207ac9d22708a for pr-148577
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fogham%2Fspecsheet" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ogham/specsheet
[INFO] finished tweaking git repo https://github.com/ogham/specsheet
[INFO] tweaked toml for git repo https://github.com/ogham/specsheet written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ogham/specsheet on toolchain 642c19bfc3a5c1de985bf5d0cc8207ac9d22708a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ogham/specsheet already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: /workspace/builds/worker-7-tc1/source/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `datetime` dependency)
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded horrorshow v0.8.3
[INFO] [stderr]   Downloaded shell-words v1.0.0
[INFO] [stderr]   Downloaded derive_more v0.99.13
[INFO] [stderr]   Downloaded rand_core v0.6.2
[INFO] [stderr]   Downloaded syn v1.0.69
[INFO] [stderr]   Downloaded pretty_assertions v0.7.1
[INFO] [stderr]   Downloaded datetime v0.5.2
[INFO] [stderr]   Downloaded libc v0.2.93
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3cd01a8d658094c5e91f3dfdd5120785fd65450e60c2ffba80aa4e4b5b939fe6
[INFO] running `Command { std: "docker" "start" "-a" "3cd01a8d658094c5e91f3dfdd5120785fd65450e60c2ffba80aa4e4b5b939fe6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3cd01a8d658094c5e91f3dfdd5120785fd65450e60c2ffba80aa4e4b5b939fe6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3cd01a8d658094c5e91f3dfdd5120785fd65450e60c2ffba80aa4e4b5b939fe6", kill_on_drop: false }`
[INFO] [stdout] 3cd01a8d658094c5e91f3dfdd5120785fd65450e60c2ffba80aa4e4b5b939fe6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 519f566564e71b09de0ea3c51353063b9149722b990aab822bae14213948f923
[INFO] running `Command { std: "docker" "start" "-a" "519f566564e71b09de0ea3c51353063b9149722b990aab822bae14213948f923", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `datetime` dependency)
[INFO] [stderr]    Compiling libc v0.2.93
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling syn v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.125
[INFO] [stderr]    Compiling serde v1.0.125
[INFO] [stderr]     Checking regex-syntax v0.6.23
[INFO] [stderr]     Checking spec_exec v0.1.0-pre (/opt/rustwide/workdir/spec_exec)
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> spec_exec/src/lib.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![warn(rustdoc)]
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking spec_analysis v0.1.0-pre (/opt/rustwide/workdir/spec_analysis)
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> spec_exec/src/exec.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     Predetermined {
[INFO] [stdout]    |     ------------- field in this variant
[INFO] [stdout] ...
[INFO] [stdout] 34 |         name: &'static str,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Inner` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> spec_exec/src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![warn(unused)]
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    = note: `#[warn(dead_code)]` implied by `#[warn(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking once_cell v1.7.2
[INFO] [stderr]     Checking mime v0.3.16
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> spec_analysis/src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | #![warn(rustdoc)]
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]     Checking aho-corasick v0.7.15
[INFO] [stderr]     Checking diff v0.1.12
[INFO] [stderr]    Compiling datetime v0.5.2
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking users v0.11.0
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking shellexpand v2.1.0
[INFO] [stderr]     Checking shell-words v1.0.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]     Checking rand_core v0.6.2
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking pretty_assertions v0.7.1
[INFO] [stderr]     Checking horrorshow v0.8.3
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> spec_analysis/src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | #![warn(rustdoc)]
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> spec_exec/src/lib.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![warn(rustdoc)]
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> spec_exec/src/exec.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     Predetermined {
[INFO] [stdout]    |     ------------- field in this variant
[INFO] [stdout] ...
[INFO] [stdout] 34 |         name: &'static str,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Inner` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> spec_exec/src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![warn(unused)]
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    = note: `#[warn(dead_code)]` implied by `#[warn(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rand_chacha v0.3.0
[INFO] [stderr]     Checking rand v0.8.3
[INFO] [stderr]     Checking regex v1.4.5
[INFO] [stderr]    Compiling specsheet v0.1.0-pre (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling derive_more v0.99.13
[INFO] [stderr]     Checking toml v0.5.8
[INFO] [stderr]     Checking spec_checks v0.1.0-pre (/opt/rustwide/workdir/spec_checks)
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> spec_checks/src/lib.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | #![warn(rustdoc)]
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> spec_checks/src/lib.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | #![warn(rustdoc)]
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]    --> spec_checks/src/network/tcp.rs:129:12
[INFO] [stdout]     |
[INFO] [stdout] 129 |         if let Ok(address) = address_string.parse() {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]     = help: consider replacing the `if let` with a `let`
[INFO] [stdout]     = note: `#[warn(irrefutable_let_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]    --> spec_checks/src/network/tcp.rs:129:12
[INFO] [stdout]     |
[INFO] [stdout] 129 |         if let Ok(address) = address_string.parse() {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]     = help: consider replacing the `if let` with a `let`
[INFO] [stdout]     = note: `#[warn(irrefutable_let_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking spec_commands v0.1.0-pre (/opt/rustwide/workdir/spec_commands)
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> spec_commands/src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | #![warn(rustdoc)]
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> spec_commands/src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | #![warn(rustdoc)]
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `timeout` and `default_nameserver` are never read
[INFO] [stdout]   --> spec_commands/src/dig.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct DigCommand {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 48 |     results: BTreeMap<Request, Exec<DigOutput>>,
[INFO] [stdout] 49 |     timeout: Option<Duration>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 50 |     default_nameserver: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DigCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> spec_commands/src/lib.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | #![warn(unused)]
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    = note: `#[warn(dead_code)]` implied by `#[warn(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `timeout` is never read
[INFO] [stdout]   --> spec_commands/src/ping.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct PingCommand {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 33 |     results: BTreeMap<String, Exec<PingOutput>>,
[INFO] [stdout] 34 |     timeout: Option<Duration>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PingCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `timeout` and `default_nameserver` are never read
[INFO] [stdout]   --> spec_commands/src/dig.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct DigCommand {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 48 |     results: BTreeMap<Request, Exec<DigOutput>>,
[INFO] [stdout] 49 |     timeout: Option<Duration>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 50 |     default_nameserver: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DigCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> spec_commands/src/lib.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | #![warn(unused)]
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    = note: `#[warn(dead_code)]` implied by `#[warn(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `timeout` is never read
[INFO] [stdout]   --> spec_commands/src/ping.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct PingCommand {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 33 |     results: BTreeMap<String, Exec<PingOutput>>,
[INFO] [stdout] 34 |     timeout: Option<Duration>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PingCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> src/main.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![warn(rustdoc)]
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `commands` is never read
[INFO] [stdout]   --> src/doc.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct CompletedRun<'a> {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub commands: Vec<&'a RanCommand>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CompletedRun` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/main.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![warn(unused)]
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    = note: `#[warn(dead_code)]` implied by `#[warn(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> src/main.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![warn(rustdoc)]
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `commands` is never read
[INFO] [stdout]   --> src/doc.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct CompletedRun<'a> {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub commands: Vec<&'a RanCommand>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CompletedRun` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/main.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![warn(unused)]
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    = note: `#[warn(dead_code)]` implied by `#[warn(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MockDefaults` is never constructed
[INFO] [stdout]  --> spec_checks/tests/local/defaults_tests.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | struct MockDefaults(DefaultsLocation, &'static str);
[INFO] [stdout]   |        ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.33s
[INFO] running `Command { std: "docker" "inspect" "519f566564e71b09de0ea3c51353063b9149722b990aab822bae14213948f923", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "519f566564e71b09de0ea3c51353063b9149722b990aab822bae14213948f923", kill_on_drop: false }`
[INFO] [stdout] 519f566564e71b09de0ea3c51353063b9149722b990aab822bae14213948f923
