[INFO] cloning repository https://github.com/SaeedSafi1999/Rust_Linked_List
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SaeedSafi1999/Rust_Linked_List" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSaeedSafi1999%2FRust_Linked_List", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSaeedSafi1999%2FRust_Linked_List'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b83cc427b482fb66a941672a91a53100a49bd5d5
[INFO] testing SaeedSafi1999/Rust_Linked_List against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSaeedSafi1999%2FRust_Linked_List" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SaeedSafi1999/Rust_Linked_List
[INFO] finished tweaking git repo https://github.com/SaeedSafi1999/Rust_Linked_List
[INFO] tweaked toml for git repo https://github.com/SaeedSafi1999/Rust_Linked_List written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SaeedSafi1999/Rust_Linked_List on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SaeedSafi1999/Rust_Linked_List 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7bde2be2b4bcae980d851a630cfbece8c7839b8caf746f98d022ffcf0407cf3b
[INFO] running `Command { std: "docker" "start" "-a" "7bde2be2b4bcae980d851a630cfbece8c7839b8caf746f98d022ffcf0407cf3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7bde2be2b4bcae980d851a630cfbece8c7839b8caf746f98d022ffcf0407cf3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7bde2be2b4bcae980d851a630cfbece8c7839b8caf746f98d022ffcf0407cf3b", kill_on_drop: false }`
[INFO] [stdout] 7bde2be2b4bcae980d851a630cfbece8c7839b8caf746f98d022ffcf0407cf3b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d325a7f7e4b1fc6136a161f33a9bd6484325bb78153de63246330276550e3e7b
[INFO] running `Command { std: "docker" "start" "-a" "d325a7f7e4b1fc6136a161f33a9bd6484325bb78153de63246330276550e3e7b", kill_on_drop: false }`
[INFO] [stderr]    Compiling easy_linked_list v0.1.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] running `Command { std: "docker" "inspect" "d325a7f7e4b1fc6136a161f33a9bd6484325bb78153de63246330276550e3e7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d325a7f7e4b1fc6136a161f33a9bd6484325bb78153de63246330276550e3e7b", kill_on_drop: false }`
[INFO] [stdout] d325a7f7e4b1fc6136a161f33a9bd6484325bb78153de63246330276550e3e7b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6fd8ce0f2a6cb08c3037ca3c6745ac4f53097ce3589e75d035ff60106e84433f
[INFO] running `Command { std: "docker" "start" "-a" "6fd8ce0f2a6cb08c3037ca3c6745ac4f53097ce3589e75d035ff60106e84433f", kill_on_drop: false }`
[INFO] [stderr]    Compiling easy_linked_list v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> tests/tests.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     /// i32 example
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 35 |     list.add(1);
[INFO] [stdout]    |     ----------- rustdoc does not generate documentation for expressions
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `//` for a plain comment
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `age` are never read
[INFO] [stdout]   --> tests/tests.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |     struct Person {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 12 |         name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 13 |         age: i32,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Person` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `clear` is never used
[INFO] [stdout]    --> tests/Linked_List/mod.rs:101:12
[INFO] [stdout]     |
[INFO] [stdout]  48 | impl<T> List<T> {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 101 |     pub fn clear(&mut self) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `Linked_List` should have a snake case name
[INFO] [stdout]  --> tests/tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | mod Linked_List;
[INFO] [stdout]   |     ^^^^^^^^^^^ help: convert the identifier to snake case: `linked_list`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.66s
[INFO] running `Command { std: "docker" "inspect" "6fd8ce0f2a6cb08c3037ca3c6745ac4f53097ce3589e75d035ff60106e84433f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6fd8ce0f2a6cb08c3037ca3c6745ac4f53097ce3589e75d035ff60106e84433f", kill_on_drop: false }`
[INFO] [stdout] 6fd8ce0f2a6cb08c3037ca3c6745ac4f53097ce3589e75d035ff60106e84433f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8247b752796354d37ba73e704e4fd8502ac04eadcc2d46322553e29d09505c02
[INFO] running `Command { std: "docker" "start" "-a" "8247b752796354d37ba73e704e4fd8502ac04eadcc2d46322553e29d09505c02", kill_on_drop: false }`
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]   --> tests/tests.rs:34:5
[INFO] [stderr]    |
[INFO] [stderr] 34 |     /// i32 example
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 35 |     list.add(1);
[INFO] [stderr]    |     ----------- rustdoc does not generate documentation for expressions
[INFO] [stderr]    |
[INFO] [stderr]    = help: use `//` for a plain comment
[INFO] [stderr]    = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `name` and `age` are never read
[INFO] [stderr]   --> tests/tests.rs:12:9
[INFO] [stderr]    |
[INFO] [stderr] 11 |     struct Person {
[INFO] [stderr]    |            ------ fields in this struct
[INFO] [stderr] 12 |         name: String,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] 13 |         age: i32,
[INFO] [stderr]    |         ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Person` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `clear` is never used
[INFO] [stderr]    --> tests/Linked_List/mod.rs:101:12
[INFO] [stderr]     |
[INFO] [stderr]  48 | impl<T> List<T> {
[INFO] [stderr]     | --------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 101 |     pub fn clear(&mut self) {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: module `Linked_List` should have a snake case name
[INFO] [stderr]  --> tests/tests.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | mod Linked_List;
[INFO] [stderr]   |     ^^^^^^^^^^^ help: convert the identifier to snake case: `linked_list`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(non_snake_case)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `easy_linked_list` (test "tests") generated 4 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/easy_linked_list-bdd057c7873af75a)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-393be695cf311082)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]    Doc-tests easy_linked_list
[INFO] [stdout] test test_list ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test src/easy_linked_list/mod.rs - easy_linked_list::List<T>::is_last_index (line 306) ... FAILED
[INFO] [stdout] test src/easy_linked_list/mod.rs - easy_linked_list::List<T>::clear (line 90) ... FAILED
[INFO] [stdout] test src/easy_linked_list/mod.rs - easy_linked_list::List<T>::get_index (line 244) ... FAILED
[INFO] [stdout] test src/easy_linked_list/mod.rs - easy_linked_list::List<T>::next (line 276) ... FAILED
[INFO] [stdout] test src/easy_linked_list/mod.rs - easy_linked_list::List<T>::first (line 187) ... FAILED
[INFO] [stdout] test src/easy_linked_list/mod.rs - easy_linked_list::List<T>::remove_index (line 150) ... FAILED
[INFO] [stdout] test src/easy_linked_list/mod.rs - easy_linked_list::List<T>::last (line 210) ... FAILED
[INFO] [stdout] test src/easy_linked_list/mod.rs - easy_linked_list::List (line 17) ... FAILED
[INFO] [stdout] test src/easy_linked_list/mod.rs - easy_linked_list::List<T>::get_by_index (line 114) ... FAILED
[INFO] [stdout] test src/easy_linked_list/mod.rs - easy_linked_list::List<T> (line 37) ... FAILED
[INFO] [stdout] test src/easy_linked_list/mod.rs - easy_linked_list::List<T>::add (line 58) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/easy_linked_list/mod.rs - easy_linked_list::List<T>::is_last_index (line 306) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `List`
[INFO] [stdout]  --> src/easy_linked_list/mod.rs:307:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | let mut list = List::new(); //declare package
[INFO] [stdout]   |                ^^^^ use of undeclared type `List`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use easy_linked_list::easy_linked_list::List;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/easy_linked_list/mod.rs - easy_linked_list::List<T>::clear (line 90) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `List`
[INFO] [stdout]  --> src/easy_linked_list/mod.rs:96:19
[INFO] [stdout]   |
[INFO] [stdout] 8 | let mut persons = List::new(); //declare package
[INFO] [stdout]   |                   ^^^^ use of undeclared type `List`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use easy_linked_list::easy_linked_list::List;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/easy_linked_list/mod.rs - easy_linked_list::List<T>::get_index (line 244) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `List`
[INFO] [stdout]  --> src/easy_linked_list/mod.rs:245:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | let mut list = List::new(); //declare package
[INFO] [stdout]   |                ^^^^ use of undeclared type `List`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use easy_linked_list::easy_linked_list::List;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/easy_linked_list/mod.rs - easy_linked_list::List<T>::next (line 276) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `List`
[INFO] [stdout]  --> src/easy_linked_list/mod.rs:277:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | let mut list = List::new(); //declare package
[INFO] [stdout]   |                ^^^^ use of undeclared type `List`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use easy_linked_list::easy_linked_list::List;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/easy_linked_list/mod.rs - easy_linked_list::List<T>::first (line 187) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `List`
[INFO] [stdout]  --> src/easy_linked_list/mod.rs:193:19
[INFO] [stdout]   |
[INFO] [stdout] 8 | let mut persons = List::new(); //declare package
[INFO] [stdout]   |                   ^^^^ use of undeclared type `List`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use easy_linked_list::easy_linked_list::List;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/easy_linked_list/mod.rs - easy_linked_list::List<T>::remove_index (line 150) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `List`
[INFO] [stdout]  --> src/easy_linked_list/mod.rs:156:19
[INFO] [stdout]   |
[INFO] [stdout] 8 | let mut persons = List::new(); //declare package
[INFO] [stdout]   |                   ^^^^ use of undeclared type `List`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use easy_linked_list::easy_linked_list::List;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/easy_linked_list/mod.rs - easy_linked_list::List<T>::last (line 210) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `List`
[INFO] [stdout]  --> src/easy_linked_list/mod.rs:216:19
[INFO] [stdout]   |
[INFO] [stdout] 8 | let mut persons = List::new(); //declare package
[INFO] [stdout]   |                   ^^^^ use of undeclared type `List`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use easy_linked_list::easy_linked_list::List;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/easy_linked_list/mod.rs - easy_linked_list::List (line 17) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `List`
[INFO] [stdout]  --> src/easy_linked_list/mod.rs:23:19
[INFO] [stdout]   |
[INFO] [stdout] 8 | let mut persons = List::new(); //declare package
[INFO] [stdout]   |                   ^^^^ use of undeclared type `List`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use easy_linked_list::easy_linked_list::List;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/easy_linked_list/mod.rs - easy_linked_list::List<T>::get_by_index (line 114) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `List`
[INFO] [stdout]  --> src/easy_linked_list/mod.rs:120:19
[INFO] [stdout]   |
[INFO] [stdout] 8 | let mut persons = List::new(); //declare package
[INFO] [stdout]   |                   ^^^^ use of undeclared type `List`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use easy_linked_list::easy_linked_list::List;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/easy_linked_list/mod.rs - easy_linked_list::List<T> (line 37) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `List`
[INFO] [stdout]  --> src/easy_linked_list/mod.rs:43:19
[INFO] [stdout]   |
[INFO] [stdout] 8 | let mut persons = List::new(); //declare package
[INFO] [stdout]   |                   ^^^^ use of undeclared type `List`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use easy_linked_list::easy_linked_list::List;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/easy_linked_list/mod.rs - easy_linked_list::List<T>::add (line 58) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `List`
[INFO] [stdout]  --> src/easy_linked_list/mod.rs:64:19
[INFO] [stdout]   |
[INFO] [stdout] 8 | let mut persons = List::new(); //declare package
[INFO] [stdout]   |                   ^^^^ use of undeclared type `List`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use easy_linked_list::easy_linked_list::List;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[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/easy_linked_list/mod.rs - easy_linked_list::List (line 17)
[INFO] [stdout]     src/easy_linked_list/mod.rs - easy_linked_list::List<T> (line 37)
[INFO] [stdout]     src/easy_linked_list/mod.rs - easy_linked_list::List<T>::add (line 58)
[INFO] [stdout]     src/easy_linked_list/mod.rs - easy_linked_list::List<T>::clear (line 90)
[INFO] [stdout]     src/easy_linked_list/mod.rs - easy_linked_list::List<T>::first (line 187)
[INFO] [stdout]     src/easy_linked_list/mod.rs - easy_linked_list::List<T>::get_by_index (line 114)
[INFO] [stdout]     src/easy_linked_list/mod.rs - easy_linked_list::List<T>::get_index (line 244)
[INFO] [stdout]     src/easy_linked_list/mod.rs - easy_linked_list::List<T>::is_last_index (line 306)
[INFO] [stdout]     src/easy_linked_list/mod.rs - easy_linked_list::List<T>::last (line 210)
[INFO] [stdout]     src/easy_linked_list/mod.rs - easy_linked_list::List<T>::next (line 276)
[INFO] [stdout]     src/easy_linked_list/mod.rs - easy_linked_list::List<T>::remove_index (line 150)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 11 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8247b752796354d37ba73e704e4fd8502ac04eadcc2d46322553e29d09505c02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8247b752796354d37ba73e704e4fd8502ac04eadcc2d46322553e29d09505c02", kill_on_drop: false }`
[INFO] [stdout] 8247b752796354d37ba73e704e4fd8502ac04eadcc2d46322553e29d09505c02
