[INFO] crate scarlet 1.0.2 is already in cache [INFO] checking scarlet-1.0.2 against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] extracting crate scarlet 1.0.2 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate scarlet 1.0.2 on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate scarlet 1.0.2 [INFO] finished tweaking crates.io crate scarlet 1.0.2 [INFO] tweaked toml for crates.io crate scarlet 1.0.2 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 38f63bf9a16fe1a81e541e37149701fd648ad6f9d2a14b642dc46daabbab991b [INFO] running `"docker" "start" "-a" "38f63bf9a16fe1a81e541e37149701fd648ad6f9d2a14b642dc46daabbab991b"` [INFO] [stderr] Compiling cgmath v0.17.0 [INFO] [stderr] Checking pdqselect v0.1.0 [INFO] [stderr] Checking termion v1.5.4 [INFO] [stderr] Checking float-cmp v0.4.0 [INFO] [stderr] Checking alga v0.9.2 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Checking nalgebra v0.18.1 [INFO] [stderr] Checking spade v1.8.1 [INFO] [stderr] Checking geo-types v0.2.2 [INFO] [stderr] Checking geo v0.10.3 [INFO] [stderr] Checking scarlet v1.0.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/colorpoint.rs:178:45 [INFO] [stderr] | [INFO] [stderr] 178 | fn gradient(&self, other: &Self) -> Box Self> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64) -> Self` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/colorpoint.rs:201:50 [INFO] [stderr] | [INFO] [stderr] 201 | fn cbrt_gradient(&self, other: &Self) -> Box Self> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64) -> Self` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/colorpoint.rs:232:14 [INFO] [stderr] | [INFO] [stderr] 232 | ) -> Box Self> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64) -> Self` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/colorpoint.rs:178:45 [INFO] [stderr] | [INFO] [stderr] 178 | fn gradient(&self, other: &Self) -> Box Self> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64) -> Self` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/colorpoint.rs:201:50 [INFO] [stderr] | [INFO] [stderr] 201 | fn cbrt_gradient(&self, other: &Self) -> Box Self> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64) -> Self` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/colorpoint.rs:232:14 [INFO] [stderr] | [INFO] [stderr] 232 | ) -> Box Self> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64) -> Self` [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] --> src/consts.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | / matrix![02.04159, -0.56501, -0.34473; [INFO] [stderr] 20 | | -0.96924, 01.87957, 00.04156; [INFO] [stderr] 21 | | 00.01344, -0.11836, 01.01517] [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] --> src/consts.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | / matrix![00.8951, 00.2664, -0.1614; [INFO] [stderr] 28 | | -0.7502, 01.7135, 00.0367; [INFO] [stderr] 29 | | 00.0389, -0.0685, 01.0296] [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] --> src/consts.rs:35:9 [INFO] [stderr] | [INFO] [stderr] 35 | / matrix![0.7976749, 0.1351917, 0.0313534; [INFO] [stderr] 36 | | 0.2880402, 0.7118741, 0.0000857; [INFO] [stderr] 37 | | 0.0000000, 0.0000000, 0.8252100] [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] --> src/consts.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | / matrix![03.2406, -1.5372, -0.4986; [INFO] [stderr] 44 | | -0.9689, 01.8758, 00.0415; [INFO] [stderr] 45 | | 00.0557, -0.2040, 01.0570] [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] --> src/consts.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | / matrix![02.04159, -0.56501, -0.34473; [INFO] [stderr] 20 | | -0.96924, 01.87957, 00.04156; [INFO] [stderr] 21 | | 00.01344, -0.11836, 01.01517] [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] --> src/consts.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | / matrix![00.8951, 00.2664, -0.1614; [INFO] [stderr] 28 | | -0.7502, 01.7135, 00.0367; [INFO] [stderr] 29 | | 00.0389, -0.0685, 01.0296] [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] --> src/consts.rs:35:9 [INFO] [stderr] | [INFO] [stderr] 35 | / matrix![0.7976749, 0.1351917, 0.0313534; [INFO] [stderr] 36 | | 0.2880402, 0.7118741, 0.0000857; [INFO] [stderr] 37 | | 0.0000000, 0.0000000, 0.8252100] [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] --> src/consts.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | / matrix![03.2406, -1.5372, -0.4986; [INFO] [stderr] 44 | | -0.9689, 01.8758, 00.0415; [INFO] [stderr] 45 | | 00.0557, -0.2040, 01.0570] [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 53.25s [INFO] running `"docker" "inspect" "38f63bf9a16fe1a81e541e37149701fd648ad6f9d2a14b642dc46daabbab991b"` [INFO] running `"docker" "rm" "-f" "38f63bf9a16fe1a81e541e37149701fd648ad6f9d2a14b642dc46daabbab991b"` [INFO] [stdout] 38f63bf9a16fe1a81e541e37149701fd648ad6f9d2a14b642dc46daabbab991b