[INFO] fetching crate nimiq-collections 0.2.0...
[INFO] testing nimiq-collections-0.2.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate nimiq-collections 0.2.0 into /workspace/builds/worker-2-tc1/source
[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-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate nimiq-collections 0.2.0 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 20 packages to latest compatible versions
[INFO] [stderr]       Adding rand v0.6.5 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f9cffa7a828824fc0e2b90b3903a7062ef06879c9fa450b4f395c4cf0001023f
[INFO] running `Command { std: "docker" "start" "-a" "f9cffa7a828824fc0e2b90b3903a7062ef06879c9fa450b4f395c4cf0001023f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f9cffa7a828824fc0e2b90b3903a7062ef06879c9fa450b4f395c4cf0001023f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9cffa7a828824fc0e2b90b3903a7062ef06879c9fa450b4f395c4cf0001023f", kill_on_drop: false }`
[INFO] [stdout] f9cffa7a828824fc0e2b90b3903a7062ef06879c9fa450b4f395c4cf0001023f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 497bedfd940795bdf3a0716e2736cb15de4abc957369ab32e0e8c562c54e8122
[INFO] running `Command { std: "docker" "start" "-a" "497bedfd940795bdf3a0716e2736cb15de4abc957369ab32e0e8c562c54e8122", kill_on_drop: false }`
[INFO] [stderr]    Compiling nimiq-collections v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/lib.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(box_into_raw_non_null)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/lib.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(specialization)]
[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] 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 22 others
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/boxed.rs:260: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 22 others
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/boxed.rs:260: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 22 others
[INFO] [stdout]    --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/boxed.rs:260:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0554, E0599, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nimiq-collections` (lib) due to 6 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "497bedfd940795bdf3a0716e2736cb15de4abc957369ab32e0e8c562c54e8122", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "497bedfd940795bdf3a0716e2736cb15de4abc957369ab32e0e8c562c54e8122", kill_on_drop: false }`
[INFO] [stdout] 497bedfd940795bdf3a0716e2736cb15de4abc957369ab32e0e8c562c54e8122
