[INFO] fetching crate evillatoro-data-structures 0.1.0...
[INFO] testing evillatoro-data-structures-0.1.0 against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] extracting crate evillatoro-data-structures 0.1.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate evillatoro-data-structures 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate evillatoro-data-structures 0.1.0
[INFO] tweaked toml for crates.io crate evillatoro-data-structures 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate evillatoro-data-structures 0.1.0 on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5760c874b035cabeb94ccbfa50bdb635df14e9ab24112723ae33b319127ce144
[INFO] running `Command { std: "docker" "start" "-a" "5760c874b035cabeb94ccbfa50bdb635df14e9ab24112723ae33b319127ce144", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5760c874b035cabeb94ccbfa50bdb635df14e9ab24112723ae33b319127ce144", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5760c874b035cabeb94ccbfa50bdb635df14e9ab24112723ae33b319127ce144", kill_on_drop: false }`
[INFO] [stdout] 5760c874b035cabeb94ccbfa50bdb635df14e9ab24112723ae33b319127ce144
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dac95a8bd31ac2ec1708df0862c1b8b4f576cdbc1de843b738b49b91d052f4da
[INFO] running `Command { std: "docker" "start" "-a" "dac95a8bd31ac2ec1708df0862c1b8b4f576cdbc1de843b738b49b91d052f4da", kill_on_drop: false }`
[INFO] [stderr]    Compiling evillatoro-data-structures v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `next` is never read
[INFO] [stdout]   --> src/doubly_linked_list.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub struct ListNode<T> {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 65 |     next: Option<Box<ListNode<T>>>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] running `Command { std: "docker" "inspect" "dac95a8bd31ac2ec1708df0862c1b8b4f576cdbc1de843b738b49b91d052f4da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dac95a8bd31ac2ec1708df0862c1b8b4f576cdbc1de843b738b49b91d052f4da", kill_on_drop: false }`
[INFO] [stdout] dac95a8bd31ac2ec1708df0862c1b8b4f576cdbc1de843b738b49b91d052f4da
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1828a20b54d437979155335fba688266f81ce3a03f9898d77e74204e81609b3e
[INFO] running `Command { std: "docker" "start" "-a" "1828a20b54d437979155335fba688266f81ce3a03f9898d77e74204e81609b3e", kill_on_drop: false }`
[INFO] [stderr]    Compiling evillatoro-data-structures v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `next` is never read
[INFO] [stdout]   --> src/doubly_linked_list.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub struct ListNode<T> {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 65 |     next: Option<Box<ListNode<T>>>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `next` is never read
[INFO] [stdout]   --> src/doubly_linked_list.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub struct ListNode<T> {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 65 |     next: Option<Box<ListNode<T>>>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_with_value` is never used
[INFO] [stdout]   --> src/doubly_linked_list.rs:87:12
[INFO] [stdout]    |
[INFO] [stdout] 87 |         fn test_with_value() {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.40s
[INFO] running `Command { std: "docker" "inspect" "1828a20b54d437979155335fba688266f81ce3a03f9898d77e74204e81609b3e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1828a20b54d437979155335fba688266f81ce3a03f9898d77e74204e81609b3e", kill_on_drop: false }`
[INFO] [stdout] 1828a20b54d437979155335fba688266f81ce3a03f9898d77e74204e81609b3e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 534c8ecf8ccacd4f7332cc8e6eaa5ca4330e57f950ea61dee8d6296abd3ec6b7
[INFO] running `Command { std: "docker" "start" "-a" "534c8ecf8ccacd4f7332cc8e6eaa5ca4330e57f950ea61dee8d6296abd3ec6b7", kill_on_drop: false }`
[INFO] [stderr] warning: field `next` is never read
[INFO] [stderr]   --> src/doubly_linked_list.rs:65:5
[INFO] [stderr]    |
[INFO] [stderr] 64 | pub struct ListNode<T> {
[INFO] [stderr]    |            -------- field in this struct
[INFO] [stderr] 65 |     next: Option<Box<ListNode<T>>>,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `evillatoro-data-structures` (lib) generated 1 warning
[INFO] [stderr] warning: function `test_with_value` is never used
[INFO] [stderr]   --> src/doubly_linked_list.rs:87:12
[INFO] [stderr]    |
[INFO] [stderr] 87 |         fn test_with_value() {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `evillatoro-data-structures` (lib test) generated 2 warnings (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/evillatoro_data_structures-ead5bb454ef22526)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test linked_list::tests::delete_at_position_none_head ... ok
[INFO] [stdout] test linked_list::tests::delete_at_position_out_of_bounds ... ok
[INFO] [stdout] test linked_list::tests::delete_at_position_fist_item ... ok
[INFO] [stdout] test linked_list::tests::test_delete_at_position ... ok
[INFO] [stdout] test linked_list::tests::test_delete_last_single_node ... ok
[INFO] [stdout] test linked_list::tests::test_delete_last ... ok
[INFO] [stdout] test linked_list::tests::test_delete_first ... ok
[INFO] [stdout] test linked_list::tests::test_insert_at_beggining_existing_list ... ok
[INFO] [stdout] test linked_list::tests::test_insert_at_beggining ... ok
[INFO] [stdout] test linked_list::tests::test_insert_at_incorrect ... ok
[INFO] [stdout] test linked_list::tests::test_insert_at_position ... ok
[INFO] [stdout] test linked_list::tests::test_length ... ok
[INFO] [stdout] test linked_list::tests::test_insert_at_end ... ok
[INFO] [stdout] test linked_list::tests::test_linked_list_to_string ... ok
[INFO] [stdout] test linked_list::tests::test_linked_list_to_string_debug ... ok
[INFO] [stdout] test linked_list::tests::test_print ... ok
[INFO] [stdout] test doubly_linked_list::tests::doubly_linked_list::test_new ... ok
[INFO] [stdout] test linked_list::tests::test_insert_at_wrong_position - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/linked_list_tests.rs (/opt/rustwide/target/debug/deps/linked_list_tests-9d6dcfaf3885eda0)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests evillatoro_data_structures
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/doubly_linked_list.rs - doubly_linked_list::DoublyLinkedList<T>::new (line 10) ... FAILED
[INFO] [stdout] test src/doubly_linked_list.rs - doubly_linked_list::DoublyLinkedList<T>::with_value (line 31) ... FAILED
[INFO] [stdout] test src/doubly_linked_list.rs - doubly_linked_list::DoublyLinkedList<T>::is_empty (line 50) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/doubly_linked_list.rs - doubly_linked_list::DoublyLinkedList<T>::new (line 10) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `data_structures`
[INFO] [stdout]   --> src/doubly_linked_list.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use data_structures::doubly_linked_list::DoublyLinkedList;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `data_structures`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `data_structures`, use `cargo add data_structures` to add it to your `Cargo.toml`
[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/doubly_linked_list.rs - doubly_linked_list::DoublyLinkedList<T>::with_value (line 31) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `data_structures`
[INFO] [stdout]   --> src/doubly_linked_list.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | use data_structures::doubly_linked_list::DoublyLinkedList;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `data_structures`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `data_structures`, use `cargo add data_structures` to add it to your `Cargo.toml`
[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/doubly_linked_list.rs - doubly_linked_list::DoublyLinkedList<T>::is_empty (line 50) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `data_structures`
[INFO] [stdout]   --> src/doubly_linked_list.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 | use data_structures::doubly_linked_list::DoublyLinkedList;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `data_structures`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `data_structures`, use `cargo add data_structures` to add it to your `Cargo.toml`
[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/doubly_linked_list.rs - doubly_linked_list::DoublyLinkedList<T>::is_empty (line 50)
[INFO] [stdout]     src/doubly_linked_list.rs - doubly_linked_list::DoublyLinkedList<T>::new (line 10)
[INFO] [stdout]     src/doubly_linked_list.rs - doubly_linked_list::DoublyLinkedList<T>::with_value (line 31)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "534c8ecf8ccacd4f7332cc8e6eaa5ca4330e57f950ea61dee8d6296abd3ec6b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "534c8ecf8ccacd4f7332cc8e6eaa5ca4330e57f950ea61dee8d6296abd3ec6b7", kill_on_drop: false }`
[INFO] [stdout] 534c8ecf8ccacd4f7332cc8e6eaa5ca4330e57f950ea61dee8d6296abd3ec6b7
