[INFO] cloning repository https://github.com/Nemit0/learn-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Nemit0/learn-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNemit0%2Flearn-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNemit0%2Flearn-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c01312d5a03c96823b9410dab1f6a96786ff03c5
[INFO] testing Nemit0/learn-rust against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNemit0%2Flearn-rust" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Nemit0/learn-rust
[INFO] finished tweaking git repo https://github.com/Nemit0/learn-rust
[INFO] tweaked toml for git repo https://github.com/Nemit0/learn-rust written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Nemit0/learn-rust on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Nemit0/learn-rust 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" "+1.94.0" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6546092f345c1e5c18e8364c446605ba49b09149fbab5acb1105a6e7c7642e14
[INFO] running `Command { std: "docker" "start" "-a" "6546092f345c1e5c18e8364c446605ba49b09149fbab5acb1105a6e7c7642e14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6546092f345c1e5c18e8364c446605ba49b09149fbab5acb1105a6e7c7642e14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6546092f345c1e5c18e8364c446605ba49b09149fbab5acb1105a6e7c7642e14", kill_on_drop: false }`
[INFO] [stdout] 6546092f345c1e5c18e8364c446605ba49b09149fbab5acb1105a6e7c7642e14
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9a6b1801b5d9249c11aebd04d470c3989d38a8f59d18f1842a26d233a7a3fc35
[INFO] running `Command { std: "docker" "start" "-a" "9a6b1801b5d9249c11aebd04d470c3989d38a8f59d18f1842a26d233a7a3fc35", kill_on_drop: false }`
[INFO] [stderr]    Compiling lesson01_section03_control_flow v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-03-control-flow)
[INFO] [stderr]    Compiling lesson01_section06_methods_traits_generics v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-06-methods-traits-generics)
[INFO] [stderr]    Compiling lesson01_section04_ownership_borrowing v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-04-ownership-borrowing)
[INFO] [stderr]    Compiling lesson01_section08_error_handling v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-08-error-handling)
[INFO] [stderr]    Compiling lesson01_section01_variables v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-01-variables)
[INFO] [stderr]    Compiling lesson01_section05_data_types_pattern_matching v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-05-data-types-pattern-matching)
[INFO] [stderr]    Compiling lesson01_section07_collections_iterators v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-07-collections-iterators)
[INFO] [stderr]    Compiling lesson01_section09_modules_workspaces v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-09-modules-workspaces)
[INFO] [stderr]    Compiling lesson02_section01_smart_pointers v0.1.0 (/opt/rustwide/workdir/lectures/lesson-02-intermediate/section-01-smart-pointers)
[INFO] [stderr]    Compiling lesson02_section02_concurrency v0.1.0 (/opt/rustwide/workdir/lectures/lesson-02-intermediate/section-02-concurrency)
[INFO] [stderr]    Compiling lesson01_section02_functions v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-02-functions)
[INFO] [stderr]    Compiling lesson02_section03_iterators_advanced v0.1.0 (/opt/rustwide/workdir/lectures/lesson-02-intermediate/section-03-iterators-advanced)
[INFO] [stderr]    Compiling lesson03_section01_unsafe_basics v0.1.0 (/opt/rustwide/workdir/lectures/lesson-03-advanced/section-01-unsafe-basics)
[INFO] [stderr]    Compiling lesson03_section02_advanced_macros v0.1.0 (/opt/rustwide/workdir/lectures/lesson-03-advanced/section-02-advanced-macros)
[INFO] [stdout] warning: unused import: `std::slice`
[INFO] [stdout]  --> lectures/lesson-03-advanced/section-01-unsafe-basics/src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::slice;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `xs`
[INFO] [stdout]   --> lectures/lesson-03-advanced/section-01-unsafe-basics/src/lib.rs:23:25
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub fn sum_slice_unsafe(xs: &[i32]) -> i32 {
[INFO] [stdout]    |                         ^^ help: if this is intentional, prefix it with an underscore: `_xs`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `xs`
[INFO] [stdout]   --> lectures/lesson-03-advanced/section-01-unsafe-basics/src/lib.rs:30:29
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub fn split_at_mut_via_ptr(xs: &mut [i32], mid: usize) -> (&mut [i32], &mut [i32]) {
[INFO] [stdout]    |                             ^^ help: if this is intentional, prefix it with an underscore: `_xs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `mid`
[INFO] [stdout]   --> lectures/lesson-03-advanced/section-01-unsafe-basics/src/lib.rs:30:45
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub fn split_at_mut_via_ptr(xs: &mut [i32], mid: usize) -> (&mut [i32], &mut [i32]) {
[INFO] [stdout]    |                                             ^^^ help: if this is intentional, prefix it with an underscore: `_mid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `other`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-06-methods-traits-generics/src/lib.rs:18:28
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn can_hold(&self, other: &Rectangle) -> bool {
[INFO] [stdout]    |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_other`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-06-methods-traits-generics/src/lib.rs:39:30
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn max_of<T: Ord + Copy>(a: T, b: T) -> T {
[INFO] [stdout]    |                              ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-06-methods-traits-generics/src/lib.rs:39:36
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn max_of<T: Ord + Copy>(a: T, b: T) -> T {
[INFO] [stdout]    |                                    ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-01-variables/src/lib.rs:15:15
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn double(x: i32) -> i32 {
[INFO] [stdout]    |               ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-03-control-flow/src/lib.rs:6:16
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn is_even(n: i32) -> bool {
[INFO] [stdout]   |                ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-03-control-flow/src/lib.rs:16:18
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn fizz_buzz(n: i32) -> String {
[INFO] [stdout]    |                  ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-03-control-flow/src/lib.rs:22:18
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub fn sum_up_to(n: u32) -> u32 {
[INFO] [stdout]    |                  ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nums`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-07-collections-iterators/src/lib.rs:6:19
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn square_all(nums: &[i32]) -> Vec<i32> {
[INFO] [stdout]   |                   ^^^^ help: if this is intentional, prefix it with an underscore: `_nums`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nums`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-07-collections-iterators/src/lib.rs:12:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn sum_of_evens(nums: &[i32]) -> i32 {
[INFO] [stdout]    |                     ^^^^ help: if this is intentional, prefix it with an underscore: `_nums`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `text`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-07-collections-iterators/src/lib.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn word_counts(text: &str) -> HashMap<String, usize> {
[INFO] [stdout]    |                    ^^^^ help: if this is intentional, prefix it with an underscore: `_text`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-04-ownership-borrowing/src/lib.rs:6:24
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn append_in_place(s: &mut String, suffix: &str) {
[INFO] [stdout]   |                        ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `suffix`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-04-ownership-borrowing/src/lib.rs:6:40
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn append_in_place(s: &mut String, suffix: &str) {
[INFO] [stdout]   |                                        ^^^^^^ help: if this is intentional, prefix it with an underscore: `_suffix`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-04-ownership-borrowing/src/lib.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn first_char(s: &str) -> Option<char> {
[INFO] [stdout]    |                   ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-04-ownership-borrowing/src/lib.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn longer<'a>(a: &'a str, b: &'a str) -> &'a str {
[INFO] [stdout]    |                   ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-04-ownership-borrowing/src/lib.rs:20:31
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn longer<'a>(a: &'a str, b: &'a str) -> &'a str {
[INFO] [stdout]    |                               ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-02-functions/src/lib.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn add(a: i32, b: i32) -> i32 {
[INFO] [stdout]   |            ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-09-modules-workspaces/src/lib.rs:7:16
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub fn add(a: i32, b: i32) -> i32 {
[INFO] [stdout]   |                ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-09-modules-workspaces/src/lib.rs:7:24
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub fn add(a: i32, b: i32) -> i32 {
[INFO] [stdout]   |                        ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-09-modules-workspaces/src/lib.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn mul(a: i32, b: i32) -> i32 {
[INFO] [stdout]    |                ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-09-modules-workspaces/src/lib.rs:12:24
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn mul(a: i32, b: i32) -> i32 {
[INFO] [stdout]    |                        ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-09-modules-workspaces/src/lib.rs:19:18
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn shout(s: &str) -> String {
[INFO] [stdout]    |                  ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-02-functions/src/lib.rs:6:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn add(a: i32, b: i32) -> i32 {
[INFO] [stdout]   |                    ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-05-data-types-pattern-matching/src/lib.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn weekday_from(n: u8) -> Option<Weekday> {
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-02-functions/src/lib.rs:12:14
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn greet(name: &str) -> String {
[INFO] [stdout]    |              ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-05-data-types-pattern-matching/src/lib.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub fn quadrant(p: Point) -> &'static str {
[INFO] [stdout]    |                 ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-05-data-types-pattern-matching/src/lib.rs:28:17
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn safe_div(a: i32, b: i32) -> Option<i32> {
[INFO] [stdout]    |                 ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-05-data-types-pattern-matching/src/lib.rs:28:25
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn safe_div(a: i32, b: i32) -> Option<i32> {
[INFO] [stdout]    |                         ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-08-error-handling/src/lib.rs:8:22
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_and_add(a: &str, b: &str) -> Result<i32, ParseIntError> {
[INFO] [stdout]   |                      ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-08-error-handling/src/lib.rs:8:31
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_and_add(a: &str, b: &str) -> Result<i32, ParseIntError> {
[INFO] [stdout]   |                               ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-08-error-handling/src/lib.rs:14:20
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn to_positive(n: i32) -> Result<u32, String> {
[INFO] [stdout]    |                    ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `xs`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-08-error-handling/src/lib.rs:21:21
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn first_or_err(xs: &[i32]) -> Result<i32, String> {
[INFO] [stdout]    |                     ^^ help: if this is intentional, prefix it with an underscore: `_xs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread`
[INFO] [stdout]  --> lectures/lesson-02-intermediate/section-02-concurrency/src/lib.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::thread;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `curr`, `next`, and `remaining` are never read
[INFO] [stdout]  --> lectures/lesson-02-intermediate/section-03-iterators-advanced/src/lib.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Fibonacci {
[INFO] [stdout]   |            --------- fields in this struct
[INFO] [stdout] 7 |     curr: u64,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 8 |     next: u64,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 9 |     remaining: usize,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Fibonacci` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
[INFO] running `Command { std: "docker" "inspect" "9a6b1801b5d9249c11aebd04d470c3989d38a8f59d18f1842a26d233a7a3fc35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a6b1801b5d9249c11aebd04d470c3989d38a8f59d18f1842a26d233a7a3fc35", kill_on_drop: false }`
[INFO] [stdout] 9a6b1801b5d9249c11aebd04d470c3989d38a8f59d18f1842a26d233a7a3fc35
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d1d807779a7a6fcfb6b266008e633a03fbc9fe1b0770b03d82d3066394374711
[INFO] running `Command { std: "docker" "start" "-a" "d1d807779a7a6fcfb6b266008e633a03fbc9fe1b0770b03d82d3066394374711", kill_on_drop: false }`
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-03-control-flow/src/lib.rs:6:16
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn is_even(n: i32) -> bool {
[INFO] [stdout]   |                ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-03-control-flow/src/lib.rs:16:18
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn fizz_buzz(n: i32) -> String {
[INFO] [stdout]    |                  ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-03-control-flow/src/lib.rs:22:18
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub fn sum_up_to(n: u32) -> u32 {
[INFO] [stdout]    |                  ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nums`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-07-collections-iterators/src/lib.rs:6:19
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn square_all(nums: &[i32]) -> Vec<i32> {
[INFO] [stdout]   |                   ^^^^ help: if this is intentional, prefix it with an underscore: `_nums`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nums`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-07-collections-iterators/src/lib.rs:12:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn sum_of_evens(nums: &[i32]) -> i32 {
[INFO] [stdout]    |                     ^^^^ help: if this is intentional, prefix it with an underscore: `_nums`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `text`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-07-collections-iterators/src/lib.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn word_counts(text: &str) -> HashMap<String, usize> {
[INFO] [stdout]    |                    ^^^^ help: if this is intentional, prefix it with an underscore: `_text`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `curr`, `next`, and `remaining` are never read
[INFO] [stdout]  --> lectures/lesson-02-intermediate/section-03-iterators-advanced/src/lib.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Fibonacci {
[INFO] [stdout]   |            --------- fields in this struct
[INFO] [stdout] 7 |     curr: u64,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 8 |     next: u64,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 9 |     remaining: usize,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Fibonacci` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-05-data-types-pattern-matching/src/lib.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn weekday_from(n: u8) -> Option<Weekday> {
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-05-data-types-pattern-matching/src/lib.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub fn quadrant(p: Point) -> &'static str {
[INFO] [stdout]    |                 ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-05-data-types-pattern-matching/src/lib.rs:28:17
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn safe_div(a: i32, b: i32) -> Option<i32> {
[INFO] [stdout]    |                 ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-05-data-types-pattern-matching/src/lib.rs:28:25
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn safe_div(a: i32, b: i32) -> Option<i32> {
[INFO] [stdout]    |                         ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-08-error-handling/src/lib.rs:8:22
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_and_add(a: &str, b: &str) -> Result<i32, ParseIntError> {
[INFO] [stdout]   |                      ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-08-error-handling/src/lib.rs:8:31
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_and_add(a: &str, b: &str) -> Result<i32, ParseIntError> {
[INFO] [stdout]   |                               ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-08-error-handling/src/lib.rs:14:20
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn to_positive(n: i32) -> Result<u32, String> {
[INFO] [stdout]    |                    ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `xs`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-08-error-handling/src/lib.rs:21:21
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn first_or_err(xs: &[i32]) -> Result<i32, String> {
[INFO] [stdout]    |                     ^^ help: if this is intentional, prefix it with an underscore: `_xs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::slice`
[INFO] [stdout]  --> lectures/lesson-03-advanced/section-01-unsafe-basics/src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::slice;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `xs`
[INFO] [stdout]   --> lectures/lesson-03-advanced/section-01-unsafe-basics/src/lib.rs:23:25
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub fn sum_slice_unsafe(xs: &[i32]) -> i32 {
[INFO] [stdout]    |                         ^^ help: if this is intentional, prefix it with an underscore: `_xs`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `xs`
[INFO] [stdout]   --> lectures/lesson-03-advanced/section-01-unsafe-basics/src/lib.rs:30:29
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub fn split_at_mut_via_ptr(xs: &mut [i32], mid: usize) -> (&mut [i32], &mut [i32]) {
[INFO] [stdout]    |                             ^^ help: if this is intentional, prefix it with an underscore: `_xs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `mid`
[INFO] [stdout]   --> lectures/lesson-03-advanced/section-01-unsafe-basics/src/lib.rs:30:45
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub fn split_at_mut_via_ptr(xs: &mut [i32], mid: usize) -> (&mut [i32], &mut [i32]) {
[INFO] [stdout]    |                                             ^^^ help: if this is intentional, prefix it with an underscore: `_mid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `other`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-06-methods-traits-generics/src/lib.rs:18:28
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn can_hold(&self, other: &Rectangle) -> bool {
[INFO] [stdout]    |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_other`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-06-methods-traits-generics/src/lib.rs:39:30
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn max_of<T: Ord + Copy>(a: T, b: T) -> T {
[INFO] [stdout]    |                              ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-06-methods-traits-generics/src/lib.rs:39:36
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn max_of<T: Ord + Copy>(a: T, b: T) -> T {
[INFO] [stdout]    |                                    ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-02-functions/src/lib.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn add(a: i32, b: i32) -> i32 {
[INFO] [stdout]   |            ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-02-functions/src/lib.rs:6:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn add(a: i32, b: i32) -> i32 {
[INFO] [stdout]   |                    ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-02-functions/src/lib.rs:12:14
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn greet(name: &str) -> String {
[INFO] [stdout]    |              ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-04-ownership-borrowing/src/lib.rs:6:24
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn append_in_place(s: &mut String, suffix: &str) {
[INFO] [stdout]   |                        ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `suffix`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-04-ownership-borrowing/src/lib.rs:6:40
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn append_in_place(s: &mut String, suffix: &str) {
[INFO] [stdout]   |                                        ^^^^^^ help: if this is intentional, prefix it with an underscore: `_suffix`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-04-ownership-borrowing/src/lib.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn first_char(s: &str) -> Option<char> {
[INFO] [stdout]    |                   ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-04-ownership-borrowing/src/lib.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn longer<'a>(a: &'a str, b: &'a str) -> &'a str {
[INFO] [stdout]    |                   ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-04-ownership-borrowing/src/lib.rs:20:31
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn longer<'a>(a: &'a str, b: &'a str) -> &'a str {
[INFO] [stdout]    |                               ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-01-variables/src/lib.rs:15:15
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn double(x: i32) -> i32 {
[INFO] [stdout]    |               ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-09-modules-workspaces/src/lib.rs:7:16
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub fn add(a: i32, b: i32) -> i32 {
[INFO] [stdout]   |                ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-09-modules-workspaces/src/lib.rs:7:24
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub fn add(a: i32, b: i32) -> i32 {
[INFO] [stdout]   |                        ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-09-modules-workspaces/src/lib.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn mul(a: i32, b: i32) -> i32 {
[INFO] [stdout]    |                ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-09-modules-workspaces/src/lib.rs:12:24
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn mul(a: i32, b: i32) -> i32 {
[INFO] [stdout]    |                        ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-09-modules-workspaces/src/lib.rs:19:18
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn shout(s: &str) -> String {
[INFO] [stdout]    |                  ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread`
[INFO] [stdout]  --> lectures/lesson-02-intermediate/section-02-concurrency/src/lib.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::thread;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling lesson01_section07_collections_iterators v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-07-collections-iterators)
[INFO] [stderr]    Compiling lesson01_section03_control_flow v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-03-control-flow)
[INFO] [stderr]    Compiling lesson02_section03_iterators_advanced v0.1.0 (/opt/rustwide/workdir/lectures/lesson-02-intermediate/section-03-iterators-advanced)
[INFO] [stderr]    Compiling lesson01_section05_data_types_pattern_matching v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-05-data-types-pattern-matching)
[INFO] [stderr]    Compiling lesson03_section01_unsafe_basics v0.1.0 (/opt/rustwide/workdir/lectures/lesson-03-advanced/section-01-unsafe-basics)
[INFO] [stderr]    Compiling lesson02_section01_smart_pointers v0.1.0 (/opt/rustwide/workdir/lectures/lesson-02-intermediate/section-01-smart-pointers)
[INFO] [stderr]    Compiling lesson03_section02_advanced_macros v0.1.0 (/opt/rustwide/workdir/lectures/lesson-03-advanced/section-02-advanced-macros)
[INFO] [stderr]    Compiling lesson01_section01_variables v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-01-variables)
[INFO] [stderr]    Compiling lesson01_section06_methods_traits_generics v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-06-methods-traits-generics)
[INFO] [stderr]    Compiling lesson01_section02_functions v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-02-functions)
[INFO] [stderr]    Compiling lesson01_section08_error_handling v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-08-error-handling)
[INFO] [stderr]    Compiling lesson01_section04_ownership_borrowing v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-04-ownership-borrowing)
[INFO] [stderr]    Compiling lesson02_section02_concurrency v0.1.0 (/opt/rustwide/workdir/lectures/lesson-02-intermediate/section-02-concurrency)
[INFO] [stderr]    Compiling lesson01_section09_modules_workspaces v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-09-modules-workspaces)
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-07-collections-iterators/tests/basic.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-01-variables/src/lib.rs:15:15
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn double(x: i32) -> i32 {
[INFO] [stdout]    |               ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-08-error-handling/src/lib.rs:8:22
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_and_add(a: &str, b: &str) -> Result<i32, ParseIntError> {
[INFO] [stdout]   |                      ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-08-error-handling/src/lib.rs:8:31
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn parse_and_add(a: &str, b: &str) -> Result<i32, ParseIntError> {
[INFO] [stdout]   |                               ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-08-error-handling/src/lib.rs:14:20
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn to_positive(n: i32) -> Result<u32, String> {
[INFO] [stdout]    |                    ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `xs`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-08-error-handling/src/lib.rs:21:21
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn first_or_err(xs: &[i32]) -> Result<i32, String> {
[INFO] [stdout]    |                     ^^ help: if this is intentional, prefix it with an underscore: `_xs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::slice`
[INFO] [stdout]  --> lectures/lesson-03-advanced/section-01-unsafe-basics/src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::slice;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `xs`
[INFO] [stdout]   --> lectures/lesson-03-advanced/section-01-unsafe-basics/src/lib.rs:23:25
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub fn sum_slice_unsafe(xs: &[i32]) -> i32 {
[INFO] [stdout]    |                         ^^ help: if this is intentional, prefix it with an underscore: `_xs`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `xs`
[INFO] [stdout]   --> lectures/lesson-03-advanced/section-01-unsafe-basics/src/lib.rs:30:29
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub fn split_at_mut_via_ptr(xs: &mut [i32], mid: usize) -> (&mut [i32], &mut [i32]) {
[INFO] [stdout]    |                             ^^ help: if this is intentional, prefix it with an underscore: `_xs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `mid`
[INFO] [stdout]   --> lectures/lesson-03-advanced/section-01-unsafe-basics/src/lib.rs:30:45
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub fn split_at_mut_via_ptr(xs: &mut [i32], mid: usize) -> (&mut [i32], &mut [i32]) {
[INFO] [stdout]    |                                             ^^^ help: if this is intentional, prefix it with an underscore: `_mid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-03-control-flow/src/lib.rs:6:16
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn is_even(n: i32) -> bool {
[INFO] [stdout]   |                ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-03-control-flow/src/lib.rs:16:18
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn fizz_buzz(n: i32) -> String {
[INFO] [stdout]    |                  ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-03-control-flow/src/lib.rs:22:18
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub fn sum_up_to(n: u32) -> u32 {
[INFO] [stdout]    |                  ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-04-ownership-borrowing/src/lib.rs:6:24
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn append_in_place(s: &mut String, suffix: &str) {
[INFO] [stdout]   |                        ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `suffix`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-04-ownership-borrowing/src/lib.rs:6:40
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn append_in_place(s: &mut String, suffix: &str) {
[INFO] [stdout]   |                                        ^^^^^^ help: if this is intentional, prefix it with an underscore: `_suffix`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-04-ownership-borrowing/src/lib.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn first_char(s: &str) -> Option<char> {
[INFO] [stdout]    |                   ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-04-ownership-borrowing/src/lib.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn longer<'a>(a: &'a str, b: &'a str) -> &'a str {
[INFO] [stdout]    |                   ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-04-ownership-borrowing/src/lib.rs:20:31
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn longer<'a>(a: &'a str, b: &'a str) -> &'a str {
[INFO] [stdout]    |                               ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread`
[INFO] [stdout]  --> lectures/lesson-02-intermediate/section-02-concurrency/src/lib.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::thread;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-09-modules-workspaces/src/lib.rs:7:16
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub fn add(a: i32, b: i32) -> i32 {
[INFO] [stdout]   |                ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-09-modules-workspaces/src/lib.rs:7:24
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub fn add(a: i32, b: i32) -> i32 {
[INFO] [stdout]   |                        ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-09-modules-workspaces/src/lib.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn mul(a: i32, b: i32) -> i32 {
[INFO] [stdout]    |                ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-09-modules-workspaces/src/lib.rs:12:24
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn mul(a: i32, b: i32) -> i32 {
[INFO] [stdout]    |                        ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-09-modules-workspaces/src/lib.rs:19:18
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn shout(s: &str) -> String {
[INFO] [stdout]    |                  ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-02-functions/src/lib.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn add(a: i32, b: i32) -> i32 {
[INFO] [stdout]   |            ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-02-functions/src/lib.rs:6:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn add(a: i32, b: i32) -> i32 {
[INFO] [stdout]   |                    ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-02-functions/src/lib.rs:12:14
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn greet(name: &str) -> String {
[INFO] [stdout]    |              ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-05-data-types-pattern-matching/src/lib.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn weekday_from(n: u8) -> Option<Weekday> {
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `curr`, `next`, and `remaining` are never read
[INFO] [stdout]  --> lectures/lesson-02-intermediate/section-03-iterators-advanced/src/lib.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Fibonacci {
[INFO] [stdout]   |            --------- fields in this struct
[INFO] [stdout] 7 |     curr: u64,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 8 |     next: u64,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 9 |     remaining: usize,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Fibonacci` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-05-data-types-pattern-matching/src/lib.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub fn quadrant(p: Point) -> &'static str {
[INFO] [stdout]    |                 ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-05-data-types-pattern-matching/src/lib.rs:28:17
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn safe_div(a: i32, b: i32) -> Option<i32> {
[INFO] [stdout]    |                 ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-05-data-types-pattern-matching/src/lib.rs:28:25
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn safe_div(a: i32, b: i32) -> Option<i32> {
[INFO] [stdout]    |                         ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `other`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-06-methods-traits-generics/src/lib.rs:18:28
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn can_hold(&self, other: &Rectangle) -> bool {
[INFO] [stdout]    |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_other`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-06-methods-traits-generics/src/lib.rs:39:30
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn max_of<T: Ord + Copy>(a: T, b: T) -> T {
[INFO] [stdout]    |                              ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-06-methods-traits-generics/src/lib.rs:39:36
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn max_of<T: Ord + Copy>(a: T, b: T) -> T {
[INFO] [stdout]    |                                    ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nums`
[INFO] [stdout]  --> lectures/lesson-01-basics/section-07-collections-iterators/src/lib.rs:6:19
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn square_all(nums: &[i32]) -> Vec<i32> {
[INFO] [stdout]   |                   ^^^^ help: if this is intentional, prefix it with an underscore: `_nums`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nums`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-07-collections-iterators/src/lib.rs:12:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn sum_of_evens(nums: &[i32]) -> i32 {
[INFO] [stdout]    |                     ^^^^ help: if this is intentional, prefix it with an underscore: `_nums`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `text`
[INFO] [stdout]   --> lectures/lesson-01-basics/section-07-collections-iterators/src/lib.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn word_counts(text: &str) -> HashMap<String, usize> {
[INFO] [stdout]    |                    ^^^^ help: if this is intentional, prefix it with an underscore: `_text`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.85s
[INFO] running `Command { std: "docker" "inspect" "d1d807779a7a6fcfb6b266008e633a03fbc9fe1b0770b03d82d3066394374711", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d1d807779a7a6fcfb6b266008e633a03fbc9fe1b0770b03d82d3066394374711", kill_on_drop: false }`
[INFO] [stdout] d1d807779a7a6fcfb6b266008e633a03fbc9fe1b0770b03d82d3066394374711
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 269557eb4136e32f2c34548570cb7ff164674a6fab1ed73dc11072067af0c13f
[INFO] running `Command { std: "docker" "start" "-a" "269557eb4136e32f2c34548570cb7ff164674a6fab1ed73dc11072067af0c13f", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `x`
[INFO] [stderr]   --> lectures/lesson-01-basics/section-01-variables/src/lib.rs:15:15
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub fn double(x: i32) -> i32 {
[INFO] [stderr]    |               ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `lesson01_section01_variables` (lib) generated 1 warning (run `cargo fix --lib -p lesson01_section01_variables` to apply 1 suggestion)
[INFO] [stderr] warning: unused variable: `n`
[INFO] [stderr]   --> lectures/lesson-01-basics/section-05-data-types-pattern-matching/src/lib.rs:11:21
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub fn weekday_from(n: u8) -> Option<Weekday> {
[INFO] [stderr]    |                     ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `p`
[INFO] [stderr]   --> lectures/lesson-01-basics/section-05-data-types-pattern-matching/src/lib.rs:22:17
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub fn quadrant(p: Point) -> &'static str {
[INFO] [stderr]    |                 ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `a`
[INFO] [stderr]   --> lectures/lesson-01-basics/section-05-data-types-pattern-matching/src/lib.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 | pub fn safe_div(a: i32, b: i32) -> Option<i32> {
[INFO] [stderr]    |                 ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `b`
[INFO] [stderr]   --> lectures/lesson-01-basics/section-05-data-types-pattern-matching/src/lib.rs:28:25
[INFO] [stderr]    |
[INFO] [stderr] 28 | pub fn safe_div(a: i32, b: i32) -> Option<i32> {
[INFO] [stderr]    |                         ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stderr] 
[INFO] [stderr] warning: fields `curr`, `next`, and `remaining` are never read
[INFO] [stderr]  --> lectures/lesson-02-intermediate/section-03-iterators-advanced/src/lib.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub struct Fibonacci {
[INFO] [stderr]   |            --------- fields in this struct
[INFO] [stderr] 7 |     curr: u64,
[INFO] [stderr]   |     ^^^^
[INFO] [stderr] 8 |     next: u64,
[INFO] [stderr]   |     ^^^^
[INFO] [stderr] 9 |     remaining: usize,
[INFO] [stderr]   |     ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `Fibonacci` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `other`
[INFO] [stderr]   --> lectures/lesson-01-basics/section-06-methods-traits-generics/src/lib.rs:18:28
[INFO] [stderr]    |
[INFO] [stderr] 18 |     pub fn can_hold(&self, other: &Rectangle) -> bool {
[INFO] [stderr]    |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_other`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `a`
[INFO] [stderr]   --> lectures/lesson-01-basics/section-06-methods-traits-generics/src/lib.rs:39:30
[INFO] [stderr]    |
[INFO] [stderr] 39 | pub fn max_of<T: Ord + Copy>(a: T, b: T) -> T {
[INFO] [stderr]    |                              ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `b`
[INFO] [stderr]   --> lectures/lesson-01-basics/section-06-methods-traits-generics/src/lib.rs:39:36
[INFO] [stderr]    |
[INFO] [stderr] 39 | pub fn max_of<T: Ord + Copy>(a: T, b: T) -> T {
[INFO] [stderr]    |                                    ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `a`
[INFO] [stderr]  --> lectures/lesson-01-basics/section-09-modules-workspaces/src/lib.rs:7:16
[INFO] [stderr]   |
[INFO] [stderr] 7 |     pub fn add(a: i32, b: i32) -> i32 {
[INFO] [stderr]   |                ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `b`
[INFO] [stderr]  --> lectures/lesson-01-basics/section-09-modules-workspaces/src/lib.rs:7:24
[INFO] [stderr]   |
[INFO] [stderr] 7 |     pub fn add(a: i32, b: i32) -> i32 {
[INFO] [stderr]   |                        ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `a`
[INFO] [stderr]   --> lectures/lesson-01-basics/section-09-modules-workspaces/src/lib.rs:12:16
[INFO] [stderr]    |
[INFO] [stderr] 12 |     pub fn mul(a: i32, b: i32) -> i32 {
[INFO] [stderr]    |                ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `b`
[INFO] [stderr]   --> lectures/lesson-01-basics/section-09-modules-workspaces/src/lib.rs:12:24
[INFO] [stderr]    |
[INFO] [stderr] 12 |     pub fn mul(a: i32, b: i32) -> i32 {
[INFO] [stderr]    |                        ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `s`
[INFO] [stderr]   --> lectures/lesson-01-basics/section-09-modules-workspaces/src/lib.rs:19:18
[INFO] [stderr]    |
[INFO] [stderr] 19 |     pub fn shout(s: &str) -> String {
[INFO] [stderr]    |                  ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::slice`
[INFO] [stderr]  --> lectures/lesson-03-advanced/section-01-unsafe-basics/src/lib.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use std::slice;
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `xs`
[INFO] [stderr]   --> lectures/lesson-03-advanced/section-01-unsafe-basics/src/lib.rs:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub fn sum_slice_unsafe(xs: &[i32]) -> i32 {
[INFO] [stderr]    |                         ^^ help: if this is intentional, prefix it with an underscore: `_xs`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `xs`
[INFO] [stderr]   --> lectures/lesson-03-advanced/section-01-unsafe-basics/src/lib.rs:30:29
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub fn split_at_mut_via_ptr(xs: &mut [i32], mid: usize) -> (&mut [i32], &mut [i32]) {
[INFO] [stderr]    |                             ^^ help: if this is intentional, prefix it with an underscore: `_xs`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `mid`
[INFO] [stderr]   --> lectures/lesson-03-advanced/section-01-unsafe-basics/src/lib.rs:30:45
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub fn split_at_mut_via_ptr(xs: &mut [i32], mid: usize) -> (&mut [i32], &mut [i32]) {
[INFO] [stderr]    |                                             ^^^ help: if this is intentional, prefix it with an underscore: `_mid`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `n`
[INFO] [stderr]  --> lectures/lesson-01-basics/section-03-control-flow/src/lib.rs:6:16
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn is_even(n: i32) -> bool {
[INFO] [stderr]   |                ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `n`
[INFO] [stderr]   --> lectures/lesson-01-basics/section-03-control-flow/src/lib.rs:16:18
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub fn fizz_buzz(n: i32) -> String {
[INFO] [stderr]    |                  ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `n`
[INFO] [stderr]   --> lectures/lesson-01-basics/section-03-control-flow/src/lib.rs:22:18
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub fn sum_up_to(n: u32) -> u32 {
[INFO] [stderr]    |                  ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `nums`
[INFO] [stderr]  --> lectures/lesson-01-basics/section-07-collections-iterators/src/lib.rs:6:19
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn square_all(nums: &[i32]) -> Vec<i32> {
[INFO] [stderr]   |                   ^^^^ help: if this is intentional, prefix it with an underscore: `_nums`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `nums`
[INFO] [stderr]   --> lectures/lesson-01-basics/section-07-collections-iterators/src/lib.rs:12:21
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub fn sum_of_evens(nums: &[i32]) -> i32 {
[INFO] [stderr]    |                     ^^^^ help: if this is intentional, prefix it with an underscore: `_nums`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `text`
[INFO] [stderr]   --> lectures/lesson-01-basics/section-07-collections-iterators/src/lib.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub fn word_counts(text: &str) -> HashMap<String, usize> {
[INFO] [stderr]    |                    ^^^^ help: if this is intentional, prefix it with an underscore: `_text`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `a`
[INFO] [stderr]  --> lectures/lesson-01-basics/section-02-functions/src/lib.rs:6:12
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn add(a: i32, b: i32) -> i32 {
[INFO] [stderr]   |            ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `b`
[INFO] [stderr]  --> lectures/lesson-01-basics/section-02-functions/src/lib.rs:6:20
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn add(a: i32, b: i32) -> i32 {
[INFO] [stderr]   |                    ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `name`
[INFO] [stderr]   --> lectures/lesson-01-basics/section-02-functions/src/lib.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub fn greet(name: &str) -> String {
[INFO] [stderr]    |              ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `s`
[INFO] [stderr]  --> lectures/lesson-01-basics/section-04-ownership-borrowing/src/lib.rs:6:24
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn append_in_place(s: &mut String, suffix: &str) {
[INFO] [stderr]   |                        ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `suffix`
[INFO] [stderr]  --> lectures/lesson-01-basics/section-04-ownership-borrowing/src/lib.rs:6:40
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn append_in_place(s: &mut String, suffix: &str) {
[INFO] [stderr]   |                                        ^^^^^^ help: if this is intentional, prefix it with an underscore: `_suffix`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `s`
[INFO] [stderr]   --> lectures/lesson-01-basics/section-04-ownership-borrowing/src/lib.rs:12:19
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub fn first_char(s: &str) -> Option<char> {
[INFO] [stderr]    |                   ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `a`
[INFO] [stderr]   --> lectures/lesson-01-basics/section-04-ownership-borrowing/src/lib.rs:20:19
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub fn longer<'a>(a: &'a str, b: &'a str) -> &'a str {
[INFO] [stderr]    |                   ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `b`
[INFO] [stderr]   --> lectures/lesson-01-basics/section-04-ownership-borrowing/src/lib.rs:20:31
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub fn longer<'a>(a: &'a str, b: &'a str) -> &'a str {
[INFO] [stderr]    |                               ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `a`
[INFO] [stderr]  --> lectures/lesson-01-basics/section-08-error-handling/src/lib.rs:8:22
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub fn parse_and_add(a: &str, b: &str) -> Result<i32, ParseIntError> {
[INFO] [stderr]   |                      ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `b`
[INFO] [stderr]  --> lectures/lesson-01-basics/section-08-error-handling/src/lib.rs:8:31
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub fn parse_and_add(a: &str, b: &str) -> Result<i32, ParseIntError> {
[INFO] [stderr]   |                               ^ help: if this is intentional, prefix it with an underscore: `_b`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `n`
[INFO] [stderr]   --> lectures/lesson-01-basics/section-08-error-handling/src/lib.rs:14:20
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub fn to_positive(n: i32) -> Result<u32, String> {
[INFO] [stderr]    |                    ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `xs`
[INFO] [stderr]   --> lectures/lesson-01-basics/section-08-error-handling/src/lib.rs:21:21
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub fn first_or_err(xs: &[i32]) -> Result<i32, String> {
[INFO] [stderr]    |                     ^^ help: if this is intentional, prefix it with an underscore: `_xs`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::thread`
[INFO] [stderr]  --> lectures/lesson-02-intermediate/section-02-concurrency/src/lib.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use std::thread;
[INFO] [stderr]   |     ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `lesson01_section05_data_types_pattern_matching` (lib) generated 4 warnings (run `cargo fix --lib -p lesson01_section05_data_types_pattern_matching` to apply 4 suggestions)
[INFO] [stderr] warning: `lesson02_section03_iterators_advanced` (lib) generated 1 warning
[INFO] [stderr] warning: `lesson01_section06_methods_traits_generics` (lib) generated 3 warnings (run `cargo fix --lib -p lesson01_section06_methods_traits_generics` to apply 3 suggestions)
[INFO] [stderr] warning: `lesson01_section09_modules_workspaces` (lib) generated 5 warnings (run `cargo fix --lib -p lesson01_section09_modules_workspaces` to apply 5 suggestions)
[INFO] [stderr] warning: `lesson03_section01_unsafe_basics` (lib) generated 4 warnings (run `cargo fix --lib -p lesson03_section01_unsafe_basics` to apply 4 suggestions)
[INFO] [stderr] warning: `lesson01_section03_control_flow` (lib) generated 3 warnings (run `cargo fix --lib -p lesson01_section03_control_flow` to apply 3 suggestions)
[INFO] [stderr] warning: `lesson01_section07_collections_iterators` (lib) generated 3 warnings (run `cargo fix --lib -p lesson01_section07_collections_iterators` to apply 3 suggestions)
[INFO] [stderr] warning: `lesson01_section02_functions` (lib) generated 3 warnings (run `cargo fix --lib -p lesson01_section02_functions` to apply 3 suggestions)
[INFO] [stderr] warning: `lesson01_section04_ownership_borrowing` (lib) generated 5 warnings (run `cargo fix --lib -p lesson01_section04_ownership_borrowing` to apply 5 suggestions)
[INFO] [stderr] warning: `lesson01_section08_error_handling` (lib) generated 4 warnings (run `cargo fix --lib -p lesson01_section08_error_handling` to apply 4 suggestions)
[INFO] [stderr] warning: `lesson02_section02_concurrency` (lib) generated 1 warning (run `cargo fix --lib -p lesson02_section02_concurrency` to apply 1 suggestion)
[INFO] [stderr] warning: `lesson01_section06_methods_traits_generics` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr] warning: unused import: `std::collections::HashMap`
[INFO] [stderr]  --> lectures/lesson-01-basics/section-07-collections-iterators/tests/basic.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use std::collections::HashMap;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `lesson01_section07_collections_iterators` (test "basic") generated 1 warning (run `cargo fix --test "basic" -p lesson01_section07_collections_iterators` to apply 1 suggestion)
[INFO] [stderr] warning: `lesson01_section02_functions` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr] warning: `lesson02_section02_concurrency` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `lesson03_section01_unsafe_basics` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr] warning: `lesson01_section01_variables` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `lesson01_section09_modules_workspaces` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr] warning: `lesson01_section05_data_types_pattern_matching` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr] warning: `lesson01_section03_control_flow` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr] warning: `lesson01_section08_error_handling` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr] warning: `lesson02_section03_iterators_advanced` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `lesson01_section07_collections_iterators` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr] warning: `lesson01_section04_ownership_borrowing` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lesson01_section01_variables-45d17a8634c7b3b3)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/basic.rs (/opt/rustwide/target/debug/deps/basic-fc43e1fc3ea3de94)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test doubles_numbers ... FAILED
[INFO] [stdout] test returns_ten ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- doubles_numbers stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'doubles_numbers' (26) panicked at lectures/lesson-01-basics/section-01-variables/src/lib.rs:17:5:
[INFO] [stdout] not implemented: Return 2 * x
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c48a0c578a2 - std::backtrace_rs::backtrace::libunwind::trace::hff358a60abf734fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c48a0c578a2 - std::backtrace_rs::backtrace::trace_unsynchronized::h3b121f916dd95ec6
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c48a0c578a2 - std::sys::backtrace::_print_fmt::hde0a62ded68798e9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5c48a0c578a2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h93773fc827e3113d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5c48a0c678fa - core::fmt::rt::Argument::fmt::h01eff69902dad97f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5c48a0c678fa - core::fmt::write::hed7b5c73d82ecb7c
[INFO] [stdout]    6:     0x5c48a0c265e6 - std::io::default_write_fmt::h2f696ff5b8bbaa4b
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5c48a0c265e6 - std::io::Write::write_fmt::h5e66814db8a9cfce
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5c48a0c36d89 - std::sys::backtrace::BacktraceLock::print::h8b1d6fcc5a56d1a3
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5c48a0c36d89 - std::panicking::default_hook::{{closure}}::h2be84df4f189ae36
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5c48a0c36c21 - std::panicking::default_hook::hf0ea8939246f43a9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5c48a0bfb24e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h02d35e3888986252
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5c48a0bfb24e - test::test_main_with_exit_callback::{{closure}}::h939640a27d647173
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5c48a0c37002 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc9df09ff391af3e7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5c48a0c37002 - std::panicking::panic_with_hook::hb4bd9ac1123582a0
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5c48a0c36e7a - std::panicking::panic_handler::{{closure}}::hde00dd15f5637fe2
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5c48a0c323d9 - std::sys::backtrace::__rust_end_short_backtrace::hb72197fa777c1785
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5c48a0c1b41d - __rustc[4425a7e20b4c8619]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5c48a0c6ebec - core::panicking::panic_fmt::ha59b517dd231f4da
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c48a0c1b109 - lesson01_section01_variables::double::h53efd97eeb6388de
[INFO] [stdout]                                at /opt/rustwide/workdir/lectures/lesson-01-basics/section-01-variables/src/lib.rs:17:5
[INFO] [stdout]   20:     0x5c48a0bdc27f - basic::doubles_numbers::h54f9e0bc633797a2
[INFO] [stdout]                                at /opt/rustwide/workdir/lectures/lesson-01-basics/section-01-variables/tests/basic.rs:10:16
[INFO] [stdout]   21:     0x5c48a0bdc397 - basic::doubles_numbers::{{closure}}::h3fadb23e1c5db63f
[INFO] [stdout]                                at /opt/rustwide/workdir/lectures/lesson-01-basics/section-01-variables/tests/basic.rs:9:21
[INFO] [stdout]   22:     0x5c48a0bdb866 - core::ops::function::FnOnce::call_once::hc0c16241b6e81d63
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5c48a0bfb00b - core::ops::function::FnOnce::call_once::hddb3cd395c36bfbb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5c48a0bfb00b - test::__rust_begin_short_backtrace::h0b6a7601d9750bfa
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5c48a0c0ea1a - test::run_test_in_process::{{closure}}::h444209903f00b347
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5c48a0c0ea1a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hfb3ba8f46e537649
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5c48a0c0ea1a - std::panicking::catch_unwind::do_call::h1672a45911fcf9dc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5c48a0c0ea1a - std::panicking::catch_unwind::h0fadaee22787a6dd
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5c48a0c0ea1a - std::panic::catch_unwind::hc47ad190f2c8e188
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5c48a0c0ea1a - test::run_test_in_process::hcd7faaf934f29999
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5c48a0c0ea1a - test::run_test::{{closure}}::hddc4550da4871867
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5c48a0be8e74 - test::run_test::{{closure}}::h98ae26689f13ed94
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5c48a0be8e74 - std::sys::backtrace::__rust_begin_short_backtrace::h3ec4d1f21ad44588
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5c48a0bec812 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::hd8bf2c73d479939f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   35:     0x5c48a0bec812 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3b4248f358af2491
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5c48a0bec812 - std::panicking::catch_unwind::do_call::hda10a64f4b8daebe
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5c48a0bec812 - std::panicking::catch_unwind::h659e5ee8336ec8c7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5c48a0bec812 - std::panic::catch_unwind::h9d4d66a538912c18
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5c48a0bec812 - std::thread::lifecycle::spawn_unchecked::{{closure}}::h7557906bb51d79f1
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   40:     0x5c48a0bec812 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9e460d1d7fc83d35
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5c48a0c2d66f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h61282da819d64ea9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   42:     0x5c48a0c2d66f - std::sys::thread::unix::Thread::new::thread_start::h982f9ea829d1b5fb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/thread/unix.rs:127:17
[INFO] [stdout]   43:     0x7675b1e09aa4 - <unknown>
[INFO] [stdout]   44:     0x7675b1e96a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- returns_ten stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'returns_ten' (27) panicked at lectures/lesson-01-basics/section-01-variables/tests/basic.rs:5:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 5
[INFO] [stdout]  right: 10
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c48a0c578a2 - std::backtrace_rs::backtrace::libunwind::trace::hff358a60abf734fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c48a0c578a2 - std::backtrace_rs::backtrace::trace_unsynchronized::h3b121f916dd95ec6
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c48a0c578a2 - std::sys::backtrace::_print_fmt::hde0a62ded68798e9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5c48a0c578a2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h93773fc827e3113d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5c48a0c678fa - core::fmt::rt::Argument::fmt::h01eff69902dad97f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5c48a0c678fa - core::fmt::write::hed7b5c73d82ecb7c
[INFO] [stdout]    6:     0x5c48a0c265e6 - std::io::default_write_fmt::h2f696ff5b8bbaa4b
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5c48a0c265e6 - std::io::Write::write_fmt::h5e66814db8a9cfce
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5c48a0c36d89 - std::sys::backtrace::BacktraceLock::print::h8b1d6fcc5a56d1a3
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5c48a0c36d89 - std::panicking::default_hook::{{closure}}::h2be84df4f189ae36
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5c48a0c36c21 - std::panicking::default_hook::hf0ea8939246f43a9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5c48a0bfb24e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h02d35e3888986252
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5c48a0bfb24e - test::test_main_with_exit_callback::{{closure}}::h939640a27d647173
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5c48a0c37002 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc9df09ff391af3e7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5c48a0c37002 - std::panicking::panic_with_hook::hb4bd9ac1123582a0
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5c48a0c36e48 - std::panicking::panic_handler::{{closure}}::hde00dd15f5637fe2
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5c48a0c323d9 - std::sys::backtrace::__rust_end_short_backtrace::hb72197fa777c1785
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5c48a0c1b41d - __rustc[4425a7e20b4c8619]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5c48a0c6ebec - core::panicking::panic_fmt::ha59b517dd231f4da
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c48a0c6eb03 - core::panicking::assert_failed_inner::h3c3301979dc81b81
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5c48a0c45b49 - core::panicking::assert_failed::h504ace85b6b11891
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5c48a0bdc234 - basic::returns_ten::h381eb6f26fe7d3e4
[INFO] [stdout]                                at /opt/rustwide/workdir/lectures/lesson-01-basics/section-01-variables/tests/basic.rs:5:5
[INFO] [stdout]   22:     0x5c48a0bdc257 - basic::returns_ten::{{closure}}::h6cb4b04bcfb7b103
[INFO] [stdout]                                at /opt/rustwide/workdir/lectures/lesson-01-basics/section-01-variables/tests/basic.rs:4:17
[INFO] [stdout]   23:     0x5c48a0bdb7e6 - core::ops::function::FnOnce::call_once::h42e9f092157dd8c4
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5c48a0bfb00b - core::ops::function::FnOnce::call_once::hddb3cd395c36bfbb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5c48a0bfb00b - test::__rust_begin_short_backtrace::h0b6a7601d9750bfa
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5c48a0c0ea1a - test::run_test_in_process::{{closure}}::h444209903f00b347
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5c48a0c0ea1a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hfb3ba8f46e537649
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5c48a0c0ea1a - std::panicking::catch_unwind::do_call::h1672a45911fcf9dc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5c48a0c0ea1a - std::panicking::catch_unwind::h0fadaee22787a6dd
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5c48a0c0ea1a - std::panic::catch_unwind::hc47ad190f2c8e188
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5c48a0c0ea1a - test::run_test_in_process::hcd7faaf934f29999
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5c48a0c0ea1a - test::run_test::{{closure}}::hddc4550da4871867
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5c48a0be8e74 - test::run_test::{{closure}}::h98ae26689f13ed94
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5c48a0be8e74 - std::sys::backtrace::__rust_begin_short_backtrace::h3ec4d1f21ad44588
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5c48a0bec812 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::hd8bf2c73d479939f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5c48a0bec812 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3b4248f358af2491
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5c48a0bec812 - std::panicking::catch_unwind::do_call::hda10a64f4b8daebe
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5c48a0bec812 - std::panicking::catch_unwind::h659e5ee8336ec8c7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5c48a0bec812 - std::panic::catch_unwind::h9d4d66a538912c18
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5c48a0bec812 - std::thread::lifecycle::spawn_unchecked::{{closure}}::h7557906bb51d79f1
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5c48a0bec812 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9e460d1d7fc83d35
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5c48a0c2d66f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h61282da819d64ea9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x5c48a0c2d66f - std::sys::thread::unix::Thread::new::thread_start::h982f9ea829d1b5fb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/thread/unix.rs:127:17
[INFO] [stdout]   44:     0x7675b1e09aa4 - <unknown>
[INFO] [stdout]   45:     0x7675b1e96a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     doubles_numbers
[INFO] [stdout]     returns_ten
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p lesson01_section01_variables --test basic`
[INFO] running `Command { std: "docker" "inspect" "269557eb4136e32f2c34548570cb7ff164674a6fab1ed73dc11072067af0c13f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "269557eb4136e32f2c34548570cb7ff164674a6fab1ed73dc11072067af0c13f", kill_on_drop: false }`
[INFO] [stdout] 269557eb4136e32f2c34548570cb7ff164674a6fab1ed73dc11072067af0c13f
