[INFO] cloning repository https://github.com/h3nnn4n/mandelbrot-oxide
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/h3nnn4n/mandelbrot-oxide" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fh3nnn4n%2Fmandelbrot-oxide", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fh3nnn4n%2Fmandelbrot-oxide'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6dd28f6c84ffc1b970f2ca5673ee74997faa47b6
[INFO] checking h3nnn4n/mandelbrot-oxide/6dd28f6c84ffc1b970f2ca5673ee74997faa47b6 against d8df82673d5911b6112a85bf91d9adefb2c66a1a for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fh3nnn4n%2Fmandelbrot-oxide" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/h3nnn4n/mandelbrot-oxide
[INFO] finished tweaking git repo https://github.com/h3nnn4n/mandelbrot-oxide
[INFO] tweaked toml for git repo https://github.com/h3nnn4n/mandelbrot-oxide written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/h3nnn4n/mandelbrot-oxide on toolchain d8df82673d5911b6112a85bf91d9adefb2c66a1a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/h3nnn4n/mandelbrot-oxide already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `mandelbrot-oxide` (manifest) generated 1 warning
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded byteorder v1.2.6
[INFO] [stderr]   Downloaded png v0.12.0
[INFO] [stderr]   Downloaded num-bigint v0.2.0
[INFO] [stderr]   Downloaded inflate v0.4.3
[INFO] [stderr]   Downloaded num-complex v0.2.0
[INFO] [stderr]   Downloaded deflate v0.7.18
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] df8e4e1083ab3aff006dd203bfcf1c1f441badfb7d272f146ea114c5742a3fb9
[INFO] running `Command { std: "docker" "start" "df8e4e1083ab3aff006dd203bfcf1c1f441badfb7d272f146ea114c5742a3fb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "df8e4e1083ab3aff006dd203bfcf1c1f441badfb7d272f146ea114c5742a3fb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "df8e4e1083ab3aff006dd203bfcf1c1f441badfb7d272f146ea114c5742a3fb9" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "df8e4e1083ab3aff006dd203bfcf1c1f441badfb7d272f146ea114c5742a3fb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "df8e4e1083ab3aff006dd203bfcf1c1f441badfb7d272f146ea114c5742a3fb9" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `mandelbrot-oxide` (manifest) generated 1 warning
[INFO] [stderr]    Compiling num-traits v0.2.6
[INFO] [stderr]    Compiling num-integer v0.1.39
[INFO] [stderr]    Compiling num-bigint v0.2.0
[INFO] [stderr]    Compiling num-iter v0.1.37
[INFO] [stderr]    Compiling num-rational v0.2.1
[INFO] [stderr]     Checking adler32 v1.0.3
[INFO] [stderr]    Compiling num-complex v0.2.0
[INFO] [stderr]     Checking byteorder v1.2.6
[INFO] [stderr]     Checking bitflags v1.0.4
[INFO] [stderr]     Checking inflate v0.4.3
[INFO] [stderr]     Checking deflate v0.7.18
[INFO] [stderr]     Checking png v0.12.0
[INFO] [stderr]     Checking num v0.2.0
[INFO] [stderr]     Checking mandelbrot-oxide v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/image.rs:33:36
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub fn normalize(vec: Vec<u32>) -> (Vec<f32>) {
[INFO] [stdout]    |                                    ^        ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 33 - pub fn normalize(vec: Vec<u32>) -> (Vec<f32>) {
[INFO] [stdout] 33 + pub fn normalize(vec: Vec<u32>) -> Vec<f32> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/image.rs:34:32
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn norm(x: u32, m: u32) -> (f32) {
[INFO] [stdout]    |                                ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 34 -     fn norm(x: u32, m: u32) -> (f32) {
[INFO] [stdout] 34 +     fn norm(x: u32, m: u32) -> f32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/image.rs:43:68
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub fn apply_palette(vec: Vec<f32>, palette: Vec<(u8, u8, u8)>) -> (Vec<u8>) {
[INFO] [stdout]    |                                                                    ^       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 43 - pub fn apply_palette(vec: Vec<f32>, palette: Vec<(u8, u8, u8)>) -> (Vec<u8>) {
[INFO] [stdout] 43 + pub fn apply_palette(vec: Vec<f32>, palette: Vec<(u8, u8, u8)>) -> Vec<u8> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/image.rs:44:29
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn get_index(i: f32) -> (usize) {
[INFO] [stdout]    |                             ^     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 44 -     fn get_index(i: f32) -> (usize) {
[INFO] [stdout] 44 +     fn get_index(i: f32) -> usize {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mandelbrot.rs:5:47
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn generate_mandelbrot(config: Config) -> (Vec<u32>) {
[INFO] [stdout]   |                                               ^        ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 5 - pub fn generate_mandelbrot(config: Config) -> (Vec<u32>) {
[INFO] [stdout] 5 + pub fn generate_mandelbrot(config: Config) -> Vec<u32> {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/mandelbrot.rs:24:49
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn get_c(x: u32, y: u32, config: Config) -> (Complex<f64>) {
[INFO] [stdout]    |                                                 ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 24 - pub fn get_c(x: u32, y: u32, config: Config) -> (Complex<f64>) {
[INFO] [stdout] 24 + pub fn get_c(x: u32, y: u32, config: Config) -> Complex<f64> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/mandelbrot.rs:36:82
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub fn mandelbrot_point(c: Complex<f64>, escape_radius: f64, iterations: u32) -> (u32) {
[INFO] [stdout]    |                                                                                  ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 36 - pub fn mandelbrot_point(c: Complex<f64>, escape_radius: f64, iterations: u32) -> (u32) {
[INFO] [stdout] 36 + pub fn mandelbrot_point(c: Complex<f64>, escape_radius: f64, iterations: u32) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/image.rs:33:36
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub fn normalize(vec: Vec<u32>) -> (Vec<f32>) {
[INFO] [stdout]    |                                    ^        ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 33 - pub fn normalize(vec: Vec<u32>) -> (Vec<f32>) {
[INFO] [stdout] 33 + pub fn normalize(vec: Vec<u32>) -> Vec<f32> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/image.rs:34:32
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn norm(x: u32, m: u32) -> (f32) {
[INFO] [stdout]    |                                ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 34 -     fn norm(x: u32, m: u32) -> (f32) {
[INFO] [stdout] 34 +     fn norm(x: u32, m: u32) -> f32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/image.rs:43:68
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub fn apply_palette(vec: Vec<f32>, palette: Vec<(u8, u8, u8)>) -> (Vec<u8>) {
[INFO] [stdout]    |                                                                    ^       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 43 - pub fn apply_palette(vec: Vec<f32>, palette: Vec<(u8, u8, u8)>) -> (Vec<u8>) {
[INFO] [stdout] 43 + pub fn apply_palette(vec: Vec<f32>, palette: Vec<(u8, u8, u8)>) -> Vec<u8> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/image.rs:44:29
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn get_index(i: f32) -> (usize) {
[INFO] [stdout]    |                             ^     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 44 -     fn get_index(i: f32) -> (usize) {
[INFO] [stdout] 44 +     fn get_index(i: f32) -> usize {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mandelbrot.rs:5:47
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn generate_mandelbrot(config: Config) -> (Vec<u32>) {
[INFO] [stdout]   |                                               ^        ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 5 - pub fn generate_mandelbrot(config: Config) -> (Vec<u32>) {
[INFO] [stdout] 5 + pub fn generate_mandelbrot(config: Config) -> Vec<u32> {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/mandelbrot.rs:24:49
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn get_c(x: u32, y: u32, config: Config) -> (Complex<f64>) {
[INFO] [stdout]    |                                                 ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 24 - pub fn get_c(x: u32, y: u32, config: Config) -> (Complex<f64>) {
[INFO] [stdout] 24 + pub fn get_c(x: u32, y: u32, config: Config) -> Complex<f64> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/mandelbrot.rs:36:82
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub fn mandelbrot_point(c: Complex<f64>, escape_radius: f64, iterations: u32) -> (u32) {
[INFO] [stdout]    |                                                                                  ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 36 - pub fn mandelbrot_point(c: Complex<f64>, escape_radius: f64, iterations: u32) -> (u32) {
[INFO] [stdout] 36 + pub fn mandelbrot_point(c: Complex<f64>, escape_radius: f64, iterations: u32) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
[INFO] running `Command { std: "docker" "inspect" "df8e4e1083ab3aff006dd203bfcf1c1f441badfb7d272f146ea114c5742a3fb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df8e4e1083ab3aff006dd203bfcf1c1f441badfb7d272f146ea114c5742a3fb9", kill_on_drop: false }`
[INFO] [stdout] df8e4e1083ab3aff006dd203bfcf1c1f441badfb7d272f146ea114c5742a3fb9
