[INFO] cloning repository https://github.com/yvt/ARcane [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yvt/ARcane" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyvt%2FARcane", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyvt%2FARcane'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 86ebe94067bfc8ef5454a5ebbf7b866c3ee30857 [INFO] testing yvt/ARcane against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyvt%2FARcane" "/workspace/builds/worker-74/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-74/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yvt/ARcane on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/yvt/ARcane [INFO] finished tweaking git repo https://github.com/yvt/ARcane [INFO] tweaked toml for git repo https://github.com/yvt/ARcane written to /workspace/builds/worker-74/source/Cargo.toml [INFO] crate git repo https://github.com/yvt/ARcane already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5f217f112c19e6df86c40e39fc35223f99f294e8670c11d46dea2b806d40f0f9 [INFO] running `Command { std: "docker" "start" "-a" "5f217f112c19e6df86c40e39fc35223f99f294e8670c11d46dea2b806d40f0f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5f217f112c19e6df86c40e39fc35223f99f294e8670c11d46dea2b806d40f0f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f217f112c19e6df86c40e39fc35223f99f294e8670c11d46dea2b806d40f0f9", kill_on_drop: false }` [INFO] [stdout] 5f217f112c19e6df86c40e39fc35223f99f294e8670c11d46dea2b806d40f0f9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9df09ff46a11ae8d849ce8c203fe03936e18e2d4a0cce87a7689400d025d6866 [INFO] running `Command { std: "docker" "start" "-a" "9df09ff46a11ae8d849ce8c203fe03936e18e2d4a0cce87a7689400d025d6866", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.34 [INFO] [stderr] Compiling num-traits v0.1.40 [INFO] [stderr] Compiling approx v0.1.1 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling smallvec v0.5.0 [INFO] [stderr] Compiling rand v0.3.18 (/opt/rustwide/workdir/rust/rand) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> rust/rand/src/distributions/mod.rs:51:34 [INFO] [stdout] | [INFO] [stdout] 51 | fn ind_sample(&self, &mut R) -> Support; [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut R` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> rust/rand/src/os.rs:189:26 [INFO] [stdout] | [INFO] [stdout] 189 | let reader = try!(File::open("/dev/urandom")); [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] --> rust/rand/src/read.rs:70:15 [INFO] [stdout] | [INFO] [stdout] 70 | match try!(r.read(buf)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> rust/rand/src/lib.rs:702:26 [INFO] [stdout] | [INFO] [stdout] 702 | fn reseed(&mut self, Seed); [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Seed` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_BOOL_INIT`: the `new` function is now preferred [INFO] [stdout] --> rust/rand/src/os.rs:145:45 [INFO] [stdout] | [INFO] [stdout] 145 | use std::sync::atomic::{AtomicBool, ATOMIC_BOOL_INIT, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> rust/rand/src/os.rs:146:31 [INFO] [stdout] | [INFO] [stdout] 146 | use std::sync::{Once, ONCE_INIT}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> rust/rand/src/os.rs:148:32 [INFO] [stdout] | [INFO] [stdout] 148 | static CHECKER: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated constant: `Once::new()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_BOOL_INIT`: the `new` function is now preferred [INFO] [stdout] --> rust/rand/src/os.rs:149:40 [INFO] [stdout] | [INFO] [stdout] 149 | static AVAILABLE: AtomicBool = ATOMIC_BOOL_INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: replace the use of the deprecated constant: `AtomicBool::new(false)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> rust/rand/src/os.rs:56:32 [INFO] [stdout] | [INFO] [stdout] 56 | fn next_u32(mut fill_buf: &mut FnMut(&mut [u8])) -> u32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 56 - fn next_u32(mut fill_buf: &mut FnMut(&mut [u8])) -> u32 { [INFO] [stdout] 56 + fn next_u32(mut fill_buf: &mut dyn FnMut(&mut [u8])) -> u32 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> rust/rand/src/os.rs:62:32 [INFO] [stdout] | [INFO] [stdout] 62 | fn next_u64(mut fill_buf: &mut FnMut(&mut [u8])) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 62 - fn next_u64(mut fill_buf: &mut FnMut(&mut [u8])) -> u64 { [INFO] [stdout] 62 + fn next_u64(mut fill_buf: &mut dyn FnMut(&mut [u8])) -> u64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> rust/rand/src/read.rs:68:17 [INFO] [stdout] | [INFO] [stdout] 68 | fn fill(r: &mut Read, mut buf: &mut [u8]) -> io::Result<()> { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 68 - fn fill(r: &mut Read, mut buf: &mut [u8]) -> io::Result<()> { [INFO] [stdout] 68 + fn fill(r: &mut dyn Read, mut buf: &mut [u8]) -> io::Result<()> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> rust/rand/src/os.rs:56:13 [INFO] [stdout] | [INFO] [stdout] 56 | fn next_u32(mut fill_buf: &mut FnMut(&mut [u8])) -> u32 { [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] --> rust/rand/src/os.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | fn next_u64(mut fill_buf: &mut FnMut(&mut [u8])) -> u64 { [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cgmath v0.15.0 [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling hyperenvmap v0.1.0 (https://github.com/Hyper3D/hyper3d-envmapgen?rev=25cc54846aafdd55a8d86429d7d51f7f948ee0fe#25cc5484) [INFO] [stderr] Compiling arcane_gfx v0.1.0 (/opt/rustwide/workdir/rust/arcane_gfx) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> rust/arcane_gfx/src/cubemap.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | / lazy_static! { [INFO] [stdout] 117 | | pub static ref CUBE_FACE_INFOS: Vec = CUBE_FACES.iter() [INFO] [stdout] 118 | | .map(|face| { [INFO] [stdout] 119 | | let u = face.u_vec(); [INFO] [stdout] ... | [INFO] [stdout] 134 | | .collect(); [INFO] [stdout] 135 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling envmapgen v0.1.0 (/opt/rustwide/workdir/rust/envmapgen) [INFO] [stdout] error[E0432]: unresolved import `std::heap` [INFO] [stdout] --> rust/envmapgen/src/lib.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | use std::heap::{Heap, Alloc, Layout}; [INFO] [stdout] | ^^^^ could not find `heap` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> rust/envmapgen/src/blur.rs:7:16 [INFO] [stdout] | [INFO] [stdout] 7 | use std::mem::{uninitialized, swap}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> rust/envmapgen/src/blur.rs:48:27 [INFO] [stdout] | [INFO] [stdout] 48 | vec![unsafe { uninitialized::>() }; size * size] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> rust/envmapgen/src/blur.rs:53:27 [INFO] [stdout] | [INFO] [stdout] 53 | vec![unsafe { uninitialized::>() }; size * size] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> rust/envmapgen/src/context.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / lazy_static! { [INFO] [stdout] 23 | | static ref BLUR_SETUP: cubemaputils::MipPyramidGenSetup = [INFO] [stdout] 24 | | cubemaputils::MipPyramidGenParams { [INFO] [stdout] 25 | | kernel_resolution: 4.0, [INFO] [stdout] ... | [INFO] [stdout] 31 | | }.setup(); [INFO] [stdout] 32 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> rust/envmapgen/src/cubemaputils.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / lazy_static! { [INFO] [stdout] 11 | | pub static ref DELINEARIZE_TABLE: Vec = (0..65536).map(|i| { [INFO] [stdout] 12 | | let norm = (i as f32) * (1.0 / 255.0 / 255.0); [INFO] [stdout] 13 | | let srgb = if norm < 0.0031308 { [INFO] [stdout] ... | [INFO] [stdout] 19 | | }).collect(); [INFO] [stdout] 20 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> rust/envmapgen/src/lib.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | #![feature(allocator_api)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `envmapgen` due to 3 previous errors; 5 warnings emitted [INFO] running `Command { std: "docker" "inspect" "9df09ff46a11ae8d849ce8c203fe03936e18e2d4a0cce87a7689400d025d6866", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9df09ff46a11ae8d849ce8c203fe03936e18e2d4a0cce87a7689400d025d6866", kill_on_drop: false }` [INFO] [stdout] 9df09ff46a11ae8d849ce8c203fe03936e18e2d4a0cce87a7689400d025d6866