[INFO] updating cached repository https://github.com/ritchie46/mandelbrot-explorer [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c0695f09b4e5c947eefe5d55a9490e0d57187736 [INFO] checking ritchie46/mandelbrot-explorer against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fritchie46%2Fmandelbrot-explorer" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ritchie46/mandelbrot-explorer on toolchain 13f916f63bc6575d5ff1f989237dfabe88981368 [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ritchie46/mandelbrot-explorer [INFO] finished tweaking git repo https://github.com/ritchie46/mandelbrot-explorer [INFO] tweaked toml for git repo https://github.com/ritchie46/mandelbrot-explorer written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/ritchie46/mandelbrot-explorer already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+13f916f63bc6575d5ff1f989237dfabe88981368" "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] b19790f68c6bd4490c6feb98bdfe517968b0623d3dcf275f1360d9b6fba84a9b [INFO] running `"docker" "start" "-a" "b19790f68c6bd4490c6feb98bdfe517968b0623d3dcf275f1360d9b6fba84a9b"` [INFO] [stderr] Compiling bumpalo v3.2.0 [INFO] [stderr] Compiling wee_alloc v0.4.5 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Checking crossbeam-channel v0.4.2 [INFO] [stderr] Compiling wasm-bindgen-test-macro v0.3.8 [INFO] [stderr] Checking num-complex v0.2.4 [INFO] [stderr] Checking crossbeam v0.7.3 [INFO] [stderr] Checking num-rational v0.2.3 [INFO] [stderr] Checking num v0.2.1 [INFO] [stderr] Checking image v0.23.0 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.58 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.58 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.58 [INFO] [stderr] Checking wasm-bindgen v0.2.58 [INFO] [stderr] Checking console_error_panic_hook v0.1.6 [INFO] [stderr] Checking js-sys v0.3.35 [INFO] [stderr] Checking mandelbrot v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::time` [INFO] [stderr] --> src/mandelbrot.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use std::time; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `main` [INFO] [stderr] --> src/mandelbrot.rs:113:4 [INFO] [stderr] | [INFO] [stderr] 113 | fn main(args: &[&str]) { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/mandelbrot.rs:84:5 [INFO] [stderr] | [INFO] [stderr] 84 | encoder.encode(&pixels, bounds.0 as u32, bounds.1 as u32, ColorType::L8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Checking wasm-bindgen-futures v0.4.8 [INFO] [stderr] Checking wasm-bindgen-test v0.3.8 [INFO] [stderr] warning: unused import: `std::time` [INFO] [stderr] --> src/mandelbrot.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use std::time; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `main` [INFO] [stderr] --> src/mandelbrot.rs:113:4 [INFO] [stderr] | [INFO] [stderr] 113 | fn main(args: &[&str]) { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/mandelbrot.rs:84:5 [INFO] [stderr] | [INFO] [stderr] 84 | encoder.encode(&pixels, bounds.0 as u32, bounds.1 as u32, ColorType::L8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 49.28s [INFO] running `"docker" "inspect" "b19790f68c6bd4490c6feb98bdfe517968b0623d3dcf275f1360d9b6fba84a9b"` [INFO] running `"docker" "rm" "-f" "b19790f68c6bd4490c6feb98bdfe517968b0623d3dcf275f1360d9b6fba84a9b"` [INFO] [stdout] b19790f68c6bd4490c6feb98bdfe517968b0623d3dcf275f1360d9b6fba84a9b