[INFO] crate clay 0.1.2 is already in cache [INFO] checking clay-0.1.2 against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] extracting crate clay 0.1.2 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate clay 0.1.2 on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate clay 0.1.2 [INFO] finished tweaking crates.io crate clay 0.1.2 [INFO] tweaked toml for crates.io crate clay 0.1.2 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate clay 0.1.2 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1fc6f55c2f3ca5e50de1b8c0721297005dd6cb2897cc1b2e8b72c7182ec0ff67 [INFO] running `"docker" "start" "-a" "1fc6f55c2f3ca5e50de1b8c0721297005dd6cb2897cc1b2e8b72c7182ec0ff67"` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking nodrop v0.1.13 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling same-file v1.0.5 [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Compiling cl-sys v0.4.2 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Checking c2-chacha v0.2.2 [INFO] [stderr] Checking matrixmultiply v0.2.3 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Compiling walkdir v2.2.9 [INFO] [stderr] Checking crossbeam-channel v0.3.9 [INFO] [stderr] Checking arrayvec v0.4.11 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Checking backtrace-sys v0.1.31 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking png v0.15.0 [INFO] [stderr] Checking backtrace v0.3.38 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking ocl-include v0.3.3 [INFO] [stderr] Compiling ocl-core v0.11.2 [INFO] [stderr] Compiling clay-core v0.1.3 [INFO] [stderr] Compiling clay v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking alga v0.9.1 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking ocl-core-vector v0.1.0 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking rayon-core v1.6.0 [INFO] [stderr] Checking crossbeam v0.7.2 [INFO] [stderr] Checking qutex v0.2.3 [INFO] [stderr] Checking rayon v1.2.0 [INFO] [stderr] Checking jpeg-decoder v0.1.16 [INFO] [stderr] Checking nalgebra v0.18.1 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling rental-impl v0.5.4 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking tiff v0.3.1 [INFO] [stderr] Checking image v0.22.2 [INFO] [stderr] Checking ocl v0.19.3 [INFO] [stderr] Checking rental v0.5.4 [INFO] [stderr] Checking clay-utils v0.1.1 [INFO] [stderr] Checking clay-viewer v0.1.2 [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> examples/03_materials.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / material_combine!(Glossy { [INFO] [stderr] 24 | | reflect: Reflective, [INFO] [stderr] 25 | | diffuse: Colored, [INFO] [stderr] 26 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> examples/03_materials.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / material_combine!(Glossy { [INFO] [stderr] 24 | | reflect: Reflective, [INFO] [stderr] 25 | | diffuse: Colored, [INFO] [stderr] 26 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> examples/04_2_multiple_sources.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / material_combine!(Glossy { [INFO] [stderr] 27 | | reflect: Reflective, [INFO] [stderr] 28 | | diffuse: Colored, [INFO] [stderr] 29 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> examples/04_2_multiple_sources.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / material_combine!(Glossy { [INFO] [stderr] 27 | | reflect: Reflective, [INFO] [stderr] 28 | | diffuse: Colored, [INFO] [stderr] 29 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> examples/03_materials.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / material_combine!(Glowing { [INFO] [stderr] 28 | | diffuse: Reflective, [INFO] [stderr] 29 | | reflect: Colored, [INFO] [stderr] 30 | | luminous: Colored, [INFO] [stderr] 31 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> examples/03_materials.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / material_combine!(Glowing { [INFO] [stderr] 28 | | diffuse: Reflective, [INFO] [stderr] 29 | | reflect: Colored, [INFO] [stderr] 30 | | luminous: Colored, [INFO] [stderr] 31 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> examples/05_indirect_lighting.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / material_combine!(Glossy { [INFO] [stderr] 23 | | reflect: Reflective, [INFO] [stderr] 24 | | diffuse: Colored, [INFO] [stderr] 25 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> examples/05_indirect_lighting.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | / material_combine!(Glossy { [INFO] [stderr] 23 | | reflect: Reflective, [INFO] [stderr] 24 | | diffuse: Colored, [INFO] [stderr] 25 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> examples/98_rocks.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / material_combine!(Glossy { [INFO] [stderr] 22 | | reflect: Reflective, [INFO] [stderr] 23 | | diffuse: Colored, [INFO] [stderr] 24 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> examples/98_rocks.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / material_combine!(Glossy { [INFO] [stderr] 22 | | reflect: Reflective, [INFO] [stderr] 23 | | diffuse: Colored, [INFO] [stderr] 24 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> examples/98_rocks.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / material_combine!(Glowing { [INFO] [stderr] 26 | | reflect: Reflective, [INFO] [stderr] 27 | | diffuse: Colored, [INFO] [stderr] 28 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> examples/98_rocks.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / material_combine!(Glowing { [INFO] [stderr] 26 | | reflect: Reflective, [INFO] [stderr] 27 | | diffuse: Colored, [INFO] [stderr] 28 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 50s [INFO] running `"docker" "inspect" "1fc6f55c2f3ca5e50de1b8c0721297005dd6cb2897cc1b2e8b72c7182ec0ff67"` [INFO] running `"docker" "rm" "-f" "1fc6f55c2f3ca5e50de1b8c0721297005dd6cb2897cc1b2e8b72c7182ec0ff67"` [INFO] [stdout] 1fc6f55c2f3ca5e50de1b8c0721297005dd6cb2897cc1b2e8b72c7182ec0ff67