[INFO] fetching crate cfi-types 0.0.1...
[INFO] checking cfi-types-0.0.1 against master#b3bd7058c139e71bae0862ef8f8ac936208873e9 for pr-123752
[INFO] extracting crate cfi-types 0.0.1 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate cfi-types 0.0.1 on toolchain b3bd7058c139e71bae0862ef8f8ac936208873e9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cfi-types 0.0.1
[INFO] finished tweaking crates.io crate cfi-types 0.0.1
[INFO] tweaked toml for crates.io crate cfi-types 0.0.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9bf89e44f2c239ef371e2d4b0008a4558f7915cccb915a3b8a17a4b3d9eeca8e
[INFO] running `Command { std: "docker" "start" "-a" "9bf89e44f2c239ef371e2d4b0008a4558f7915cccb915a3b8a17a4b3d9eeca8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9bf89e44f2c239ef371e2d4b0008a4558f7915cccb915a3b8a17a4b3d9eeca8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9bf89e44f2c239ef371e2d4b0008a4558f7915cccb915a3b8a17a4b3d9eeca8e", kill_on_drop: false }`
[INFO] [stdout] 9bf89e44f2c239ef371e2d4b0008a4558f7915cccb915a3b8a17a4b3d9eeca8e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1ea06502f66a9d1861c724fa1fc39570a629ef84a18f97fbbd9b35074866b669
[INFO] running `Command { std: "docker" "start" "-a" "1ea06502f66a9d1861c724fa1fc39570a629ef84a18f97fbbd9b35074866b669", kill_on_drop: false }`
[INFO] [stderr]     Checking cfi-types v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]   --> src/lib.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg(sanitizer_cfi_normalize_integers)]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]    = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]   --> src/lib.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg(sanitizer_cfi_normalize_integers)]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]    = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]   --> src/lib.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[cfg(not(sanitizer_cfi_normalize_integers))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]    = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]   --> src/lib.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[cfg(not(sanitizer_cfi_normalize_integers))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]    = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]   --> src/lib.rs:36:7
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[cfg(sanitizer_cfi_normalize_integers)]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]    = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]   --> src/lib.rs:36:7
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[cfg(sanitizer_cfi_normalize_integers)]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]    = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]   --> src/lib.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(not(sanitizer_cfi_normalize_integers))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]    = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]   --> src/lib.rs:51:7
[INFO] [stdout]    |
[INFO] [stdout] 51 | #[cfg(sanitizer_cfi_normalize_integers)]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]    = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]   --> src/lib.rs:58:11
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[cfg(not(sanitizer_cfi_normalize_integers))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]    = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]   --> src/lib.rs:66:7
[INFO] [stdout]    |
[INFO] [stdout] 66 | #[cfg(sanitizer_cfi_normalize_integers)]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]    = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]   --> src/lib.rs:73:11
[INFO] [stdout]    |
[INFO] [stdout] 73 | #[cfg(not(sanitizer_cfi_normalize_integers))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]    = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]   --> src/lib.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[cfg(not(sanitizer_cfi_normalize_integers))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]    = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]   --> src/lib.rs:81:7
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[cfg(sanitizer_cfi_normalize_integers)]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]    = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]   --> src/lib.rs:51:7
[INFO] [stdout]    |
[INFO] [stdout] 51 | #[cfg(sanitizer_cfi_normalize_integers)]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]    = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]   --> src/lib.rs:88:11
[INFO] [stdout]    |
[INFO] [stdout] 88 | #[cfg(not(sanitizer_cfi_normalize_integers))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]    = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]   --> src/lib.rs:96:7
[INFO] [stdout]    |
[INFO] [stdout] 96 | #[cfg(sanitizer_cfi_normalize_integers)]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]    = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]   --> src/lib.rs:58:11
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[cfg(not(sanitizer_cfi_normalize_integers))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]    = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]    --> src/lib.rs:103:11
[INFO] [stdout]     |
[INFO] [stdout] 103 | #[cfg(not(sanitizer_cfi_normalize_integers))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]     = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]   --> src/lib.rs:66:7
[INFO] [stdout]    |
[INFO] [stdout] 66 | #[cfg(sanitizer_cfi_normalize_integers)]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]    = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]    --> src/lib.rs:111:7
[INFO] [stdout]     |
[INFO] [stdout] 111 | #[cfg(sanitizer_cfi_normalize_integers)]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]     = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]   --> src/lib.rs:73:11
[INFO] [stdout]    |
[INFO] [stdout] 73 | #[cfg(not(sanitizer_cfi_normalize_integers))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]    = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]    --> src/lib.rs:118:11
[INFO] [stdout]     |
[INFO] [stdout] 118 | #[cfg(not(sanitizer_cfi_normalize_integers))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]     = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]   --> src/lib.rs:81:7
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[cfg(sanitizer_cfi_normalize_integers)]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]    = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]    --> src/lib.rs:126:7
[INFO] [stdout]     |
[INFO] [stdout] 126 | #[cfg(sanitizer_cfi_normalize_integers)]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]     = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]   --> src/lib.rs:88:11
[INFO] [stdout]    |
[INFO] [stdout] 88 | #[cfg(not(sanitizer_cfi_normalize_integers))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]    = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]    --> src/lib.rs:133:11
[INFO] [stdout]     |
[INFO] [stdout] 133 | #[cfg(not(sanitizer_cfi_normalize_integers))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]     = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]   --> src/lib.rs:96:7
[INFO] [stdout]    |
[INFO] [stdout] 96 | #[cfg(sanitizer_cfi_normalize_integers)]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]    = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]    --> src/lib.rs:141:7
[INFO] [stdout]     |
[INFO] [stdout] 141 | #[cfg(sanitizer_cfi_normalize_integers)]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]     = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]    --> src/lib.rs:103:11
[INFO] [stdout]     |
[INFO] [stdout] 103 | #[cfg(not(sanitizer_cfi_normalize_integers))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]     = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]    --> src/lib.rs:148:11
[INFO] [stdout]     |
[INFO] [stdout] 148 | #[cfg(not(sanitizer_cfi_normalize_integers))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]     = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]    --> src/lib.rs:111:7
[INFO] [stdout]     |
[INFO] [stdout] 111 | #[cfg(sanitizer_cfi_normalize_integers)]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]     = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]    --> src/lib.rs:156:7
[INFO] [stdout]     |
[INFO] [stdout] 156 | #[cfg(sanitizer_cfi_normalize_integers)]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]     = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]    --> src/lib.rs:118:11
[INFO] [stdout]     |
[INFO] [stdout] 118 | #[cfg(not(sanitizer_cfi_normalize_integers))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]     = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]    --> src/lib.rs:163:11
[INFO] [stdout]     |
[INFO] [stdout] 163 | #[cfg(not(sanitizer_cfi_normalize_integers))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]     = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]    --> src/lib.rs:126:7
[INFO] [stdout]     |
[INFO] [stdout] 126 | #[cfg(sanitizer_cfi_normalize_integers)]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]     = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]    --> src/lib.rs:171:7
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(sanitizer_cfi_normalize_integers)]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]     = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]    --> src/lib.rs:133:11
[INFO] [stdout]     |
[INFO] [stdout] 133 | #[cfg(not(sanitizer_cfi_normalize_integers))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]     = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]    --> src/lib.rs:141:7
[INFO] [stdout]     |
[INFO] [stdout] 141 | #[cfg(sanitizer_cfi_normalize_integers)]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]     = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]    --> src/lib.rs:178:11
[INFO] [stdout]     |
[INFO] [stdout] 178 | #[cfg(not(sanitizer_cfi_normalize_integers))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]     = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]    --> src/lib.rs:148:11
[INFO] [stdout]     |
[INFO] [stdout] 148 | #[cfg(not(sanitizer_cfi_normalize_integers))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]     = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]    --> src/lib.rs:156:7
[INFO] [stdout]     |
[INFO] [stdout] 156 | #[cfg(sanitizer_cfi_normalize_integers)]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]     = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]    --> src/lib.rs:163:11
[INFO] [stdout]     |
[INFO] [stdout] 163 | #[cfg(not(sanitizer_cfi_normalize_integers))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]     = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]    --> src/lib.rs:171:7
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[cfg(sanitizer_cfi_normalize_integers)]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]     = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `cfg(sanitizer_cfi_normalize_integers)` is experimental and subject to change
[INFO] [stdout]    --> src/lib.rs:178:11
[INFO] [stdout]     |
[INFO] [stdout] 178 | #[cfg(not(sanitizer_cfi_normalize_integers))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89653 <https://github.com/rust-lang/rust/issues/89653> for more information
[INFO] [stdout]     = help: add `#![feature(cfg_sanitizer_cfi)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-04-10; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 22 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0658`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 22 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0658`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cfi-types` (lib) due to 23 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `cfi-types` (lib test) due to 23 previous errors
[INFO] running `Command { std: "docker" "inspect" "1ea06502f66a9d1861c724fa1fc39570a629ef84a18f97fbbd9b35074866b669", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ea06502f66a9d1861c724fa1fc39570a629ef84a18f97fbbd9b35074866b669", kill_on_drop: false }`
[INFO] [stdout] 1ea06502f66a9d1861c724fa1fc39570a629ef84a18f97fbbd9b35074866b669
