[INFO] fetching crate tinygif 0.0.4... [INFO] testing tinygif-0.0.4 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate tinygif 0.0.4 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate tinygif 0.0.4 [INFO] finished tweaking crates.io crate tinygif 0.0.4 [INFO] tweaked toml for crates.io crate tinygif 0.0.4 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate tinygif 0.0.4 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate tinygif 0.0.4 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" "+beta-2025-10-28" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 55b47b91fe10f3299e2a59f5dc33c6042b23b201f1b284a2acf2af5ae44855e8 [INFO] running `Command { std: "docker" "start" "-a" "55b47b91fe10f3299e2a59f5dc33c6042b23b201f1b284a2acf2af5ae44855e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "55b47b91fe10f3299e2a59f5dc33c6042b23b201f1b284a2acf2af5ae44855e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55b47b91fe10f3299e2a59f5dc33c6042b23b201f1b284a2acf2af5ae44855e8", kill_on_drop: false }` [INFO] [stdout] 55b47b91fe10f3299e2a59f5dc33c6042b23b201f1b284a2acf2af5ae44855e8 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 73dbcc02d15f06d89df9b47dcc8d13c6b3ab11cc2c44b21f32caa568315433b8 [INFO] running `Command { std: "docker" "start" "-a" "73dbcc02d15f06d89df9b47dcc8d13c6b3ab11cc2c44b21f32caa568315433b8", kill_on_drop: false }` [INFO] [stderr] Compiling semver v1.0.17 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling az v1.2.1 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling micromath v2.0.0 [INFO] [stderr] Compiling hash32 v0.2.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling heapless v0.7.16 [INFO] [stderr] Compiling embedded-graphics-core v0.4.0 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling embedded-graphics v0.8.0 [INFO] [stderr] Compiling tinygif v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:236:46 [INFO] [stdout] | [INFO] [stdout] 236 | pub fn parse(input: &'a [u8]) -> Result<(&[u8], Self), ParseError> { [INFO] [stdout] | -- ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | pub fn parse(input: &'a [u8]) -> Result<(&'a [u8], Self), ParseError> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s [INFO] running `Command { std: "docker" "inspect" "73dbcc02d15f06d89df9b47dcc8d13c6b3ab11cc2c44b21f32caa568315433b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73dbcc02d15f06d89df9b47dcc8d13c6b3ab11cc2c44b21f32caa568315433b8", kill_on_drop: false }` [INFO] [stdout] 73dbcc02d15f06d89df9b47dcc8d13c6b3ab11cc2c44b21f32caa568315433b8 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e27fefc5f89b2476754cd383ee4334adf24b99bad8f598e5f98e5fce5d64b111 [INFO] running `Command { std: "docker" "start" "-a" "e27fefc5f89b2476754cd383ee4334adf24b99bad8f598e5f98e5fce5d64b111", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.59 [INFO] [stderr] Compiling quote v1.0.28 [INFO] [stderr] Compiling libc v0.2.146 [INFO] [stderr] Compiling unicode-ident v1.0.9 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling serde v1.0.164 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling rustix v0.37.20 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling serde_json v1.0.97 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling linux-raw-sys v0.3.8 [INFO] [stderr] Compiling anstyle v1.0.1 [INFO] [stderr] Compiling ciborium-io v0.2.1 [INFO] [stderr] Compiling clap_lex v0.5.0 [INFO] [stderr] Compiling itoa v1.0.6 [INFO] [stderr] Compiling plotters-backend v0.3.5 [INFO] [stderr] Compiling ryu v1.0.13 [INFO] [stderr] Compiling ciborium-ll v0.2.1 [INFO] [stderr] Compiling embedded-graphics-core v0.4.0 [INFO] [stderr] Compiling hash32 v0.2.1 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling clap_builder v4.3.5 [INFO] [stderr] Compiling regex-syntax v0.7.2 [INFO] [stderr] Compiling walkdir v2.3.3 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling plotters-svg v0.3.5 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling heapless v0.7.16 [INFO] [stderr] Compiling nu-ansi-term v0.47.0 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling bmp v0.5.0 [INFO] [stderr] Compiling nu-pretty-hex v0.81.0 [INFO] [stderr] Compiling syn v2.0.18 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling plotters v0.3.5 [INFO] [stderr] Compiling embedded-graphics v0.8.0 [INFO] [stderr] Compiling regex v1.8.4 [INFO] [stderr] Compiling clap v4.3.5 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling tinygif v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:236:46 [INFO] [stdout] | [INFO] [stdout] 236 | pub fn parse(input: &'a [u8]) -> Result<(&[u8], Self), ParseError> { [INFO] [stdout] | -- ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | pub fn parse(input: &'a [u8]) -> Result<(&'a [u8], Self), ParseError> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rayon v1.7.0 [INFO] [stderr] Compiling is-terminal v0.4.7 [INFO] [stderr] Compiling serde_derive v1.0.164 [INFO] [stderr] Compiling ciborium v0.2.1 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stdout] error: couldn't read `examples/../kiss.gif`: No such file or directory (os error 2) [INFO] [stdout] --> examples/main3.rs:19:17 [INFO] [stdout] | [INFO] [stdout] 19 | let input = include_bytes!("../kiss.gif"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Image`, `Pixel`, and `px` [INFO] [stdout] --> examples/main3.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use bmp::{px, Image, Pixel}; [INFO] [stdout] | ^^ ^^^^^ ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `prelude::RgbColor` [INFO] [stdout] --> examples/main3.rs:2:25 [INFO] [stdout] | [INFO] [stdout] 2 | use embedded_graphics::{prelude::RgbColor, pixelcolor::Rgb888}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fs` [INFO] [stdout] --> examples/main3.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::fs; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `nu_pretty_hex::Hex` [INFO] [stdout] --> examples/main3.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use nu_pretty_hex::Hex; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `lzw::Decoder` [INFO] [stdout] --> examples/main3.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | use tinygif::{lzw::Decoder, *}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `examples/../Ferris-240x240.gif`: No such file or directory (os error 2) [INFO] [stdout] --> examples/main2.rs:19:17 [INFO] [stdout] | [INFO] [stdout] 19 | let input = include_bytes!("../Ferris-240x240.gif"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Image`, `Pixel`, and `px` [INFO] [stdout] --> examples/main2.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use bmp::{px, Image, Pixel}; [INFO] [stdout] | ^^ ^^^^^ ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `embedded_graphics::prelude::RgbColor` [INFO] [stdout] --> examples/main2.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use embedded_graphics::prelude::RgbColor; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fs` [INFO] [stdout] --> examples/main2.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::fs; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `nu_pretty_hex::Hex` [INFO] [stdout] --> examples/main2.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use nu_pretty_hex::Hex; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `lzw::Decoder` [INFO] [stdout] --> examples/main2.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | use tinygif::{lzw::Decoder, *}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tinygif` (example "main3") due to 1 previous error; 5 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `tinygif` (example "main2") due to 1 previous error; 5 warnings emitted [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:236:46 [INFO] [stdout] | [INFO] [stdout] 236 | pub fn parse(input: &'a [u8]) -> Result<(&[u8], Self), ParseError> { [INFO] [stdout] | -- ^^^^^ the same lifetime is elided here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | pub fn parse(input: &'a [u8]) -> Result<(&'a [u8], Self), ParseError> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e27fefc5f89b2476754cd383ee4334adf24b99bad8f598e5f98e5fce5d64b111", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e27fefc5f89b2476754cd383ee4334adf24b99bad8f598e5f98e5fce5d64b111", kill_on_drop: false }` [INFO] [stdout] e27fefc5f89b2476754cd383ee4334adf24b99bad8f598e5f98e5fce5d64b111