[INFO] cloning repository https://github.com/villaleo/jira-clone
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/villaleo/jira-clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvillaleo%2Fjira-clone", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvillaleo%2Fjira-clone'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 98f51e577b5e4cefe11c72e5f5c77f0bd632c7e8
[INFO] checking villaleo/jira-clone against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvillaleo%2Fjira-clone" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/villaleo/jira-clone on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/villaleo/jira-clone
[INFO] finished tweaking git repo https://github.com/villaleo/jira-clone
[INFO] tweaked toml for git repo https://github.com/villaleo/jira-clone written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/villaleo/jira-clone 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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 19eed8ebd0a2b28bb9f3224171a02e6016d6c56069f9e8e4ee4b9d9f58bdef0d
[INFO] running `Command { std: "docker" "start" "-a" "19eed8ebd0a2b28bb9f3224171a02e6016d6c56069f9e8e4ee4b9d9f58bdef0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "19eed8ebd0a2b28bb9f3224171a02e6016d6c56069f9e8e4ee4b9d9f58bdef0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19eed8ebd0a2b28bb9f3224171a02e6016d6c56069f9e8e4ee4b9d9f58bdef0d", kill_on_drop: false }`
[INFO] [stdout] 19eed8ebd0a2b28bb9f3224171a02e6016d6c56069f9e8e4ee4b9d9f58bdef0d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a73f8f201a29403054aa25eab28f46d13d06c621d1474b898b3165eb11cf23f2
[INFO] running `Command { std: "docker" "start" "-a" "a73f8f201a29403054aa25eab28f46d13d06c621d1474b898b3165eb11cf23f2", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling terminfo v0.8.0
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.1
[INFO] [stderr]     Checking vte v0.10.1
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]     Checking bytecount v0.6.7
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking ryu v1.0.16
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]     Checking which v4.4.2
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stderr]     Checking ansitok v0.2.0
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking tempfile v3.9.0
[INFO] [stderr]     Checking owo-colors v4.0.0
[INFO] [stderr]     Checking ansi-str v0.8.0
[INFO] [stderr]     Checking papergrid v0.11.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]    Compiling tabled_derive v0.7.0
[INFO] [stderr]     Checking tabled v0.15.0
[INFO] [stderr]     Checking clearscreen v2.0.1
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaV0copf"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `clearscreen` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaqmsasZ"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `serde_derive` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaxiAJiq/lib.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tabled` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "a73f8f201a29403054aa25eab28f46d13d06c621d1474b898b3165eb11cf23f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a73f8f201a29403054aa25eab28f46d13d06c621d1474b898b3165eb11cf23f2", kill_on_drop: false }`
[INFO] [stdout] a73f8f201a29403054aa25eab28f46d13d06c621d1474b898b3165eb11cf23f2
[INFO] checking villaleo/jira-clone against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvillaleo%2Fjira-clone" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/villaleo/jira-clone on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/villaleo/jira-clone
[INFO] finished tweaking git repo https://github.com/villaleo/jira-clone
[INFO] tweaked toml for git repo https://github.com/villaleo/jira-clone written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/villaleo/jira-clone 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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bf7bf52222ef4d126d9de1647d3d560427ce1008d9ec96d8830af380bcad9148
[INFO] running `Command { std: "docker" "start" "-a" "bf7bf52222ef4d126d9de1647d3d560427ce1008d9ec96d8830af380bcad9148", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bf7bf52222ef4d126d9de1647d3d560427ce1008d9ec96d8830af380bcad9148", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf7bf52222ef4d126d9de1647d3d560427ce1008d9ec96d8830af380bcad9148", kill_on_drop: false }`
[INFO] [stdout] bf7bf52222ef4d126d9de1647d3d560427ce1008d9ec96d8830af380bcad9148
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0f4650e789853ecd64fb41ab36f6cb0bd4236864fd4fa989bc9da23534a67d79
[INFO] running `Command { std: "docker" "start" "-a" "0f4650e789853ecd64fb41ab36f6cb0bd4236864fd4fa989bc9da23534a67d79", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]    Compiling rustix v0.38.31
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling terminfo v0.8.0
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.1
[INFO] [stderr]     Checking vte v0.10.1
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]     Checking bytecount v0.6.7
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]     Checking ansitok v0.2.0
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stderr]     Checking ryu v1.0.16
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking which v4.4.2
[INFO] [stderr]     Checking tempfile v3.9.0
[INFO] [stderr]     Checking ansi-str v0.8.0
[INFO] [stderr]     Checking owo-colors v4.0.0
[INFO] [stderr]     Checking papergrid v0.11.0
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling tabled_derive v0.7.0
[INFO] [stderr]     Checking tabled v0.15.0
[INFO] [stderr]     Checking clearscreen v2.0.1
[INFO] [stderr]     Checking jira-clone v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `HashMap` is imported redundantly
[INFO] [stdout]    --> src/db.rs:365:30
[INFO] [stdout]     |
[INFO] [stdout] 365 |     use std::{cell::RefCell, collections::HashMap};
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 366 |
[INFO] [stdout] 367 |     use super::*;
[INFO] [stdout]     |         -------- the item `HashMap` is already imported here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `HashMap` is imported redundantly
[INFO] [stdout]    --> src/db.rs:365:30
[INFO] [stdout]     |
[INFO] [stdout] 365 |     use std::{cell::RefCell, collections::HashMap};
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 366 |
[INFO] [stdout] 367 |     use super::*;
[INFO] [stdout]     |         -------- the item `HashMap` is already imported here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `HashMap` is imported redundantly
[INFO] [stdout]    --> src/db.rs:561:19
[INFO] [stdout]     |
[INFO] [stdout] 561 |         use std::{collections::HashMap, io::Write};
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 565 |         use super::*;
[INFO] [stdout]     |             -------- the item `HashMap` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Epic` is imported redundantly
[INFO] [stdout]    --> src/db.rs:563:29
[INFO] [stdout]     |
[INFO] [stdout] 563 |         use crate::models::{Epic, Story};
[INFO] [stdout]     |                             ^^^^
[INFO] [stdout] 564 |
[INFO] [stdout] 565 |         use super::*;
[INFO] [stdout]     |             -------- the item `Epic` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Story` is imported redundantly
[INFO] [stdout]    --> src/db.rs:563:35
[INFO] [stdout]     |
[INFO] [stdout] 563 |         use crate::models::{Epic, Story};
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 564 |
[INFO] [stdout] 565 |         use super::*;
[INFO] [stdout]     |             -------- the item `Story` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Status` is imported redundantly
[INFO] [stdout]    --> src/ui/navigator.rs:449:24
[INFO] [stdout]     |
[INFO] [stdout] 449 |         models::{Epic, Status, Story},
[INFO] [stdout]     |                        ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 452 |     use super::*;
[INFO] [stdout]     |         -------- the item `Status` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `as_any` is never used
[INFO] [stdout]   --> src/ui/pages/mod.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub trait Page {
[INFO] [stdout]    |           ---- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 33 |     fn as_any(&self) -> &dyn Any;
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 5 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.08s
[INFO] running `Command { std: "docker" "inspect" "0f4650e789853ecd64fb41ab36f6cb0bd4236864fd4fa989bc9da23534a67d79", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f4650e789853ecd64fb41ab36f6cb0bd4236864fd4fa989bc9da23534a67d79", kill_on_drop: false }`
[INFO] [stdout] 0f4650e789853ecd64fb41ab36f6cb0bd4236864fd4fa989bc9da23534a67d79
