[INFO] cloning repository https://github.com/anthonynguyen/primitive [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/anthonynguyen/primitive" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanthonynguyen%2Fprimitive"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanthonynguyen%2Fprimitive'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 12110da00942d58a2cd10fee8d9d28de79af46d0 [INFO] checking anthonynguyen/primitive against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanthonynguyen%2Fprimitive" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/anthonynguyen/primitive on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/anthonynguyen/primitive [INFO] finished tweaking git repo https://github.com/anthonynguyen/primitive [INFO] tweaked toml for git repo https://github.com/anthonynguyen/primitive written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/anthonynguyen/primitive already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f4fef5887e323fd0ecf809e2177709c9f48c5785c61f1617fcb24dec63521132 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "f4fef5887e323fd0ecf809e2177709c9f48c5785c61f1617fcb24dec63521132"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking either v1.2.0 [INFO] [stderr] Checking isatty v0.1.5 [INFO] [stderr] Checking png v0.10.0 [INFO] [stderr] Checking chrono v0.4.0 [INFO] [stderr] Checking env_logger v0.4.3 [INFO] [stderr] Checking coco v0.1.1 [INFO] [stderr] Checking loglog v0.3.2 [INFO] [stderr] Checking rayon-core v1.2.1 [INFO] [stderr] Checking rayon v0.8.2 [INFO] [stderr] Checking jpeg-decoder v0.1.13 [INFO] [stderr] Checking image v0.16.0 [INFO] [stderr] Checking primitive v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain!{ [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | Image(::image::ImageError); [INFO] [stderr] 4 | | Io(::std::io::Error); [INFO] [stderr] 5 | | ParseInt(::std::num::ParseIntError); [INFO] [stderr] 6 | | } [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [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: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain!{ [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | Image(::image::ImageError); [INFO] [stderr] 4 | | Io(::std::io::Error); [INFO] [stderr] 5 | | ParseInt(::std::num::ParseIntError); [INFO] [stderr] 6 | | } [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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: function is never used: `euclidean` [INFO] [stderr] --> src/distance.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | pub fn euclidean>(p1: &P, p2: &P) -> u32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `rect` [INFO] [stderr] --> src/generator.rs:59:5 [INFO] [stderr] | [INFO] [stderr] 59 | pub fn rect(&mut self, len: u32) -> Vec<(u32, u32)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain!{ [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | Image(::image::ImageError); [INFO] [stderr] 4 | | Io(::std::io::Error); [INFO] [stderr] 5 | | ParseInt(::std::num::ParseIntError); [INFO] [stderr] 6 | | } [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [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: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain!{ [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | Image(::image::ImageError); [INFO] [stderr] 4 | | Io(::std::io::Error); [INFO] [stderr] 5 | | ParseInt(::std::num::ParseIntError); [INFO] [stderr] 6 | | } [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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: function is never used: `euclidean` [INFO] [stderr] --> src/distance.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | pub fn euclidean>(p1: &P, p2: &P) -> u32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `rect` [INFO] [stderr] --> src/generator.rs:59:5 [INFO] [stderr] | [INFO] [stderr] 59 | pub fn rect(&mut self, len: u32) -> Vec<(u32, u32)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.96s [INFO] running `"docker" "inspect" "f4fef5887e323fd0ecf809e2177709c9f48c5785c61f1617fcb24dec63521132"` [INFO] running `"docker" "rm" "-f" "f4fef5887e323fd0ecf809e2177709c9f48c5785c61f1617fcb24dec63521132"` [INFO] [stdout] f4fef5887e323fd0ecf809e2177709c9f48c5785c61f1617fcb24dec63521132