[INFO] fetching crate intrusive-containers 0.2.4...
[INFO] testing intrusive-containers-0.2.4 against 1.90.0 for beta-1.91-3
[INFO] extracting crate intrusive-containers 0.2.4 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate intrusive-containers 0.2.4
[INFO] finished tweaking crates.io crate intrusive-containers 0.2.4
[INFO] tweaked toml for crates.io crate intrusive-containers 0.2.4 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate intrusive-containers 0.2.4 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 10 packages to latest compatible versions
[INFO] [stderr]       Adding rand v0.3.23 (available: v0.9.2)
[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] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 337121a4a76afd45912a798a5cef7e893c6384880b94c5fb126852691e87f456
[INFO] running `Command { std: "docker" "start" "-a" "337121a4a76afd45912a798a5cef7e893c6384880b94c5fb126852691e87f456", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "337121a4a76afd45912a798a5cef7e893c6384880b94c5fb126852691e87f456", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "337121a4a76afd45912a798a5cef7e893c6384880b94c5fb126852691e87f456", kill_on_drop: false }`
[INFO] [stdout] 337121a4a76afd45912a798a5cef7e893c6384880b94c5fb126852691e87f456
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 3ee4cd27a3a9bd3ad814c201ae5f5ba493089af1ad38b8e191c49486ac3c87ab
[INFO] running `Command { std: "docker" "start" "-a" "3ee4cd27a3a9bd3ad814c201ae5f5ba493089af1ad38b8e191c49486ac3c87ab", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling intrusive-containers v0.2.4 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `order` in `iter`
[INFO] [stdout]     --> src/linked_list.rs:1023:19
[INFO] [stdout]      |
[INFO] [stdout] 1023 |             iter::order::eq(self.iter(), other.iter())
[INFO] [stdout]      |                   ^^^^^ could not find `order` in `iter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `order` in `iter`
[INFO] [stdout]     --> src/linked_list.rs:1028:19
[INFO] [stdout]      |
[INFO] [stdout] 1028 |             iter::order::ne(self.iter(), other.iter())
[INFO] [stdout]      |                   ^^^^^ could not find `order` in `iter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `order` in `iter`
[INFO] [stdout]     --> src/linked_list.rs:1046:15
[INFO] [stdout]      |
[INFO] [stdout] 1046 |         iter::order::partial_cmp(self.iter(), other.iter())
[INFO] [stdout]      |               ^^^^^ could not find `order` in `iter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `order` in `iter`
[INFO] [stdout]     --> src/linked_list.rs:1057:15
[INFO] [stdout]      |
[INFO] [stdout] 1057 |         iter::order::cmp(self.iter(), other.iter())
[INFO] [stdout]      |               ^^^^^ could not find `order` in `iter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `into_raw` in module `boxed`
[INFO] [stdout]     --> src/linked_list.rs:1308:16
[INFO] [stdout]      |
[INFO] [stdout] 1308 |         boxed::into_raw(self);
[INFO] [stdout]      |                ^^^^^^^^ not found in `boxed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]   --> src/lib.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | #![feature(core)]
[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:21:45
[INFO] [stdout]    |
[INFO] [stdout] 21 | #![cfg_attr(any(not(feature="nostd"),test), feature(alloc))]
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/linked_list.rs:909:9
[INFO] [stdout]     |
[INFO] [stdout] 909 |         try!(write!(f, "["));
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/linked_list.rs:913:13
[INFO] [stdout]     |
[INFO] [stdout] 913 |             try!(write!(f, "{:?}", e));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/linked_list.rs:912:25
[INFO] [stdout]     |
[INFO] [stdout] 912 |             if i != 0 { try!(write!(f, ", ")); }
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `raw_pointer_derive` has been removed: using derive with raw pointers is ok
[INFO] [stdout]   --> src/rawlink.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[allow(raw_pointer_derive)]
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | #![feature(core)]
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `alloc` has been stable since 1.36.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:21:53
[INFO] [stdout]    |
[INFO] [stdout] 21 | #![cfg_attr(any(not(feature="nostd"),test), feature(alloc))]
[INFO] [stdout]    |                                                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `core_intrinsics`: intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library
[INFO] [stdout]   --> src/linked_list.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use std::intrinsics::forget;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `core_intrinsics`: intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library
[INFO] [stdout]     --> src/linked_list.rs:1295:9
[INFO] [stdout]      |
[INFO] [stdout] 1295 |         forget(self);
[INFO] [stdout]      |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/linked_list.rs:682:45
[INFO] [stdout]     |
[INFO] [stdout] 682 |         self.head.take().resolve_mut().map(|mut head| {
[INFO] [stdout]     |                                             ----^^^^
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/linked_list.rs:820:13
[INFO] [stdout]     |
[INFO] [stdout] 820 |         let mut pre_split = split_node.resolve_mut().unwrap();
[INFO] [stdout]     |             ----^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/linked_list.rs:821:13
[INFO] [stdout]     |
[INFO] [stdout] 821 |         let mut post_split = pre_split.get_next_mut().resolve_mut().unwrap();
[INFO] [stdout]     |             ----^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/linked_list.rs:822:13
[INFO] [stdout]     |
[INFO] [stdout] 822 |         let mut head = self.head.resolve_mut().unwrap();
[INFO] [stdout]     |             ----^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/linked_list.rs:823:13
[INFO] [stdout]     |
[INFO] [stdout] 823 |         let mut tail = head.get_prev_mut().resolve_mut().unwrap();
[INFO] [stdout]     |             ----^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0554, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `intrusive-containers` (lib) due to 9 previous errors; 11 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "3ee4cd27a3a9bd3ad814c201ae5f5ba493089af1ad38b8e191c49486ac3c87ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3ee4cd27a3a9bd3ad814c201ae5f5ba493089af1ad38b8e191c49486ac3c87ab", kill_on_drop: false }`
[INFO] [stdout] 3ee4cd27a3a9bd3ad814c201ae5f5ba493089af1ad38b8e191c49486ac3c87ab
