[INFO] fetching crate basic_example 0.1.0...
[INFO] checking basic_example-0.1.0 against master#80399064afa4a2cd153f30d02c25f7ea0383ed65 for opaque-soundness-fix
[INFO] extracting crate basic_example 0.1.0 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate basic_example 0.1.0 on toolchain 80399064afa4a2cd153f30d02c25f7ea0383ed65
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate basic_example 0.1.0
[INFO] finished tweaking crates.io crate basic_example 0.1.0
[INFO] tweaked toml for crates.io crate basic_example 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate crates.io crate basic_example 0.1.0 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" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0925e03b8fed3bf20c298ceabe71a5a50a5561bc41843fe38e2ab4f7e23bb8fb
[INFO] running `Command { std: "docker" "start" "-a" "0925e03b8fed3bf20c298ceabe71a5a50a5561bc41843fe38e2ab4f7e23bb8fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0925e03b8fed3bf20c298ceabe71a5a50a5561bc41843fe38e2ab4f7e23bb8fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0925e03b8fed3bf20c298ceabe71a5a50a5561bc41843fe38e2ab4f7e23bb8fb", kill_on_drop: false }`
[INFO] [stdout] 0925e03b8fed3bf20c298ceabe71a5a50a5561bc41843fe38e2ab4f7e23bb8fb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f575dd7165dd33d3460ff25130d2d8a094c23b75bc4ef395a4d84c12e823f74e
[INFO] running `Command { std: "docker" "start" "-a" "f575dd7165dd33d3460ff25130d2d8a094c23b75bc4ef395a4d84c12e823f74e", kill_on_drop: false }`
[INFO] [stderr]     Checking basic_example v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `cmp`, `hash`
[INFO] [stdout]  --> src/example/closures/mod.rs:1:19
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{thread, cmp, hash};
[INFO] [stdout]   |                   ^^^  ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `cmp`, `hash`
[INFO] [stdout]  --> src/example/closures/mod.rs:1:19
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{thread, cmp, hash};
[INFO] [stdout]   |                   ^^^  ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `order1`
[INFO] [stdout]  --> src/lib.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     let order1 = back_of_house::Appetizer::Soup;
[INFO] [stdout]   |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_order1`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `order2`
[INFO] [stdout]   --> src/lib.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let order2 = back_of_house::Appetizer::Salad;
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_order2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `serve_order` is never used
[INFO] [stdout]   --> src/lib.rs:17:4
[INFO] [stdout]    |
[INFO] [stdout] 17 | fn serve_order(){}
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fix_incorrect_order` is never used
[INFO] [stdout]  --> src/back_of_house.rs:1:4
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn fix_incorrect_order (){
[INFO] [stdout]   |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `cook_order` is never used
[INFO] [stdout]  --> src/back_of_house.rs:6:4
[INFO] [stdout]   |
[INFO] [stdout] 6 | fn cook_order(){}
[INFO] [stdout]   |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `swasonal_fruit` is never read
[INFO] [stdout]   --> src/back_of_house.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Breakfast {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] 15 |     pub toast: String,
[INFO] [stdout] 16 |     swasonal_fruit: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Breakfast` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/example/vector/example.rs:32:13
[INFO] [stdout]    |
[INFO] [stdout] 32 |         Int(i32),
[INFO] [stdout]    |         --- ^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         field in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 32 |         Int(()),
[INFO] [stdout]    |             ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/example/vector/example.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |         Float(f64),
[INFO] [stdout]    |         ----- ^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         field in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 33 |         Float(()),
[INFO] [stdout]    |               ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/example/vector/example.rs:34:14
[INFO] [stdout]    |
[INFO] [stdout] 34 |         Text(String),
[INFO] [stdout]    |         ---- ^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         field in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 34 |         Text(()),
[INFO] [stdout]    |              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ImportantExcerpt` is never constructed
[INFO] [stdout]   --> src/example/lifetime/example.rs:21:8
[INFO] [stdout]    |
[INFO] [stdout] 21 | struct ImportantExcerpt<'a> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `level` and `announce_and_return_part` are never used
[INFO] [stdout]   --> src/example/lifetime/example.rs:26:8
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl<'a> ImportantExcerpt<'a> {
[INFO] [stdout]    | ----------------------------- methods in this implementation
[INFO] [stdout] 26 |     fn level(&self) -> i32 {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     fn announce_and_return_part(&self, announcement: &str) -> &str {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `shoes_in_my_size` is never used
[INFO] [stdout]   --> src/example/iterator/mod.rs:18:4
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn shoes_in_my_size(shoes: Vec<Shoe>, shoe_size: u32) -> Vec<Shoe> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/example/iterator/mod.rs:29:8
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl Counter {
[INFO] [stdout]    | ------------ associated function in this implementation
[INFO] [stdout] 29 |     fn new() -> Counter { Counter{ count: 0 } }
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `vectorMatch` should have a snake case name
[INFO] [stdout]  --> src/example/vector/example.rs:1:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub fn vectorMatch(){
[INFO] [stdout]   |        ^^^^^^^^^^^ help: convert the identifier to snake case: `vector_match`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `mutilType` should have a snake case name
[INFO] [stdout]   --> src/example/vector/example.rs:29:8
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub fn mutilType() {
[INFO] [stdout]    |        ^^^^^^^^^ help: convert the identifier to snake case: `mutil_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `testStruct` should have a snake case name
[INFO] [stdout]   --> src/example/lifetime/example.rs:36:8
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub fn testStruct(){
[INFO] [stdout]    |        ^^^^^^^^^^ help: convert the identifier to snake case: `test_struct`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 17 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `v1`
[INFO] [stdout]    --> src/example/closures/mod.rs:155:9
[INFO] [stdout]     |
[INFO] [stdout] 155 |     let v1 = c.value(1);
[INFO] [stdout]     |         ^^ help: if this is intentional, prefix it with an underscore: `_v1`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `order1`
[INFO] [stdout]  --> src/lib.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     let order1 = back_of_house::Appetizer::Soup;
[INFO] [stdout]   |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_order1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `order2`
[INFO] [stdout]   --> src/lib.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let order2 = back_of_house::Appetizer::Salad;
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_order2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `serve_order` is never used
[INFO] [stdout]   --> src/lib.rs:17:4
[INFO] [stdout]    |
[INFO] [stdout] 17 | fn serve_order(){}
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fix_incorrect_order` is never used
[INFO] [stdout]  --> src/back_of_house.rs:1:4
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn fix_incorrect_order (){
[INFO] [stdout]   |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `cook_order` is never used
[INFO] [stdout]  --> src/back_of_house.rs:6:4
[INFO] [stdout]   |
[INFO] [stdout] 6 | fn cook_order(){}
[INFO] [stdout]   |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `swasonal_fruit` is never read
[INFO] [stdout]   --> src/back_of_house.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Breakfast {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] 15 |     pub toast: String,
[INFO] [stdout] 16 |     swasonal_fruit: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Breakfast` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/example/vector/example.rs:32:13
[INFO] [stdout]    |
[INFO] [stdout] 32 |         Int(i32),
[INFO] [stdout]    |         --- ^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         field in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 32 |         Int(()),
[INFO] [stdout]    |             ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/example/vector/example.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |         Float(f64),
[INFO] [stdout]    |         ----- ^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         field in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 33 |         Float(()),
[INFO] [stdout]    |               ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/example/vector/example.rs:34:14
[INFO] [stdout]    |
[INFO] [stdout] 34 |         Text(String),
[INFO] [stdout]    |         ---- ^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         field in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 34 |         Text(()),
[INFO] [stdout]    |              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ImportantExcerpt` is never constructed
[INFO] [stdout]   --> src/example/lifetime/example.rs:21:8
[INFO] [stdout]    |
[INFO] [stdout] 21 | struct ImportantExcerpt<'a> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `level` and `announce_and_return_part` are never used
[INFO] [stdout]   --> src/example/lifetime/example.rs:26:8
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl<'a> ImportantExcerpt<'a> {
[INFO] [stdout]    | ----------------------------- methods in this implementation
[INFO] [stdout] 26 |     fn level(&self) -> i32 {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     fn announce_and_return_part(&self, announcement: &str) -> &str {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `vectorMatch` should have a snake case name
[INFO] [stdout]  --> src/example/vector/example.rs:1:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub fn vectorMatch(){
[INFO] [stdout]   |        ^^^^^^^^^^^ help: convert the identifier to snake case: `vector_match`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `mutilType` should have a snake case name
[INFO] [stdout]   --> src/example/vector/example.rs:29:8
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub fn mutilType() {
[INFO] [stdout]    |        ^^^^^^^^^ help: convert the identifier to snake case: `mutil_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `testStruct` should have a snake case name
[INFO] [stdout]   --> src/example/lifetime/example.rs:36:8
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub fn testStruct(){
[INFO] [stdout]    |        ^^^^^^^^^^ help: convert the identifier to snake case: `test_struct`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 16 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Error`, `Formatter`
[INFO] [stdout]  --> src/main.rs:8:16
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::fmt::{Formatter, Error};
[INFO] [stdout]   |                ^^^^^^^^^  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Error`, `Formatter`
[INFO] [stdout]  --> src/main.rs:8:16
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::fmt::{Formatter, Error};
[INFO] [stdout]   |                ^^^^^^^^^  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]   --> src/main.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let f = std::fs::File::open("hello.txt").unwrap_or_else(|error| {
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]   --> src/main.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let f = std::fs::File::open("hello.txt").unwrap_or_else(|error| {
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] running `Command { std: "docker" "inspect" "f575dd7165dd33d3460ff25130d2d8a094c23b75bc4ef395a4d84c12e823f74e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f575dd7165dd33d3460ff25130d2d8a094c23b75bc4ef395a4d84c12e823f74e", kill_on_drop: false }`
[INFO] [stdout] f575dd7165dd33d3460ff25130d2d8a094c23b75bc4ef395a4d84c12e823f74e
[INFO] checking basic_example-0.1.0 against master#09bc67b9158392361780e779d32997f14cc75c39 for opaque-soundness-fix
[INFO] extracting crate basic_example 0.1.0 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate basic_example 0.1.0 on toolchain 09bc67b9158392361780e779d32997f14cc75c39
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate basic_example 0.1.0
[INFO] finished tweaking crates.io crate basic_example 0.1.0
[INFO] tweaked toml for crates.io crate basic_example 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate crates.io crate basic_example 0.1.0 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" "+09bc67b9158392361780e779d32997f14cc75c39" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+09bc67b9158392361780e779d32997f14cc75c39" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6016bd38e17e8ea1cec29ea094456e34b1679a9b50789ed45b556c12a74c7e31
[INFO] running `Command { std: "docker" "start" "-a" "6016bd38e17e8ea1cec29ea094456e34b1679a9b50789ed45b556c12a74c7e31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6016bd38e17e8ea1cec29ea094456e34b1679a9b50789ed45b556c12a74c7e31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6016bd38e17e8ea1cec29ea094456e34b1679a9b50789ed45b556c12a74c7e31", kill_on_drop: false }`
[INFO] [stdout] 6016bd38e17e8ea1cec29ea094456e34b1679a9b50789ed45b556c12a74c7e31
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+09bc67b9158392361780e779d32997f14cc75c39" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3451333cd2d5b2f4814adf917473ecbbeaeadade08371267cfe73b0ddb3eb0dc
[INFO] running `Command { std: "docker" "start" "-a" "3451333cd2d5b2f4814adf917473ecbbeaeadade08371267cfe73b0ddb3eb0dc", kill_on_drop: false }`
[INFO] [stderr]     Checking basic_example v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `cmp`, `hash`
[INFO] [stdout]  --> src/example/closures/mod.rs:1:19
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{thread, cmp, hash};
[INFO] [stdout]   |                   ^^^  ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `cmp`, `hash`
[INFO] [stdout]  --> src/example/closures/mod.rs:1:19
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{thread, cmp, hash};
[INFO] [stdout]   |                   ^^^  ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `v1`
[INFO] [stdout]    --> src/example/closures/mod.rs:155:9
[INFO] [stdout]     |
[INFO] [stdout] 155 |     let v1 = c.value(1);
[INFO] [stdout]     |         ^^ help: if this is intentional, prefix it with an underscore: `_v1`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `order1`
[INFO] [stdout]  --> src/lib.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     let order1 = back_of_house::Appetizer::Soup;
[INFO] [stdout]   |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_order1`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `order2`
[INFO] [stdout]   --> src/lib.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let order2 = back_of_house::Appetizer::Salad;
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_order2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `serve_order` is never used
[INFO] [stdout]   --> src/lib.rs:17:4
[INFO] [stdout]    |
[INFO] [stdout] 17 | fn serve_order(){}
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fix_incorrect_order` is never used
[INFO] [stdout]  --> src/back_of_house.rs:1:4
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn fix_incorrect_order (){
[INFO] [stdout]   |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `cook_order` is never used
[INFO] [stdout]  --> src/back_of_house.rs:6:4
[INFO] [stdout]   |
[INFO] [stdout] 6 | fn cook_order(){}
[INFO] [stdout]   |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `swasonal_fruit` is never read
[INFO] [stdout]   --> src/back_of_house.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Breakfast {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] 15 |     pub toast: String,
[INFO] [stdout] 16 |     swasonal_fruit: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Breakfast` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/example/vector/example.rs:32:13
[INFO] [stdout]    |
[INFO] [stdout] 32 |         Int(i32),
[INFO] [stdout]    |         --- ^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         field in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 32 |         Int(()),
[INFO] [stdout]    |             ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/example/vector/example.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |         Float(f64),
[INFO] [stdout]    |         ----- ^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         field in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 33 |         Float(()),
[INFO] [stdout]    |               ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/example/vector/example.rs:34:14
[INFO] [stdout]    |
[INFO] [stdout] 34 |         Text(String),
[INFO] [stdout]    |         ---- ^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         field in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 34 |         Text(()),
[INFO] [stdout]    |              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ImportantExcerpt` is never constructed
[INFO] [stdout]   --> src/example/lifetime/example.rs:21:8
[INFO] [stdout]    |
[INFO] [stdout] 21 | struct ImportantExcerpt<'a> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `level` and `announce_and_return_part` are never used
[INFO] [stdout]   --> src/example/lifetime/example.rs:26:8
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl<'a> ImportantExcerpt<'a> {
[INFO] [stdout]    | ----------------------------- methods in this implementation
[INFO] [stdout] 26 |     fn level(&self) -> i32 {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     fn announce_and_return_part(&self, announcement: &str) -> &str {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `shoes_in_my_size` is never used
[INFO] [stdout]   --> src/example/iterator/mod.rs:18:4
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn shoes_in_my_size(shoes: Vec<Shoe>, shoe_size: u32) -> Vec<Shoe> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/example/iterator/mod.rs:29:8
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl Counter {
[INFO] [stdout]    | ------------ associated function in this implementation
[INFO] [stdout] 29 |     fn new() -> Counter { Counter{ count: 0 } }
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `vectorMatch` should have a snake case name
[INFO] [stdout]  --> src/example/vector/example.rs:1:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub fn vectorMatch(){
[INFO] [stdout]   |        ^^^^^^^^^^^ help: convert the identifier to snake case: `vector_match`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `mutilType` should have a snake case name
[INFO] [stdout]   --> src/example/vector/example.rs:29:8
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub fn mutilType() {
[INFO] [stdout]    |        ^^^^^^^^^ help: convert the identifier to snake case: `mutil_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `testStruct` should have a snake case name
[INFO] [stdout]   --> src/example/lifetime/example.rs:36:8
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub fn testStruct(){
[INFO] [stdout]    |        ^^^^^^^^^^ help: convert the identifier to snake case: `test_struct`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `order1`
[INFO] [stdout]  --> src/lib.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     let order1 = back_of_house::Appetizer::Soup;
[INFO] [stdout]   |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_order1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `order2`
[INFO] [stdout]   --> src/lib.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let order2 = back_of_house::Appetizer::Salad;
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_order2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `serve_order` is never used
[INFO] [stdout]   --> src/lib.rs:17:4
[INFO] [stdout]    |
[INFO] [stdout] 17 | fn serve_order(){}
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fix_incorrect_order` is never used
[INFO] [stdout]  --> src/back_of_house.rs:1:4
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn fix_incorrect_order (){
[INFO] [stdout]   |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `cook_order` is never used
[INFO] [stdout]  --> src/back_of_house.rs:6:4
[INFO] [stdout]   |
[INFO] [stdout] 6 | fn cook_order(){}
[INFO] [stdout]   |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `swasonal_fruit` is never read
[INFO] [stdout]   --> src/back_of_house.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Breakfast {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] 15 |     pub toast: String,
[INFO] [stdout] 16 |     swasonal_fruit: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Breakfast` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/example/vector/example.rs:32:13
[INFO] [stdout]    |
[INFO] [stdout] 32 |         Int(i32),
[INFO] [stdout]    |         --- ^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         field in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 32 |         Int(()),
[INFO] [stdout]    |             ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/example/vector/example.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |         Float(f64),
[INFO] [stdout]    |         ----- ^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         field in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 33 |         Float(()),
[INFO] [stdout]    |               ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/example/vector/example.rs:34:14
[INFO] [stdout]    |
[INFO] [stdout] 34 |         Text(String),
[INFO] [stdout]    |         ---- ^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         field in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 34 |         Text(()),
[INFO] [stdout]    |              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ImportantExcerpt` is never constructed
[INFO] [stdout]   --> src/example/lifetime/example.rs:21:8
[INFO] [stdout]    |
[INFO] [stdout] 21 | struct ImportantExcerpt<'a> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `level` and `announce_and_return_part` are never used
[INFO] [stdout]   --> src/example/lifetime/example.rs:26:8
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl<'a> ImportantExcerpt<'a> {
[INFO] [stdout]    | ----------------------------- methods in this implementation
[INFO] [stdout] 26 |     fn level(&self) -> i32 {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     fn announce_and_return_part(&self, announcement: &str) -> &str {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `vectorMatch` should have a snake case name
[INFO] [stdout]  --> src/example/vector/example.rs:1:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub fn vectorMatch(){
[INFO] [stdout]   |        ^^^^^^^^^^^ help: convert the identifier to snake case: `vector_match`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `mutilType` should have a snake case name
[INFO] [stdout]   --> src/example/vector/example.rs:29:8
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub fn mutilType() {
[INFO] [stdout]    |        ^^^^^^^^^ help: convert the identifier to snake case: `mutil_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `testStruct` should have a snake case name
[INFO] [stdout]   --> src/example/lifetime/example.rs:36:8
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub fn testStruct(){
[INFO] [stdout]    |        ^^^^^^^^^^ help: convert the identifier to snake case: `test_struct`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 17 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 16 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Error`, `Formatter`
[INFO] [stdout]  --> src/main.rs:8:16
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::fmt::{Formatter, Error};
[INFO] [stdout]   |                ^^^^^^^^^  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Error`, `Formatter`
[INFO] [stdout]  --> src/main.rs:8:16
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::fmt::{Formatter, Error};
[INFO] [stdout]   |                ^^^^^^^^^  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]   --> src/main.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let f = std::fs::File::open("hello.txt").unwrap_or_else(|error| {
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]   --> src/main.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let f = std::fs::File::open("hello.txt").unwrap_or_else(|error| {
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] running `Command { std: "docker" "inspect" "3451333cd2d5b2f4814adf917473ecbbeaeadade08371267cfe73b0ddb3eb0dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3451333cd2d5b2f4814adf917473ecbbeaeadade08371267cfe73b0ddb3eb0dc", kill_on_drop: false }`
[INFO] [stdout] 3451333cd2d5b2f4814adf917473ecbbeaeadade08371267cfe73b0ddb3eb0dc
