[INFO] fetching crate nimiq-collections 0.2.0...
[INFO] checking nimiq-collections-0.2.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate nimiq-collections 0.2.0 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate nimiq-collections 0.2.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate nimiq-collections 0.2.0
[INFO] finished tweaking crates.io crate nimiq-collections 0.2.0
[INFO] tweaked toml for crates.io crate nimiq-collections 0.2.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 73a92199fa39664737648b76a0742e08a0be32afcc51b3f23ab7380607a06113
[INFO] running `Command { std: "docker" "start" "-a" "73a92199fa39664737648b76a0742e08a0be32afcc51b3f23ab7380607a06113", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "73a92199fa39664737648b76a0742e08a0be32afcc51b3f23ab7380607a06113", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "73a92199fa39664737648b76a0742e08a0be32afcc51b3f23ab7380607a06113", kill_on_drop: false }`
[INFO] [stdout] 73a92199fa39664737648b76a0742e08a0be32afcc51b3f23ab7380607a06113
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4fad4a1fe2e22170d789a68be3d156c16bbc7adb831d95e4b56aea248bd23b72
[INFO] running `Command { std: "docker" "start" "-a" "4fad4a1fe2e22170d789a68be3d156c16bbc7adb831d95e4b56aea248bd23b72", kill_on_drop: false }`
[INFO] [stderr]     Checking nimiq-collections v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(specialization)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stdout]   = help: consider using `min_specialization` instead, which is more stable and complete
[INFO] [stdout]   = note: `#[warn(incomplete_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Box` is imported redundantly
[INFO] [stdout]   --> src/linked_list.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use std::boxed::Box;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Box` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `AsRef` is imported redundantly
[INFO] [stdout]   --> src/unique_linked_list.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | use std::convert::AsRef;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `AsRef` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `box_into_raw_non_null`
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(box_into_raw_non_null)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(specialization)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stdout]   = help: consider using `min_specialization` instead, which is more stable and complete
[INFO] [stdout]   = note: `#[warn(incomplete_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Box` is imported redundantly
[INFO] [stdout]   --> src/linked_list.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use std::boxed::Box;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Box` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]     --> src/linked_list.rs:1159:9
[INFO] [stdout]      |
[INFO] [stdout] 1159 |     use std::vec::Vec;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]     --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout]      = note: the item `Vec` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `AsRef` is imported redundantly
[INFO] [stdout]   --> src/unique_linked_list.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | use std::convert::AsRef;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `AsRef` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]    --> src/unique_linked_list.rs:629:9
[INFO] [stdout]     |
[INFO] [stdout] 629 |     use std::vec::Vec;
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item `Vec` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `box_into_raw_non_null`
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(box_into_raw_non_null)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `into_raw_non_null` found for struct `Box<_, _>` in the current scope
[INFO] [stdout]    --> src/linked_list.rs:141:34
[INFO] [stdout]     |
[INFO] [stdout] 141 |             let node = Some(Box::into_raw_non_null(node));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^ function or associated item not found in `Box<_, _>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Box<_, _>` consider using one of the following associated functions:
[INFO] [stdout]       Box::<T>::new
[INFO] [stdout]       Box::<T>::new_uninit
[INFO] [stdout]       Box::<T>::new_zeroed
[INFO] [stdout]       Box::<T>::try_new
[INFO] [stdout]       and 18 others
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/alloc/src/boxed.rs:217:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `into_raw_non_null` found for struct `Box<_, _>` in the current scope
[INFO] [stdout]    --> src/linked_list.rs:176:34
[INFO] [stdout]     |
[INFO] [stdout] 176 |             let node = Some(Box::into_raw_non_null(node));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^ function or associated item not found in `Box<_, _>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Box<_, _>` consider using one of the following associated functions:
[INFO] [stdout]       Box::<T>::new
[INFO] [stdout]       Box::<T>::new_uninit
[INFO] [stdout]       Box::<T>::new_zeroed
[INFO] [stdout]       Box::<T>::try_new
[INFO] [stdout]       and 18 others
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/alloc/src/boxed.rs:217:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `into_raw_non_null` found for struct `Box<_, _>` in the current scope
[INFO] [stdout]    --> src/linked_list.rs:914:38
[INFO] [stdout]     |
[INFO] [stdout] 914 |                 let node = Some(Box::into_raw_non_null(Box::new(Node {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^ function or associated item not found in `Box<_, _>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Box<_, _>` consider using one of the following associated functions:
[INFO] [stdout]       Box::<T>::new
[INFO] [stdout]       Box::<T>::new_uninit
[INFO] [stdout]       Box::<T>::new_zeroed
[INFO] [stdout]       Box::<T>::try_new
[INFO] [stdout]       and 18 others
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/alloc/src/boxed.rs:217:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `into_raw_non_null` found for struct `Box<_, _>` in the current scope
[INFO] [stdout]    --> src/linked_list.rs:141:34
[INFO] [stdout]     |
[INFO] [stdout] 141 |             let node = Some(Box::into_raw_non_null(node));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^ function or associated item not found in `Box<_, _>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Box<_, _>` consider using one of the following associated functions:
[INFO] [stdout]       Box::<T>::new
[INFO] [stdout]       Box::<T>::new_uninit
[INFO] [stdout]       Box::<T>::new_zeroed
[INFO] [stdout]       Box::<T>::try_new
[INFO] [stdout]       and 18 others
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/alloc/src/boxed.rs:217:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `into_raw_non_null` found for struct `Box<_, _>` in the current scope
[INFO] [stdout]    --> src/linked_list.rs:176:34
[INFO] [stdout]     |
[INFO] [stdout] 176 |             let node = Some(Box::into_raw_non_null(node));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^ function or associated item not found in `Box<_, _>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Box<_, _>` consider using one of the following associated functions:
[INFO] [stdout]       Box::<T>::new
[INFO] [stdout]       Box::<T>::new_uninit
[INFO] [stdout]       Box::<T>::new_zeroed
[INFO] [stdout]       Box::<T>::try_new
[INFO] [stdout]       and 18 others
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/alloc/src/boxed.rs:217:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `into_raw_non_null` found for struct `Box<_, _>` in the current scope
[INFO] [stdout]    --> src/linked_list.rs:914:38
[INFO] [stdout]     |
[INFO] [stdout] 914 |                 let node = Some(Box::into_raw_non_null(Box::new(Node {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^ function or associated item not found in `Box<_, _>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Box<_, _>` consider using one of the following associated functions:
[INFO] [stdout]       Box::<T>::new
[INFO] [stdout]       Box::<T>::new_uninit
[INFO] [stdout]       Box::<T>::new_zeroed
[INFO] [stdout]       Box::<T>::try_new
[INFO] [stdout]       and 18 others
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/alloc/src/boxed.rs:217:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors; 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0599, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nimiq-collections` (lib) due to 5 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 4 previous errors; 5 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0599, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nimiq-collections` (lib test) due to 5 previous errors; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "4fad4a1fe2e22170d789a68be3d156c16bbc7adb831d95e4b56aea248bd23b72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4fad4a1fe2e22170d789a68be3d156c16bbc7adb831d95e4b56aea248bd23b72", kill_on_drop: false }`
[INFO] [stdout] 4fad4a1fe2e22170d789a68be3d156c16bbc7adb831d95e4b56aea248bd23b72
[INFO] checking nimiq-collections-0.2.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate nimiq-collections 0.2.0 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate nimiq-collections 0.2.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate nimiq-collections 0.2.0
[INFO] finished tweaking crates.io crate nimiq-collections 0.2.0
[INFO] tweaked toml for crates.io crate nimiq-collections 0.2.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1e037d6568dbf144cc9cf80671a6ea7f3e7e85151836fea14e224016603b3be7
[INFO] running `Command { std: "docker" "start" "-a" "1e037d6568dbf144cc9cf80671a6ea7f3e7e85151836fea14e224016603b3be7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1e037d6568dbf144cc9cf80671a6ea7f3e7e85151836fea14e224016603b3be7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e037d6568dbf144cc9cf80671a6ea7f3e7e85151836fea14e224016603b3be7", kill_on_drop: false }`
[INFO] [stdout] 1e037d6568dbf144cc9cf80671a6ea7f3e7e85151836fea14e224016603b3be7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5a6e342d6c45b8571426e153bfe00de5fac20c73ebbc9d7c84cb5d8e4c6875e6
[INFO] running `Command { std: "docker" "start" "-a" "5a6e342d6c45b8571426e153bfe00de5fac20c73ebbc9d7c84cb5d8e4c6875e6", kill_on_drop: false }`
[INFO] [stderr]     Checking nimiq-collections v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(specialization)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stdout]   = help: consider using `min_specialization` instead, which is more stable and complete
[INFO] [stdout]   = note: `#[warn(incomplete_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Box` is imported redundantly
[INFO] [stdout]   --> src/linked_list.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use std::boxed::Box;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Box` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `AsRef` is imported redundantly
[INFO] [stdout]   --> src/unique_linked_list.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | use std::convert::AsRef;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `AsRef` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `box_into_raw_non_null`
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(box_into_raw_non_null)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(specialization)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stdout]   = help: consider using `min_specialization` instead, which is more stable and complete
[INFO] [stdout]   = note: `#[warn(incomplete_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Box` is imported redundantly
[INFO] [stdout]   --> src/linked_list.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use std::boxed::Box;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Box` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]     --> src/linked_list.rs:1159:9
[INFO] [stdout]      |
[INFO] [stdout] 1159 |     use std::vec::Vec;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]     --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout]      = note: the item `Vec` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `AsRef` is imported redundantly
[INFO] [stdout]   --> src/unique_linked_list.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | use std::convert::AsRef;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `AsRef` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]    --> src/unique_linked_list.rs:629:9
[INFO] [stdout]     |
[INFO] [stdout] 629 |     use std::vec::Vec;
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout]    --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item `Vec` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `box_into_raw_non_null`
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(box_into_raw_non_null)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `into_raw_non_null` found for struct `Box<_, _>` in the current scope
[INFO] [stdout]    --> src/linked_list.rs:141:34
[INFO] [stdout]     |
[INFO] [stdout] 141 |             let node = Some(Box::into_raw_non_null(node));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^ function or associated item not found in `Box<_, _>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Box<_, _>` consider using one of the following associated functions:
[INFO] [stdout]       Box::<T>::new
[INFO] [stdout]       Box::<T>::new_uninit
[INFO] [stdout]       Box::<T>::new_zeroed
[INFO] [stdout]       Box::<T>::try_new
[INFO] [stdout]       and 18 others
[INFO] [stdout]    --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/alloc/src/boxed.rs:217:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `into_raw_non_null` found for struct `Box<_, _>` in the current scope
[INFO] [stdout]    --> src/linked_list.rs:176:34
[INFO] [stdout]     |
[INFO] [stdout] 176 |             let node = Some(Box::into_raw_non_null(node));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^ function or associated item not found in `Box<_, _>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Box<_, _>` consider using one of the following associated functions:
[INFO] [stdout]       Box::<T>::new
[INFO] [stdout]       Box::<T>::new_uninit
[INFO] [stdout]       Box::<T>::new_zeroed
[INFO] [stdout]       Box::<T>::try_new
[INFO] [stdout]       and 18 others
[INFO] [stdout]    --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/alloc/src/boxed.rs:217:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `into_raw_non_null` found for struct `Box<_, _>` in the current scope
[INFO] [stdout]    --> src/linked_list.rs:914:38
[INFO] [stdout]     |
[INFO] [stdout] 914 |                 let node = Some(Box::into_raw_non_null(Box::new(Node {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^ function or associated item not found in `Box<_, _>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Box<_, _>` consider using one of the following associated functions:
[INFO] [stdout]       Box::<T>::new
[INFO] [stdout]       Box::<T>::new_uninit
[INFO] [stdout]       Box::<T>::new_zeroed
[INFO] [stdout]       Box::<T>::try_new
[INFO] [stdout]       and 18 others
[INFO] [stdout]    --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/alloc/src/boxed.rs:217:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `into_raw_non_null` found for struct `Box<_, _>` in the current scope
[INFO] [stdout]    --> src/linked_list.rs:141:34
[INFO] [stdout]     |
[INFO] [stdout] 141 |             let node = Some(Box::into_raw_non_null(node));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^ function or associated item not found in `Box<_, _>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Box<_, _>` consider using one of the following associated functions:
[INFO] [stdout]       Box::<T>::new
[INFO] [stdout]       Box::<T>::new_uninit
[INFO] [stdout]       Box::<T>::new_zeroed
[INFO] [stdout]       Box::<T>::try_new
[INFO] [stdout]       and 18 others
[INFO] [stdout]    --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/alloc/src/boxed.rs:217:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `into_raw_non_null` found for struct `Box<_, _>` in the current scope
[INFO] [stdout]    --> src/linked_list.rs:176:34
[INFO] [stdout]     |
[INFO] [stdout] 176 |             let node = Some(Box::into_raw_non_null(node));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^ function or associated item not found in `Box<_, _>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Box<_, _>` consider using one of the following associated functions:
[INFO] [stdout]       Box::<T>::new
[INFO] [stdout]       Box::<T>::new_uninit
[INFO] [stdout]       Box::<T>::new_zeroed
[INFO] [stdout]       Box::<T>::try_new
[INFO] [stdout]       and 18 others
[INFO] [stdout]    --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/alloc/src/boxed.rs:217:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `into_raw_non_null` found for struct `Box<_, _>` in the current scope
[INFO] [stdout]    --> src/linked_list.rs:914:38
[INFO] [stdout]     |
[INFO] [stdout] 914 |                 let node = Some(Box::into_raw_non_null(Box::new(Node {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^ function or associated item not found in `Box<_, _>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Box<_, _>` consider using one of the following associated functions:
[INFO] [stdout]       Box::<T>::new
[INFO] [stdout]       Box::<T>::new_uninit
[INFO] [stdout]       Box::<T>::new_zeroed
[INFO] [stdout]       Box::<T>::try_new
[INFO] [stdout]       and 18 others
[INFO] [stdout]    --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/alloc/src/boxed.rs:217:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors; 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0599, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nimiq-collections` (lib) due to 5 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 4 previous errors; 5 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0599, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nimiq-collections` (lib test) due to 5 previous errors; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "5a6e342d6c45b8571426e153bfe00de5fac20c73ebbc9d7c84cb5d8e4c6875e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a6e342d6c45b8571426e153bfe00de5fac20c73ebbc9d7c84cb5d8e4c6875e6", kill_on_drop: false }`
[INFO] [stdout] 5a6e342d6c45b8571426e153bfe00de5fac20c73ebbc9d7c84cb5d8e4c6875e6
