[INFO] cloning repository https://github.com/eatPizza311/rust-python-interops
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/eatPizza311/rust-python-interops" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FeatPizza311%2Frust-python-interops", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FeatPizza311%2Frust-python-interops'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bbdb2df817c72fcb68c7fac929498f8b19bfd2fe
[INFO] testing eatPizza311/rust-python-interops 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%2FeatPizza311%2Frust-python-interops" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/eatPizza311/rust-python-interops
[INFO] finished tweaking git repo https://github.com/eatPizza311/rust-python-interops
[INFO] tweaked toml for git repo https://github.com/eatPizza311/rust-python-interops written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/eatPizza311/rust-python-interops 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/eatPizza311/rust-python-interops 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 00c016c23ce0d3b16ab518d00d557bc60924e41dc27d88ea30b16ba24a640450
[INFO] running `Command { std: "docker" "start" "-a" "00c016c23ce0d3b16ab518d00d557bc60924e41dc27d88ea30b16ba24a640450", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "00c016c23ce0d3b16ab518d00d557bc60924e41dc27d88ea30b16ba24a640450", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00c016c23ce0d3b16ab518d00d557bc60924e41dc27d88ea30b16ba24a640450", kill_on_drop: false }`
[INFO] [stdout] 00c016c23ce0d3b16ab518d00d557bc60924e41dc27d88ea30b16ba24a640450
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 947642decd2db482c35ea9bfdc94519de85aee3271558ca8edb0330fe1186229
[INFO] running `Command { std: "docker" "start" "-a" "947642decd2db482c35ea9bfdc94519de85aee3271558ca8edb0330fe1186229", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling unindent v0.2.3
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling litemap v0.7.4
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]    Compiling cc v1.2.9
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling icu_properties_data v1.5.0
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.0
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling mac v0.1.1
[INFO] [stderr]    Compiling rustls-pki-types v1.10.1
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]    Compiling dtoa v1.0.9
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling dtoa-short v0.3.5
[INFO] [stderr]    Compiling rustls v0.23.21
[INFO] [stderr]    Compiling tendril v0.4.3
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling miniz_oxide v0.8.3
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling servo_arc v0.4.0
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling pyo3-build-config v0.23.4
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling getopts v0.2.21
[INFO] [stderr]    Compiling webpki-roots v0.26.7
[INFO] [stderr]    Compiling crossbeam-channel v0.5.14
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling ego-tree v0.10.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling primes v0.4.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling chrono v0.4.40
[INFO] [stderr]    Compiling welcome v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/00_welcome)
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling os_pipe v1.2.1
[INFO] [stderr]    Compiling shared_child v1.0.1
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling duct v0.13.7
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling verifier v0.1.0 (/opt/rustwide/workdir/verifier)
[INFO] [stderr]    Compiling pyo3-ffi v0.23.4
[INFO] [stderr]    Compiling pyo3-macros-backend v0.23.4
[INFO] [stderr]    Compiling pyo3 v0.23.4
[INFO] [stderr]    Compiling string_cache v0.8.7
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling rustls-webpki v0.102.8
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling html5ever v0.29.0
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling pyo3-macros v0.23.4
[INFO] [stderr]    Compiling selectors v0.26.0
[INFO] [stderr]    Compiling markup5ever v0.14.0
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling cssparser v0.34.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling scraper v0.22.0
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling gil v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/05_gil)
[INFO] [stderr]    Compiling arguments v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/04_arguments)
[INFO] [stderr]    Compiling methods v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/02_methods)
[INFO] [stderr]    Compiling minimize v0.1.0 (/opt/rustwide/workdir/exercises/03_concurrency/04_minimize_gil_locking)
[INFO] [stderr]    Compiling pyclass v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/00_pyclass)
[INFO] [stderr]    Compiling output v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/06_output)
[INFO] [stderr]    Compiling gil2 v0.1.0 (/opt/rustwide/workdir/exercises/03_concurrency/02_gil)
[INFO] [stderr]    Compiling setup v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/01_setup)
[INFO] [stderr]    Compiling modules v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/02_modules)
[INFO] [stderr]    Compiling outro1 v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/08_outro)
[INFO] [stderr]    Compiling immutable v0.1.0 (/opt/rustwide/workdir/exercises/03_concurrency/05_immutable_types)
[INFO] [stderr]    Compiling setters v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/03_setters)
[INFO] [stderr]    Compiling inheritance v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/05_inheritance)
[INFO] [stderr]    Compiling release v0.1.0 (/opt/rustwide/workdir/exercises/03_concurrency/03_releasing_the_gil)
[INFO] [stderr]    Compiling outro2 v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/07_outro)
[INFO] [stdout] warning: unused imports: `PyInt` and `PyList`
[INFO] [stdout]  --> exercises/01_intro/06_output/src/lib.rs:2:19
[INFO] [stdout]   |
[INFO] [stdout] 2 | use pyo3::types::{PyInt, PyList};
[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 import: `rayon::prelude`
[INFO] [stdout]  --> exercises/03_concurrency/04_minimize_gil_locking/src/lib.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use rayon::prelude::*;
[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: `i`
[INFO] [stdout]   --> exercises/01_intro/06_output/src/lib.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 |         for i in 2..n {
[INFO] [stdout]    |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `pyo3::types::PyLong`: use `PyInt` instead
[INFO] [stdout]  --> exercises/02_classes/02_methods/src/lib.rs:4:18
[INFO] [stdout]   |
[INFO] [stdout] 4 | use pyo3::types::PyLong;
[INFO] [stdout]   |                  ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `pyo3::types::PyLong`: use `PyInt` instead
[INFO] [stdout]   --> exercises/02_classes/02_methods/src/lib.rs:23:43
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn new(name: String, price: Bound<'_, PyLong>, quantity: Bound<'_, PyLong>) -> PyResult<Self> {
[INFO] [stdout]    |                                           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `pyo3::types::PyLong`: use `PyInt` instead
[INFO] [stdout]   --> exercises/02_classes/02_methods/src/lib.rs:23:72
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn new(name: String, price: Bound<'_, PyLong>, quantity: Bound<'_, PyLong>) -> PyResult<Self> {
[INFO] [stdout]    |                                                                        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> exercises/03_concurrency/04_minimize_gil_locking/src/lib.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | /     python.allow_threads(|| -> PyResult<()> {
[INFO] [stdout] 35 | |         for i in 0..n_numbers {
[INFO] [stdout] 36 | |             let n = Python::with_gil(|inner_python| {
[INFO] [stdout] 37 | |                 number_ref.bind(inner_python).get_item(i)?.extract::<u64>()
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | |         Ok(())
[INFO] [stdout] 43 | |     });
[INFO] [stdout]    | |______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let _ = python.allow_threads(|| -> PyResult<()> {
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling constructors v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/01_constructors)
[INFO] [stderr]    Compiling functions v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/03_functions)
[INFO] [stderr]    Compiling exceptions v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/07_exceptions)
[INFO] [stderr]    Compiling parent v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/06_parent)
[INFO] [stderr]    Compiling static_methods v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/04_static_methods)
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]    Compiling outro3 v0.1.0 (/opt/rustwide/workdir/exercises/03_concurrency/06_outro)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.82s
[INFO] running `Command { std: "docker" "inspect" "947642decd2db482c35ea9bfdc94519de85aee3271558ca8edb0330fe1186229", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "947642decd2db482c35ea9bfdc94519de85aee3271558ca8edb0330fe1186229", kill_on_drop: false }`
[INFO] [stdout] 947642decd2db482c35ea9bfdc94519de85aee3271558ca8edb0330fe1186229
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 1ca0134348f1d376dfdaf8e9213836899d4dfb1a921620b33fba58a2b424459c
[INFO] running `Command { std: "docker" "start" "-a" "1ca0134348f1d376dfdaf8e9213836899d4dfb1a921620b33fba58a2b424459c", kill_on_drop: false }`
[INFO] [stderr]    Compiling welcome v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/00_welcome)
[INFO] [stderr]    Compiling verifier v0.1.0 (/opt/rustwide/workdir/verifier)
[INFO] [stderr]    Compiling pyclass v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/00_pyclass)
[INFO] [stderr]    Compiling setters v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/03_setters)
[INFO] [stderr]    Compiling inheritance v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/05_inheritance)
[INFO] [stderr]    Compiling minimize v0.1.0 (/opt/rustwide/workdir/exercises/03_concurrency/04_minimize_gil_locking)
[INFO] [stderr]    Compiling immutable v0.1.0 (/opt/rustwide/workdir/exercises/03_concurrency/05_immutable_types)
[INFO] [stderr]    Compiling static_methods v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/04_static_methods)
[INFO] [stderr]    Compiling gil2 v0.1.0 (/opt/rustwide/workdir/exercises/03_concurrency/02_gil)
[INFO] [stderr]    Compiling gil v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/05_gil)
[INFO] [stderr]    Compiling setup v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/01_setup)
[INFO] [stderr]    Compiling methods v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/02_methods)
[INFO] [stderr]    Compiling exceptions v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/07_exceptions)
[INFO] [stderr]    Compiling outro1 v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/08_outro)
[INFO] [stderr]    Compiling release v0.1.0 (/opt/rustwide/workdir/exercises/03_concurrency/03_releasing_the_gil)
[INFO] [stderr]    Compiling outro3 v0.1.0 (/opt/rustwide/workdir/exercises/03_concurrency/06_outro)
[INFO] [stdout] warning: use of deprecated type alias `pyo3::types::PyLong`: use `PyInt` instead
[INFO] [stdout]  --> exercises/02_classes/02_methods/src/lib.rs:4:18
[INFO] [stdout]   |
[INFO] [stdout] 4 | use pyo3::types::PyLong;
[INFO] [stdout]   |                  ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `pyo3::types::PyLong`: use `PyInt` instead
[INFO] [stdout]   --> exercises/02_classes/02_methods/src/lib.rs:23:43
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn new(name: String, price: Bound<'_, PyLong>, quantity: Bound<'_, PyLong>) -> PyResult<Self> {
[INFO] [stdout]    |                                           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `pyo3::types::PyLong`: use `PyInt` instead
[INFO] [stdout]   --> exercises/02_classes/02_methods/src/lib.rs:23:72
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn new(name: String, price: Bound<'_, PyLong>, quantity: Bound<'_, PyLong>) -> PyResult<Self> {
[INFO] [stdout]    |                                                                        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rayon::prelude`
[INFO] [stdout]  --> exercises/03_concurrency/04_minimize_gil_locking/src/lib.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use rayon::prelude::*;
[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 `Result` that must be used
[INFO] [stdout]   --> exercises/03_concurrency/04_minimize_gil_locking/src/lib.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | /     python.allow_threads(|| -> PyResult<()> {
[INFO] [stdout] 35 | |         for i in 0..n_numbers {
[INFO] [stdout] 36 | |             let n = Python::with_gil(|inner_python| {
[INFO] [stdout] 37 | |                 number_ref.bind(inner_python).get_item(i)?.extract::<u64>()
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | |         Ok(())
[INFO] [stdout] 43 | |     });
[INFO] [stdout]    | |______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let _ = python.allow_threads(|| -> PyResult<()> {
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling modules v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/02_modules)
[INFO] [stderr]    Compiling constructors v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/01_constructors)
[INFO] [stderr]    Compiling parent v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/06_parent)
[INFO] [stderr]    Compiling functions v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/03_functions)
[INFO] [stderr]    Compiling outro2 v0.1.0 (/opt/rustwide/workdir/exercises/02_classes/07_outro)
[INFO] [stderr]    Compiling output v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/06_output)
[INFO] [stderr]    Compiling arguments v0.1.0 (/opt/rustwide/workdir/exercises/01_intro/04_arguments)
[INFO] [stdout] warning: unused imports: `PyInt` and `PyList`
[INFO] [stdout]  --> exercises/01_intro/06_output/src/lib.rs:2:19
[INFO] [stdout]   |
[INFO] [stdout] 2 | use pyo3::types::{PyInt, PyList};
[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: `i`
[INFO] [stdout]   --> exercises/01_intro/06_output/src/lib.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 |         for i in 2..n {
[INFO] [stdout]    |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.04s
[INFO] running `Command { std: "docker" "inspect" "1ca0134348f1d376dfdaf8e9213836899d4dfb1a921620b33fba58a2b424459c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ca0134348f1d376dfdaf8e9213836899d4dfb1a921620b33fba58a2b424459c", kill_on_drop: false }`
[INFO] [stdout] 1ca0134348f1d376dfdaf8e9213836899d4dfb1a921620b33fba58a2b424459c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 266407b83e3d754c0df7e07da2dd5370b6f86014339b77bbe3ef8a6f53060bae
[INFO] running `Command { std: "docker" "start" "-a" "266407b83e3d754c0df7e07da2dd5370b6f86014339b77bbe3ef8a6f53060bae", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `rayon::prelude`
[INFO] [stderr]  --> exercises/03_concurrency/04_minimize_gil_locking/src/lib.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use rayon::prelude::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]   --> exercises/03_concurrency/04_minimize_gil_locking/src/lib.rs:34:5
[INFO] [stderr]    |
[INFO] [stderr] 34 | /     python.allow_threads(|| -> PyResult<()> {
[INFO] [stderr] 35 | |         for i in 0..n_numbers {
[INFO] [stderr] 36 | |             let n = Python::with_gil(|inner_python| {
[INFO] [stderr] 37 | |                 number_ref.bind(inner_python).get_item(i)?.extract::<u64>()
[INFO] [stderr] ...  |
[INFO] [stderr] 42 | |         Ok(())
[INFO] [stderr] 43 | |     });
[INFO] [stderr]    | |______^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 34 |     let _ = python.allow_threads(|| -> PyResult<()> {
[INFO] [stderr]    |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `PyInt` and `PyList`
[INFO] [stderr]  --> exercises/01_intro/06_output/src/lib.rs:2:19
[INFO] [stderr]   |
[INFO] [stderr] 2 | use pyo3::types::{PyInt, PyList};
[INFO] [stderr]   |                   ^^^^^  ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `i`
[INFO] [stderr]   --> exercises/01_intro/06_output/src/lib.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 |         for i in 2..n {
[INFO] [stderr]    |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated type alias `pyo3::types::PyLong`: use `PyInt` instead
[INFO] [stderr]  --> exercises/02_classes/02_methods/src/lib.rs:4:18
[INFO] [stderr]   |
[INFO] [stderr] 4 | use pyo3::types::PyLong;
[INFO] [stderr]   |                  ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated type alias `pyo3::types::PyLong`: use `PyInt` instead
[INFO] [stderr]   --> exercises/02_classes/02_methods/src/lib.rs:23:43
[INFO] [stderr]    |
[INFO] [stderr] 23 |     fn new(name: String, price: Bound<'_, PyLong>, quantity: Bound<'_, PyLong>) -> PyResult<Self> {
[INFO] [stderr]    |                                           ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated type alias `pyo3::types::PyLong`: use `PyInt` instead
[INFO] [stderr]   --> exercises/02_classes/02_methods/src/lib.rs:23:72
[INFO] [stderr]    |
[INFO] [stderr] 23 |     fn new(name: String, price: Bound<'_, PyLong>, quantity: Bound<'_, PyLong>) -> PyResult<Self> {
[INFO] [stderr]    |                                                                        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `minimize` (lib test) generated 2 warnings
[INFO] [stderr] warning: `output` (lib test) generated 2 warnings (run `cargo fix --lib -p output --tests` to apply 2 suggestions)
[INFO] [stderr] warning: `methods` (lib test) generated 3 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/arguments-709f40c0c43db61b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/constructors-e7da5cf2e4d49241)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/exceptions-f32efacf3d0e93b6)
[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 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/functions-53e4bff8ed13ffb3)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gil-9671b1ebe05cbc18)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gil2-80f74ff816748830)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/immutable-84edaa8a0df7076f)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/inheritance-d210113afa9caa3a)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/methods-b5b46a79d9c1ac13)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/minimize-595993203748fbd8)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/modules-9d511c58108e4020)
[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 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] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/output-9692c8939ec5bff8)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/outro1-e467720f9e20a4ed)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/outro2-420d5443308b0125)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/outro3-c949b87bec645bc3)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test::it_crawls_links_on_same_page ... ok
[INFO] [stdout] test test::it_crawls_multiple_pages_recursively ... ok
[INFO] [stdout] test test::it_fetches_real_page ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/parent-876a570f593bbd3a)
[INFO] [stdout] test test::it_exposes_site_map_correctly ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pyclass-26f73f18639e118d)
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/release-1d8c179561f4667e)
[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 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/setters-b7009c63e5054779)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/setup-eee534e87be7cbdd)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/static_methods-8b9bce231f84b11e)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/verifier-1cb876aa87c7cbbd)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/welcome-22bff10d32e415f8)
[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 tests::test_welcome ... ok
[INFO] [stdout] test tests::uv_is_installed_and_on_path ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::uv_is_installed_and_on_path stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::uv_is_installed_and_on_path' (100) panicked at exercises/01_intro/00_welcome/src/lib.rs:35:14:
[INFO] [stdout] Failed to run uv: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6041f9f2287a - 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:     0x6041f9f2287a - 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:     0x6041f9f2287a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6041f9f2287a - <<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:     0x6041f9f364ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6041f9f364ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x6041f9f27102 - 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:     0x6041f9f27102 - <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:     0x6041f9f019af - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6041f9f019af - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6041f9f1ade9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6041f9eb7d6c - <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:     0x6041f9eb7d6c - 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:     0x6041f9f1afa2 - <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:     0x6041f9f1afa2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6041f9f01a68 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6041f9ef9409 - 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:     0x6041f9f0277d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6041f9f36cfc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6041f9f36ad2 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6041f9ea938c - core::result::Result<T,E>::expect::hf14b9d8622ec14bb
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x6041f9eab721 - welcome::tests::uv_is_installed_and_on_path::h511d17f936dec3fa
[INFO] [stdout]                                at /opt/rustwide/workdir/exercises/01_intro/00_welcome/src/lib.rs:35:14
[INFO] [stdout]   22:     0x6041f9eab877 - welcome::tests::uv_is_installed_and_on_path::{{closure}}::h45dfb6a64fd4ed1b
[INFO] [stdout]                                at /opt/rustwide/workdir/exercises/01_intro/00_welcome/src/lib.rs:31:37
[INFO] [stdout]   23:     0x6041f9ea7e86 - core::ops::function::FnOnce::call_once::hdbd0a49e46ee38cc
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x6041f9eabe4b - <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:     0x6041f9eabe4b - 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:     0x6041f9eb883b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x6041f9eb883b - <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:     0x6041f9eb883b - 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:     0x6041f9eb883b - 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:     0x6041f9eb883b - 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:     0x6041f9eb883b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x6041f9eb883b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x6041f9eb3f54 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x6041f9eb3f54 - 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:     0x6041f9ebb442 - 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:     0x6041f9ebb442 - <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:     0x6041f9ebb442 - 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:     0x6041f9ebb442 - 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:     0x6041f9ebb442 - 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:     0x6041f9ebb442 - 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:     0x6041f9ebb442 - <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:     0x6041f9f2218f - <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:     0x6041f9f2218f - <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:     0x7e7691279aa4 - <unknown>
[INFO] [stdout]   45:     0x7e7691306a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::uv_is_installed_and_on_path
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p welcome --lib`
[INFO] running `Command { std: "docker" "inspect" "266407b83e3d754c0df7e07da2dd5370b6f86014339b77bbe3ef8a6f53060bae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "266407b83e3d754c0df7e07da2dd5370b6f86014339b77bbe3ef8a6f53060bae", kill_on_drop: false }`
[INFO] [stdout] 266407b83e3d754c0df7e07da2dd5370b6f86014339b77bbe3ef8a6f53060bae
