[INFO] cloning repository https://github.com/thara/mandelbrot-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thara/mandelbrot-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthara%2Fmandelbrot-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthara%2Fmandelbrot-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 86144d0cc5c9da1850cb0205d8b75c0ecb514a85 [INFO] checking thara/mandelbrot-rust against master#7dc9ff5c629753b6930ecfe9a0446538b8e25fb7 for pr-85387 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthara%2Fmandelbrot-rust" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/thara/mandelbrot-rust on toolchain 7dc9ff5c629753b6930ecfe9a0446538b8e25fb7 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/thara/mandelbrot-rust [INFO] finished tweaking git repo https://github.com/thara/mandelbrot-rust [INFO] tweaked toml for git repo https://github.com/thara/mandelbrot-rust written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/thara/mandelbrot-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 541b2f66854a457c8ca2c441cfe5714aec61c1ce36e5bf3b89066d897a5ac8b8 [INFO] running `Command { std: "docker" "start" "-a" "541b2f66854a457c8ca2c441cfe5714aec61c1ce36e5bf3b89066d897a5ac8b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "541b2f66854a457c8ca2c441cfe5714aec61c1ce36e5bf3b89066d897a5ac8b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "541b2f66854a457c8ca2c441cfe5714aec61c1ce36e5bf3b89066d897a5ac8b8", kill_on_drop: false }` [INFO] [stdout] 541b2f66854a457c8ca2c441cfe5714aec61c1ce36e5bf3b89066d897a5ac8b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+7dc9ff5c629753b6930ecfe9a0446538b8e25fb7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 709291e3d60019aaf172c178ac2cb44fef1c4a6fbe4c9fe4cf0add7e93e9abd4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "709291e3d60019aaf172c178ac2cb44fef1c4a6fbe4c9fe4cf0add7e93e9abd4", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Checking scopeguard v0.3.3 [INFO] [stderr] Checking cfg-if v0.1.6 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Checking rand_core v0.3.0 [INFO] [stderr] Checking nodrop v0.1.13 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Checking memoffset v0.2.1 [INFO] [stderr] Checking lazy_static v1.2.0 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Checking byteorder v1.2.7 [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling num-derive v0.2.3 [INFO] [stderr] Checking adler32 v1.0.3 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Checking either v1.5.0 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Checking bitflags v1.0.4 [INFO] [stderr] Checking safe-transmute v0.10.1 [INFO] [stderr] Checking owning_ref v0.4.0 [INFO] [stderr] Checking crossbeam-utils v0.2.2 [INFO] [stderr] Checking crossbeam-utils v0.6.3 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking gif v0.10.1 [INFO] [stderr] Checking inflate v0.4.4 [INFO] [stderr] Checking deflate v0.7.19 [INFO] [stderr] Compiling proc-macro2 v0.4.25 [INFO] [stderr] Checking smallvec v0.6.7 [INFO] [stderr] Checking lock_api v0.1.5 [INFO] [stderr] Checking rand_os v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.4 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Checking crossbeam-epoch v0.7.0 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Checking crossbeam-deque v0.6.3 [INFO] [stderr] Checking num-bigint v0.2.2 [INFO] [stderr] Checking png v0.14.0 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking crossbeam-channel v0.3.6 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Checking crossbeam v0.6.0 [INFO] [stderr] Checking tiff v0.2.1 [INFO] [stderr] Checking image v0.21.0 [INFO] [stderr] Checking mandelbrot v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/main.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / encoder.encode( [INFO] [stdout] 121 | | &pixels, [INFO] [stdout] 122 | | bounds.0 as u32, [INFO] [stdout] 123 | | bounds.1 as u32, [INFO] [stdout] 124 | | ColorType::Gray(8), [INFO] [stdout] 125 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/main.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 157 | / crossbeam::scope(|spawner| { [INFO] [stdout] 158 | | for (i, band) in bands.into_iter().enumerate() { [INFO] [stdout] 159 | | let top = rows_per_band * i; [INFO] [stdout] 160 | | let height = band.len() / bounds.0; [INFO] [stdout] ... | [INFO] [stdout] 167 | | } [INFO] [stdout] 168 | | }); [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/main.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / encoder.encode( [INFO] [stdout] 121 | | &pixels, [INFO] [stdout] 122 | | bounds.0 as u32, [INFO] [stdout] 123 | | bounds.1 as u32, [INFO] [stdout] 124 | | ColorType::Gray(8), [INFO] [stdout] 125 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/main.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 157 | / crossbeam::scope(|spawner| { [INFO] [stdout] 158 | | for (i, band) in bands.into_iter().enumerate() { [INFO] [stdout] 159 | | let top = rows_per_band * i; [INFO] [stdout] 160 | | let height = band.len() / bounds.0; [INFO] [stdout] ... | [INFO] [stdout] 167 | | } [INFO] [stdout] 168 | | }); [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.36s [INFO] running `Command { std: "docker" "inspect" "709291e3d60019aaf172c178ac2cb44fef1c4a6fbe4c9fe4cf0add7e93e9abd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "709291e3d60019aaf172c178ac2cb44fef1c4a6fbe4c9fe4cf0add7e93e9abd4", kill_on_drop: false }` [INFO] [stdout] 709291e3d60019aaf172c178ac2cb44fef1c4a6fbe4c9fe4cf0add7e93e9abd4