[INFO] fetching crate data-structures 0.1.0...
[INFO] testing data-structures-0.1.0 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate data-structures 0.1.0 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate data-structures 0.1.0 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate data-structures 0.1.0
[INFO] finished tweaking crates.io crate data-structures 0.1.0
[INFO] tweaked toml for crates.io crate data-structures 0.1.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e1779fb259e4437a64b94ca1b921bb5a0f2a935577ee3bdc0c5b56b8b8a1d986
[INFO] running `Command { std: "docker" "start" "-a" "e1779fb259e4437a64b94ca1b921bb5a0f2a935577ee3bdc0c5b56b8b8a1d986", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e1779fb259e4437a64b94ca1b921bb5a0f2a935577ee3bdc0c5b56b8b8a1d986", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e1779fb259e4437a64b94ca1b921bb5a0f2a935577ee3bdc0c5b56b8b8a1d986", kill_on_drop: false }`
[INFO] [stdout] e1779fb259e4437a64b94ca1b921bb5a0f2a935577ee3bdc0c5b56b8b8a1d986
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3ce593cbbd70b747a6f83bff89582ae0f06f0020afe9aa38f2dbd0b3c1c7564c
[INFO] running `Command { std: "docker" "start" "-a" "3ce593cbbd70b747a6f83bff89582ae0f06f0020afe9aa38f2dbd0b3c1c7564c", kill_on_drop: false }`
[INFO] [stderr]    Compiling data-structures v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `fmt_display_linked_list::*`
[INFO] [stdout]   --> src/linked_list/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use fmt_display_linked_list::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] running `Command { std: "docker" "inspect" "3ce593cbbd70b747a6f83bff89582ae0f06f0020afe9aa38f2dbd0b3c1c7564c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3ce593cbbd70b747a6f83bff89582ae0f06f0020afe9aa38f2dbd0b3c1c7564c", kill_on_drop: false }`
[INFO] [stdout] 3ce593cbbd70b747a6f83bff89582ae0f06f0020afe9aa38f2dbd0b3c1c7564c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 183f3e22f4ecea8baed46bf3a280b122a02e5b1447f029ac4914eac02c9443bf
[INFO] running `Command { std: "docker" "start" "-a" "183f3e22f4ecea8baed46bf3a280b122a02e5b1447f029ac4914eac02c9443bf", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `fmt_display_linked_list::*`
[INFO] [stdout]   --> src/linked_list/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use fmt_display_linked_list::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling data-structures v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fmt_display_linked_list::*`
[INFO] [stdout]   --> src/linked_list/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use fmt_display_linked_list::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s
[INFO] running `Command { std: "docker" "inspect" "183f3e22f4ecea8baed46bf3a280b122a02e5b1447f029ac4914eac02c9443bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "183f3e22f4ecea8baed46bf3a280b122a02e5b1447f029ac4914eac02c9443bf", kill_on_drop: false }`
[INFO] [stdout] 183f3e22f4ecea8baed46bf3a280b122a02e5b1447f029ac4914eac02c9443bf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 03bf7c5ef7cc1a8b73136ec5b1e10b6227f97fef376bbb6fe0461306582045a7
[INFO] running `Command { std: "docker" "start" "-a" "03bf7c5ef7cc1a8b73136ec5b1e10b6227f97fef376bbb6fe0461306582045a7", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `fmt_display_linked_list::*`
[INFO] [stderr]   --> src/linked_list/mod.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub use fmt_display_linked_list::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `data-structures` (lib) generated 1 warning (run `cargo fix --lib -p data-structures` to apply 1 suggestion)
[INFO] [stderr] warning: `data-structures` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.00s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/data_structures-6435b5d05ade9884)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test linked_list::tests::delete_at_posn_test ... ok
[INFO] [stdout] test linked_list::tests::delete_where_test ... ok
[INFO] [stdout] test linked_list::tests::fmt_display_test ... ok
[INFO] [stdout] test linked_list::tests::into_iter_test ... ok
[INFO] [stdout] test linked_list::tests::iter_mut_test ... ok
[INFO] [stdout] test linked_list::tests::iter_test ... ok
[INFO] [stdout] test linked_list::tests::reverse_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests data_structures
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::into_iter (line 315) ... FAILED
[INFO] [stdout] test src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::delete_at_posn (line 131) ... FAILED
[INFO] [stdout] test src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::prepend (line 103) ... FAILED
[INFO] [stdout] test src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::reverse (line 246) ... FAILED
[INFO] [stdout] test src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::iter_mut (line 274) ... FAILED
[INFO] [stdout] test src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::insert (line 62) ... FAILED
[INFO] [stdout] test src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::delete_where (line 180) ... FAILED
[INFO] [stdout] test src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::append (line 33) ... FAILED
[INFO] [stdout] test src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::iter (line 293) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::into_iter (line 315) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: could not find `linked_list_lib` in the crate root
[INFO] [stdout]  --> src/linked_list/linked_list.rs:316:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use self::linked_list_lib::linked_list::*;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^ could not find `linked_list_lib` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LinkedList`
[INFO] [stdout]  --> src/linked_list/linked_list.rs:317:24
[INFO] [stdout]   |
[INFO] [stdout] 4 |  let mut linked_list = LinkedList::<i32>::new();
[INFO] [stdout]   |                        ^^^^^^^^^^ use of undeclared type `LinkedList`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use data_structures::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::delete_at_posn (line 131) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: could not find `linked_list_lib` in the crate root
[INFO] [stdout]  --> src/linked_list/linked_list.rs:132:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use self::linked_list_lib::linked_list::*;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^ could not find `linked_list_lib` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LinkedList`
[INFO] [stdout]  --> src/linked_list/linked_list.rs:133:24
[INFO] [stdout]   |
[INFO] [stdout] 4 |  let mut linked_list = LinkedList::<i32>::new();
[INFO] [stdout]   |                        ^^^^^^^^^^ use of undeclared type `LinkedList`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use data_structures::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::prepend (line 103) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: could not find `linked_list_lib` in the crate root
[INFO] [stdout]  --> src/linked_list/linked_list.rs:104:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use self::linked_list_lib::linked_list::*;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^ could not find `linked_list_lib` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LinkedList`
[INFO] [stdout]  --> src/linked_list/linked_list.rs:105:24
[INFO] [stdout]   |
[INFO] [stdout] 4 |  let mut linked_list = LinkedList::<i32>::new();
[INFO] [stdout]   |                        ^^^^^^^^^^ use of undeclared type `LinkedList`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use data_structures::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::reverse (line 246) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: could not find `linked_list_lib` in the crate root
[INFO] [stdout]  --> src/linked_list/linked_list.rs:247:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use self::linked_list_lib::linked_list::*;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^ could not find `linked_list_lib` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LinkedList`
[INFO] [stdout]  --> src/linked_list/linked_list.rs:248:24
[INFO] [stdout]   |
[INFO] [stdout] 4 |  let mut linked_list = LinkedList::<i32>::new();
[INFO] [stdout]   |                        ^^^^^^^^^^ use of undeclared type `LinkedList`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use data_structures::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::iter_mut (line 274) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: could not find `linked_list_lib` in the crate root
[INFO] [stdout]  --> src/linked_list/linked_list.rs:275:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use self::linked_list_lib::linked_list::*;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^ could not find `linked_list_lib` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LinkedList`
[INFO] [stdout]  --> src/linked_list/linked_list.rs:276:24
[INFO] [stdout]   |
[INFO] [stdout] 4 |  let mut linked_list = LinkedList::<i32>::new();
[INFO] [stdout]   |                        ^^^^^^^^^^ use of undeclared type `LinkedList`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use data_structures::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::insert (line 62) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: could not find `linked_list_lib` in the crate root
[INFO] [stdout]  --> src/linked_list/linked_list.rs:63:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use self::linked_list_lib::linked_list::*;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^ could not find `linked_list_lib` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LinkedList`
[INFO] [stdout]  --> src/linked_list/linked_list.rs:64:24
[INFO] [stdout]   |
[INFO] [stdout] 4 |  let mut linked_list = LinkedList::<i32>::new();
[INFO] [stdout]   |                        ^^^^^^^^^^ use of undeclared type `LinkedList`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use data_structures::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::delete_where (line 180) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: could not find `linked_list_lib` in the crate root
[INFO] [stdout]  --> src/linked_list/linked_list.rs:181:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use self::linked_list_lib::linked_list::*;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^ could not find `linked_list_lib` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LinkedList`
[INFO] [stdout]  --> src/linked_list/linked_list.rs:182:24
[INFO] [stdout]   |
[INFO] [stdout] 4 |  let mut linked_list = LinkedList::<i32>::new();
[INFO] [stdout]   |                        ^^^^^^^^^^ use of undeclared type `LinkedList`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use data_structures::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::append (line 33) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: could not find `linked_list_lib` in the crate root
[INFO] [stdout]  --> src/linked_list/linked_list.rs:34:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use self::linked_list_lib::linked_list::*;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^ could not find `linked_list_lib` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LinkedList`
[INFO] [stdout]  --> src/linked_list/linked_list.rs:35:24
[INFO] [stdout]   |
[INFO] [stdout] 4 |  let mut linked_list = LinkedList::<i32>::new();
[INFO] [stdout]   |                        ^^^^^^^^^^ use of undeclared type `LinkedList`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use data_structures::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::iter (line 293) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: could not find `linked_list_lib` in the crate root
[INFO] [stdout]  --> src/linked_list/linked_list.rs:294:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use self::linked_list_lib::linked_list::*;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^ could not find `linked_list_lib` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LinkedList`
[INFO] [stdout]  --> src/linked_list/linked_list.rs:295:24
[INFO] [stdout]   |
[INFO] [stdout] 4 |  let mut linked_list = LinkedList::<i32>::new();
[INFO] [stdout]   |                        ^^^^^^^^^^ use of undeclared type `LinkedList`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use data_structures::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::append (line 33)
[INFO] [stdout]     src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::delete_at_posn (line 131)
[INFO] [stdout]     src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::delete_where (line 180)
[INFO] [stdout]     src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::insert (line 62)
[INFO] [stdout]     src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::into_iter (line 315)
[INFO] [stdout]     src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::iter (line 293)
[INFO] [stdout]     src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::iter_mut (line 274)
[INFO] [stdout]     src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::prepend (line 103)
[INFO] [stdout]     src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::reverse (line 246)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "03bf7c5ef7cc1a8b73136ec5b1e10b6227f97fef376bbb6fe0461306582045a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03bf7c5ef7cc1a8b73136ec5b1e10b6227f97fef376bbb6fe0461306582045a7", kill_on_drop: false }`
[INFO] [stdout] 03bf7c5ef7cc1a8b73136ec5b1e10b6227f97fef376bbb6fe0461306582045a7
[INFO] testing data-structures-0.1.0 against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] extracting crate data-structures 0.1.0 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate data-structures 0.1.0 on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate data-structures 0.1.0
[INFO] finished tweaking crates.io crate data-structures 0.1.0
[INFO] tweaked toml for crates.io crate data-structures 0.1.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c573fe9a5869f0ffbb3b65e8009e82c2f9e3c0d06c18f0a978b50b384435dc81
[INFO] running `Command { std: "docker" "start" "-a" "c573fe9a5869f0ffbb3b65e8009e82c2f9e3c0d06c18f0a978b50b384435dc81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c573fe9a5869f0ffbb3b65e8009e82c2f9e3c0d06c18f0a978b50b384435dc81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c573fe9a5869f0ffbb3b65e8009e82c2f9e3c0d06c18f0a978b50b384435dc81", kill_on_drop: false }`
[INFO] [stdout] c573fe9a5869f0ffbb3b65e8009e82c2f9e3c0d06c18f0a978b50b384435dc81
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 81a90b5e6c30ad2c2acb7f8a9c03f3fd685234887be8bc76814fdd5de2514799
[INFO] running `Command { std: "docker" "start" "-a" "81a90b5e6c30ad2c2acb7f8a9c03f3fd685234887be8bc76814fdd5de2514799", kill_on_drop: false }`
[INFO] [stderr]    Compiling data-structures v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `fmt_display_linked_list::*`
[INFO] [stdout]   --> src/linked_list/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use fmt_display_linked_list::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] running `Command { std: "docker" "inspect" "81a90b5e6c30ad2c2acb7f8a9c03f3fd685234887be8bc76814fdd5de2514799", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81a90b5e6c30ad2c2acb7f8a9c03f3fd685234887be8bc76814fdd5de2514799", kill_on_drop: false }`
[INFO] [stdout] 81a90b5e6c30ad2c2acb7f8a9c03f3fd685234887be8bc76814fdd5de2514799
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 01759ab238c54e854de2c712a767ab524430a3363c94db2ecc7090a136cc289c
[INFO] running `Command { std: "docker" "start" "-a" "01759ab238c54e854de2c712a767ab524430a3363c94db2ecc7090a136cc289c", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `fmt_display_linked_list::*`
[INFO] [stdout]   --> src/linked_list/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use fmt_display_linked_list::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling data-structures v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fmt_display_linked_list::*`
[INFO] [stdout]   --> src/linked_list/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use fmt_display_linked_list::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s
[INFO] running `Command { std: "docker" "inspect" "01759ab238c54e854de2c712a767ab524430a3363c94db2ecc7090a136cc289c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01759ab238c54e854de2c712a767ab524430a3363c94db2ecc7090a136cc289c", kill_on_drop: false }`
[INFO] [stdout] 01759ab238c54e854de2c712a767ab524430a3363c94db2ecc7090a136cc289c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5dce752490e23eb2177b4c05ef2aac7952f94066da8095d7d2547bfb595a91c6
[INFO] running `Command { std: "docker" "start" "-a" "5dce752490e23eb2177b4c05ef2aac7952f94066da8095d7d2547bfb595a91c6", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `fmt_display_linked_list::*`
[INFO] [stderr]   --> src/linked_list/mod.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub use fmt_display_linked_list::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `data-structures` (lib) generated 1 warning (run `cargo fix --lib -p data-structures` to apply 1 suggestion)
[INFO] [stderr] warning: `data-structures` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.00s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/data_structures-6435b5d05ade9884)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test linked_list::tests::delete_at_posn_test ... ok
[INFO] [stdout] test linked_list::tests::delete_where_test ... ok
[INFO] [stdout] test linked_list::tests::into_iter_test ... ok
[INFO] [stdout] test linked_list::tests::iter_mut_test ... ok
[INFO] [stdout] test linked_list::tests::iter_test ... ok
[INFO] [stdout] test linked_list::tests::fmt_display_test ... ok
[INFO] [stdout] test linked_list::tests::reverse_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests data_structures
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::reverse (line 246) ... FAILED
[INFO] [stdout] test src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::prepend (line 103) ... FAILED
[INFO] [stdout] test src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::iter (line 293) ... FAILED
[INFO] [stdout] test src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::delete_at_posn (line 131) ... FAILED
[INFO] [stdout] test src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::insert (line 62) ... FAILED
[INFO] [stdout] test src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::into_iter (line 315) ... FAILED
[INFO] [stdout] test src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::iter_mut (line 274) ... FAILED
[INFO] [stdout] test src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::append (line 33) ... FAILED
[INFO] [stdout] test src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::delete_where (line 180) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::reverse (line 246) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: could not find `linked_list_lib` in the crate root
[INFO] [stdout]  --> src/linked_list/linked_list.rs:247:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use self::linked_list_lib::linked_list::*;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^ could not find `linked_list_lib` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LinkedList`
[INFO] [stdout]  --> src/linked_list/linked_list.rs:248:24
[INFO] [stdout]   |
[INFO] [stdout] 4 |  let mut linked_list = LinkedList::<i32>::new();
[INFO] [stdout]   |                        ^^^^^^^^^^ use of undeclared type `LinkedList`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use data_structures::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::prepend (line 103) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: could not find `linked_list_lib` in the crate root
[INFO] [stdout]  --> src/linked_list/linked_list.rs:104:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use self::linked_list_lib::linked_list::*;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^ could not find `linked_list_lib` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LinkedList`
[INFO] [stdout]  --> src/linked_list/linked_list.rs:105:24
[INFO] [stdout]   |
[INFO] [stdout] 4 |  let mut linked_list = LinkedList::<i32>::new();
[INFO] [stdout]   |                        ^^^^^^^^^^ use of undeclared type `LinkedList`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use data_structures::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::iter (line 293) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: could not find `linked_list_lib` in the crate root
[INFO] [stdout]  --> src/linked_list/linked_list.rs:294:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use self::linked_list_lib::linked_list::*;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^ could not find `linked_list_lib` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LinkedList`
[INFO] [stdout]  --> src/linked_list/linked_list.rs:295:24
[INFO] [stdout]   |
[INFO] [stdout] 4 |  let mut linked_list = LinkedList::<i32>::new();
[INFO] [stdout]   |                        ^^^^^^^^^^ use of undeclared type `LinkedList`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use data_structures::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::delete_at_posn (line 131) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: could not find `linked_list_lib` in the crate root
[INFO] [stdout]  --> src/linked_list/linked_list.rs:132:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use self::linked_list_lib::linked_list::*;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^ could not find `linked_list_lib` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LinkedList`
[INFO] [stdout]  --> src/linked_list/linked_list.rs:133:24
[INFO] [stdout]   |
[INFO] [stdout] 4 |  let mut linked_list = LinkedList::<i32>::new();
[INFO] [stdout]   |                        ^^^^^^^^^^ use of undeclared type `LinkedList`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use data_structures::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::insert (line 62) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: could not find `linked_list_lib` in the crate root
[INFO] [stdout]  --> src/linked_list/linked_list.rs:63:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use self::linked_list_lib::linked_list::*;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^ could not find `linked_list_lib` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LinkedList`
[INFO] [stdout]  --> src/linked_list/linked_list.rs:64:24
[INFO] [stdout]   |
[INFO] [stdout] 4 |  let mut linked_list = LinkedList::<i32>::new();
[INFO] [stdout]   |                        ^^^^^^^^^^ use of undeclared type `LinkedList`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use data_structures::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::into_iter (line 315) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: could not find `linked_list_lib` in the crate root
[INFO] [stdout]  --> src/linked_list/linked_list.rs:316:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use self::linked_list_lib::linked_list::*;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^ could not find `linked_list_lib` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LinkedList`
[INFO] [stdout]  --> src/linked_list/linked_list.rs:317:24
[INFO] [stdout]   |
[INFO] [stdout] 4 |  let mut linked_list = LinkedList::<i32>::new();
[INFO] [stdout]   |                        ^^^^^^^^^^ use of undeclared type `LinkedList`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use data_structures::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::iter_mut (line 274) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: could not find `linked_list_lib` in the crate root
[INFO] [stdout]  --> src/linked_list/linked_list.rs:275:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use self::linked_list_lib::linked_list::*;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^ could not find `linked_list_lib` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LinkedList`
[INFO] [stdout]  --> src/linked_list/linked_list.rs:276:24
[INFO] [stdout]   |
[INFO] [stdout] 4 |  let mut linked_list = LinkedList::<i32>::new();
[INFO] [stdout]   |                        ^^^^^^^^^^ use of undeclared type `LinkedList`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use data_structures::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::append (line 33) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: could not find `linked_list_lib` in the crate root
[INFO] [stdout]  --> src/linked_list/linked_list.rs:34:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use self::linked_list_lib::linked_list::*;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^ could not find `linked_list_lib` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LinkedList`
[INFO] [stdout]  --> src/linked_list/linked_list.rs:35:24
[INFO] [stdout]   |
[INFO] [stdout] 4 |  let mut linked_list = LinkedList::<i32>::new();
[INFO] [stdout]   |                        ^^^^^^^^^^ use of undeclared type `LinkedList`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use data_structures::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::delete_where (line 180) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: could not find `linked_list_lib` in the crate root
[INFO] [stdout]  --> src/linked_list/linked_list.rs:181:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | use self::linked_list_lib::linked_list::*;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^ could not find `linked_list_lib` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LinkedList`
[INFO] [stdout]  --> src/linked_list/linked_list.rs:182:24
[INFO] [stdout]   |
[INFO] [stdout] 4 |  let mut linked_list = LinkedList::<i32>::new();
[INFO] [stdout]   |                        ^^^^^^^^^^ use of undeclared type `LinkedList`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use data_structures::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::collections::LinkedList;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::append (line 33)
[INFO] [stdout]     src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::delete_at_posn (line 131)
[INFO] [stdout]     src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::delete_where (line 180)
[INFO] [stdout]     src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::insert (line 62)
[INFO] [stdout]     src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::into_iter (line 315)
[INFO] [stdout]     src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::iter (line 293)
[INFO] [stdout]     src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::iter_mut (line 274)
[INFO] [stdout]     src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::prepend (line 103)
[INFO] [stdout]     src/linked_list/linked_list.rs - linked_list::linked_list::LinkedList<T>::reverse (line 246)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "5dce752490e23eb2177b4c05ef2aac7952f94066da8095d7d2547bfb595a91c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5dce752490e23eb2177b4c05ef2aac7952f94066da8095d7d2547bfb595a91c6", kill_on_drop: false }`
[INFO] [stdout] 5dce752490e23eb2177b4c05ef2aac7952f94066da8095d7d2547bfb595a91c6
