[INFO] fetching crate fast_image_resize 2.7.3...
[INFO] checking fast_image_resize-2.7.3 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate fast_image_resize 2.7.3 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate fast_image_resize 2.7.3 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate fast_image_resize 2.7.3
[INFO] finished tweaking crates.io crate fast_image_resize 2.7.3
[INFO] tweaked toml for crates.io crate fast_image_resize 2.7.3 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rgb v0.8.37
[INFO] [stderr]   Downloaded resize v0.7.4
[INFO] [stderr]   Downloaded os_str_bytes v6.6.1
[INFO] [stderr]   Downloaded fallible_collections v0.4.9
[INFO] [stderr]   Downloaded exr v1.6.4
[INFO] [stderr]   Downloaded tiff v0.9.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] de7807035d0d63b1e7e7eaed3f19ae56a9701077e55990b5b92d4f35aba4e335
[INFO] running `Command { std: "docker" "start" "-a" "de7807035d0d63b1e7e7eaed3f19ae56a9701077e55990b5b92d4f35aba4e335", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "de7807035d0d63b1e7e7eaed3f19ae56a9701077e55990b5b92d4f35aba4e335", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de7807035d0d63b1e7e7eaed3f19ae56a9701077e55990b5b92d4f35aba4e335", kill_on_drop: false }`
[INFO] [stdout] de7807035d0d63b1e7e7eaed3f19ae56a9701077e55990b5b92d4f35aba4e335
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 04e1a087b2635d6d404e0e750023d703d0ba39c2479b267878d7889d46f264bc
[INFO] running `Command { std: "docker" "start" "-a" "04e1a087b2635d6d404e0e750023d703d0ba39c2479b267878d7889d46f264bc", kill_on_drop: false }`
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]     Checking half v2.3.1
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]     Checking bytemuck v1.14.1
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling ahash v0.8.7
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking rayon v1.8.1
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]     Checking os_str_bytes v6.6.1
[INFO] [stderr]     Checking ryu v1.0.16
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking weezl v0.1.8
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking fdeflate v0.3.4
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking textwrap v0.16.0
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking bit_field v0.10.2
[INFO] [stderr]     Checking regex-automata v0.4.5
[INFO] [stderr]     Checking lebe v0.5.2
[INFO] [stderr]     Checking gif v0.12.0
[INFO] [stderr]     Checking png v0.17.11
[INFO] [stderr]     Checking clap v3.2.25
[INFO] [stderr]     Checking walkdir v2.4.0
[INFO] [stderr]     Checking fallible_collections v0.4.9
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking jpeg-decoder v0.3.1
[INFO] [stderr]     Checking rgb v0.8.37
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking oorandom v11.1.3
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking resize v0.7.4
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]    Compiling pin-project-internal v1.1.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]     Checking fast_image_resize v2.7.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `errors::*`
[INFO] [stdout]  --> src/alpha/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use errors::*;
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking pin-project v1.1.4
[INFO] [stderr]     Checking flume v0.10.14
[INFO] [stderr]     Checking exr v1.6.4
[INFO] [stderr]     Checking image v0.24.8
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.4.0
[INFO] [stdout] error[E0432]: unresolved import `testing`
[INFO] [stdout]  --> tests/alpha_tests.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use testing::cpu_ext_into_str;
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testing`
[INFO] [stdout]  --> tests/images_tests.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use testing::nonzero;
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testing`
[INFO] [stdout]  --> benches/bench_compare_rgba16.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use testing::PixelTestingExt;
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testing`
[INFO] [stdout]  --> benches/bench_compare_l16.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use testing::PixelTestingExt;
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testing`
[INFO] [stdout]  --> benches/utils/resize_functions.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use testing::{cpu_ext_into_str, nonzero, PixelTestingExt};
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testing`
[INFO] [stdout]  --> benches/utils/resize_functions.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use testing::{cpu_ext_into_str, nonzero, PixelTestingExt};
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testing`
[INFO] [stdout]  --> benches/utils/resize_functions.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use testing::{cpu_ext_into_str, nonzero, PixelTestingExt};
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testing`
[INFO] [stdout]  --> benches/bench_alpha.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use testing::cpu_ext_into_str;
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testing`
[INFO] [stdout]  --> benches/utils/resize_functions.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use testing::{cpu_ext_into_str, nonzero, PixelTestingExt};
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testing`
[INFO] [stdout]  --> benches/utils/resize_functions.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use testing::{cpu_ext_into_str, nonzero, PixelTestingExt};
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `resize_functions::*`
[INFO] [stdout]  --> benches/utils/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use resize_functions::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fast_image_resize` (bench "bench_compare_la") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `fast_image_resize` (bench "bench_compare_l16") due to 3 previous errors
[INFO] [stderr] error: could not compile `fast_image_resize` (bench "bench_compare_rgba16") due to 3 previous errors
[INFO] [stderr] error: could not compile `fast_image_resize` (bench "bench_compare_la16") due to 2 previous errors
[INFO] [stderr] error: could not compile `fast_image_resize` (bench "bench_alpha") due to 3 previous errors; 1 warning emitted
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fast_image_resize` (test "images_tests") due to 2 previous errors
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `testing`
[INFO] [stdout]    --> tests/alpha_tests.rs:591:9
[INFO] [stdout]     |
[INFO] [stdout] 591 |         testing::save_result(&dst_image, &name);
[INFO] [stdout]     |         ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `testing`
[INFO] [stdout]    --> tests/alpha_tests.rs:593:24
[INFO] [stdout]     |
[INFO] [stdout] 593 |         let checksum = testing::image_checksum::<U8x4, 4>(&dst_image);
[INFO] [stdout]     |                        ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `testing`
[INFO] [stdout]    --> tests/alpha_tests.rs:638:9
[INFO] [stdout]     |
[INFO] [stdout] 638 |         testing::save_result(&dst_image, &name);
[INFO] [stdout]     |         ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `testing`
[INFO] [stdout]    --> tests/alpha_tests.rs:640:24
[INFO] [stdout]     |
[INFO] [stdout] 640 |         let checksum = testing::image_checksum::<U8x4, 4>(&dst_image);
[INFO] [stdout]     |                        ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fast_image_resize` (test "alpha_tests") due to 6 previous errors
[INFO] [stdout] warning: unused import: `errors::*`
[INFO] [stdout]  --> src/alpha/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use errors::*;
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "04e1a087b2635d6d404e0e750023d703d0ba39c2479b267878d7889d46f264bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "04e1a087b2635d6d404e0e750023d703d0ba39c2479b267878d7889d46f264bc", kill_on_drop: false }`
[INFO] [stdout] 04e1a087b2635d6d404e0e750023d703d0ba39c2479b267878d7889d46f264bc
[INFO] checking fast_image_resize-2.7.3 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate fast_image_resize 2.7.3 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate fast_image_resize 2.7.3 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate fast_image_resize 2.7.3
[INFO] finished tweaking crates.io crate fast_image_resize 2.7.3
[INFO] tweaked toml for crates.io crate fast_image_resize 2.7.3 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8403878c6f6129cbfab9ddfc99b744193114fb05bfe07e4983c87023141260f7
[INFO] running `Command { std: "docker" "start" "-a" "8403878c6f6129cbfab9ddfc99b744193114fb05bfe07e4983c87023141260f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8403878c6f6129cbfab9ddfc99b744193114fb05bfe07e4983c87023141260f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8403878c6f6129cbfab9ddfc99b744193114fb05bfe07e4983c87023141260f7", kill_on_drop: false }`
[INFO] [stdout] 8403878c6f6129cbfab9ddfc99b744193114fb05bfe07e4983c87023141260f7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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 -Dnon_local_definitions" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7ce23dee8aa4ef3856e8f90823bdc9671041742ec9383ebde447765096adcb81
[INFO] running `Command { std: "docker" "start" "-a" "7ce23dee8aa4ef3856e8f90823bdc9671041742ec9383ebde447765096adcb81", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]     Checking half v2.3.1
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking bytemuck v1.14.1
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling ahash v0.8.7
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking rayon v1.8.1
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]     Checking weezl v0.1.8
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking os_str_bytes v6.6.1
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking ryu v1.0.16
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking fdeflate v0.3.4
[INFO] [stderr]     Checking regex-automata v0.4.5
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking textwrap v0.16.0
[INFO] [stderr]     Checking bit_field v0.10.2
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking lebe v0.5.2
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking walkdir v2.4.0
[INFO] [stderr]     Checking jpeg-decoder v0.3.1
[INFO] [stderr]     Checking clap v3.2.25
[INFO] [stderr]     Checking gif v0.12.0
[INFO] [stderr]     Checking png v0.17.11
[INFO] [stderr]     Checking fallible_collections v0.4.9
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking rgb v0.8.37
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking oorandom v11.1.3
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking resize v0.7.4
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]    Compiling pin-project-internal v1.1.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]     Checking fast_image_resize v2.7.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `errors::*`
[INFO] [stdout]  --> src/alpha/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use errors::*;
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking pin-project v1.1.4
[INFO] [stderr]     Checking flume v0.10.14
[INFO] [stderr]     Checking exr v1.6.4
[INFO] [stderr]     Checking image v0.24.8
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.4.0
[INFO] [stdout] error[E0432]: unresolved import `testing`
[INFO] [stdout]  --> benches/utils/resize_functions.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use testing::{cpu_ext_into_str, nonzero, PixelTestingExt};
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testing`
[INFO] [stdout]  --> benches/bench_compare_rgb.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use testing::PixelTestingExt;
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testing`
[INFO] [stdout]  --> benches/utils/resize_functions.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use testing::{cpu_ext_into_str, nonzero, PixelTestingExt};
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testing`
[INFO] [stdout]  --> benches/bench_compare_rgb16.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use testing::PixelTestingExt;
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testing`
[INFO] [stdout]  --> benches/utils/resize_functions.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use testing::{cpu_ext_into_str, nonzero, PixelTestingExt};
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testing`
[INFO] [stdout]  --> tests/alpha_tests.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use testing::cpu_ext_into_str;
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testing`
[INFO] [stdout]  --> benches/bench_compare_rgba16.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use testing::PixelTestingExt;
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testing`
[INFO] [stdout]  --> benches/utils/resize_functions.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use testing::{cpu_ext_into_str, nonzero, PixelTestingExt};
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testing`
[INFO] [stdout]  --> benches/bench_compare_l.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use testing::PixelTestingExt;
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testing`
[INFO] [stdout]  --> benches/utils/resize_functions.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use testing::{cpu_ext_into_str, nonzero, PixelTestingExt};
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fast_image_resize` (bench "bench_compare_rgb") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0432]: unresolved import `testing`
[INFO] [stdout]  --> tests/color_tests.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use testing::nonzero;
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fast_image_resize` (bench "bench_compare_la16") due to 2 previous errors
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fast_image_resize` (bench "bench_compare_rgba16") due to 3 previous errors
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fast_image_resize` (bench "bench_compare_l") due to 3 previous errors
[INFO] [stdout] error[E0432]: unresolved import `testing`
[INFO] [stdout]  --> benches/bench_compare_l16.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use testing::PixelTestingExt;
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `testing`
[INFO] [stdout]  --> benches/utils/resize_functions.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use testing::{cpu_ext_into_str, nonzero, PixelTestingExt};
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fast_image_resize` (bench "bench_compare_rgb16") due to 3 previous errors
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fast_image_resize` (bench "bench_compare_l16") due to 3 previous errors
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `testing`
[INFO] [stdout]    --> tests/alpha_tests.rs:591:9
[INFO] [stdout]     |
[INFO] [stdout] 591 |         testing::save_result(&dst_image, &name);
[INFO] [stdout]     |         ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `testing`
[INFO] [stdout]    --> tests/alpha_tests.rs:593:24
[INFO] [stdout]     |
[INFO] [stdout] 593 |         let checksum = testing::image_checksum::<U8x4, 4>(&dst_image);
[INFO] [stdout]     |                        ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `testing`
[INFO] [stdout]   --> tests/color_tests.rs:14:28
[INFO] [stdout]    |
[INFO] [stdout] 14 |         let src_checksum = testing::image_checksum::<U8, 1>(&src_image);
[INFO] [stdout]    |                            ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `testing`
[INFO] [stdout]    --> tests/alpha_tests.rs:638:9
[INFO] [stdout]     |
[INFO] [stdout] 638 |         testing::save_result(&dst_image, &name);
[INFO] [stdout]     |         ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `testing`
[INFO] [stdout]    --> tests/alpha_tests.rs:640:24
[INFO] [stdout]     |
[INFO] [stdout] 640 |         let checksum = testing::image_checksum::<U8x4, 4>(&dst_image);
[INFO] [stdout]     |                        ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `testing`
[INFO] [stdout]   --> tests/color_tests.rs:22:28
[INFO] [stdout]    |
[INFO] [stdout] 22 |         let dst_checksum = testing::image_checksum::<U8, 1>(&dst_image);
[INFO] [stdout]    |                            ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `testing`
[INFO] [stdout]   --> tests/color_tests.rs:30:28
[INFO] [stdout]    |
[INFO] [stdout] 30 |         let dst_checksum = testing::image_checksum::<U16, 1>(&dst_image);
[INFO] [stdout]    |                            ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `testing`
[INFO] [stdout]   --> tests/color_tests.rs:65:28
[INFO] [stdout]    |
[INFO] [stdout] 65 |         let src_checksum = testing::image_checksum::<U8, 1>(&src_image);
[INFO] [stdout]    |                            ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `testing`
[INFO] [stdout]   --> tests/color_tests.rs:67:28
[INFO] [stdout]    |
[INFO] [stdout] 67 |         let dst_checksum = testing::image_checksum::<U8, 1>(&dst_image);
[INFO] [stdout]    |                            ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `testing`
[INFO] [stdout]    --> tests/color_tests.rs:100:28
[INFO] [stdout]     |
[INFO] [stdout] 100 |         let src_checksum = testing::image_checksum::<U8x3, 3>(&src_image);
[INFO] [stdout]     |                            ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fast_image_resize` (test "alpha_tests") due to 6 previous errors
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `testing`
[INFO] [stdout]    --> tests/color_tests.rs:108:28
[INFO] [stdout]     |
[INFO] [stdout] 108 |         let dst_checksum = testing::image_checksum::<U8x3, 3>(&dst_image);
[INFO] [stdout]     |                            ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `testing`
[INFO] [stdout]    --> tests/color_tests.rs:118:28
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let src_checksum = testing::image_checksum::<U8x4, 4>(&src_image);
[INFO] [stdout]     |                            ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `testing`
[INFO] [stdout]    --> tests/color_tests.rs:126:28
[INFO] [stdout]     |
[INFO] [stdout] 126 |         let dst_checksum = testing::image_checksum::<U8x4, 4>(&dst_image);
[INFO] [stdout]     |                            ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `testing`
[INFO] [stdout]    --> tests/color_tests.rs:155:28
[INFO] [stdout]     |
[INFO] [stdout] 155 |         let src_checksum = testing::image_checksum::<U8x3, 3>(&src_image);
[INFO] [stdout]     |                            ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `testing`
[INFO] [stdout]    --> tests/color_tests.rs:163:28
[INFO] [stdout]     |
[INFO] [stdout] 163 |         let dst_checksum = testing::image_checksum::<U8x3, 3>(&dst_image);
[INFO] [stdout]     |                            ^^^^^^^ use of undeclared crate or module `testing`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 12 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fast_image_resize` (test "color_tests") due to 13 previous errors
[INFO] running `Command { std: "docker" "inspect" "7ce23dee8aa4ef3856e8f90823bdc9671041742ec9383ebde447765096adcb81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ce23dee8aa4ef3856e8f90823bdc9671041742ec9383ebde447765096adcb81", kill_on_drop: false }`
[INFO] [stdout] 7ce23dee8aa4ef3856e8f90823bdc9671041742ec9383ebde447765096adcb81
