[INFO] cloning repository https://github.com/msgridin/cheat-sheat
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/msgridin/cheat-sheat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmsgridin%2Fcheat-sheat", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmsgridin%2Fcheat-sheat'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 48df9878ed906efce1c0ccde9d12faa16ea51025
[INFO] building msgridin/cheat-sheat against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmsgridin%2Fcheat-sheat" "/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/msgridin/cheat-sheat
[INFO] finished tweaking git repo https://github.com/msgridin/cheat-sheat
[INFO] tweaked toml for git repo https://github.com/msgridin/cheat-sheat written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/msgridin/cheat-sheat on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/msgridin/cheat-sheat 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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 81ce1fbb3039070ee32c78f664fae1ada916f8b56751378eed544bf418e66ce3
[INFO] running `Command { std: "docker" "start" "-a" "81ce1fbb3039070ee32c78f664fae1ada916f8b56751378eed544bf418e66ce3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "81ce1fbb3039070ee32c78f664fae1ada916f8b56751378eed544bf418e66ce3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81ce1fbb3039070ee32c78f664fae1ada916f8b56751378eed544bf418e66ce3", kill_on_drop: false }`
[INFO] [stdout] 81ce1fbb3039070ee32c78f664fae1ada916f8b56751378eed544bf418e66ce3
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 724375c31797377e36db0fa214bd865cf8fba0c7d77c937b9faed536638c0f7d
[INFO] running `Command { std: "docker" "start" "-a" "724375c31797377e36db0fa214bd865cf8fba0c7d77c937b9faed536638c0f7d", kill_on_drop: false }`
[INFO] [stderr]    Compiling cheat-sheet v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused label
[INFO] [stdout]   --> src/control_flow/mod.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |         'inner: loop {
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_labels)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]   --> src/control_flow/mod.rs:25:13
[INFO] [stdout]    |
[INFO] [stdout] 24 |             break;
[INFO] [stdout]    |             ----- any code following this expression is unreachable
[INFO] [stdout] 25 |             break 'outer;
[INFO] [stdout]    |             ^^^^^^^^^^^^^ unreachable statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]  --> src/basic_types_and_variables/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 |     let b: bool = true;
[INFO] [stdout]   |         ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `u8`
[INFO] [stdout]  --> src/basic_types_and_variables/mod.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let u8: u8 = 0;
[INFO] [stdout]   |         ^^ help: if this is intentional, prefix it with an underscore: `_u8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `u16`
[INFO] [stdout]  --> src/basic_types_and_variables/mod.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let u16: u16 = 0;
[INFO] [stdout]   |         ^^^ help: if this is intentional, prefix it with an underscore: `_u16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `u32`
[INFO] [stdout]  --> src/basic_types_and_variables/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let u32 = 0;
[INFO] [stdout]   |         ^^^ help: if this is intentional, prefix it with an underscore: `_u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `u64`
[INFO] [stdout]  --> src/basic_types_and_variables/mod.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     let u64: u64 = 0;
[INFO] [stdout]   |         ^^^ help: if this is intentional, prefix it with an underscore: `_u64`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `u128`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let u128: u128 = 0;
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_u128`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i8`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let i8 = 0i8;
[INFO] [stdout]    |         ^^ help: if this is intentional, prefix it with an underscore: `_i8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i16`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let i16 = 0i16;
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_i16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i32`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let i32 = 0;
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i64`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let i64 = 0i64;
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_i64`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i128`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let i128 = 0i128;
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_i128`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f32`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let f32 = 0.0f32;
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_f32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f64`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let f64 = 0.;
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_f64`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `isize`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |     let isize = 0isize;
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_isize`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `usize`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let usize = 0usize;
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_usize`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `char`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     let char = 'c'; // unicode value
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_char`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `str`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let str = "&str"; // string slice
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `string`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let string = "String"; // owned string
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tuple`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |     let tuple = ("Team A", 7, 0.5);
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_tuple`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `slice`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     let slice = &array[..];
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_slice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 |     let user = User {
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_user`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `black`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     let black = Color(0, 0, 0);
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_black`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cmd`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |     let cmd = Command::Quit;
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_cmd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cmd`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     let cmd = Command::Move { x: 1, y: 2 };
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_cmd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cmd`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |     let cmd = Command::Speak("Hi".to_string());
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_cmd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cmd`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:85:9
[INFO] [stdout]    |
[INFO] [stdout] 85 |     let cmd = Command::Color(0, 0, 0);
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_cmd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]   --> src/control_flow/mod.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     let result = loop {
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `boolean` is never used
[INFO] [stdout]  --> src/basic_types_and_variables/mod.rs:1:4
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn boolean() {
[INFO] [stdout]   |    ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `unsigned_integers` is never used
[INFO] [stdout]  --> src/basic_types_and_variables/mod.rs:5:4
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn unsigned_integers() {
[INFO] [stdout]   |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `signed_integers` is never used
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:13:4
[INFO] [stdout]    |
[INFO] [stdout] 13 | fn signed_integers() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `floating_point_numbers` is never used
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:21:4
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn floating_point_numbers() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `platform_specific_integers` is never used
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn platform_specific_integers() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `string` is never used
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:31:4
[INFO] [stdout]    |
[INFO] [stdout] 31 | fn string() {
[INFO] [stdout]    |    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `tuple` is never used
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:37:4
[INFO] [stdout]    |
[INFO] [stdout] 37 | fn tuple() {
[INFO] [stdout]    |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `array` is never used
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:41:4
[INFO] [stdout]    |
[INFO] [stdout] 41 | fn array() {
[INFO] [stdout]    |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hash_map` is never used
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:50:4
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn hash_map() {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `structure` is never used
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:59:4
[INFO] [stdout]    |
[INFO] [stdout] 59 | fn structure() {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `enumeration` is never used
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:74:4
[INFO] [stdout]    |
[INFO] [stdout] 74 | fn enumeration() {
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `constant` is never used
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:88:4
[INFO] [stdout]    |
[INFO] [stdout] 88 | fn constant() {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `static_variables` is never used
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:93:4
[INFO] [stdout]    |
[INFO] [stdout] 93 | fn static_variables() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `type_alias` is never used
[INFO] [stdout]    --> src/basic_types_and_variables/mod.rs:100:4
[INFO] [stdout]     |
[INFO] [stdout] 100 | fn type_alias() {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `if_and_if_let` is never used
[INFO] [stdout]  --> src/control_flow/mod.rs:1:4
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn if_and_if_let() {
[INFO] [stdout]   |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `loops` is never used
[INFO] [stdout]   --> src/control_flow/mod.rs:11:4
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn loops() {
[INFO] [stdout]    |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `nested_loops_and_labels` is never used
[INFO] [stdout]   --> src/control_flow/mod.rs:21:4
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn nested_loops_and_labels() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `returning_from_loop` is never used
[INFO] [stdout]   --> src/control_flow/mod.rs:30:4
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn returning_from_loop() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `while_and_while_let` is never used
[INFO] [stdout]   --> src/control_flow/mod.rs:40:4
[INFO] [stdout]    |
[INFO] [stdout] 40 | fn while_and_while_let() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `for_loop` is never used
[INFO] [stdout]   --> src/control_flow/mod.rs:53:4
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn for_loop() {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] running `Command { std: "docker" "inspect" "724375c31797377e36db0fa214bd865cf8fba0c7d77c937b9faed536638c0f7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "724375c31797377e36db0fa214bd865cf8fba0c7d77c937b9faed536638c0f7d", kill_on_drop: false }`
[INFO] [stdout] 724375c31797377e36db0fa214bd865cf8fba0c7d77c937b9faed536638c0f7d
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d54ffea23d40bfe6d9d98f2ac328ba5d866b937d4da341e00a7d0a90fcb2c076
[INFO] running `Command { std: "docker" "start" "-a" "d54ffea23d40bfe6d9d98f2ac328ba5d866b937d4da341e00a7d0a90fcb2c076", kill_on_drop: false }`
[INFO] [stderr]    Compiling cheat-sheet v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused label
[INFO] [stdout]   --> src/control_flow/mod.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |         'inner: loop {
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_labels)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]   --> src/control_flow/mod.rs:25:13
[INFO] [stdout]    |
[INFO] [stdout] 24 |             break;
[INFO] [stdout]    |             ----- any code following this expression is unreachable
[INFO] [stdout] 25 |             break 'outer;
[INFO] [stdout]    |             ^^^^^^^^^^^^^ unreachable statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]  --> src/basic_types_and_variables/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 |     let b: bool = true;
[INFO] [stdout]   |         ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `u8`
[INFO] [stdout]  --> src/basic_types_and_variables/mod.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let u8: u8 = 0;
[INFO] [stdout]   |         ^^ help: if this is intentional, prefix it with an underscore: `_u8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `u16`
[INFO] [stdout]  --> src/basic_types_and_variables/mod.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let u16: u16 = 0;
[INFO] [stdout]   |         ^^^ help: if this is intentional, prefix it with an underscore: `_u16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `u32`
[INFO] [stdout]  --> src/basic_types_and_variables/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let u32 = 0;
[INFO] [stdout]   |         ^^^ help: if this is intentional, prefix it with an underscore: `_u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `u64`
[INFO] [stdout]  --> src/basic_types_and_variables/mod.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     let u64: u64 = 0;
[INFO] [stdout]   |         ^^^ help: if this is intentional, prefix it with an underscore: `_u64`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `u128`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let u128: u128 = 0;
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_u128`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i8`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let i8 = 0i8;
[INFO] [stdout]    |         ^^ help: if this is intentional, prefix it with an underscore: `_i8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i16`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let i16 = 0i16;
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_i16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i32`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let i32 = 0;
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i64`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let i64 = 0i64;
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_i64`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i128`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let i128 = 0i128;
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_i128`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f32`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let f32 = 0.0f32;
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_f32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f64`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let f64 = 0.;
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_f64`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `isize`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |     let isize = 0isize;
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_isize`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `usize`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let usize = 0usize;
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_usize`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `char`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     let char = 'c'; // unicode value
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_char`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `str`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let str = "&str"; // string slice
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `string`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let string = "String"; // owned string
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tuple`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |     let tuple = ("Team A", 7, 0.5);
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_tuple`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `slice`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     let slice = &array[..];
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_slice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 |     let user = User {
[INFO] [stdout]    |         ^^^^ help: if this is intentional, prefix it with an underscore: `_user`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `black`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     let black = Color(0, 0, 0);
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_black`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cmd`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |     let cmd = Command::Quit;
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_cmd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cmd`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     let cmd = Command::Move { x: 1, y: 2 };
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_cmd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cmd`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |     let cmd = Command::Speak("Hi".to_string());
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_cmd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cmd`
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:85:9
[INFO] [stdout]    |
[INFO] [stdout] 85 |     let cmd = Command::Color(0, 0, 0);
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_cmd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]   --> src/control_flow/mod.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     let result = loop {
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `boolean` is never used
[INFO] [stdout]  --> src/basic_types_and_variables/mod.rs:1:4
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn boolean() {
[INFO] [stdout]   |    ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `unsigned_integers` is never used
[INFO] [stdout]  --> src/basic_types_and_variables/mod.rs:5:4
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn unsigned_integers() {
[INFO] [stdout]   |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `signed_integers` is never used
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:13:4
[INFO] [stdout]    |
[INFO] [stdout] 13 | fn signed_integers() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `floating_point_numbers` is never used
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:21:4
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn floating_point_numbers() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `platform_specific_integers` is never used
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn platform_specific_integers() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `string` is never used
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:31:4
[INFO] [stdout]    |
[INFO] [stdout] 31 | fn string() {
[INFO] [stdout]    |    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `tuple` is never used
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:37:4
[INFO] [stdout]    |
[INFO] [stdout] 37 | fn tuple() {
[INFO] [stdout]    |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `array` is never used
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:41:4
[INFO] [stdout]    |
[INFO] [stdout] 41 | fn array() {
[INFO] [stdout]    |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hash_map` is never used
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:50:4
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn hash_map() {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `structure` is never used
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:59:4
[INFO] [stdout]    |
[INFO] [stdout] 59 | fn structure() {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `enumeration` is never used
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:74:4
[INFO] [stdout]    |
[INFO] [stdout] 74 | fn enumeration() {
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `constant` is never used
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:88:4
[INFO] [stdout]    |
[INFO] [stdout] 88 | fn constant() {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `static_variables` is never used
[INFO] [stdout]   --> src/basic_types_and_variables/mod.rs:93:4
[INFO] [stdout]    |
[INFO] [stdout] 93 | fn static_variables() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `type_alias` is never used
[INFO] [stdout]    --> src/basic_types_and_variables/mod.rs:100:4
[INFO] [stdout]     |
[INFO] [stdout] 100 | fn type_alias() {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `if_and_if_let` is never used
[INFO] [stdout]  --> src/control_flow/mod.rs:1:4
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn if_and_if_let() {
[INFO] [stdout]   |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `loops` is never used
[INFO] [stdout]   --> src/control_flow/mod.rs:11:4
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn loops() {
[INFO] [stdout]    |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `nested_loops_and_labels` is never used
[INFO] [stdout]   --> src/control_flow/mod.rs:21:4
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn nested_loops_and_labels() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `returning_from_loop` is never used
[INFO] [stdout]   --> src/control_flow/mod.rs:30:4
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn returning_from_loop() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `while_and_while_let` is never used
[INFO] [stdout]   --> src/control_flow/mod.rs:40:4
[INFO] [stdout]    |
[INFO] [stdout] 40 | fn while_and_while_let() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `for_loop` is never used
[INFO] [stdout]   --> src/control_flow/mod.rs:53:4
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn for_loop() {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.66s
[INFO] running `Command { std: "docker" "inspect" "d54ffea23d40bfe6d9d98f2ac328ba5d866b937d4da341e00a7d0a90fcb2c076", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d54ffea23d40bfe6d9d98f2ac328ba5d866b937d4da341e00a7d0a90fcb2c076", kill_on_drop: false }`
[INFO] [stdout] d54ffea23d40bfe6d9d98f2ac328ba5d866b937d4da341e00a7d0a90fcb2c076
