[INFO] cloning repository https://github.com/grv07/rust-with-too-many-link-lists
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/grv07/rust-with-too-many-link-lists" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgrv07%2Frust-with-too-many-link-lists", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgrv07%2Frust-with-too-many-link-lists'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 62ada573a18e4327dde9d360a52404524fcba942
[INFO] testing grv07/rust-with-too-many-link-lists against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgrv07%2Frust-with-too-many-link-lists" "/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/grv07/rust-with-too-many-link-lists
[INFO] finished tweaking git repo https://github.com/grv07/rust-with-too-many-link-lists
[INFO] tweaked toml for git repo https://github.com/grv07/rust-with-too-many-link-lists written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/grv07/rust-with-too-many-link-lists on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/grv07/rust-with-too-many-link-lists 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-04-21" "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-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9274686e4436e52968064d1ce39a0eaa122af560340006c014ca8fe50474218e
[INFO] running `Command { std: "docker" "start" "-a" "9274686e4436e52968064d1ce39a0eaa122af560340006c014ca8fe50474218e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9274686e4436e52968064d1ce39a0eaa122af560340006c014ca8fe50474218e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9274686e4436e52968064d1ce39a0eaa122af560340006c014ca8fe50474218e", kill_on_drop: false }`
[INFO] [stdout] 9274686e4436e52968064d1ce39a0eaa122af560340006c014ca8fe50474218e
[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-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1ed84cb14a8ce173cba5ebc91b19f3155f9904addb0c49f87c90cf309392f4bd
[INFO] running `Command { std: "docker" "start" "-a" "1ed84cb14a8ce173cba5ebc91b19f3155f9904addb0c49f87c90cf309392f4bd", kill_on_drop: false }`
[INFO] [stderr]    Compiling lists v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type `fourth::List<T>` is more private than the item `fourth::IntoIter::<T>::new`
[INFO] [stdout]   --> src/fourth.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn new(list: List<T>) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated function `fourth::IntoIter::<T>::new` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `fourth::List<T>` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> src/fourth.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | struct List<T> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/fourth.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<T> Node<T> {
[INFO] [stdout]    | --------------- associated function in this implementation
[INFO] [stdout] 15 |     pub fn new(elem: T) -> Rc<RefCell<Self>> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/fourth.rs:46:12
[INFO] [stdout]     |
[INFO] [stdout]  45 | impl<T> List<T> {
[INFO] [stdout]     | --------------- associated items in this implementation
[INFO] [stdout]  46 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  53 |     pub fn push_front(&mut self, elem: T) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  85 |     pub fn push_back(&mut self, elem: T) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn pop_back(&mut self) -> Option<T> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 |     pub fn peek_front(&self) -> Option<Ref<'_, T>> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 |     pub fn peek_front_mut(&self) -> Option<RefMut<'_, T>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 |     pub fn peek_back(&self) -> Option<Ref<'_, T>> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 |     pub fn peek_back_mut(&self) -> Option<RefMut<'_, T>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/second.rs:73:17
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/second.rs:101:21
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub fn mut_iter(&mut self) -> MutIter<T> {
[INFO] [stdout]     |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub fn mut_iter(&mut self) -> MutIter<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/third.rs:51:17
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] running `Command { std: "docker" "inspect" "1ed84cb14a8ce173cba5ebc91b19f3155f9904addb0c49f87c90cf309392f4bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ed84cb14a8ce173cba5ebc91b19f3155f9904addb0c49f87c90cf309392f4bd", kill_on_drop: false }`
[INFO] [stdout] 1ed84cb14a8ce173cba5ebc91b19f3155f9904addb0c49f87c90cf309392f4bd
[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-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 73d3527f52f434f0a153c29964919bbdf6d88dc752bb2d4948689e2146bc6a8e
[INFO] running `Command { std: "docker" "start" "-a" "73d3527f52f434f0a153c29964919bbdf6d88dc752bb2d4948689e2146bc6a8e", kill_on_drop: false }`
[INFO] [stdout] warning: type `fourth::List<T>` is more private than the item `fourth::IntoIter::<T>::new`
[INFO] [stdout]   --> src/fourth.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn new(list: List<T>) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated function `fourth::IntoIter::<T>::new` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `fourth::List<T>` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> src/fourth.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | struct List<T> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/fourth.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<T> Node<T> {
[INFO] [stdout]    | --------------- associated function in this implementation
[INFO] [stdout] 15 |     pub fn new(elem: T) -> Rc<RefCell<Self>> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/fourth.rs:46:12
[INFO] [stdout]     |
[INFO] [stdout]  45 | impl<T> List<T> {
[INFO] [stdout]     | --------------- associated items in this implementation
[INFO] [stdout]  46 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  53 |     pub fn push_front(&mut self, elem: T) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  85 |     pub fn push_back(&mut self, elem: T) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn pop_back(&mut self) -> Option<T> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 |     pub fn peek_front(&self) -> Option<Ref<'_, T>> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 |     pub fn peek_front_mut(&self) -> Option<RefMut<'_, T>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 |     pub fn peek_back(&self) -> Option<Ref<'_, T>> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 |     pub fn peek_back_mut(&self) -> Option<RefMut<'_, T>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling lists v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/second.rs:73:17
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/second.rs:101:21
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub fn mut_iter(&mut self) -> MutIter<T> {
[INFO] [stdout]     |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub fn mut_iter(&mut self) -> MutIter<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/third.rs:51:17
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `fourth::List<T>` is more private than the item `fourth::IntoIter::<T>::new`
[INFO] [stdout]   --> src/fourth.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn new(list: List<T>) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated function `fourth::IntoIter::<T>::new` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `fourth::List<T>` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> src/fourth.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | struct List<T> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `peek_front_mut`, `peek_back`, and `peek_back_mut` are never used
[INFO] [stdout]    --> src/fourth.rs:121:12
[INFO] [stdout]     |
[INFO] [stdout]  45 | impl<T> List<T> {
[INFO] [stdout]     | --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 121 |     pub fn peek_front_mut(&self) -> Option<RefMut<'_, T>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 |     pub fn peek_back(&self) -> Option<Ref<'_, T>> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 |     pub fn peek_back_mut(&self) -> Option<RefMut<'_, T>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/second.rs:73:17
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/second.rs:101:21
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub fn mut_iter(&mut self) -> MutIter<T> {
[INFO] [stdout]     |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub fn mut_iter(&mut self) -> MutIter<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/third.rs:51:17
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.57s
[INFO] running `Command { std: "docker" "inspect" "73d3527f52f434f0a153c29964919bbdf6d88dc752bb2d4948689e2146bc6a8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "73d3527f52f434f0a153c29964919bbdf6d88dc752bb2d4948689e2146bc6a8e", kill_on_drop: false }`
[INFO] [stdout] 73d3527f52f434f0a153c29964919bbdf6d88dc752bb2d4948689e2146bc6a8e
[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-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] fa55e4dcbad712a2addcd71050cb6712e10c74f65307a9b5fa4649a4045e1edc
[INFO] running `Command { std: "docker" "start" "-a" "fa55e4dcbad712a2addcd71050cb6712e10c74f65307a9b5fa4649a4045e1edc", kill_on_drop: false }`
[INFO] [stderr] warning: type `fourth::List<T>` is more private than the item `fourth::IntoIter::<T>::new`
[INFO] [stderr]   --> src/fourth.rs:32:5
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub fn new(list: List<T>) -> Self {
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated function `fourth::IntoIter::<T>::new` is reachable at visibility `pub`
[INFO] [stderr]    |
[INFO] [stderr] note: but type `fourth::List<T>` is only usable at visibility `pub(self)`
[INFO] [stderr]   --> src/fourth.rs:24:1
[INFO] [stderr]    |
[INFO] [stderr] 24 | struct List<T> {
[INFO] [stderr]    | ^^^^^^^^^^^^^^
[INFO] [stderr]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]   --> src/fourth.rs:15:12
[INFO] [stderr]    |
[INFO] [stderr] 14 | impl<T> Node<T> {
[INFO] [stderr]    | --------------- associated function in this implementation
[INFO] [stderr] 15 |     pub fn new(elem: T) -> Rc<RefCell<Self>> {
[INFO] [stderr]    |            ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: multiple associated items are never used
[INFO] [stderr]    --> src/fourth.rs:46:12
[INFO] [stderr]     |
[INFO] [stderr]  45 | impl<T> List<T> {
[INFO] [stderr]     | --------------- associated items in this implementation
[INFO] [stderr]  46 |     pub fn new() -> Self {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] ...
[INFO] [stderr]  53 |     pub fn push_front(&mut self, elem: T) {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  85 |     pub fn push_back(&mut self, elem: T) {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 100 |     pub fn pop_back(&mut self) -> Option<T> {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 |     pub fn peek_front(&self) -> Option<Ref<'_, T>> {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 121 |     pub fn peek_front_mut(&self) -> Option<RefMut<'_, T>> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 |     pub fn peek_back(&self) -> Option<Ref<'_, T>> {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 133 |     pub fn peek_back_mut(&self) -> Option<RefMut<'_, T>> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/second.rs:73:17
[INFO] [stderr]    |
[INFO] [stderr] 73 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stderr]    |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 73 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stderr]    |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/second.rs:101:21
[INFO] [stderr]     |
[INFO] [stderr] 101 |     pub fn mut_iter(&mut self) -> MutIter<T> {
[INFO] [stderr]     |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 101 |     pub fn mut_iter(&mut self) -> MutIter<'_, T> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/third.rs:51:17
[INFO] [stderr]    |
[INFO] [stderr] 51 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stderr]    |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 
[INFO] [stderr]    |                 |
[INFO] [stdout] running 12 tests
[INFO] [stderr]    |                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 51 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stderr]    |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: `lists` (lib) generated 6 warnings (run `cargo fix --lib -p lists` to apply 3 suggestions)
[INFO] [stderr] warning: methods `peek_front_mut`, `peek_back`, and `peek_back_mut` are never used
[INFO] [stderr]    --> src/fourth.rs:121:12
[INFO] [stderr]     |
[INFO] [stderr]  45 | impl<T> List<T> {
[INFO] [stderr]     | --------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 121 |     pub fn peek_front_mut(&self) -> Option<RefMut<'_, T>> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 127 |     pub fn peek_back(&self) -> Option<Ref<'_, T>> {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 133 |     pub fn peek_back_mut(&self) -> Option<RefMut<'_, T>> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `lists` (lib test) generated 5 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lists-02e5c36aa6903bc3)
[INFO] [stdout] test fourth::test::basic ... ok
[INFO] [stdout] test fourth::test::into_iter ... ok
[INFO] [stdout] test fourth::test::peek_front_test ... ok
[INFO] [stdout] test second::test::basics ... ok
[INFO] [stdout] test fourth::test::pop_back ... ok
[INFO] [stdout] test fourth::test::push_back ... ok
[INFO] [stdout] test second::test::into_iter ... ok
[INFO] [stdout] test third::test::create ... ok
[INFO] [stdout] test third::test::iter ... ok
[INFO] [stdout] test second::test::iter ... ok
[INFO] [stdout] test second::test::mut_iter ... ok
[INFO] [stdout] test first::test::basics ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests lists
[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] running `Command { std: "docker" "inspect" "fa55e4dcbad712a2addcd71050cb6712e10c74f65307a9b5fa4649a4045e1edc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa55e4dcbad712a2addcd71050cb6712e10c74f65307a9b5fa4649a4045e1edc", kill_on_drop: false }`
[INFO] [stdout] fa55e4dcbad712a2addcd71050cb6712e10c74f65307a9b5fa4649a4045e1edc
