[INFO] fetching crate cfi-types 0.0.1...
[INFO] checking cfi-types-0.0.1 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate cfi-types 0.0.1 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate cfi-types 0.0.1 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "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-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 302c731056b4ef9db9ec1c35f7cf269d61a3dde7d0252442ed41c2eabcdba18f
[INFO] running `Command { std: "docker" "start" "-a" "302c731056b4ef9db9ec1c35f7cf269d61a3dde7d0252442ed41c2eabcdba18f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "302c731056b4ef9db9ec1c35f7cf269d61a3dde7d0252442ed41c2eabcdba18f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "302c731056b4ef9db9ec1c35f7cf269d61a3dde7d0252442ed41c2eabcdba18f", kill_on_drop: false }`
[INFO] [stdout] 302c731056b4ef9db9ec1c35f7cf269d61a3dde7d0252442ed41c2eabcdba18f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 382ddf0093c369bc2e43f958c9ba4d82b655974b3d94cbefe00504f3f6917201
[INFO] running `Command { std: "docker" "start" "-a" "382ddf0093c369bc2e43f958c9ba4d82b655974b3d94cbefe00504f3f6917201", 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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-14; 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] [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] [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 test) due to 23 previous errors
[INFO] running `Command { std: "docker" "inspect" "382ddf0093c369bc2e43f958c9ba4d82b655974b3d94cbefe00504f3f6917201", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "382ddf0093c369bc2e43f958c9ba4d82b655974b3d94cbefe00504f3f6917201", kill_on_drop: false }`
[INFO] [stdout] 382ddf0093c369bc2e43f958c9ba4d82b655974b3d94cbefe00504f3f6917201
