[INFO] fetching crate resource-fork 0.3.10...
[INFO] testing resource-fork-0.3.10 against 1.95.0 for beta-1.96-2
[INFO] extracting crate resource-fork 0.3.10 into /workspace/builds/worker-0-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate resource-fork 0.3.10 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded page_size v0.6.0
[INFO] [stderr]   Downloaded criterion-plot v0.8.2
[INFO] [stderr]   Downloaded criterion v0.8.2
[INFO] [stderr]   Downloaded alloca v0.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 31cdaac65af4a454aaf05216c802a28a7c42adb304327cb9806916c1674a4eed
[INFO] running `Command { std: "docker" "start" "-a" "31cdaac65af4a454aaf05216c802a28a7c42adb304327cb9806916c1674a4eed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "31cdaac65af4a454aaf05216c802a28a7c42adb304327cb9806916c1674a4eed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "31cdaac65af4a454aaf05216c802a28a7c42adb304327cb9806916c1674a4eed", kill_on_drop: false }`
[INFO] [stdout] 31cdaac65af4a454aaf05216c802a28a7c42adb304327cb9806916c1674a4eed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c4018a570bda3438c1ac765738cb24b5d635177e68377ed70ea5317bd1ba6412
[INFO] running `Command { std: "docker" "start" "-a" "c4018a570bda3438c1ac765738cb24b5d635177e68377ed70ea5317bd1ba6412", 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" "c4018a570bda3438c1ac765738cb24b5d635177e68377ed70ea5317bd1ba6412", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4018a570bda3438c1ac765738cb24b5d635177e68377ed70ea5317bd1ba6412", kill_on_drop: false }`
[INFO] [stdout] c4018a570bda3438c1ac765738cb24b5d635177e68377ed70ea5317bd1ba6412
