[INFO] fetching crate runtime-sized-array 0.1.0...
[INFO] testing runtime-sized-array-0.1.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate runtime-sized-array 0.1.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate runtime-sized-array 0.1.0
[INFO] finished tweaking crates.io crate runtime-sized-array 0.1.0
[INFO] tweaked toml for crates.io crate runtime-sized-array 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate runtime-sized-array 0.1.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] 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-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 1b01fcab44ef9af6ca3cbac355f171de98139da24c8005b0b33a477c4bc429e7
[INFO] running `Command { std: "docker" "start" "-a" "1b01fcab44ef9af6ca3cbac355f171de98139da24c8005b0b33a477c4bc429e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1b01fcab44ef9af6ca3cbac355f171de98139da24c8005b0b33a477c4bc429e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b01fcab44ef9af6ca3cbac355f171de98139da24c8005b0b33a477c4bc429e7", kill_on_drop: false }`
[INFO] [stdout] 1b01fcab44ef9af6ca3cbac355f171de98139da24c8005b0b33a477c4bc429e7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 9f104c50a6768e7b14d7ab46d43f073c2bb89e6290ad190b2e39fcc693233449
[INFO] running `Command { std: "docker" "start" "-a" "9f104c50a6768e7b14d7ab46d43f073c2bb89e6290ad190b2e39fcc693233449", kill_on_drop: false }`
[INFO] [stderr]    Compiling runtime-sized-array v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]    --> src/lib.rs:120:1
[INFO] [stdout]     |
[INFO] [stdout] 120 | #![feature(ptr_const_cast)]
[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:121:1
[INFO] [stdout]     |
[INFO] [stdout] 121 | #![feature(rustc_attrs)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `rustc_attrs` is internal to the compiler or standard library
[INFO] [stdout]    --> src/lib.rs:121:12
[INFO] [stdout]     |
[INFO] [stdout] 121 | #![feature(rustc_attrs)]
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: using it is strongly discouraged
[INFO] [stdout]     = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `LayoutError` and `Layout`
[INFO] [stdout]  --> src/array.rs:1:18
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::alloc::{Layout, LayoutError};
[INFO] [stdout]   |                  ^^^^^^  ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::marker::PhantomData`
[INFO] [stdout]    --> src/array_iters.rs:144:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |     use std::marker::PhantomData;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `ptr_const_cast` has been stable since 1.65.0 and no longer requires an attribute to enable
[INFO] [stdout]    --> src/lib.rs:120:12
[INFO] [stdout]     |
[INFO] [stdout] 120 | #![feature(ptr_const_cast)]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_const` found for raw pointer `*mut T` in the current scope
[INFO] [stdout]    --> src/array.rs:359:22
[INFO] [stdout]     |
[INFO] [stdout] 359 |         self.pointer.as_const()
[INFO] [stdout]     |                      ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `cast_const` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 359 -         self.pointer.as_const()
[INFO] [stdout] 359 +         self.pointer.cast_const()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_const` found for raw pointer `*mut T` in the current scope
[INFO] [stdout]    --> src/array_iters.rs:174:37
[INFO] [stdout]     |
[INFO] [stdout] 174 |             let ptr = array.pointer.as_const();
[INFO] [stdout]     |                                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `cast_const` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 174 -             let ptr = array.pointer.as_const();
[INFO] [stdout] 174 +             let ptr = array.pointer.cast_const();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/array.rs:634:13
[INFO] [stdout]     |
[INFO] [stdout] 634 |         let mut arr = Array::new(n)
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0554, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `runtime-sized-array` (lib) due to 4 previous errors; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "9f104c50a6768e7b14d7ab46d43f073c2bb89e6290ad190b2e39fcc693233449", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f104c50a6768e7b14d7ab46d43f073c2bb89e6290ad190b2e39fcc693233449", kill_on_drop: false }`
[INFO] [stdout] 9f104c50a6768e7b14d7ab46d43f073c2bb89e6290ad190b2e39fcc693233449
