[INFO] fetching crate avif-parse 1.0.0... [INFO] testing avif-parse-1.0.0 against beta-2022-09-25 for beta-1.65-1 [INFO] extracting crate avif-parse 1.0.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate avif-parse 1.0.0 on toolchain beta-2022-09-25 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-09-25" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate avif-parse 1.0.0 [INFO] finished tweaking crates.io crate avif-parse 1.0.0 [INFO] tweaked toml for crates.io crate avif-parse 1.0.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-09-25" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-09-25" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-09-25" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4af0f331b7e5f30662390a152225b9f58b78826c3f0eac4451389314a11acd25 [INFO] running `Command { std: "docker" "start" "-a" "4af0f331b7e5f30662390a152225b9f58b78826c3f0eac4451389314a11acd25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4af0f331b7e5f30662390a152225b9f58b78826c3f0eac4451389314a11acd25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4af0f331b7e5f30662390a152225b9f58b78826c3f0eac4451389314a11acd25", kill_on_drop: false }` [INFO] [stdout] 4af0f331b7e5f30662390a152225b9f58b78826c3f0eac4451389314a11acd25 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-09-25" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dadde93b4fcc2c9837b653dbf2d3771c491fc95a2c1301c61d4597144e04acdc [INFO] running `Command { std: "docker" "start" "-a" "dadde93b4fcc2c9837b653dbf2d3771c491fc95a2c1301c61d4597144e04acdc", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.134 [INFO] [stderr] Compiling once_cell v1.15.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling bitreader v0.3.6 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling fallible_collections v0.4.5 [INFO] [stderr] Compiling avif-parse v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused attribute `deny` [INFO] [stdout] --> src/boxes.rs:100:1 [INFO] [stdout] | [INFO] [stdout] 100 | #[deny(unreachable_patterns)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: the built-in attribute `deny` will be ignored, since it's applied to the macro invocation `box_database` [INFO] [stdout] --> src/boxes.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | box_database!( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `uuid` is never read [INFO] [stdout] --> src/lib.rs:225:5 [INFO] [stdout] | [INFO] [stdout] 217 | struct BoxHeader { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 225 | uuid: Option<[u8; 16]>, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: `BoxHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `minor_version` and `compatible_brands` are never read [INFO] [stdout] --> src/lib.rs:237:5 [INFO] [stdout] | [INFO] [stdout] 235 | struct FileTypeBox { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 236 | major_brand: FourCC, [INFO] [stdout] 237 | minor_version: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 238 | compatible_brands: TryVec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FileTypeBox` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `handler_type` is never read [INFO] [stdout] --> src/lib.rs:244:5 [INFO] [stdout] | [INFO] [stdout] 243 | struct HandlerBox { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 244 | handler_type: FourCC, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `HandlerBox` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/lib.rs:249:16 [INFO] [stdout] | [INFO] [stdout] 248 | pub(crate) struct AV1ConfigBox { [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] 249 | pub(crate) profile: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 250 | pub(crate) level: u8, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 251 | pub(crate) tier: u8, [INFO] [stdout] | ^^^^ [INFO] [stdout] 252 | pub(crate) bit_depth: u8, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 253 | pub(crate) monochrome: bool, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 254 | pub(crate) chroma_subsampling_x: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 255 | pub(crate) chroma_subsampling_y: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 256 | pub(crate) chroma_sample_position: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 257 | pub(crate) initial_presentation_delay_present: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 258 | pub(crate) initial_presentation_delay_minus_one: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 259 | pub(crate) config_obus: TryVec, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AV1ConfigBox` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `essential` is never read [INFO] [stdout] --> src/lib.rs:1020:5 [INFO] [stdout] | [INFO] [stdout] 1018 | struct Association { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 1019 | item_id: u32, [INFO] [stdout] 1020 | essential: bool, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.51s [INFO] running `Command { std: "docker" "inspect" "dadde93b4fcc2c9837b653dbf2d3771c491fc95a2c1301c61d4597144e04acdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dadde93b4fcc2c9837b653dbf2d3771c491fc95a2c1301c61d4597144e04acdc", kill_on_drop: false }` [INFO] [stdout] dadde93b4fcc2c9837b653dbf2d3771c491fc95a2c1301c61d4597144e04acdc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-09-25" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3df95a43bc468134665a210649d131eca4906190e9a336da933ffc28c5e1a083 [INFO] running `Command { std: "docker" "start" "-a" "3df95a43bc468134665a210649d131eca4906190e9a336da933ffc28c5e1a083", kill_on_drop: false }` [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling avif-parse v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused attribute `deny` [INFO] [stdout] --> src/boxes.rs:100:1 [INFO] [stdout] | [INFO] [stdout] 100 | #[deny(unreachable_patterns)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: the built-in attribute `deny` will be ignored, since it's applied to the macro invocation `box_database` [INFO] [stdout] --> src/boxes.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | box_database!( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stdout] warning: field `uuid` is never read [INFO] [stdout] --> src/lib.rs:225:5 [INFO] [stdout] | [INFO] [stdout] 217 | struct BoxHeader { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 225 | uuid: Option<[u8; 16]>, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: `BoxHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `minor_version` and `compatible_brands` are never read [INFO] [stdout] --> src/lib.rs:237:5 [INFO] [stdout] | [INFO] [stdout] 235 | struct FileTypeBox { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 236 | major_brand: FourCC, [INFO] [stdout] 237 | minor_version: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 238 | compatible_brands: TryVec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FileTypeBox` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `handler_type` is never read [INFO] [stdout] --> src/lib.rs:244:5 [INFO] [stdout] | [INFO] [stdout] 243 | struct HandlerBox { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 244 | handler_type: FourCC, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `HandlerBox` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/lib.rs:249:16 [INFO] [stdout] | [INFO] [stdout] 248 | pub(crate) struct AV1ConfigBox { [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] 249 | pub(crate) profile: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 250 | pub(crate) level: u8, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 251 | pub(crate) tier: u8, [INFO] [stdout] | ^^^^ [INFO] [stdout] 252 | pub(crate) bit_depth: u8, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 253 | pub(crate) monochrome: bool, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 254 | pub(crate) chroma_subsampling_x: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 255 | pub(crate) chroma_subsampling_y: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 256 | pub(crate) chroma_sample_position: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 257 | pub(crate) initial_presentation_delay_present: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 258 | pub(crate) initial_presentation_delay_minus_one: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 259 | pub(crate) config_obus: TryVec, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AV1ConfigBox` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `essential` is never read [INFO] [stdout] --> src/lib.rs:1020:5 [INFO] [stdout] | [INFO] [stdout] 1018 | struct Association { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 1019 | item_id: u32, [INFO] [stdout] 1020 | essential: bool, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling env_logger v0.9.1 [INFO] [stdout] warning: unused attribute `deny` [INFO] [stdout] --> src/boxes.rs:100:1 [INFO] [stdout] | [INFO] [stdout] 100 | #[deny(unreachable_patterns)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: the built-in attribute `deny` will be ignored, since it's applied to the macro invocation `box_database` [INFO] [stdout] --> src/boxes.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | box_database!( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `uuid` is never read [INFO] [stdout] --> src/lib.rs:225:5 [INFO] [stdout] | [INFO] [stdout] 217 | struct BoxHeader { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 225 | uuid: Option<[u8; 16]>, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: `BoxHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `minor_version` and `compatible_brands` are never read [INFO] [stdout] --> src/lib.rs:237:5 [INFO] [stdout] | [INFO] [stdout] 235 | struct FileTypeBox { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 236 | major_brand: FourCC, [INFO] [stdout] 237 | minor_version: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 238 | compatible_brands: TryVec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FileTypeBox` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `handler_type` is never read [INFO] [stdout] --> src/lib.rs:244:5 [INFO] [stdout] | [INFO] [stdout] 243 | struct HandlerBox { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 244 | handler_type: FourCC, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `HandlerBox` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/lib.rs:249:16 [INFO] [stdout] | [INFO] [stdout] 248 | pub(crate) struct AV1ConfigBox { [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] 249 | pub(crate) profile: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 250 | pub(crate) level: u8, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 251 | pub(crate) tier: u8, [INFO] [stdout] | ^^^^ [INFO] [stdout] 252 | pub(crate) bit_depth: u8, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 253 | pub(crate) monochrome: bool, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 254 | pub(crate) chroma_subsampling_x: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 255 | pub(crate) chroma_subsampling_y: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 256 | pub(crate) chroma_sample_position: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 257 | pub(crate) initial_presentation_delay_present: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 258 | pub(crate) initial_presentation_delay_minus_one: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 259 | pub(crate) config_obus: TryVec, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AV1ConfigBox` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `essential` is never read [INFO] [stdout] --> src/lib.rs:1020:5 [INFO] [stdout] | [INFO] [stdout] 1018 | struct Association { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 1019 | item_id: u32, [INFO] [stdout] 1020 | essential: bool, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.24s [INFO] running `Command { std: "docker" "inspect" "3df95a43bc468134665a210649d131eca4906190e9a336da933ffc28c5e1a083", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3df95a43bc468134665a210649d131eca4906190e9a336da933ffc28c5e1a083", kill_on_drop: false }` [INFO] [stdout] 3df95a43bc468134665a210649d131eca4906190e9a336da933ffc28c5e1a083 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-09-25" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 41b9723efef6d79b24d563087f3e07945dc588cd9ccd6d8dc77009b6e8b8b8d5 [INFO] running `Command { std: "docker" "start" "-a" "41b9723efef6d79b24d563087f3e07945dc588cd9ccd6d8dc77009b6e8b8b8d5", kill_on_drop: false }` [INFO] [stderr] warning: unused attribute `deny` [INFO] [stderr] --> src/boxes.rs:100:1 [INFO] [stderr] | [INFO] [stderr] 100 | #[deny(unreachable_patterns)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] note: the built-in attribute `deny` will be ignored, since it's applied to the macro invocation `box_database` [INFO] [stderr] --> src/boxes.rs:101:1 [INFO] [stderr] | [INFO] [stderr] 101 | box_database!( [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `uuid` is never read [INFO] [stderr] --> src/lib.rs:225:5 [INFO] [stderr] | [INFO] [stderr] 217 | struct BoxHeader { [INFO] [stderr] | --------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 225 | uuid: Option<[u8; 16]>, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] = note: `BoxHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `minor_version` and `compatible_brands` are never read [INFO] [stderr] --> src/lib.rs:237:5 [INFO] [stderr] | [INFO] [stderr] 235 | struct FileTypeBox { [INFO] [stderr] | ----------- fields in this struct [INFO] [stderr] 236 | major_brand: FourCC, [INFO] [stderr] 237 | minor_version: u32, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] 238 | compatible_brands: TryVec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `FileTypeBox` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `handler_type` is never read [INFO] [stderr] --> src/lib.rs:244:5 [INFO] [stderr] | [INFO] [stderr] 243 | struct HandlerBox { [INFO] [stderr] | ---------- field in this struct [INFO] [stderr] 244 | handler_type: FourCC, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `HandlerBox` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: multiple fields are never read [INFO] [stderr] --> src/lib.rs:249:16 [INFO] [stderr] | [INFO] [stderr] 248 | pub(crate) struct AV1ConfigBox { [INFO] [stderr] | ------------ fields in this struct [INFO] [stderr] 249 | pub(crate) profile: u8, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 250 | pub(crate) level: u8, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 251 | pub(crate) tier: u8, [INFO] [stderr] | ^^^^ [INFO] [stderr] 252 | pub(crate) bit_depth: u8, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 253 | pub(crate) monochrome: bool, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] 254 | pub(crate) chroma_subsampling_x: u8, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 255 | pub(crate) chroma_subsampling_y: u8, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 256 | pub(crate) chroma_sample_position: u8, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 257 | pub(crate) initial_presentation_delay_present: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 258 | pub(crate) initial_presentation_delay_minus_one: u8, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 259 | pub(crate) config_obus: TryVec, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `AV1ConfigBox` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `essential` is never read [INFO] [stderr] --> src/lib.rs:1020:5 [INFO] [stderr] | [INFO] [stderr] 1018 | struct Association { [INFO] [stderr] | ----------- field in this struct [INFO] [stderr] 1019 | item_id: u32, [INFO] [stderr] 1020 | essential: bool, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `avif-parse` (lib) generated 6 warnings [INFO] [stderr] warning: `avif-parse` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/avif_parse-091891c95fc1ea4b) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::read_to_end_ ... ok [INFO] [stdout] test tests::read_to_end_oom ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::read_to_end_oom stdout ---- [INFO] [stdout] thread 'tests::read_to_end_oom' panicked at 'Invalid layout: LayoutError', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fallible_collections-0.4.5/src/vec.rs:486:73 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x556f1176d750 - std::backtrace_rs::backtrace::libunwind::trace::h418ac92b8090bf5c [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 1: 0x556f1176d750 - std::backtrace_rs::backtrace::trace_unsynchronized::h5a8b1d5040587567 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x556f1176d750 - std::sys_common::backtrace::_print_fmt::hcf39df7f920a8a7f [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x556f1176d750 - ::fmt::h66e1c999b09d2400 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x556f117908be - core::fmt::write::h90c5198062f012b5 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/fmt/mod.rs:1202:17 [INFO] [stdout] 5: 0x556f11769e55 - std::io::Write::write_fmt::h00a2c5322f8dc51f [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/io/mod.rs:1679:15 [INFO] [stdout] 6: 0x556f1176f213 - std::sys_common::backtrace::_print::h87a6c14cdd097577 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x556f1176f213 - std::sys_common::backtrace::print::h30b70c9b033f6cc7 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x556f1176f213 - std::panicking::default_hook::{{closure}}::hbdc56e1a8ccd98b3 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x556f1176ee83 - std::panicking::default_hook::he95e3d05cd05c0e6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x556f1176f8ba - std::panicking::rust_panic_with_hook::h6fda7132bdef5dc6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x556f1176f7b7 - std::panicking::begin_panic_handler::{{closure}}::hdd34c0fe877dbd38 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x556f1176dbfc - std::sys_common::backtrace::__rust_end_short_backtrace::hc4c468f100834158 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x556f1176f4d2 - rust_begin_unwind [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x556f11705fd3 - core::panicking::panic_fmt::h70c06d9696b6af6b [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panicking.rs:142:14 [INFO] [stdout] 15: 0x556f117060c3 - core::result::unwrap_failed::h85a77542399dc4dd [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x556f1174900a - core::result::Result::expect::hcef9d88d13d55652 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/result.rs:1064:23 [INFO] [stdout] 17: 0x556f11749d65 - fallible_collections::vec::vec_try_extend::h159527974f48bf29 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fallible_collections-0.4.5/src/vec.rs:486:26 [INFO] [stdout] 18: 0x556f11749801 - fallible_collections::vec::vec_try_reserve::h8fda1960c4d1fad8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fallible_collections-0.4.5/src/vec.rs:456:9 [INFO] [stdout] 19: 0x556f11708c82 - as fallible_collections::vec::FallibleVec>::try_reserve::h92d64e6183090c29 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fallible_collections-0.4.5/src/vec.rs:519:13 [INFO] [stdout] 20: 0x556f11708c82 - fallible_collections::vec::TryVec::reserve::hbe33674c838c2e41 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fallible_collections-0.4.5/src/vec.rs:157:9 [INFO] [stdout] 21: 0x556f11708c82 - fallible_collections::vec::std_io::try_read_up_to::h2cd619a59dd31b5f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fallible_collections-0.4.5/src/vec.rs:260:9 [INFO] [stdout] 22: 0x556f11707f0b - as fallible_collections::vec::std_io::TryRead>::try_read_to_end::h10867914e838343c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fallible_collections-0.4.5/src/vec.rs:245:13 [INFO] [stdout] 23: 0x556f11706382 - fallible_collections::vec::std_io::TryRead::read_into_try_vec::h51eb2a3bc5c79fdd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fallible_collections-0.4.5/src/vec.rs:225:13 [INFO] [stdout] 24: 0x556f1170873b - avif_parse::tests::read_to_end_oom::h5b34d1c8941ed9ed [INFO] [stdout] at /opt/rustwide/workdir/src/tests.rs:25:13 [INFO] [stdout] 25: 0x556f117086ba - avif_parse::tests::read_to_end_oom::{{closure}}::hd7c1daeae9c6093a [INFO] [stdout] at /opt/rustwide/workdir/src/tests.rs:23:1 [INFO] [stdout] 26: 0x556f1170ad7e - core::ops::function::FnOnce::call_once::h2b89937c211aeeca [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 27: 0x556f11741ad3 - core::ops::function::FnOnce::call_once::h2e8a52ad66727b27 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 28: 0x556f11741ad3 - test::__rust_begin_short_backtrace::h00f0943f032ff642 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:572:5 [INFO] [stdout] 29: 0x556f117407b0 - as core::ops::function::FnOnce>::call_once::hc2746b61ab542207 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 30: 0x556f117407b0 - as core::ops::function::FnOnce<()>>::call_once::h1dd7b49eba27b2fb [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 31: 0x556f117407b0 - std::panicking::try::do_call::h4264e98462e752f6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:492:40 [INFO] [stdout] 32: 0x556f117407b0 - std::panicking::try::he1e26123ccdba206 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:456:19 [INFO] [stdout] 33: 0x556f117407b0 - std::panic::catch_unwind::hca18f7df3a262a39 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panic.rs:137:14 [INFO] [stdout] 34: 0x556f117407b0 - test::run_test_in_process::h954cbfb354c03624 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:595:18 [INFO] [stdout] 35: 0x556f117407b0 - test::run_test::run_test_inner::{{closure}}::hd11bcb77cf0be02b [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:489:39 [INFO] [stdout] 36: 0x556f1170be14 - test::run_test::run_test_inner::{{closure}}::h0ee1164cd4000444 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/test/src/lib.rs:516:37 [INFO] [stdout] 37: 0x556f1170be14 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2444a8bf2299e115 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 38: 0x556f11711757 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hf61e65ca3edc9cb6 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/mod.rs:514:17 [INFO] [stdout] 39: 0x556f11711757 - as core::ops::function::FnOnce<()>>::call_once::heff8284567ddd2d7 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 40: 0x556f11711757 - std::panicking::try::do_call::h1c39e0ee27edb7aa [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:492:40 [INFO] [stdout] 41: 0x556f11711757 - std::panicking::try::h39c411ba1b200607 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panicking.rs:456:19 [INFO] [stdout] 42: 0x556f11711757 - std::panic::catch_unwind::ha1a48063592b2048 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/panic.rs:137:14 [INFO] [stdout] 43: 0x556f11711757 - std::thread::Builder::spawn_unchecked_::{{closure}}::h1d4fff3787235bc5 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/thread/mod.rs:513:30 [INFO] [stdout] 44: 0x556f11711757 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8b4a4652702ff076 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/core/src/ops/function.rs:248:5 [INFO] [stdout] 45: 0x556f117740c3 - as core::ops::function::FnOnce>::call_once::hc9910a9536e38743 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 46: 0x556f117740c3 - as core::ops::function::FnOnce>::call_once::hcdffe552b616cc83 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/alloc/src/boxed.rs:1940:9 [INFO] [stdout] 47: 0x556f117740c3 - std::sys::unix::thread::Thread::new::thread_start::h62ac0b55dc2802b3 [INFO] [stdout] at /rustc/e5da98475e88b52384bac96923bba7cd45941d69/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 48: 0x7f43d509e609 - start_thread [INFO] [stdout] 49: 0x7f43d5327133 - clone [INFO] [stdout] 50: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::read_to_end_oom [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "41b9723efef6d79b24d563087f3e07945dc588cd9ccd6d8dc77009b6e8b8b8d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "41b9723efef6d79b24d563087f3e07945dc588cd9ccd6d8dc77009b6e8b8b8d5", kill_on_drop: false }` [INFO] [stdout] 41b9723efef6d79b24d563087f3e07945dc588cd9ccd6d8dc77009b6e8b8b8d5