[INFO] fetching crate cyclic_data_types 0.2.3... [INFO] testing cyclic_data_types-0.2.3 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate cyclic_data_types 0.2.3 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate cyclic_data_types 0.2.3 [INFO] finished tweaking crates.io crate cyclic_data_types 0.2.3 [INFO] tweaked toml for crates.io crate cyclic_data_types 0.2.3 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate cyclic_data_types 0.2.3 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 78 packages to latest compatible versions [INFO] [stderr] Adding arraydeque v0.4.5 (available: v0.5.1) [INFO] [stderr] Adding criterion v0.4.0 (available: v0.7.0) [INFO] [stderr] Adding ringbuffer v0.11.1 (available: v0.16.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8b63f88aab893779b304f1054b679ad3194994377b2d69a06da6c3483415607a [INFO] running `Command { std: "docker" "start" "-a" "8b63f88aab893779b304f1054b679ad3194994377b2d69a06da6c3483415607a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8b63f88aab893779b304f1054b679ad3194994377b2d69a06da6c3483415607a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b63f88aab893779b304f1054b679ad3194994377b2d69a06da6c3483415607a", kill_on_drop: false }` [INFO] [stdout] 8b63f88aab893779b304f1054b679ad3194994377b2d69a06da6c3483415607a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ddc413386f1aa0dc9330f63ed46ee10e84f1c3eab2f76b3f7bfbc4e0b24bde43 [INFO] running `Command { std: "docker" "start" "-a" "ddc413386f1aa0dc9330f63ed46ee10e84f1c3eab2f76b3f7bfbc4e0b24bde43", kill_on_drop: false }` [INFO] [stderr] Compiling cyclic_data_types v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function `new_empty` is never used [INFO] [stdout] --> src/lib.rs:33:26 [INFO] [stdout] | [INFO] [stdout] 24 | impl CyclicList { [INFO] [stdout] | ---------------------------------------------------------------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 33 | pub(crate) unsafe fn new_empty(initializer: fn()->T) -> 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/list/mod.rs:510:17 [INFO] [stdout] | [INFO] [stdout] 510 | pub fn iter(&self) -> Iter where Self: Sized { [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] 510 | pub fn iter(&self) -> Iter<'_, SIZE, T, WRITE_OVER> where Self: Sized { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s [INFO] running `Command { std: "docker" "inspect" "ddc413386f1aa0dc9330f63ed46ee10e84f1c3eab2f76b3f7bfbc4e0b24bde43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ddc413386f1aa0dc9330f63ed46ee10e84f1c3eab2f76b3f7bfbc4e0b24bde43", kill_on_drop: false }` [INFO] [stdout] ddc413386f1aa0dc9330f63ed46ee10e84f1c3eab2f76b3f7bfbc4e0b24bde43 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 084ea6a486a7f8484efcca9267d26516b3dadad6d088b81ce4eebb48e45a4753 [INFO] running `Command { std: "docker" "start" "-a" "084ea6a486a7f8484efcca9267d26516b3dadad6d088b81ce4eebb48e45a4753", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.110 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling os_str_bytes v6.6.1 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling circular-queue v0.2.7 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling arraydeque v0.4.5 [INFO] [stderr] Compiling typewit v1.14.2 [INFO] [stderr] Compiling textwrap v0.16.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling ring_queue v0.2.0 [INFO] [stdout] warning: associated function `new_empty` is never used [INFO] [stdout] --> src/lib.rs:33:26 [INFO] [stdout] | [INFO] [stdout] 24 | impl CyclicList { [INFO] [stdout] | ---------------------------------------------------------------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 33 | pub(crate) unsafe fn new_empty(initializer: fn()->T) -> 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/list/mod.rs:510:17 [INFO] [stdout] | [INFO] [stdout] 510 | pub fn iter(&self) -> Iter where Self: Sized { [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] 510 | pub fn iter(&self) -> Iter<'_, SIZE, T, WRITE_OVER> where Self: Sized { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling const_panic v0.2.15 [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling ringbuffer v0.11.1 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling zerocopy-derive v0.8.27 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling criterion v0.4.0 [INFO] [stderr] Compiling cyclic_data_types v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function `new_empty` is never used [INFO] [stdout] --> src/lib.rs:33:26 [INFO] [stdout] | [INFO] [stdout] 24 | impl CyclicList { [INFO] [stdout] | ---------------------------------------------------------------------------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 33 | pub(crate) unsafe fn new_empty(initializer: fn()->T) -> 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/list/mod.rs:510:17 [INFO] [stdout] | [INFO] [stdout] 510 | pub fn iter(&self) -> Iter where Self: Sized { [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] 510 | pub fn iter(&self) -> Iter<'_, SIZE, T, WRITE_OVER> where Self: Sized { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 27.58s [INFO] running `Command { std: "docker" "inspect" "084ea6a486a7f8484efcca9267d26516b3dadad6d088b81ce4eebb48e45a4753", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "084ea6a486a7f8484efcca9267d26516b3dadad6d088b81ce4eebb48e45a4753", kill_on_drop: false }` [INFO] [stdout] 084ea6a486a7f8484efcca9267d26516b3dadad6d088b81ce4eebb48e45a4753 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 81a9f7dedc23f54c7053868e92d306b7959690e311896bd453086919d960315d [INFO] running `Command { std: "docker" "start" "-a" "81a9f7dedc23f54c7053868e92d306b7959690e311896bd453086919d960315d", kill_on_drop: false }` [INFO] [stderr] warning: associated function `new_empty` is never used [INFO] [stderr] --> src/lib.rs:33:26 [INFO] [stderr] | [INFO] [stderr] 24 | impl CyclicList { [INFO] [stderr] | ---------------------------------------------------------------------------------- associated function in this implementation [INFO] [stderr] ... [INFO] [stderr] 33 | pub(crate) unsafe fn new_empty(initializer: fn()->T) -> Self{ [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/list/mod.rs:510:17 [INFO] [stderr] | [INFO] [stderr] 510 | pub fn iter(&self) -> Iter where Self: Sized { [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] 510 | pub fn iter(&self) -> Iter<'_, SIZE, T, WRITE_OVER> where Self: Sized { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `cyclic_data_types` (lib) generated 2 warnings (run `cargo fix --lib -p cyclic_data_types` to apply 1 suggestion) [INFO] [stderr] warning: `cyclic_data_types` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cyclic_data_types-a978c55bffc3b54a) [INFO] [stdout] [INFO] [stdout] running 123 tests [INFO] [stdout] test list::tests::debug::empty ... ok [INFO] [stdout] test list::tests::debug::filled ... ok [INFO] [stdout] test list::tests::display::empty ... ok [INFO] [stdout] test list::tests::display::one_element ... ok [INFO] [stdout] test list::tests::display::partially_filled ... ok [INFO] [stdout] test list::tests::from_iter::equal_to_list ... ok [INFO] [stdout] test list::tests::from_array::fill ... ok [INFO] [stdout] test list::tests::from_iter::greater_than_list_with_overflow ... ok [INFO] [stdout] test list::tests::debug::overflow ... ok [INFO] [stdout] test list::tests::from_iter::smaller_than_list ... ok [INFO] [stdout] test list::tests::get::empty ... ok [INFO] [stdout] test list::tests::get_mut::update ... ok [INFO] [stdout] test list::tests::get_mut::empty ... ok [INFO] [stdout] test list::tests::get_mut::get ... ok [INFO] [stdout] test list::tests::get::get_overflow ... ok [INFO] [stdout] test list::tests::get::get_from_back_overflow ... ok [INFO] [stdout] test list::tests::get_mut::get_from_back ... ok [INFO] [stdout] test list::tests::get_mut::get_from_back_overflow ... ok [INFO] [stdout] test list::tests::get_mut::get_overflow ... ok [INFO] [stdout] test list::tests::display::overflow ... ok [INFO] [stdout] test list::tests::display::filled ... ok [INFO] [stdout] test list::tests::debug::partially_filled ... ok [INFO] [stdout] test list::tests::get::get ... ok [INFO] [stdout] test list::tests::get::get_from_back ... ok [INFO] [stdout] test list::tests::index::get ... ok [INFO] [stdout] test list::tests::from_iter::greater_no_overflow - should panic ... ok [INFO] [stdout] test list::tests::index::filled_index_out_of_range - should panic ... ok [INFO] [stdout] test list::tests::index::empty_index_out_of_range - should panic ... ok [INFO] [stdout] test list::tests::index::filled_negative_index_out_of_range - should panic ... ok [INFO] [stdout] test list::tests::index::filled_overflow_index_out_of_range - should panic ... ok [INFO] [stdout] test list::tests::index::partially_filled_negative_index_out_of_range - should panic ... ok [INFO] [stdout] test list::tests::index::partially_filled_overflow_index_out_of_range - should panic ... ok [INFO] [stdout] test list::tests::index::partially_filled_overflow_negative_index_out_of_range - should panic ... ok [INFO] [stdout] test list::tests::index::partially_filled_index_out_of_range - should panic ... ok [INFO] [stdout] test list::tests::iter::iter ... ok [INFO] [stdout] test list::tests::index::empty_negative_index_out_of_range - should panic ... ok [INFO] [stdout] test list::tests::iter::iter_overflow_size ... ok [INFO] [stdout] test list::tests::iter::iter_overflow ... ok [INFO] [stdout] test list::tests::len::empty ... ok [INFO] [stdout] test list::tests::iter::iter_size ... ok [INFO] [stdout] test list::tests::index_mut::empty_negative_index_out_of_range - should panic ... ok [INFO] [stdout] test list::tests::index_mut::filled_index_out_of_range - should panic ... ok [INFO] [stdout] test list::tests::index::filled_overflow_negative_index_out_of_range - should panic ... ok [INFO] [stdout] test list::tests::index_mut::filled_overflow_index_out_of_range - should panic ... ok [INFO] [stdout] test list::tests::index_mut::filled_overflow_negative_index_out_of_range - should panic ... ok [INFO] [stdout] test list::tests::index_mut::empty_index_out_of_range - should panic ... ok [INFO] [stdout] test list::tests::index_mut::partially_filled_index_out_of_range - should panic ... ok [INFO] [stdout] test list::tests::index_mut::filled_negative_index_out_of_range - should panic ... ok [INFO] [stdout] test list::tests::len::overflow_push_front ... ok [INFO] [stdout] test list::tests::index_mut::partially_filled_negative_index_out_of_range - should panic ... ok [INFO] [stdout] test list::tests::index_mut::partially_filled_overflow_index_out_of_range - should panic ... ok [INFO] [stdout] test list::tests::len::overflow_push_back ... ok [INFO] [stdout] test list::tests::index_mut::partially_filled_overflow_negative_index_out_of_range - should panic ... ok [INFO] [stdout] test list::tests::index_mut::update ... ok [INFO] [stdout] test list::tests::iter::empty ... ok [INFO] [stdout] test list::tests::len::partial_size_push_back ... ok [INFO] [stdout] test list::tests::len::partial_size_push_front ... ok [INFO] [stdout] test list::tests::push_back::empty ... ok [INFO] [stdout] test list::tests::push_back::fill ... ok [INFO] [stdout] test list::tests::push_back::no_overflow ... ok [INFO] [stdout] test list::tests::push_back::overflow ... ok [INFO] [stdout] test list::tests::push_front::overflow ... ok [INFO] [stdout] test list::tests::remove_back::empty ... ok [INFO] [stdout] test list::tests::remove_front::get_last ... ok [INFO] [stdout] test list::tests::swap_write_over::false_to_true ... ok [INFO] [stdout] test list::tests::try_from_iter::equal_to_list ... ok [INFO] [stdout] test list::tests::swap_write_over::true_to_false ... ok [INFO] [stdout] test list::tests::try_from_iter::no_overflow ... ok [INFO] [stdout] test list::tests::try_from_linked_list::no_overflow ... ok [INFO] [stdout] test list::tests::try_from_linked_list::overflow ... ok [INFO] [stdout] test list::tests::try_from_linked_list::smaller_than_list ... ok [INFO] [stdout] test list::tests::push_front::empty ... ok [INFO] [stdout] test list::tests::remove_back::get_last ... ok [INFO] [stdout] test list::tests::try_from_iter::smaller_than_list ... ok [INFO] [stdout] test list::tests::try_from_iter::overflow ... ok [INFO] [stdout] test list::tests::push_front::fill ... ok [INFO] [stdout] test list::tests::try_from_linked_list::empty ... ok [INFO] [stdout] test list::tests::remove_front::empty ... ok [INFO] [stdout] test list::tests::try_from_iter::empty ... ok [INFO] [stdout] test list::tests::try_from_linked_list::equal_to_list ... ok [INFO] [stdout] test list::tests::try_from_vec::equal_to_list ... ok [INFO] [stdout] test list::tests::try_from_vec::no_overflow ... ok [INFO] [stdout] test queue::tests::debug::empty ... ok [INFO] [stdout] test list::tests::try_from_vec::smaller_than_list ... ok [INFO] [stdout] test list::tests::try_from_vec::overflow ... ok [INFO] [stdout] test queue::tests::debug::partially_filled ... ok [INFO] [stdout] test queue::tests::display::filled ... ok [INFO] [stdout] test queue::tests::debug::filled ... ok [INFO] [stdout] test queue::tests::display::one_element ... ok [INFO] [stdout] test queue::tests::display::overflow ... ok [INFO] [stdout] test queue::tests::display::empty ... ok [INFO] [stdout] test stack::tests::debug::empty ... ok [INFO] [stdout] test stack::tests::debug::filled ... ok [INFO] [stdout] test stack::tests::debug::partially_filled ... ok [INFO] [stdout] test stack::tests::debug::overflow ... ok [INFO] [stdout] test stack::tests::display::empty ... ok [INFO] [stdout] test stack::tests::display::filled ... ok [INFO] [stdout] test stack::tests::display::one_element ... ok [INFO] [stdout] test queue::tests::debug::overflow ... ok [INFO] [stdout] test queue::tests::display::partially_filled ... ok [INFO] [stdout] test list::tests::try_from_vec::empty ... ok [INFO] [stdout] test stack::tests::display::partially_filled ... ok [INFO] [stdout] test stack::tests::len::overflow_push ... ok [INFO] [stdout] test stack::tests::len::partial_size_push ... ok [INFO] [stdout] test stack::tests::peek::empty ... ok [INFO] [stdout] test stack::tests::pop::empty ... ok [INFO] [stdout] test stack::tests::pop::filled ... ok [INFO] [stdout] test stack::tests::peek::filled ... ok [INFO] [stdout] test stack::tests::pop::partially_filled ... ok [INFO] [stdout] test stack::tests::pop::overflow ... ok [INFO] [stdout] test stack::tests::push::no_overflow ... ok [INFO] [stdout] test stack::tests::peek::overflow ... ok [INFO] [stdout] test stack::tests::display::overflow ... ok [INFO] [stdout] test stack::tests::len::empty ... ok [INFO] [stdout] test stack::tests::peek::partially_filled ... ok [INFO] [stdout] test stack::tests::push::empty ... ok [INFO] [stdout] test stack::tests::push::fill ... ok [INFO] [stdout] test stack::tests::read::empty ... ok [INFO] [stdout] test stack::tests::read::filled ... ok [INFO] [stdout] test stack::tests::read::overflow ... ok [INFO] [stdout] test stack::tests::read::partially_filled ... ok [INFO] [stdout] test list::tests::push_front::no_overflow ... ok [INFO] [stdout] test stack::tests::push::overflow ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 123 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s [INFO] [stdout] [INFO] [stderr] Doc-tests cyclic_data_types [INFO] [stderr] warning: lint `missing_doc_code_examples` has been renamed to `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/lib.rs:2:9 [INFO] [stderr] | [INFO] [stderr] 2 | #![deny(missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_doc_code_examples` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/lib.rs:2:9 [INFO] [stderr] | [INFO] [stderr] 2 | #![deny(missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-11-07; consider upgrading it if it is out of date [INFO] [stderr] = note: `#[warn(unknown_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 40 tests [INFO] [stdout] test src/list/mod.rs - list::List::get_mut (line 383) ... ok [INFO] [stdout] test src/list/mod.rs - list::List::get (line 304) ... ok [INFO] [stdout] test src/list/mod.rs - list::List::get (line 286) ... ok [INFO] [stdout] test src/list/mod.rs - list::List (line 101) ... ok [INFO] [stdout] test src/list/mod.rs - list::List (line 62) ... ok [INFO] [stdout] test src/list/mod.rs - list::List::len (line 119) ... ok [INFO] [stdout] test src/list/mod.rs - list::List (line 51) ... ok [INFO] [stdout] test src/list/mod.rs - list::List::push_back (line 141) ... ok [INFO] [stdout] test src/list/mod.rs - list::List::get_mut (line 363) ... ok [INFO] [stdout] test src/list/mod.rs - list::List::get_mut (line 373) ... ok [INFO] [stdout] test src/list/mod.rs - list::List (line 82) ... ok [INFO] [stdout] test src/list/mod.rs - list::List::get (line 294) ... ok [INFO] [stdout] test src/list/mod.rs - list::List::push_back (line 154) ... ok [INFO] [stdout] test src/list/mod.rs - list::List::push_front (line 214) ... ok [INFO] [stdout] test src/list/mod.rs - list::List::get_mut (line 355) ... ok [INFO] [stdout] test src/list/mod.rs - list::List (line 91) ... ok [INFO] [stdout] test src/list/mod.rs - list::List::push_back (line 168) ... ok [INFO] [stdout] test src/queue/mod.rs - queue::Queue (line 38) ... ok [INFO] [stdout] test src/queue/mod.rs - queue::Queue (line 50) ... ok [INFO] [stdout] test src/queue/mod.rs - queue::Queue::len (line 107) ... ok [INFO] [stdout] test src/queue/mod.rs - queue::Queue (line 80) ... ok [INFO] [stdout] test src/list/mod.rs - list::List::push_front (line 241) ... ok [INFO] [stdout] test src/list/mod.rs - list::List::remove_back (line 433) ... ok [INFO] [stdout] test src/list/mod.rs - list::List::push_front (line 227) ... ok [INFO] [stdout] test src/queue/mod.rs - queue::Queue::enqueue (line 124) ... ok [INFO] [stdout] test src/queue/mod.rs - queue::Queue::dequeue (line 162) ... ok [INFO] [stdout] test src/queue/mod.rs - queue::Queue::peek (line 144) ... ok [INFO] [stdout] test src/stack/mod.rs - stack::Stack (line 37) ... ok [INFO] [stdout] test src/queue/mod.rs - queue::Queue (line 71) ... ok [INFO] [stdout] test src/stack/mod.rs - stack::Stack (line 49) ... ok [INFO] [stdout] test src/stack/mod.rs - stack::Stack::len (line 105) ... ok [INFO] [stdout] test src/list/mod.rs - list::List::remove_front (line 469) ... ok [INFO] [stdout] test src/stack/mod.rs - stack::Stack (line 88) ... ok [INFO] [stdout] test src/queue/mod.rs - queue::Queue (line 90) ... ok [INFO] [stdout] test src/stack/mod.rs - stack::Stack (line 78) ... ok [INFO] [stdout] test src/stack/mod.rs - stack::Stack (line 69) ... ok [INFO] [stdout] test src/stack/mod.rs - stack::Stack::push (line 122) ... ok [INFO] [stdout] test src/stack/mod.rs - stack::Stack::peek (line 145) ... ok [INFO] [stdout] test src/stack/mod.rs - stack::Stack::pop (line 160) ... ok [INFO] [stdout] test src/stack/mod.rs - stack::Stack::read (line 175) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.73s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "81a9f7dedc23f54c7053868e92d306b7959690e311896bd453086919d960315d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81a9f7dedc23f54c7053868e92d306b7959690e311896bd453086919d960315d", kill_on_drop: false }` [INFO] [stdout] 81a9f7dedc23f54c7053868e92d306b7959690e311896bd453086919d960315d