[INFO] fetching crate rusty-vision 0.0.4... [INFO] checking rusty-vision-0.0.4 against master#cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c for pr-143170 [INFO] extracting crate rusty-vision 0.0.4 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate rusty-vision 0.0.4 [INFO] finished tweaking crates.io crate rusty-vision 0.0.4 [INFO] tweaked toml for crates.io crate rusty-vision 0.0.4 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rusty-vision 0.0.4 on toolchain cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 11 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ccaeb603adc6ab2a1e896c9775a84117253db9e355796aa7b2f0febdef734bfe [INFO] running `Command { std: "docker" "start" "-a" "ccaeb603adc6ab2a1e896c9775a84117253db9e355796aa7b2f0febdef734bfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ccaeb603adc6ab2a1e896c9775a84117253db9e355796aa7b2f0febdef734bfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ccaeb603adc6ab2a1e896c9775a84117253db9e355796aa7b2f0febdef734bfe", kill_on_drop: false }` [INFO] [stdout] ccaeb603adc6ab2a1e896c9775a84117253db9e355796aa7b2f0febdef734bfe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3e2416b5fce37851d1e39f4a76b3bd45189438ba0fcbba105646335b02188771 [INFO] running `Command { std: "docker" "start" "-a" "3e2416b5fce37851d1e39f4a76b3bd45189438ba0fcbba105646335b02188771", kill_on_drop: false }` [INFO] [stderr] Checking adler2 v2.0.1 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Checking flate2 v1.1.2 [INFO] [stderr] Compiling derive-new v0.7.0 [INFO] [stderr] Checking rusty-vision v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::error::Error` [INFO] [stdout] --> src/geometry/point.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `get_index_from_xyshape` and `get_index_from_xywh` [INFO] [stdout] --> src/geometry/point.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | use super::{get_index_from_xyshape, get_index_from_xywh, shape::Shape}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::error::Error` [INFO] [stdout] --> src/geometry/point.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `get_index_from_xyshape` and `get_index_from_xywh` [INFO] [stdout] --> src/geometry/point.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | use super::{get_index_from_xyshape, get_index_from_xywh, shape::Shape}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `original_shape` [INFO] [stdout] --> src/geometry/mod.rs:77:15 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn rotate(original_shape: Shape, target_shape: Shape, point: Point, angle: f32) -> Point { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_original_shape` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `target_shape` [INFO] [stdout] --> src/geometry/mod.rs:77:38 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn rotate(original_shape: Shape, target_shape: Shape, point: Point, angle: f32) -> Point { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_target_shape` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `point` [INFO] [stdout] --> src/geometry/mod.rs:77:59 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn rotate(original_shape: Shape, target_shape: Shape, point: Point, angle: f32) -> Point { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `angle` [INFO] [stdout] --> src/geometry/mod.rs:77:73 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn rotate(original_shape: Shape, target_shape: Shape, point: Point, angle: f32) -> Point { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_angle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `shape` [INFO] [stdout] --> src/image.rs:397:26 [INFO] [stdout] | [INFO] [stdout] 397 | fn resize(&mut self, shape: Shape) -> Result<(), Error> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_shape` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `shape` [INFO] [stdout] --> src/image.rs:403:26 [INFO] [stdout] | [INFO] [stdout] 403 | fn resize(&mut self, shape: Shape) -> Result<(), Error> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_shape` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `shape` [INFO] [stdout] --> src/image.rs:409:26 [INFO] [stdout] | [INFO] [stdout] 409 | fn resize(&mut self, shape: Shape) -> Result<(), Error> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_shape` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `value` [INFO] [stdout] --> src/image.rs:418:26 [INFO] [stdout] | [INFO] [stdout] 418 | fn rotate(&mut self, value: i32) -> Result<(), Error> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `original_shape` [INFO] [stdout] --> src/geometry/mod.rs:77:15 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn rotate(original_shape: Shape, target_shape: Shape, point: Point, angle: f32) -> Point { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_original_shape` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `target_shape` [INFO] [stdout] --> src/geometry/mod.rs:77:38 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn rotate(original_shape: Shape, target_shape: Shape, point: Point, angle: f32) -> Point { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_target_shape` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `point` [INFO] [stdout] --> src/geometry/mod.rs:77:59 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn rotate(original_shape: Shape, target_shape: Shape, point: Point, angle: f32) -> Point { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `angle` [INFO] [stdout] --> src/geometry/mod.rs:77:73 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn rotate(original_shape: Shape, target_shape: Shape, point: Point, angle: f32) -> Point { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_angle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `shape` [INFO] [stdout] --> src/image.rs:397:26 [INFO] [stdout] | [INFO] [stdout] 397 | fn resize(&mut self, shape: Shape) -> Result<(), Error> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_shape` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `shape` [INFO] [stdout] --> src/image.rs:403:26 [INFO] [stdout] | [INFO] [stdout] 403 | fn resize(&mut self, shape: Shape) -> Result<(), Error> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_shape` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `shape` [INFO] [stdout] --> src/image.rs:409:26 [INFO] [stdout] | [INFO] [stdout] 409 | fn resize(&mut self, shape: Shape) -> Result<(), Error> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_shape` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `value` [INFO] [stdout] --> src/image.rs:418:26 [INFO] [stdout] | [INFO] [stdout] 418 | fn rotate(&mut self, value: i32) -> Result<(), Error> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s [INFO] running `Command { std: "docker" "inspect" "3e2416b5fce37851d1e39f4a76b3bd45189438ba0fcbba105646335b02188771", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e2416b5fce37851d1e39f4a76b3bd45189438ba0fcbba105646335b02188771", kill_on_drop: false }` [INFO] [stdout] 3e2416b5fce37851d1e39f4a76b3bd45189438ba0fcbba105646335b02188771