[INFO] cloning repository https://github.com/amemya/RAWdevRust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/amemya/RAWdevRust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famemya%2FRAWdevRust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famemya%2FRAWdevRust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6a24c69bbd621fcbe460cc6866b0ae0db031dc28 [INFO] testing amemya/RAWdevRust against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famemya%2FRAWdevRust" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/amemya/RAWdevRust [INFO] finished tweaking git repo https://github.com/amemya/RAWdevRust [INFO] tweaked toml for git repo https://github.com/amemya/RAWdevRust written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/amemya/RAWdevRust on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/amemya/RAWdevRust 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4111ac63cfba8226800260fe5e497b1bdceab0331342b4d3239e4d40d52dad77 [INFO] running `Command { std: "docker" "start" "-a" "4111ac63cfba8226800260fe5e497b1bdceab0331342b4d3239e4d40d52dad77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4111ac63cfba8226800260fe5e497b1bdceab0331342b4d3239e4d40d52dad77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4111ac63cfba8226800260fe5e497b1bdceab0331342b4d3239e4d40d52dad77", kill_on_drop: false }` [INFO] [stdout] 4111ac63cfba8226800260fe5e497b1bdceab0331342b4d3239e4d40d52dad77 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2689e82aa1b1fe2ae1fda74d34e1f5d8f34272eef64bdaa6112cf850e226b07d [INFO] running `Command { std: "docker" "start" "-a" "2689e82aa1b1fe2ae1fda74d34e1f5d8f34272eef64bdaa6112cf850e226b07d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling pin-project-lite v0.2.17 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling winnow v0.7.15 [INFO] [stderr] Compiling simd-adler32 v0.3.8 [INFO] [stderr] Compiling libc v0.2.183 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling adler2 v2.0.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling foldhash v0.2.0 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling zerocopy v0.8.40 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling core2 v0.4.0 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling jxl-bitstream v1.1.0 [INFO] [stderr] Compiling jxl-grid v0.6.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling as-slice v0.2.1 [INFO] [stderr] Compiling built v0.8.0 [INFO] [stderr] Compiling av-scenechange v0.14.1 [INFO] [stderr] Compiling aligned v0.4.3 [INFO] [stderr] Compiling brotli-decompressor v5.0.0 [INFO] [stderr] Compiling jxl-oxide-common v1.0.0 [INFO] [stderr] Compiling jxl-coding v1.0.1 [INFO] [stderr] Compiling jxl-image v0.13.0 [INFO] [stderr] Compiling nom v8.0.0 [INFO] [stderr] Compiling pastey v0.1.1 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling target-features v0.1.6 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling toml_datetime v1.0.0+spec-1.1.0 [INFO] [stderr] Compiling rav1e v0.8.1 [INFO] [stderr] Compiling bytemuck v1.25.0 [INFO] [stderr] Compiling y4m v0.8.0 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling bitstream-io v4.9.0 [INFO] [stderr] Compiling flate2 v1.1.9 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling weezl v0.1.12 [INFO] [stderr] Compiling imgref v1.12.0 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling rustversion v1.0.22 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling zune-jpeg v0.4.21 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling avif-serialize v0.8.8 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling toml_parser v1.0.9+spec-1.1.0 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling bit_field v0.10.3 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling gimli v0.32.3 [INFO] [stderr] Compiling zune-core v0.5.1 [INFO] [stderr] Compiling toml_edit v0.25.4+spec-1.1.0 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling pxfm v0.1.28 [INFO] [stderr] Compiling lebe v0.5.3 [INFO] [stderr] Compiling rgb v0.8.53 [INFO] [stderr] Compiling rle-decode-fast v1.0.3 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling libflate_lz77 v2.2.0 [INFO] [stderr] Compiling gif v0.14.1 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling image-webp v0.2.4 [INFO] [stderr] Compiling zune-jpeg v0.5.12 [INFO] [stderr] Compiling png v0.18.1 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling proc-macro-crate v3.5.0 [INFO] [stderr] Compiling jxl-threadpool v1.0.0 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling jxl-modular v0.11.2 [INFO] [stderr] Compiling jxl-color v0.11.0 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling rustc-demangle v0.1.27 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling iana-time-zone v0.1.65 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling dary_heap v0.3.8 [INFO] [stderr] Compiling clap_lex v1.0.0 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling libflate v2.2.1 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling clap_builder v4.5.60 [INFO] [stderr] Compiling crc v3.4.0 [INFO] [stderr] Compiling uuid v1.22.0 [INFO] [stderr] Compiling brotli v8.0.2 [INFO] [stderr] Compiling memmap2 v0.9.10 [INFO] [stderr] Compiling quick-xml v0.37.5 [INFO] [stderr] Compiling jxl-vardct v0.11.1 [INFO] [stderr] Compiling md5 v0.8.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling mutate_once v0.1.2 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling kamadak-exif v0.6.1 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling moxcms v0.7.11 [INFO] [stderr] Compiling jxl-frame v0.13.3 [INFO] [stderr] Compiling addr2line v0.25.1 [INFO] [stderr] Compiling equator-macro v0.4.2 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerocopy-derive v0.8.40 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling profiling-procmacros v1.0.17 [INFO] [stderr] Compiling fax_derive v0.2.0 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling multiversion-macros v0.8.0 [INFO] [stderr] Compiling profiling v1.0.17 [INFO] [stderr] Compiling equator v0.4.2 [INFO] [stderr] Compiling num_enum_derive v0.7.5 [INFO] [stderr] Compiling aligned-vec v0.6.4 [INFO] [stderr] Compiling v_frame v0.3.9 [INFO] [stderr] Compiling fax v0.2.6 [INFO] [stderr] Compiling av1-grain v0.2.5 [INFO] [stderr] Compiling jxl-render v0.12.3 [INFO] [stderr] Compiling jxl-jbr v0.2.1 [INFO] [stderr] Compiling backtrace v0.3.76 [INFO] [stderr] Compiling num_enum v0.7.5 [INFO] [stderr] Compiling enumn v0.1.14 [INFO] [stderr] Compiling clap_derive v4.5.55 [INFO] [stderr] Compiling multiversion v0.8.0 [INFO] [stderr] Compiling little_exif v0.6.23 [INFO] [stderr] Compiling rawler v0.7.2 [INFO] [stderr] Compiling clap v4.5.60 [INFO] [stderr] Compiling jxl-oxide v0.12.5 [INFO] [stderr] Compiling ravif v0.12.0 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling exr v1.74.0 [INFO] [stderr] Compiling tiff v0.10.3 [INFO] [stderr] Compiling image v0.25.9 [INFO] [stderr] Compiling RAWdevRust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/test_iccp.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | let mut encoder = png::Encoder::new(&mut buf, 100, 100); [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `encoder` [INFO] [stdout] --> src/bin/test_iccp.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | let mut encoder = png::Encoder::new(&mut buf, 100, 100); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_encoder` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `run` is never used [INFO] [stdout] --> src/demosaic/bilinear.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn run(raw: &RawData) -> Vec { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `interpolate` is never used [INFO] [stdout] --> src/demosaic/bilinear.rs:69:4 [INFO] [stdout] | [INFO] [stdout] 69 | fn interpolate(src: &[f32], w: usize, h: usize, raw: &RawData, channel: usize) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s [INFO] running `Command { std: "docker" "inspect" "2689e82aa1b1fe2ae1fda74d34e1f5d8f34272eef64bdaa6112cf850e226b07d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2689e82aa1b1fe2ae1fda74d34e1f5d8f34272eef64bdaa6112cf850e226b07d", kill_on_drop: false }` [INFO] [stdout] 2689e82aa1b1fe2ae1fda74d34e1f5d8f34272eef64bdaa6112cf850e226b07d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f58e256d454f306fea16ce07e57f2c760e8b6231e72038a288cb261088ced882 [INFO] running `Command { std: "docker" "start" "-a" "f58e256d454f306fea16ce07e57f2c760e8b6231e72038a288cb261088ced882", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling linux-raw-sys v0.12.1 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling png v0.18.1 [INFO] [stderr] Compiling image v0.25.9 [INFO] [stderr] Compiling tempfile v3.27.0 [INFO] [stderr] Compiling rawler v0.7.2 [INFO] [stderr] Compiling RAWdevRust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/test_iccp.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | let mut encoder = png::Encoder::new(&mut buf, 100, 100); [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `encoder` [INFO] [stdout] --> src/bin/test_iccp.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | let mut encoder = png::Encoder::new(&mut buf, 100, 100); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_encoder` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `run` is never used [INFO] [stdout] --> src/demosaic/bilinear.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn run(raw: &RawData) -> Vec { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `interpolate` is never used [INFO] [stdout] --> src/demosaic/bilinear.rs:69:4 [INFO] [stdout] | [INFO] [stdout] 69 | fn interpolate(src: &[f32], w: usize, h: usize, raw: &RawData, channel: usize) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 34.30s [INFO] running `Command { std: "docker" "inspect" "f58e256d454f306fea16ce07e57f2c760e8b6231e72038a288cb261088ced882", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f58e256d454f306fea16ce07e57f2c760e8b6231e72038a288cb261088ced882", kill_on_drop: false }` [INFO] [stdout] f58e256d454f306fea16ce07e57f2c760e8b6231e72038a288cb261088ced882 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 637f55144a5b8cd5315af0552441142ac2ff40574e2f6f92420886104a91c9f1 [INFO] running `Command { std: "docker" "start" "-a" "637f55144a5b8cd5315af0552441142ac2ff40574e2f6f92420886104a91c9f1", kill_on_drop: false }` [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stdout] [INFO] [stderr] --> src/bin/test_iccp.rs:3:9 [INFO] [stdout] running 2 tests [INFO] [stderr] | [INFO] [stdout] test dcp::tests::test_parse_dcp ... ignored, Requires local DCP profile assets to be present [INFO] [stderr] 3 | let mut encoder = png::Encoder::new(&mut buf, 100, 100); [INFO] [stdout] test dcp::tests::test_search_default_dcp_priority ... ok [INFO] [stderr] | ----^^^^^^^ [INFO] [stdout] [INFO] [stderr] | | [INFO] [stdout] test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stderr] | help: remove this `mut` [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] running 0 tests [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: unused variable: `encoder` [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] --> src/bin/test_iccp.rs:3:9 [INFO] [stdout] [INFO] [stderr] | [INFO] [stderr] 3 | let mut encoder = png::Encoder::new(&mut buf, 100, 100); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_encoder` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: function `run` is never used [INFO] [stderr] --> src/demosaic/bilinear.rs:6:8 [INFO] [stderr] | [INFO] [stderr] 6 | pub fn run(raw: &RawData) -> Vec { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: function `interpolate` is never used [INFO] [stderr] --> src/demosaic/bilinear.rs:69:4 [INFO] [stderr] | [INFO] [stderr] 69 | fn interpolate(src: &[f32], w: usize, h: usize, raw: &RawData, channel: usize) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `RAWdevRust` (bin "test_iccp" test) generated 2 warnings (run `cargo fix --bin "test_iccp" -p RAWdevRust --tests` to apply 2 suggestions) [INFO] [stderr] warning: `RAWdevRust` (bin "rawdev" test) generated 2 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rawdev-ef47598bf599502b) [INFO] [stderr] Running unittests src/bin/test_iccp.rs (/opt/rustwide/target/debug/deps/test_iccp-09d9da42324066f6) [INFO] running `Command { std: "docker" "inspect" "637f55144a5b8cd5315af0552441142ac2ff40574e2f6f92420886104a91c9f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "637f55144a5b8cd5315af0552441142ac2ff40574e2f6f92420886104a91c9f1", kill_on_drop: false }` [INFO] [stdout] 637f55144a5b8cd5315af0552441142ac2ff40574e2f6f92420886104a91c9f1