[INFO] fetching crate exoquant 0.2.0... [INFO] building exoquant-0.2.0 against try#d5c88c22807925c189328ef9d923c5d2b11a95b8+rustflags=-Zprofile-closures for pr-87066-3 [INFO] extracting crate exoquant 0.2.0 into /workspace/builds/worker-73/source [INFO] validating manifest of crates.io crate exoquant 0.2.0 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate exoquant 0.2.0 [INFO] finished tweaking crates.io crate exoquant 0.2.0 [INFO] tweaked toml for crates.io crate exoquant 0.2.0 written to /workspace/builds/worker-73/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lodepng v0.8.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fcfef4ccf166b62b479021c3332543c4d2eeb47ab61fd868d6022d89482d7aeb [INFO] running `Command { std: "docker" "start" "-a" "fcfef4ccf166b62b479021c3332543c4d2eeb47ab61fd868d6022d89482d7aeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fcfef4ccf166b62b479021c3332543c4d2eeb47ab61fd868d6022d89482d7aeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fcfef4ccf166b62b479021c3332543c4d2eeb47ab61fd868d6022d89482d7aeb", kill_on_drop: false }` [INFO] [stdout] fcfef4ccf166b62b479021c3332543c4d2eeb47ab61fd868d6022d89482d7aeb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/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 -Zprofile-closures" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8bbb73cc0d500a317fa63c4d1a40e64bd243417039a943ed788f16ad245096d9 [INFO] running `Command { std: "docker" "start" "-a" "8bbb73cc0d500a317fa63c4d1a40e64bd243417039a943ed788f16ad245096d9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling exoquant v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/histogram.rs:53:48 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn to_color_counts(&self, colorspace: &ColorSpace) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ColorSpace` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/histogram.rs:66:38 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter<'a>(&'a self) -> Box + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/quantizer.rs:211:39 [INFO] [stdout] | [INFO] [stdout] 211 | pub fn optimize(self, optimizer: &Optimizer, num_iterations: usize) -> Quantizer { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Optimizer` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/remapper.rs:73:38 [INFO] [stdout] | [INFO] [stdout] 73 | image: Box + 'b>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'b` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/remapper.rs:75:34 [INFO] [stdout] | [INFO] [stdout] 75 | -> Box + 'b> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'b` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/remapper.rs:87:44 [INFO] [stdout] | [INFO] [stdout] 87 | ... image: Box + 'b>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'b` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/remapper.rs:89:40 [INFO] [stdout] | [INFO] [stdout] 89 | ... -> Box + 'b> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'b` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/optimizer.rs:27:38 [INFO] [stdout] | [INFO] [stdout] 27 | colorspace: &ColorSpace, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ColorSpace` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:13:29 [INFO] [stdout] | [INFO] [stdout] 13 | image: Box + 'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:16:34 [INFO] [stdout] | [INFO] [stdout] 16 | colorspace: &'a ColorSpace) [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ColorSpace` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:17:25 [INFO] [stdout] | [INFO] [stdout] 17 | -> Box + 'a>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:25:29 [INFO] [stdout] | [INFO] [stdout] 25 | image: Box + 'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:28:25 [INFO] [stdout] | [INFO] [stdout] 28 | _: &'a ColorSpace) [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ColorSpace` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:29:25 [INFO] [stdout] | [INFO] [stdout] 29 | -> Box + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:46:29 [INFO] [stdout] | [INFO] [stdout] 46 | image: Box + 'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:49:25 [INFO] [stdout] | [INFO] [stdout] 49 | _: &'a ColorSpace) [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ColorSpace` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:50:25 [INFO] [stdout] | [INFO] [stdout] 50 | -> Box + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:85:29 [INFO] [stdout] | [INFO] [stdout] 85 | image: Box + 'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:88:34 [INFO] [stdout] | [INFO] [stdout] 88 | colorspace: &'a ColorSpace) [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ColorSpace` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 89 | -> Box + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (8d2f369b4b2ec3ef, 7a0b33a1e47a9cee), 8, 16 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (81c15a4db66d7a26, c875689286b41064), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (e7708a6dfb8bd4ba, 3aa1a89bac96f945), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (755c9eb876c492d4, 2e9c04b92ca66c4c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (2cf6e7ac1d3c1133, 74cd0d796da25c6e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (28e56e0db4f2275e, 5d6a4d9382482773), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (ecd176b65cf9fe27, 2c2baea5804f7618), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (1a0acacf89038946, 4ef6064f5d3c5c49), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (3148a4836c2764a8, 39a0d9e0c8286574), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (e1b4408c83e3012, 5f574d0af2637cfa), 16, 24 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (af3ec0aa58ae3f73, a7bee72d57165627), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (aae5a0c0e596aada, 210b419ed159f633), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (305c4f2f0573ce46, 4b487da4090e10ca), 24, 24 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (3d625d5cd6fc7d03, e84b98b365dfdca3), 24, 24 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (3f18dffafa940c52, 5af728d10f13eef3), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (3f18dffafa940c52, 5af728d10f13eef3), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (63fc87139bc33c4a, c85c261f0ef74ec4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (5e8523a91a7e16e6, 2c5bd41cbf97a25a), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (84c3cf0462553284, 67e8b2fab924903), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (d291a4cc12cca0eb, 296cdd011f87f5ca), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (18c663df0e20d0a3, 86394c5880689f64), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (b4c73c97ce762422, f3b8619230141989), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (720fe05f412b3fd3, 4673ee94814861a3), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (56a4267413b71e6b, 17ce73126d9e69b9), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (5e464c7fbedb91a3, 77b5a275d9afdd17), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (60616399de8db1af, 9c4841b605b33436), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (c5c716c7da3a1d0c, 5aec3a74ee8544ce), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (e5ef9050762c76a1, e086f0b005f4943b), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (e78298f26a5335a1, 8f24199cb4e419aa), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (4f0c09e821817739, b6e29213043459b6), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (de24959a70ec123, 48ba15d5f848d7ab), 64, 64 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (cb422fd03305dcff, b88d09ccbf2f0f95), 0, 0 [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.19s [INFO] running `Command { std: "docker" "inspect" "8bbb73cc0d500a317fa63c4d1a40e64bd243417039a943ed788f16ad245096d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8bbb73cc0d500a317fa63c4d1a40e64bd243417039a943ed788f16ad245096d9", kill_on_drop: false }` [INFO] [stdout] 8bbb73cc0d500a317fa63c4d1a40e64bd243417039a943ed788f16ad245096d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-73/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 -Zprofile-closures" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] afd22abb26c8a66f4348e32ddfda46844340d1f691d5ab20d6f9407695f8219f [INFO] running `Command { std: "docker" "start" "-a" "afd22abb26c8a66f4348e32ddfda46844340d1f691d5ab20d6f9407695f8219f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.99 [INFO] [stderr] Compiling bytemuck v1.7.2 [INFO] [stderr] Compiling lodepng v0.8.1 [INFO] [stderr] Compiling c_vec v1.0.12 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/histogram.rs:53:48 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn to_color_counts(&self, colorspace: &ColorSpace) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ColorSpace` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/histogram.rs:66:38 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter<'a>(&'a self) -> Box + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/quantizer.rs:211:39 [INFO] [stdout] | [INFO] [stdout] 211 | pub fn optimize(self, optimizer: &Optimizer, num_iterations: usize) -> Quantizer { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Optimizer` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/remapper.rs:73:38 [INFO] [stdout] | [INFO] [stdout] 73 | image: Box + 'b>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'b` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/remapper.rs:75:34 [INFO] [stdout] | [INFO] [stdout] 75 | -> Box + 'b> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'b` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/remapper.rs:87:44 [INFO] [stdout] | [INFO] [stdout] 87 | ... image: Box + 'b>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'b` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/remapper.rs:89:40 [INFO] [stdout] | [INFO] [stdout] 89 | ... -> Box + 'b> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'b` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/optimizer.rs:27:38 [INFO] [stdout] | [INFO] [stdout] 27 | colorspace: &ColorSpace, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ColorSpace` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:13:29 [INFO] [stdout] | [INFO] [stdout] 13 | image: Box + 'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:16:34 [INFO] [stdout] | [INFO] [stdout] 16 | colorspace: &'a ColorSpace) [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ColorSpace` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:17:25 [INFO] [stdout] | [INFO] [stdout] 17 | -> Box + 'a>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:25:29 [INFO] [stdout] | [INFO] [stdout] 25 | image: Box + 'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:28:25 [INFO] [stdout] | [INFO] [stdout] 28 | _: &'a ColorSpace) [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ColorSpace` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:29:25 [INFO] [stdout] | [INFO] [stdout] 29 | -> Box + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:46:29 [INFO] [stdout] | [INFO] [stdout] 46 | image: Box + 'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:49:25 [INFO] [stdout] | [INFO] [stdout] 49 | _: &'a ColorSpace) [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ColorSpace` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:50:25 [INFO] [stdout] | [INFO] [stdout] 50 | -> Box + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:85:29 [INFO] [stdout] | [INFO] [stdout] 85 | image: Box + 'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (8d2f369b4b2ec3ef, 7a0b33a1e47a9cee), 8, 16 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:88:34 [INFO] [stdout] | [INFO] [stdout] 88 | colorspace: &'a ColorSpace) [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ColorSpace` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (81c15a4db66d7a26, c875689286b41064), 0, 0 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 89 | -> Box + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (e7708a6dfb8bd4ba, 3aa1a89bac96f945), 0, 0 [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (755c9eb876c492d4, 2e9c04b92ca66c4c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (2cf6e7ac1d3c1133, 74cd0d796da25c6e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (28e56e0db4f2275e, 5d6a4d9382482773), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (ecd176b65cf9fe27, 2c2baea5804f7618), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (1a0acacf89038946, 4ef6064f5d3c5c49), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (3148a4836c2764a8, 39a0d9e0c8286574), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (e1b4408c83e3012, 5f574d0af2637cfa), 16, 24 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (af3ec0aa58ae3f73, a7bee72d57165627), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (aae5a0c0e596aada, 210b419ed159f633), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (305c4f2f0573ce46, 4b487da4090e10ca), 24, 24 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (3d625d5cd6fc7d03, e84b98b365dfdca3), 24, 24 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (3f18dffafa940c52, 5af728d10f13eef3), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (3f18dffafa940c52, 5af728d10f13eef3), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (63fc87139bc33c4a, c85c261f0ef74ec4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (5e8523a91a7e16e6, 2c5bd41cbf97a25a), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (84c3cf0462553284, 67e8b2fab924903), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (d291a4cc12cca0eb, 296cdd011f87f5ca), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (18c663df0e20d0a3, 86394c5880689f64), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (b4c73c97ce762422, f3b8619230141989), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (720fe05f412b3fd3, 4673ee94814861a3), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (56a4267413b71e6b, 17ce73126d9e69b9), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (5e464c7fbedb91a3, 77b5a275d9afdd17), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (60616399de8db1af, 9c4841b605b33436), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (c5c716c7da3a1d0c, 5aec3a74ee8544ce), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (e5ef9050762c76a1, e086f0b005f4943b), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (e78298f26a5335a1, 8f24199cb4e419aa), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (4f0c09e821817739, b6e29213043459b6), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (de24959a70ec123, 48ba15d5f848d7ab), 64, 64 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (cb422fd03305dcff, b88d09ccbf2f0f95), 0, 0 [INFO] [stderr] Compiling rgb v0.8.27 [INFO] [stderr] SG_CR_Eslkdjf: build_script_build, (75b84863966839e5, 8a92c743b00988cf), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lodepng, (153f5de595a86ae7, 21d47824342ef709), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lodepng, (153f5de595a86ae7, 21d47824342ef709), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lodepng, (dddd8f367c6d8336, 9adaebc82a354bdb), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lodepng, (dddd8f367c6d8336, 9adaebc82a354bdb), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lodepng, (b0337b3406e84acd, c5e370840a235f8c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lodepng, (b0337b3406e84acd, c5e370840a235f8c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lodepng, (1dbea4cc24627f67, f8ee96546210b6d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lodepng, (1dbea4cc24627f67, f8ee96546210b6d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lodepng, (572235923726e7c1, c641b2ad838dd703), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lodepng, (572235923726e7c1, c641b2ad838dd703), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lodepng, (c33a39eb723bffe4, 1c33238735eea497), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lodepng, (c33a39eb723bffe4, 1c33238735eea497), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lodepng, (657a7368dabccee3, 927741cb93df8d06), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lodepng, (657a7368dabccee3, 927741cb93df8d06), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lodepng, (3260fdc252dd41fe, c5a03bd48db2f16d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lodepng, (3260fdc252dd41fe, c5a03bd48db2f16d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lodepng, (fc2b711f7840fe7d, 39dfd6cccb41ba09), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: lodepng, (fc2b711f7840fe7d, 39dfd6cccb41ba09), 0, 0 [INFO] [stderr] Compiling exoquant v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/histogram.rs:53:48 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn to_color_counts(&self, colorspace: &ColorSpace) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ColorSpace` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/histogram.rs:66:38 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter<'a>(&'a self) -> Box + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/quantizer.rs:211:39 [INFO] [stdout] | [INFO] [stdout] 211 | pub fn optimize(self, optimizer: &Optimizer, num_iterations: usize) -> Quantizer { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Optimizer` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/remapper.rs:73:38 [INFO] [stdout] | [INFO] [stdout] 73 | image: Box + 'b>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'b` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/remapper.rs:75:34 [INFO] [stdout] | [INFO] [stdout] 75 | -> Box + 'b> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'b` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/remapper.rs:87:44 [INFO] [stdout] | [INFO] [stdout] 87 | ... image: Box + 'b>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'b` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/remapper.rs:89:40 [INFO] [stdout] | [INFO] [stdout] 89 | ... -> Box + 'b> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'b` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/optimizer.rs:27:38 [INFO] [stdout] | [INFO] [stdout] 27 | colorspace: &ColorSpace, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ColorSpace` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:13:29 [INFO] [stdout] | [INFO] [stdout] 13 | image: Box + 'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:16:34 [INFO] [stdout] | [INFO] [stdout] 16 | colorspace: &'a ColorSpace) [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ColorSpace` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:17:25 [INFO] [stdout] | [INFO] [stdout] 17 | -> Box + 'a>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:25:29 [INFO] [stdout] | [INFO] [stdout] 25 | image: Box + 'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:28:25 [INFO] [stdout] | [INFO] [stdout] 28 | _: &'a ColorSpace) [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ColorSpace` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:29:25 [INFO] [stdout] | [INFO] [stdout] 29 | -> Box + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:46:29 [INFO] [stdout] | [INFO] [stdout] 46 | image: Box + 'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:49:25 [INFO] [stdout] | [INFO] [stdout] 49 | _: &'a ColorSpace) [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ColorSpace` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:50:25 [INFO] [stdout] | [INFO] [stdout] 50 | -> Box + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:85:29 [INFO] [stdout] | [INFO] [stdout] 85 | image: Box + 'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:88:34 [INFO] [stdout] | [INFO] [stdout] 88 | colorspace: &'a ColorSpace) [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn ColorSpace` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ditherer.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 89 | -> Box + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: lowlevel, (1d439fd5c52b736b, 3f0b7029e9a4fdcc), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: highlevel, (c36596611a821c87, 792a2729d1a7b80), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: exoquant, (f75eaa615fb481e5, 159ba6633aa7d4fa), 0, 0 [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 22.13s [INFO] running `Command { std: "docker" "inspect" "afd22abb26c8a66f4348e32ddfda46844340d1f691d5ab20d6f9407695f8219f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "afd22abb26c8a66f4348e32ddfda46844340d1f691d5ab20d6f9407695f8219f", kill_on_drop: false }` [INFO] [stdout] afd22abb26c8a66f4348e32ddfda46844340d1f691d5ab20d6f9407695f8219f