[INFO] fetching crate pixie-anim 0.1.5... [INFO] testing pixie-anim-0.1.5 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-2 [INFO] extracting crate pixie-anim 0.1.5 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate pixie-anim 0.1.5 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate pixie-anim 0.1.5 [INFO] tweaked toml for crates.io crate pixie-anim 0.1.5 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate pixie-anim 0.1.5 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 crates.io crate pixie-anim 0.1.5 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] [stderr] warning: `panic` setting is ignored for `bench` profile [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 5472d6b083ee8ac1e662567668178761674c58f0c0375b9b2ee897e13a666fc8 [INFO] running `Command { std: "docker" "start" "-a" "5472d6b083ee8ac1e662567668178761674c58f0c0375b9b2ee897e13a666fc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5472d6b083ee8ac1e662567668178761674c58f0c0375b9b2ee897e13a666fc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5472d6b083ee8ac1e662567668178761674c58f0c0375b9b2ee897e13a666fc8", kill_on_drop: false }` [INFO] [stdout] 5472d6b083ee8ac1e662567668178761674c58f0c0375b9b2ee897e13a666fc8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 712702b0a9b806515a605888be1f6022e084fb48e9393687b41d8fb897a1cc78 [INFO] running `Command { std: "docker" "start" "-a" "712702b0a9b806515a605888be1f6022e084fb48e9393687b41d8fb897a1cc78", kill_on_drop: false }` [INFO] [stderr] warning: `panic` setting is ignored for `bench` profile [INFO] [stderr] Compiling gif v0.13.3 [INFO] [stderr] Compiling pixie-anim v0.1.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/simd/x86_64.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | let mut i = 0; [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: `r_pixel` [INFO] [stdout] --> src/simd/x86_64.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | let r_pixel = _mm256_set1_epi32(pixel.r as i32); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_r_pixel` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `g_pixel` [INFO] [stdout] --> src/simd/x86_64.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | let g_pixel = _mm256_set1_epi32(pixel.g as i32); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_g_pixel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b_pixel` [INFO] [stdout] --> src/simd/x86_64.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | let b_pixel = _mm256_set1_epi32(pixel.b as i32); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_b_pixel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/simd/x86_64.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | let mut i = 0; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/simd/x86_64.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | pub l: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/simd/x86_64.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | pub a: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/simd/x86_64.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub b: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/simd/x86_64.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub len: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/simd/x86_64.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn from_lab(colors: &[Lab]) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s [INFO] running `Command { std: "docker" "inspect" "712702b0a9b806515a605888be1f6022e084fb48e9393687b41d8fb897a1cc78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "712702b0a9b806515a605888be1f6022e084fb48e9393687b41d8fb897a1cc78", kill_on_drop: false }` [INFO] [stdout] 712702b0a9b806515a605888be1f6022e084fb48e9393687b41d8fb897a1cc78 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 3903f85ca80c9374f27792a513f495b5faadecaa7ae431d4efd63a7476f2ea19 [INFO] running `Command { std: "docker" "start" "-a" "3903f85ca80c9374f27792a513f495b5faadecaa7ae431d4efd63a7476f2ea19", kill_on_drop: false }` [INFO] [stderr] warning: `panic` setting is ignored for `bench` profile [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/simd/x86_64.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | let mut i = 0; [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: `r_pixel` [INFO] [stdout] --> src/simd/x86_64.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | let r_pixel = _mm256_set1_epi32(pixel.r as i32); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_r_pixel` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `g_pixel` [INFO] [stdout] --> src/simd/x86_64.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | let g_pixel = _mm256_set1_epi32(pixel.g as i32); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_g_pixel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b_pixel` [INFO] [stdout] --> src/simd/x86_64.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | let b_pixel = _mm256_set1_epi32(pixel.b as i32); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_b_pixel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/simd/x86_64.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | let mut i = 0; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/simd/x86_64.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | pub l: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/simd/x86_64.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | pub a: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/simd/x86_64.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub b: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/simd/x86_64.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub len: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/simd/x86_64.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn from_lab(colors: &[Lab]) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap_lex v0.7.6 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling is-terminal v0.4.17 [INFO] [stderr] Compiling clap_builder v4.5.54 [INFO] [stderr] Compiling clap v4.5.54 [INFO] [stderr] Compiling zerocopy-derive v0.8.33 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerocopy v0.8.33 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling pixie-anim v0.1.5 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `pixie_anim_lib::engine` [INFO] [stdout] --> examples/basic_optimization.rs:1:21 [INFO] [stdout] | [INFO] [stdout] 1 | use pixie_anim_lib::engine::{optimize_sequence, OptimizationOptions}; [INFO] [stdout] | ^^^^^^ could not find `engine` in `pixie_anim_lib` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg(feature = "image")] [INFO] [stdout] | ----------------- the item is gated behind the `image` feature [INFO] [stdout] 25 | pub mod engine; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `pixie_anim_lib::engine` [INFO] [stdout] --> examples/video_to_gif.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | use pixie_anim_lib::engine::{optimize_sequence, OptimizationOptions}; [INFO] [stdout] | ^^^^^^ could not find `engine` in `pixie_anim_lib` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg(feature = "image")] [INFO] [stdout] | ----------------- the item is gated behind the `image` feature [INFO] [stdout] 25 | pub mod engine; [INFO] [stdout] | ^^^^^^ [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] [stderr] error: could not compile `pixie-anim` (example "basic_optimization") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `pixie-anim` (example "video_to_gif") due to 1 previous error [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/simd/x86_64.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | let mut i = 0; [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: `r_pixel` [INFO] [stdout] --> src/simd/x86_64.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | let r_pixel = _mm256_set1_epi32(pixel.r as i32); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_r_pixel` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `g_pixel` [INFO] [stdout] --> src/simd/x86_64.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | let g_pixel = _mm256_set1_epi32(pixel.g as i32); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_g_pixel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b_pixel` [INFO] [stdout] --> src/simd/x86_64.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | let b_pixel = _mm256_set1_epi32(pixel.b as i32); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_b_pixel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/simd/x86_64.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | let mut i = 0; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/simd/x86_64.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | pub l: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/simd/x86_64.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | pub a: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/simd/x86_64.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub b: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/simd/x86_64.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub len: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/simd/x86_64.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn from_lab(colors: &[Lab]) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3903f85ca80c9374f27792a513f495b5faadecaa7ae431d4efd63a7476f2ea19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3903f85ca80c9374f27792a513f495b5faadecaa7ae431d4efd63a7476f2ea19", kill_on_drop: false }` [INFO] [stdout] 3903f85ca80c9374f27792a513f495b5faadecaa7ae431d4efd63a7476f2ea19