[INFO] fetching crate libxivdat 0.2.0... [INFO] testing libxivdat-0.2.0 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] extracting crate libxivdat 0.2.0 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate libxivdat 0.2.0 [INFO] finished tweaking crates.io crate libxivdat 0.2.0 [INFO] tweaked toml for crates.io crate libxivdat 0.2.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate libxivdat 0.2.0 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 48 packages to latest compatible versions [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: `edition` is set on library `libxivdat` which is deprecated [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] 2358356949e1d40d6266f55067900459f41b9a8b7439605efcefa281c89c09c9 [INFO] running `Command { std: "docker" "start" "-a" "2358356949e1d40d6266f55067900459f41b9a8b7439605efcefa281c89c09c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2358356949e1d40d6266f55067900459f41b9a8b7439605efcefa281c89c09c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2358356949e1d40d6266f55067900459f41b9a8b7439605efcefa281c89c09c9", kill_on_drop: false }` [INFO] [stdout] 2358356949e1d40d6266f55067900459f41b9a8b7439605efcefa281c89c09c9 [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] bdd0be4b3836fdf34e59a909517616a241ba1337e4472811383887f3d300a5aa [INFO] running `Command { std: "docker" "start" "-a" "bdd0be4b3836fdf34e59a909517616a241ba1337e4472811383887f3d300a5aa", kill_on_drop: false }` [INFO] [stderr] warning: `edition` is set on library `libxivdat` which is deprecated [INFO] [stderr] Compiling libxivdat v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/section.rs:268:26 [INFO] [stdout] | [INFO] [stdout] 268 | pub fn as_section(bytes: &[u8]) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 268 | pub fn as_section(bytes: &[u8]) -> Result, DATError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s [INFO] running `Command { std: "docker" "inspect" "bdd0be4b3836fdf34e59a909517616a241ba1337e4472811383887f3d300a5aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdd0be4b3836fdf34e59a909517616a241ba1337e4472811383887f3d300a5aa", kill_on_drop: false }` [INFO] [stdout] bdd0be4b3836fdf34e59a909517616a241ba1337e4472811383887f3d300a5aa [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] 024f407e16a6c4874092d78b435b8fa3b5d990beff8e613d0b53996dd7926ba8 [INFO] running `Command { std: "docker" "start" "-a" "024f407e16a6c4874092d78b435b8fa3b5d990beff8e613d0b53996dd7926ba8", kill_on_drop: false }` [INFO] [stderr] warning: `edition` is set on library `libxivdat` which is deprecated [INFO] [stderr] Compiling libc v0.2.184 [INFO] [stderr] Compiling once_cell v1.21.4 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/section.rs:268:26 [INFO] [stdout] | [INFO] [stdout] 268 | pub fn as_section(bytes: &[u8]) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 268 | pub fn as_section(bytes: &[u8]) -> Result, DATError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling tempfile v3.27.0 [INFO] [stderr] Compiling libxivdat v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/section.rs:268:26 [INFO] [stdout] | [INFO] [stdout] 268 | pub fn as_section(bytes: &[u8]) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 268 | pub fn as_section(bytes: &[u8]) -> Result, DATError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.33s [INFO] running `Command { std: "docker" "inspect" "024f407e16a6c4874092d78b435b8fa3b5d990beff8e613d0b53996dd7926ba8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "024f407e16a6c4874092d78b435b8fa3b5d990beff8e613d0b53996dd7926ba8", kill_on_drop: false }` [INFO] [stdout] 024f407e16a6c4874092d78b435b8fa3b5d990beff8e613d0b53996dd7926ba8 [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", kill_on_drop: false }` [INFO] [stdout] 1e4520460791d404db24cd3bcdfb804ee0c5022cb294aaeb1dc60f56549ea8d6 [INFO] running `Command { std: "docker" "start" "-a" "1e4520460791d404db24cd3bcdfb804ee0c5022cb294aaeb1dc60f56549ea8d6", kill_on_drop: false }` [INFO] [stderr] warning: `edition` is set on library `libxivdat` which is deprecated [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/section.rs:268:26 [INFO] [stderr] | [INFO] [stderr] 268 | pub fn as_section(bytes: &[u8]) -> Result { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 268 | pub fn as_section(bytes: &[u8]) -> Result, DATError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `libxivdat` (lib) generated 1 warning (run `cargo fix --lib -p libxivdat` to apply 1 suggestion) [INFO] [stderr] warning: `libxivdat` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/libxivdat-f79eeedad7253d89) [INFO] [stdout] [INFO] [stdout] running 63 tests [INFO] [stdout] test dat_file::tests::test_check_type ... ok [INFO] [stdout] test dat_file::tests::test_datfile_open ... ok [INFO] [stdout] test dat_file::tests::test_datfile_open_detect_type ... ok [INFO] [stdout] test dat_file::tests::test_datfile_read ... ok [INFO] [stdout] test dat_file::tests::test_datfile_open_options ... FAILED [INFO] [stdout] test dat_file::tests::test_datfile_read_past_end ... ok [INFO] [stdout] test dat_file::tests::test_datfile_read_with_mask ... ok [INFO] [stdout] test dat_file::tests::test_datfile_seek_current_error_negative ... ok [INFO] [stdout] test dat_file::tests::test_datfile_seek_end ... ok [INFO] [stdout] test dat_file::tests::test_datfile_seek_current ... ok [INFO] [stdout] test dat_file::tests::test_datfile_seek_start ... ok [INFO] [stdout] test dat_file::tests::test_get_header_contents ... ok [INFO] [stdout] test dat_file::tests::test_get_header_contents_error_bad_type ... ok [INFO] [stdout] test dat_file::tests::test_get_header_contents_error_sizes ... ok [INFO] [stdout] test dat_file::tests::test_read_content ... ok [INFO] [stdout] test dat_file::tests::test_read_content_with_mask ... ok [INFO] [stdout] test dat_file::tests::test_datfile_set_content_size_error_over_max ... ok [INFO] [stdout] test dat_type::tests::test_from_header_bytes ... ok [INFO] [stdout] test dat_type::tests::test_get_default_max_size_for_type ... ok [INFO] [stdout] test dat_file::tests::test_write_content ... ok [INFO] [stdout] test dat_type::tests::test_get_mask_for_type ... ok [INFO] [stdout] test section::tests::test_as_section ... ok [INFO] [stdout] test section::tests::test_as_section_vec_error_encoding ... ok [INFO] [stdout] test dat_file::tests::test_datfile_set_content_size_error_zero_size ... ok [INFO] [stdout] test dat_file::tests::test_datfile_create_unsafe ... ok [INFO] [stdout] test section::tests::test_as_section_vec ... ok [INFO] [stdout] test section::tests::test_as_section_vec_error_overflow ... ok [INFO] [stdout] test dat_file::tests::test_datfile_set_max_size_error_under_content ... ok [INFO] [stdout] test section::tests::test_as_section_vec_error_underflow ... ok [INFO] [stdout] test dat_file::tests::test_datfile_set_max_size_shrink ... ok [INFO] [stdout] test section::tests::test_read_section ... ok [INFO] [stdout] test section::tests::test_read_section_content_error_type ... ok [INFO] [stdout] test dat_file::tests::test_datfile_set_max_size_error_zero_size ... ok [INFO] [stdout] test dat_file::tests::test_datfile_set_max_size_grow ... ok [INFO] [stdout] test dat_file::tests::test_datfile_set_content_size_grow ... ok [INFO] [stdout] test dat_file::tests::test_datfile_write_error_over_max_size ... ok [INFO] [stdout] test dat_file::tests::test_datfile_write ... ok [INFO] [stdout] test dat_file::tests::test_datfile_set_content_size_shrink ... ok [INFO] [stdout] test section::tests::test_section_from_bytes_error_overflow ... ok [INFO] [stdout] test dat_file::tests::test_datfile_write_extend_content_size ... ok [INFO] [stdout] test dat_file::tests::test_datfile_create_with_content ... ok [INFO] [stdout] test section::tests::test_section_new ... ok [INFO] [stdout] test section::tests::test_section_new_error_title_size ... ok [INFO] [stdout] test section::tests::test_section_to_sectiondata ... ok [INFO] [stdout] test section::tests::test_section_from_bytes_error_underflow ... ok [INFO] [stdout] test section::tests::test_sectiondata_from_bytes_error_overflow ... ok [INFO] [stdout] test section::tests::test_sectiondata_from_bytes_error_underflow ... ok [INFO] [stdout] test section::tests::test_read_section_error_type ... ok [INFO] [stdout] test section::tests::test_section_from_bytes ... ok [INFO] [stdout] test section::tests::test_section_to_bytes ... ok [INFO] [stdout] test section::tests::test_read_section_content ... ok [INFO] [stdout] test section::tests::test_sectiondata_to_bytes ... ok [INFO] [stdout] test section::tests::test_sectiondata_to_section ... ok [INFO] [stdout] test section::tests::test_sectiondata_new_error_title_size ... ok [INFO] [stdout] test section::tests::test_sectiondata_from_bytes_error_encoding ... ok [INFO] [stdout] test section::tests::test_sectiondata_new ... ok [INFO] [stdout] test section::tests::test_sectiondata_from_bytes ... ok [INFO] [stdout] test dat_type::tests::test_get_default_end_byte_for_type ... ok [INFO] [stdout] test section::tests::test_sectiondata_new_error_content_size ... ok [INFO] [stdout] test section::tests::test_read_section_error_eof ... ok [INFO] [stdout] test section::tests::test_section_new_error_content_size ... ok [INFO] [stdout] test dat_file::tests::test_datfile_create ... ok [INFO] [stdout] test section::tests::test_section_from_bytes_error_encoding ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- dat_file::tests::test_datfile_open_options stdout ---- [INFO] [stdout] Error: "File IO error: None" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] dat_file::tests::test_datfile_open_options [INFO] [stdout] [INFO] [stdout] test result: FAILED. 62 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "1e4520460791d404db24cd3bcdfb804ee0c5022cb294aaeb1dc60f56549ea8d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e4520460791d404db24cd3bcdfb804ee0c5022cb294aaeb1dc60f56549ea8d6", kill_on_drop: false }` [INFO] [stdout] 1e4520460791d404db24cd3bcdfb804ee0c5022cb294aaeb1dc60f56549ea8d6