[INFO] fetching crate cfi-types 0.0.1...
[INFO] checking cfi-types-0.0.1 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[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 b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "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" "+b0696a5160711c068cb1f01b7437db7990d15750" "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" "+b0696a5160711c068cb1f01b7437db7990d15750" "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" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 61ddb03270d396601c8de52684d63902d49d0001f4aea9b84d59ae964ed08249
[INFO] running `Command { std: "docker" "start" "-a" "61ddb03270d396601c8de52684d63902d49d0001f4aea9b84d59ae964ed08249", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "61ddb03270d396601c8de52684d63902d49d0001f4aea9b84d59ae964ed08249", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61ddb03270d396601c8de52684d63902d49d0001f4aea9b84d59ae964ed08249", kill_on_drop: false }`
[INFO] [stdout] 61ddb03270d396601c8de52684d63902d49d0001f4aea9b84d59ae964ed08249
[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" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 03b7d36c338b8e19e0efe6cc0e4e977b222918ffb397a46f8ac0c7646cb1dc8a
[INFO] running `Command { std: "docker" "start" "-a" "03b7d36c338b8e19e0efe6cc0e4e977b222918ffb397a46f8ac0c7646cb1dc8a", 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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" "03b7d36c338b8e19e0efe6cc0e4e977b222918ffb397a46f8ac0c7646cb1dc8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03b7d36c338b8e19e0efe6cc0e4e977b222918ffb397a46f8ac0c7646cb1dc8a", kill_on_drop: false }`
[INFO] [stdout] 03b7d36c338b8e19e0efe6cc0e4e977b222918ffb397a46f8ac0c7646cb1dc8a
[INFO] checking cfi-types-0.0.1 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate cfi-types 0.0.1 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate cfi-types 0.0.1 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "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-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a9730c3e93dc8fb864191b0b77aeb2e8404b7e81896227bba96e7edc5feaf375
[INFO] running `Command { std: "docker" "start" "-a" "a9730c3e93dc8fb864191b0b77aeb2e8404b7e81896227bba96e7edc5feaf375", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a9730c3e93dc8fb864191b0b77aeb2e8404b7e81896227bba96e7edc5feaf375", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9730c3e93dc8fb864191b0b77aeb2e8404b7e81896227bba96e7edc5feaf375", kill_on_drop: false }`
[INFO] [stdout] a9730c3e93dc8fb864191b0b77aeb2e8404b7e81896227bba96e7edc5feaf375
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8abc0ea0670186c53f27ce0f8af92bbd8a3907bb7fd81628f79ad8dde5b6f272
[INFO] running `Command { std: "docker" "start" "-a" "8abc0ea0670186c53f27ce0f8af92bbd8a3907bb7fd81628f79ad8dde5b6f272", 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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-03-01; 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" "8abc0ea0670186c53f27ce0f8af92bbd8a3907bb7fd81628f79ad8dde5b6f272", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8abc0ea0670186c53f27ce0f8af92bbd8a3907bb7fd81628f79ad8dde5b6f272", kill_on_drop: false }`
[INFO] [stdout] 8abc0ea0670186c53f27ce0f8af92bbd8a3907bb7fd81628f79ad8dde5b6f272
