[INFO] fetching crate aya 0.14.0...
[INFO] checking aya-0.14.0 against 6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa for pr-159356
[INFO] extracting crate aya 0.14.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate aya 0.14.0
[INFO] finished tweaking crates.io crate aya 0.14.0
[INFO] tweaked toml for crates.io crate aya 0.14.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate aya 0.14.0 on toolchain 6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate aya 0.14.0 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" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7237ed130b392a0b388e22dcbc4724edad8057a03b08eaf7ca8a8a44c09f2dd4
[INFO] running `Command { std: "docker" "start" "7237ed130b392a0b388e22dcbc4724edad8057a03b08eaf7ca8a8a44c09f2dd4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7237ed130b392a0b388e22dcbc4724edad8057a03b08eaf7ca8a8a44c09f2dd4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7237ed130b392a0b388e22dcbc4724edad8057a03b08eaf7ca8a8a44c09f2dd4" "/opt/rustwide/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7237ed130b392a0b388e22dcbc4724edad8057a03b08eaf7ca8a8a44c09f2dd4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7237ed130b392a0b388e22dcbc4724edad8057a03b08eaf7ca8a8a44c09f2dd4" "/opt/rustwide/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling object v0.39.1
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]     Checking log v0.4.32
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]     Checking aya-obj v0.3.0
[INFO] [stderr]     Checking aya v0.14.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking rstest v0.26.1
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/maps/mod.rs:830:23
[INFO] [stdout]     |
[INFO] [stdout] 830 |             .map_err(|std::ffi::NulError { .. }| MapError::InvalidName { name: name.into() })?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `alloc`
[INFO] [stdout]     = note: `#[deny(rest_pattern_match_on_struct_with_all_private_fields)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/programs/mod.rs:754:59
[INFO] [stdout]     |
[INFO] [stdout] 754 |         let prog_name = CString::new(name).map_err(|err @ std::ffi::NulError { .. }| {
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `alloc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]   --> src/programs/utils.rs:50:25
[INFO] [stdout]    |
[INFO] [stdout] 50 |                     Err(io::Error { .. }) => false,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/programs/uprobe.rs:501:64
[INFO] [stdout]     |
[INFO] [stdout] 501 | ...                   std::str::from_utf8(part).map_err(|std::str::Utf8Error { .. }| ())?;
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/programs/uprobe.rs:503:39
[INFO] [stdout]     |
[INFO] [stdout] 503 | ...                   .map_err(|std::num::ParseIntError { .. }| ())?;
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/programs/uprobe.rs:519:59
[INFO] [stdout]     |
[INFO] [stdout] 519 |         let offset = std::str::from_utf8(offset).map_err(|std::str::Utf8Error { .. }| err())?;
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/programs/uprobe.rs:521:54
[INFO] [stdout]     |
[INFO] [stdout] 521 |             u64::from_str_radix(offset, 16).map_err(|std::num::ParseIntError { .. }| err())?;
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/programs/uprobe.rs:525:57
[INFO] [stdout]     |
[INFO] [stdout] 525 |         let inode = std::str::from_utf8(inode).map_err(|std::str::Utf8Error { .. }| err())?;
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/programs/uprobe.rs:528:23
[INFO] [stdout]     |
[INFO] [stdout] 528 |             .map_err(|std::num::ParseIntError { .. }| err())?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/programs/uprobe.rs:652:57
[INFO] [stdout]     |
[INFO] [stdout] 652 |         let header = std::str::from_utf8(&buf).map_err(|std::str::Utf8Error { .. }| {
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/programs/uprobe.rs:663:61
[INFO] [stdout]     |
[INFO] [stdout] 663 |             let header = std::str::from_utf8(&buf).map_err(|std::str::Utf8Error { .. }| {
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/sys/bpf.rs:851:37
[INFO] [stdout]     |
[INFO] [stdout] 851 |     let fd = fd.try_into().map_err(|std::num::TryFromIntError { .. }| {
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/sys/netlink.rs:598:26
[INFO] [stdout]     |
[INFO] [stdout] 598 |                         |std::num::TryFromIntError { .. }| {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/sys/perf_event.rs:215:37
[INFO] [stdout]     |
[INFO] [stdout] 215 |     let fd = fd.try_into().map_err(|std::num::TryFromIntError { .. }| {
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/util.rs:267:52
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 .map(|s| s.parse::<u32>().map_err(|ParseIntError { .. }| range));
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/util.rs:310:25
[INFO] [stdout]     |
[INFO] [stdout] 310 |                     Err(ParseIntError { .. }) => None,
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aya` (lib) due to 16 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/maps/mod.rs:830:23
[INFO] [stdout]     |
[INFO] [stdout] 830 |             .map_err(|std::ffi::NulError { .. }| MapError::InvalidName { name: name.into() })?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `alloc`
[INFO] [stdout]     = note: `#[deny(rest_pattern_match_on_struct_with_all_private_fields)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/programs/mod.rs:754:59
[INFO] [stdout]     |
[INFO] [stdout] 754 |         let prog_name = CString::new(name).map_err(|err @ std::ffi::NulError { .. }| {
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `alloc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]   --> src/programs/utils.rs:50:25
[INFO] [stdout]    |
[INFO] [stdout] 50 |                     Err(io::Error { .. }) => false,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/programs/uprobe.rs:501:64
[INFO] [stdout]     |
[INFO] [stdout] 501 | ...                   std::str::from_utf8(part).map_err(|std::str::Utf8Error { .. }| ())?;
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/programs/uprobe.rs:503:39
[INFO] [stdout]     |
[INFO] [stdout] 503 | ...                   .map_err(|std::num::ParseIntError { .. }| ())?;
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/programs/uprobe.rs:519:59
[INFO] [stdout]     |
[INFO] [stdout] 519 |         let offset = std::str::from_utf8(offset).map_err(|std::str::Utf8Error { .. }| err())?;
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/programs/uprobe.rs:521:54
[INFO] [stdout]     |
[INFO] [stdout] 521 |             u64::from_str_radix(offset, 16).map_err(|std::num::ParseIntError { .. }| err())?;
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/programs/uprobe.rs:525:57
[INFO] [stdout]     |
[INFO] [stdout] 525 |         let inode = std::str::from_utf8(inode).map_err(|std::str::Utf8Error { .. }| err())?;
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/programs/uprobe.rs:528:23
[INFO] [stdout]     |
[INFO] [stdout] 528 |             .map_err(|std::num::ParseIntError { .. }| err())?;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/programs/uprobe.rs:652:57
[INFO] [stdout]     |
[INFO] [stdout] 652 |         let header = std::str::from_utf8(&buf).map_err(|std::str::Utf8Error { .. }| {
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/programs/uprobe.rs:663:61
[INFO] [stdout]     |
[INFO] [stdout] 663 |             let header = std::str::from_utf8(&buf).map_err(|std::str::Utf8Error { .. }| {
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/sys/bpf.rs:851:37
[INFO] [stdout]     |
[INFO] [stdout] 851 |     let fd = fd.try_into().map_err(|std::num::TryFromIntError { .. }| {
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/sys/netlink.rs:598:26
[INFO] [stdout]     |
[INFO] [stdout] 598 |                         |std::num::TryFromIntError { .. }| {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/sys/perf_event.rs:215:37
[INFO] [stdout]     |
[INFO] [stdout] 215 |     let fd = fd.try_into().map_err(|std::num::TryFromIntError { .. }| {
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/util.rs:267:52
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 .map(|s| s.parse::<u32>().map_err(|ParseIntError { .. }| range));
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/util.rs:310:25
[INFO] [stdout]     |
[INFO] [stdout] 310 |                     Err(ParseIntError { .. }) => None,
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aya` (lib test) due to 16 previous errors
[INFO] running `Command { std: "docker" "inspect" "7237ed130b392a0b388e22dcbc4724edad8057a03b08eaf7ca8a8a44c09f2dd4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7237ed130b392a0b388e22dcbc4724edad8057a03b08eaf7ca8a8a44c09f2dd4", kill_on_drop: false }`
[INFO] [stdout] 7237ed130b392a0b388e22dcbc4724edad8057a03b08eaf7ca8a8a44c09f2dd4
