[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 beta-2026-03-05 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-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/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-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Nemit0/learn-rust on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4de595707b512e439e545241be63d8dbbf1ea903d8b1d5e0f54af8bb66182146
[INFO] running `Command { std: "docker" "start" "-a" "4de595707b512e439e545241be63d8dbbf1ea903d8b1d5e0f54af8bb66182146", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4de595707b512e439e545241be63d8dbbf1ea903d8b1d5e0f54af8bb66182146", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4de595707b512e439e545241be63d8dbbf1ea903d8b1d5e0f54af8bb66182146", kill_on_drop: false }`
[INFO] [stdout] 4de595707b512e439e545241be63d8dbbf1ea903d8b1d5e0f54af8bb66182146
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bee7be29a877be92454e88d85815a9734edcde3446ea0beb7f519b0fe35c08b2
[INFO] running `Command { std: "docker" "start" "-a" "bee7be29a877be92454e88d85815a9734edcde3446ea0beb7f519b0fe35c08b2", kill_on_drop: false }`
[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_section02_concurrency v0.1.0 (/opt/rustwide/workdir/lectures/lesson-02-intermediate/section-02-concurrency)
[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_section03_control_flow v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-03-control-flow)
[INFO] [stderr]    Compiling lesson01_section02_functions v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-02-functions)
[INFO] [stderr]    Compiling lesson02_section01_smart_pointers v0.1.0 (/opt/rustwide/workdir/lectures/lesson-02-intermediate/section-01-smart-pointers)
[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_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 lesson01_section08_error_handling v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-08-error-handling)
[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_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_section01_variables v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-01-variables)
[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-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: `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: `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: `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: `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: `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: `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 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: `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: `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-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 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: `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: `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::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: `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: `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: 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.45s
[INFO] running `Command { std: "docker" "inspect" "bee7be29a877be92454e88d85815a9734edcde3446ea0beb7f519b0fe35c08b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bee7be29a877be92454e88d85815a9734edcde3446ea0beb7f519b0fe35c08b2", kill_on_drop: false }`
[INFO] [stdout] bee7be29a877be92454e88d85815a9734edcde3446ea0beb7f519b0fe35c08b2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bf4b46eafd69a675b723335b5d3427809cfbd96b9618c022d3a9af7a5b5b0426
[INFO] running `Command { std: "docker" "start" "-a" "bf4b46eafd69a675b723335b5d3427809cfbd96b9618c022d3a9af7a5b5b0426", 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: 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 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: `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 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: `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: 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 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: `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: `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: `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] [stderr]    Compiling lesson01_section03_control_flow v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-03-control-flow)
[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_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 lesson03_section02_advanced_macros v0.1.0 (/opt/rustwide/workdir/lectures/lesson-03-advanced/section-02-advanced-macros)
[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_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 lesson03_section01_unsafe_basics v0.1.0 (/opt/rustwide/workdir/lectures/lesson-03-advanced/section-01-unsafe-basics)
[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_section06_methods_traits_generics v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-06-methods-traits-generics)
[INFO] [stderr]    Compiling lesson01_section01_variables v0.1.0 (/opt/rustwide/workdir/lectures/lesson-01-basics/section-01-variables)
[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::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: `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: `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: `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: `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] [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: `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-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 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-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 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] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.74s
[INFO] running `Command { std: "docker" "inspect" "bf4b46eafd69a675b723335b5d3427809cfbd96b9618c022d3a9af7a5b5b0426", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf4b46eafd69a675b723335b5d3427809cfbd96b9618c022d3a9af7a5b5b0426", kill_on_drop: false }`
[INFO] [stdout] bf4b46eafd69a675b723335b5d3427809cfbd96b9618c022d3a9af7a5b5b0426
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e83794d97248dfb0acaa33ad1966dbda9774b60992b242b575a181e4528bd42e
[INFO] running `Command { std: "docker" "start" "-a" "e83794d97248dfb0acaa33ad1966dbda9774b60992b242b575a181e4528bd42e", kill_on_drop: false }`
[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: `lesson03_section01_unsafe_basics` (lib) generated 4 warnings (run `cargo fix --lib -p lesson03_section01_unsafe_basics` to apply 4 suggestions)
[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 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: 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 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: `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: 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 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: 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-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: `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: `lesson01_section04_ownership_borrowing` (lib) generated 5 warnings (run `cargo fix --lib -p lesson01_section04_ownership_borrowing` to apply 5 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_section09_modules_workspaces` (lib) generated 5 warnings (run `cargo fix --lib -p lesson01_section09_modules_workspaces` to apply 5 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_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: `lesson01_section08_error_handling` (lib) generated 4 warnings (run `cargo fix --lib -p lesson01_section08_error_handling` to apply 4 suggestions)
[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: `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_section02_functions` (lib) generated 3 warnings (run `cargo fix --lib -p lesson01_section02_functions` 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_section05_data_types_pattern_matching` (lib test) generated 4 warnings (4 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_section07_collections_iterators` (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_section04_ownership_borrowing` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr] warning: `lesson01_section09_modules_workspaces` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr] warning: `lesson02_section03_iterators_advanced` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `lesson01_section03_control_flow` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr] warning: `lesson01_section06_methods_traits_generics` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr] warning: `lesson01_section01_variables` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `lesson01_section02_functions` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr] warning: `lesson01_section08_error_handling` (lib test) generated 4 warnings (4 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-8b6a5c23885a8cc0)
[INFO] [stderr]      Running tests/basic.rs (/opt/rustwide/target/debug/deps/basic-b2bf55204c023dc8)
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p lesson01_section01_variables --test basic`
[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] [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:     0x5abe5ad1b75a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5abe5ad1b75a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5abe5ad1b75a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5abe5ad1b75a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5abe5ad2f3ca - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5abe5ad2f3ca - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5abe5ad1ffe2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5abe5ad1ffe2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5abe5acfa96f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5abe5acfa96f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5abe5ad13cc9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5abe5acb0cac - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5abe5acb0cac - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5abe5ad13e82 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5abe5ad13e82 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5abe5acfaa5a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5abe5acf23c9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5abe5acfb73d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5abe5ad2fbdc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5abe5ace33a9 - lesson01_section01_variables::double::h93d41aaf96a17dcf
[INFO] [stdout]                                at /opt/rustwide/workdir/lectures/lesson-01-basics/section-01-variables/src/lib.rs:17:5
[INFO] [stdout]   20:     0x5abe5aca4aaf - basic::doubles_numbers::h9541cc89c09f1fd7
[INFO] [stdout]                                at /opt/rustwide/workdir/lectures/lesson-01-basics/section-01-variables/tests/basic.rs:10:16
[INFO] [stdout]   21:     0x5abe5aca4bc7 - basic::doubles_numbers::{{closure}}::hf0809096253c28df
[INFO] [stdout]                                at /opt/rustwide/workdir/lectures/lesson-01-basics/section-01-variables/tests/basic.rs:9:21
[INFO] [stdout]   22:     0x5abe5aca4106 - core::ops::function::FnOnce::call_once::haeb67d4b5b188c93
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5abe5aca4d8b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5abe5aca4d8b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5abe5acb177b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5abe5acb177b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5abe5acb177b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5abe5acb177b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5abe5acb177b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5abe5acb177b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5abe5acb177b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5abe5acace94 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5abe5acace94 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5abe5acb4382 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   35:     0x5abe5acb4382 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5abe5acb4382 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5abe5acb4382 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5abe5acb4382 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5abe5acb4382 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   40:     0x5abe5acb4382 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5abe5ad1b06f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   42:     0x5abe5ad1b06f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x7d77b4035aa4 - <unknown>
[INFO] [stdout]   44:     0x7d77b40c2a64 - 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:     0x5abe5ad1b75a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5abe5ad1b75a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5abe5ad1b75a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5abe5ad1b75a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5abe5ad2f3ca - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5abe5ad2f3ca - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5abe5ad1ffe2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5abe5ad1ffe2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5abe5acfa96f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5abe5acfa96f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5abe5ad13cc9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5abe5acb0cac - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5abe5acb0cac - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5abe5ad13e82 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5abe5ad13e82 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5abe5acfaa28 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5abe5acf23c9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5abe5acfb73d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5abe5ad2fbdc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5abe5ad2faf3 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5abe5aceeeb5 - core[10b6fa85044e1869]::panicking::assert_failed::<i32, i32>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5abe5aca4a64 - basic::returns_ten::hf2e2a21187caf7fe
[INFO] [stdout]                                at /opt/rustwide/workdir/lectures/lesson-01-basics/section-01-variables/tests/basic.rs:5:5
[INFO] [stdout]   22:     0x5abe5aca4a87 - basic::returns_ten::{{closure}}::h1054deb8e7b841df
[INFO] [stdout]                                at /opt/rustwide/workdir/lectures/lesson-01-basics/section-01-variables/tests/basic.rs:4:17
[INFO] [stdout]   23:     0x5abe5aca4046 - core::ops::function::FnOnce::call_once::h0012ca15623b2d4d
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5abe5aca4d8b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5abe5aca4d8b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5abe5acb177b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5abe5acb177b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5abe5acb177b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5abe5acb177b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5abe5acb177b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5abe5acb177b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5abe5acb177b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5abe5acace94 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5abe5acace94 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5abe5acb4382 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5abe5acb4382 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5abe5acb4382 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5abe5acb4382 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5abe5acb4382 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5abe5acb4382 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5abe5acb4382 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5abe5ad1b06f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x5abe5ad1b06f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7d77b4035aa4 - <unknown>
[INFO] [stdout]   45:     0x7d77b40c2a64 - 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.03s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e83794d97248dfb0acaa33ad1966dbda9774b60992b242b575a181e4528bd42e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e83794d97248dfb0acaa33ad1966dbda9774b60992b242b575a181e4528bd42e", kill_on_drop: false }`
[INFO] [stdout] e83794d97248dfb0acaa33ad1966dbda9774b60992b242b575a181e4528bd42e
