[INFO] fetching crate aya-log 0.3.0...
[INFO] checking aya-log-0.3.0 against 6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa for pr-159356
[INFO] extracting crate aya-log 0.3.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate aya-log 0.3.0
[INFO] finished tweaking crates.io crate aya-log 0.3.0
[INFO] tweaked toml for crates.io crate aya-log 0.3.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate aya-log 0.3.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-log 0.3.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] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 0039011e1e51ee5ba4556ac49424bd6474091df4f12354994b4ef9afd62680db
[INFO] running `Command { std: "docker" "start" "0039011e1e51ee5ba4556ac49424bd6474091df4f12354994b4ef9afd62680db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0039011e1e51ee5ba4556ac49424bd6474091df4f12354994b4ef9afd62680db", 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" "0039011e1e51ee5ba4556ac49424bd6474091df4f12354994b4ef9afd62680db" "/opt/rustwide/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0039011e1e51ee5ba4556ac49424bd6474091df4f12354994b4ef9afd62680db", 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" "0039011e1e51ee5ba4556ac49424bd6474091df4f12354994b4ef9afd62680db" "/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 object v0.39.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]     Checking assert_matches v1.5.0
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking env_filter v1.0.1
[INFO] [stderr]     Checking testing_logger v0.1.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking env_logger v0.11.10
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling num_enum_derive v0.7.6
[INFO] [stderr]     Checking num_enum v0.7.6
[INFO] [stderr]     Checking aya-log-common v0.2.0
[INFO] [stderr]     Checking aya-obj v0.3.0
[INFO] [stderr]     Checking aya v0.14.0
[INFO] [stderr]     Checking aya-log v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/lib.rs:512:23
[INFO] [stdout]     |
[INFO] [stdout] 512 |             .map_err(|std::array::TryFromSliceError { .. }| ())?,
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[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/lib.rs:536:67
[INFO] [stdout]     |
[INFO] [stdout] 536 |                     target.replace(str::from_utf8(value).map_err(|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/lib.rs:558:67
[INFO] [stdout]     |
[INFO] [stdout] 558 |                     module.replace(str::from_utf8(value).map_err(|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/lib.rs:564:72
[INFO] [stdout]     |
[INFO] [stdout] 564 |                 let file = file.replace(str::from_utf8(value).map_err(|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/lib.rs:573:35
[INFO] [stdout]     |
[INFO] [stdout] 573 |                         .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:583:35
[INFO] [stdout]     |
[INFO] [stdout] 583 |                         .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:597:44
[INFO] [stdout]     |
[INFO] [stdout] 597 |         usize::try_from(num_args).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/lib.rs:611:39
[INFO] [stdout]     |
[INFO] [stdout] 611 | ...                   .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:621:39
[INFO] [stdout]     |
[INFO] [stdout] 621 | ...                   .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:631:39
[INFO] [stdout]     |
[INFO] [stdout] 631 | ...                   .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:641:39
[INFO] [stdout]     |
[INFO] [stdout] 641 | ...                   .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:651:39
[INFO] [stdout]     |
[INFO] [stdout] 651 | ...                   .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:661:39
[INFO] [stdout]     |
[INFO] [stdout] 661 | ...                   .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:671:39
[INFO] [stdout]     |
[INFO] [stdout] 671 | ...                   .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:681:39
[INFO] [stdout]     |
[INFO] [stdout] 681 | ...                   .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:691:39
[INFO] [stdout]     |
[INFO] [stdout] 691 | ...                   .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:701:39
[INFO] [stdout]     |
[INFO] [stdout] 701 | ...                   .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:711:39
[INFO] [stdout]     |
[INFO] [stdout] 711 | ...                   .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:721:39
[INFO] [stdout]     |
[INFO] [stdout] 721 | ...                   .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:729:31
[INFO] [stdout]     |
[INFO] [stdout] 729 |                     .map_err(|std::array::TryFromSliceError { .. }| ())?;
[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/lib.rs:736:31
[INFO] [stdout]     |
[INFO] [stdout] 736 |                     .map_err(|std::array::TryFromSliceError { .. }| ())?;
[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/lib.rs:743:31
[INFO] [stdout]     |
[INFO] [stdout] 743 |                     .map_err(|std::array::TryFromSliceError { .. }| ())?;
[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/lib.rs:749:31
[INFO] [stdout]     |
[INFO] [stdout] 749 |                     .map_err(|std::array::TryFromSliceError { .. }| ())?;
[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/lib.rs:755:31
[INFO] [stdout]     |
[INFO] [stdout] 755 |                     .map_err(|std::array::TryFromSliceError { .. }| ())?;
[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/lib.rs:761:31
[INFO] [stdout]     |
[INFO] [stdout] 761 |                     .map_err(|std::array::TryFromSliceError { .. }| ())?;
[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/lib.rs:780:31
[INFO] [stdout]     |
[INFO] [stdout] 780 |                     .map_err(|std::array::TryFromSliceError { .. }| ())?;
[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-log` (lib) due to 26 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/lib.rs:512:23
[INFO] [stdout]     |
[INFO] [stdout] 512 |             .map_err(|std::array::TryFromSliceError { .. }| ())?,
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type is defined in crate `core`
[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/lib.rs:536:67
[INFO] [stdout]     |
[INFO] [stdout] 536 |                     target.replace(str::from_utf8(value).map_err(|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/lib.rs:558:67
[INFO] [stdout]     |
[INFO] [stdout] 558 |                     module.replace(str::from_utf8(value).map_err(|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/lib.rs:564:72
[INFO] [stdout]     |
[INFO] [stdout] 564 |                 let file = file.replace(str::from_utf8(value).map_err(|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/lib.rs:573:35
[INFO] [stdout]     |
[INFO] [stdout] 573 |                         .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:583:35
[INFO] [stdout]     |
[INFO] [stdout] 583 |                         .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:597:44
[INFO] [stdout]     |
[INFO] [stdout] 597 |         usize::try_from(num_args).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/lib.rs:611:39
[INFO] [stdout]     |
[INFO] [stdout] 611 | ...                   .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:621:39
[INFO] [stdout]     |
[INFO] [stdout] 621 | ...                   .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:631:39
[INFO] [stdout]     |
[INFO] [stdout] 631 | ...                   .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:641:39
[INFO] [stdout]     |
[INFO] [stdout] 641 | ...                   .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:651:39
[INFO] [stdout]     |
[INFO] [stdout] 651 | ...                   .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:661:39
[INFO] [stdout]     |
[INFO] [stdout] 661 | ...                   .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:671:39
[INFO] [stdout]     |
[INFO] [stdout] 671 | ...                   .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:681:39
[INFO] [stdout]     |
[INFO] [stdout] 681 | ...                   .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:691:39
[INFO] [stdout]     |
[INFO] [stdout] 691 | ...                   .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:701:39
[INFO] [stdout]     |
[INFO] [stdout] 701 | ...                   .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:711:39
[INFO] [stdout]     |
[INFO] [stdout] 711 | ...                   .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:721:39
[INFO] [stdout]     |
[INFO] [stdout] 721 | ...                   .map_err(|std::array::TryFromSliceError { .. }| ())?,
[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/lib.rs:729:31
[INFO] [stdout]     |
[INFO] [stdout] 729 |                     .map_err(|std::array::TryFromSliceError { .. }| ())?;
[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/lib.rs:736:31
[INFO] [stdout]     |
[INFO] [stdout] 736 |                     .map_err(|std::array::TryFromSliceError { .. }| ())?;
[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/lib.rs:743:31
[INFO] [stdout]     |
[INFO] [stdout] 743 |                     .map_err(|std::array::TryFromSliceError { .. }| ())?;
[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/lib.rs:749:31
[INFO] [stdout]     |
[INFO] [stdout] 749 |                     .map_err(|std::array::TryFromSliceError { .. }| ())?;
[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/lib.rs:755:31
[INFO] [stdout]     |
[INFO] [stdout] 755 |                     .map_err(|std::array::TryFromSliceError { .. }| ())?;
[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/lib.rs:761:31
[INFO] [stdout]     |
[INFO] [stdout] 761 |                     .map_err(|std::array::TryFromSliceError { .. }| ())?;
[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/lib.rs:780:31
[INFO] [stdout]     |
[INFO] [stdout] 780 |                     .map_err(|std::array::TryFromSliceError { .. }| ())?;
[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-log` (lib test) due to 26 previous errors
[INFO] running `Command { std: "docker" "inspect" "0039011e1e51ee5ba4556ac49424bd6474091df4f12354994b4ef9afd62680db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0039011e1e51ee5ba4556ac49424bd6474091df4f12354994b4ef9afd62680db", kill_on_drop: false }`
[INFO] [stdout] 0039011e1e51ee5ba4556ac49424bd6474091df4f12354994b4ef9afd62680db
