[INFO] fetching crate resource-fork 0.3.10...
[INFO] testing resource-fork-0.3.10 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate resource-fork 0.3.10 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate resource-fork 0.3.10
[INFO] finished tweaking crates.io crate resource-fork 0.3.10
[INFO] tweaked toml for crates.io crate resource-fork 0.3.10 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate resource-fork 0.3.10 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate resource-fork 0.3.10 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-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3b5ccb3fb34c18e2abb6cdacad4415acda6f7295030c0624a4b361ba2b658f7c
[INFO] running `Command { std: "docker" "start" "-a" "3b5ccb3fb34c18e2abb6cdacad4415acda6f7295030c0624a4b361ba2b658f7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3b5ccb3fb34c18e2abb6cdacad4415acda6f7295030c0624a4b361ba2b658f7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b5ccb3fb34c18e2abb6cdacad4415acda6f7295030c0624a4b361ba2b658f7c", kill_on_drop: false }`
[INFO] [stdout] 3b5ccb3fb34c18e2abb6cdacad4415acda6f7295030c0624a4b361ba2b658f7c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dec98991a103c4ad158cc33e2751fd6baa75b7acf38d65c42e3e0d4120b9d083
[INFO] running `Command { std: "docker" "start" "-a" "dec98991a103c4ad158cc33e2751fd6baa75b7acf38d65c42e3e0d4120b9d083", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling resource-fork v0.3.10 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `libc::XATTR_SHOWCOMPRESSION`
[INFO] [stdout]  --> src/lib.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use libc::XATTR_SHOWCOMPRESSION;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `XATTR_SHOWCOMPRESSION` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `libc::ENOATTR`: ENOATTR is not available on Linux; use ENODATA instead
[INFO] [stdout]    --> src/lib.rs:129:47
[INFO] [stdout]     |
[INFO] [stdout] 129 |             if e.raw_os_error() == Some(libc::ENOATTR) {
[INFO] [stdout]     |                                               ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `libc::ENOATTR`: ENOATTR is not available on Linux; use ENODATA instead
[INFO] [stdout]    --> src/lib.rs:164:55
[INFO] [stdout]     |
[INFO] [stdout] 164 |                     if e.raw_os_error() == Some(libc::ENOATTR) {
[INFO] [stdout]     |                                                       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 3 arguments were supplied
[INFO] [stdout]     --> src/lib.rs:59:13
[INFO] [stdout]      |
[INFO] [stdout]   59 |             libc::fremovexattr(
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]   62 |                 XATTR_SHOWCOMPRESSION,
[INFO] [stdout]      |                 --------------------- unexpected argument #3
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.184/src/unix/linux_like/linux/mod.rs:4165:12
[INFO] [stdout]      |
[INFO] [stdout] 4165 |     pub fn fremovexattr(filedes: c_int, name: *const c_char) -> c_int;
[INFO] [stdout]      |            ^^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]   61 -                 XATTR_NAME.as_ptr(),
[INFO] [stdout]   62 -                 XATTR_SHOWCOMPRESSION,
[INFO] [stdout]   61 +                 XATTR_NAME.as_ptr(),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 5 arguments but 6 arguments were supplied
[INFO] [stdout]     --> src/lib.rs:86:13
[INFO] [stdout]      |
[INFO] [stdout]   86 |             libc::fsetxattr(
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]   91 |                 self.position,
[INFO] [stdout]      |                 ------------- expected `i32`, found `u32`
[INFO] [stdout]   92 |                 XATTR_SHOWCOMPRESSION,
[INFO] [stdout]      |                 --------------------- unexpected argument #6
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.184/src/unix/linux_like/linux/mod.rs:4153:12
[INFO] [stdout]      |
[INFO] [stdout] 4153 |     pub fn fsetxattr(
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: you can convert a `u32` to an `i32` and panic if the converted value doesn't fit
[INFO] [stdout]      |
[INFO] [stdout]   91 |                 self.position.try_into().unwrap(),
[INFO] [stdout]      |                              ++++++++++++++++++++
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]      |
[INFO] [stdout]   91 -                 self.position,
[INFO] [stdout]   92 -                 XATTR_SHOWCOMPRESSION,
[INFO] [stdout]   91 +                 /* i32 */,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 6 arguments were supplied
[INFO] [stdout]     --> src/lib.rs:118:13
[INFO] [stdout]      |
[INFO] [stdout]  118 |             libc::fgetxattr(
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  123 |                 self.position,
[INFO] [stdout]      |                 ------------- unexpected argument #5 of type `u32`
[INFO] [stdout]  124 |                 XATTR_SHOWCOMPRESSION,
[INFO] [stdout]      |                 --------------------- unexpected argument #6
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.184/src/unix/linux_like/linux/mod.rs:4133:12
[INFO] [stdout]      |
[INFO] [stdout] 4133 |     pub fn fgetxattr(
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra arguments
[INFO] [stdout]      |
[INFO] [stdout]  122 -                 buf.len(),
[INFO] [stdout]  123 -                 self.position,
[INFO] [stdout]  124 -                 XATTR_SHOWCOMPRESSION,
[INFO] [stdout]  122 +                 buf.len(),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 4 arguments but 6 arguments were supplied
[INFO] [stdout]     --> src/lib.rs:153:21
[INFO] [stdout]      |
[INFO] [stdout]  153 |                     libc::fgetxattr(
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  158 |                         0,
[INFO] [stdout]      |                         - unexpected argument #5 of type `{integer}`
[INFO] [stdout]  159 |                         XATTR_SHOWCOMPRESSION,
[INFO] [stdout]      |                         --------------------- unexpected argument #6
[INFO] [stdout]      |
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.184/src/unix/linux_like/linux/mod.rs:4133:12
[INFO] [stdout]      |
[INFO] [stdout] 4133 |     pub fn fgetxattr(
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout] help: remove the extra arguments
[INFO] [stdout]      |
[INFO] [stdout]  157 -                         0,
[INFO] [stdout]  158 -                         0,
[INFO] [stdout]  159 -                         XATTR_SHOWCOMPRESSION,
[INFO] [stdout]  157 +                         0,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `resource-fork` (lib) due to 5 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "dec98991a103c4ad158cc33e2751fd6baa75b7acf38d65c42e3e0d4120b9d083", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dec98991a103c4ad158cc33e2751fd6baa75b7acf38d65c42e3e0d4120b9d083", kill_on_drop: false }`
[INFO] [stdout] dec98991a103c4ad158cc33e2751fd6baa75b7acf38d65c42e3e0d4120b9d083
