[INFO] fetching crate default_allocator 0.3.0...
[INFO] checking default_allocator-0.3.0 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate default_allocator 0.3.0 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate default_allocator 0.3.0 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate default_allocator 0.3.0
[INFO] finished tweaking crates.io crate default_allocator 0.3.0
[INFO] tweaked toml for crates.io crate default_allocator 0.3.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded loca v0.7.4
[INFO] [stderr]   Downloaded ptr v0.2.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b2f43030c8311b62aa1d234e825edeb6c99f396f77217ce89eee57e3329a2dfa
[INFO] running `Command { std: "docker" "start" "-a" "b2f43030c8311b62aa1d234e825edeb6c99f396f77217ce89eee57e3329a2dfa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b2f43030c8311b62aa1d234e825edeb6c99f396f77217ce89eee57e3329a2dfa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2f43030c8311b62aa1d234e825edeb6c99f396f77217ce89eee57e3329a2dfa", kill_on_drop: false }`
[INFO] [stdout] b2f43030c8311b62aa1d234e825edeb6c99f396f77217ce89eee57e3329a2dfa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a815c2342c1e33da83d7b751bcc4eebe8affda52edd8678491c214ac47f93968
[INFO] running `Command { std: "docker" "start" "-a" "a815c2342c1e33da83d7b751bcc4eebe8affda52edd8678491c214ac47f93968", kill_on_drop: false }`
[INFO] [stderr]    Compiling ptr v0.2.3
[INFO] [stderr]     Checking loca v0.7.4
[INFO] [stderr]     Checking default_allocator v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/lib.rs:22:46
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/lib.rs:24:46
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/lib.rs:26:46
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/lib.rs:31:46
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/lib.rs:33:46
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/lib.rs:38:46
[INFO] [stdout]    |
[INFO] [stdout] 38 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/lib.rs:22:46
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/lib.rs:24:46
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/lib.rs:26:46
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/lib.rs:31:46
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/lib.rs:33:46
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/lib.rs:38:46
[INFO] [stdout]    |
[INFO] [stdout] 38 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> src/lib.rs:22:46
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> src/lib.rs:24:46
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> src/lib.rs:22:46
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> src/lib.rs:26:46
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> src/lib.rs:24:46
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> src/lib.rs:31:46
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> src/lib.rs:26:46
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> src/lib.rs:33:46
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> src/lib.rs:31:46
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> src/lib.rs:38:46
[INFO] [stdout]    |
[INFO] [stdout] 38 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> src/lib.rs:33:46
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `rustc_attrs` is internal to the compiler or standard library
[INFO] [stdout]   --> src/lib.rs:13:51
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![cfg_attr(not(feature = "stable-rust"), feature(rustc_attrs))]
[INFO] [stdout]    |                                                   ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using it is strongly discouraged
[INFO] [stdout]    = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> src/lib.rs:38:46
[INFO] [stdout]    |
[INFO] [stdout] 38 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `rustc_attrs` is internal to the compiler or standard library
[INFO] [stdout]   --> src/lib.rs:13:51
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![cfg_attr(not(feature = "stable-rust"), feature(rustc_attrs))]
[INFO] [stdout]    |                                                   ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using it is strongly discouraged
[INFO] [stdout]    = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 12 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'non_null_convenience'
[INFO] [stdout]   --> src/lib.rs:96:27
[INFO] [stdout]    |
[INFO] [stdout] 96 |             let end = ptr.offset(layout.size() as isize);
[INFO] [stdout]    |                           ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #117691 <https://github.com/rust-lang/rust/issues/117691> for more information
[INFO] [stdout]    = help: add `#![feature(non_null_convenience)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-23; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `default_allocator` (lib) due to 13 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0614]: type `NonNull<u8>` cannot be dereferenced
[INFO] [stdout]   --> src/lib.rs:99:28
[INFO] [stdout]    |
[INFO] [stdout] 99 |                 assert_eq!(*i, 0);
[INFO] [stdout]    |                            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'non_null_convenience'
[INFO] [stdout]    --> src/lib.rs:100:23
[INFO] [stdout]     |
[INFO] [stdout] 100 |                 i = i.offset(1);
[INFO] [stdout]     |                       ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #117691 <https://github.com/rust-lang/rust/issues/117691> for more information
[INFO] [stdout]     = help: add `#![feature(non_null_convenience)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-04-23; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 15 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0614, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0614`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `default_allocator` (lib test) due to 16 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "a815c2342c1e33da83d7b751bcc4eebe8affda52edd8678491c214ac47f93968", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a815c2342c1e33da83d7b751bcc4eebe8affda52edd8678491c214ac47f93968", kill_on_drop: false }`
[INFO] [stdout] a815c2342c1e33da83d7b751bcc4eebe8affda52edd8678491c214ac47f93968
[INFO] checking default_allocator-0.3.0 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate default_allocator 0.3.0 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate default_allocator 0.3.0 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate default_allocator 0.3.0
[INFO] finished tweaking crates.io crate default_allocator 0.3.0
[INFO] tweaked toml for crates.io crate default_allocator 0.3.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 84f1604d4265d4f46ce91882dfec188724298bbf978992714d52c1e4576f8420
[INFO] running `Command { std: "docker" "start" "-a" "84f1604d4265d4f46ce91882dfec188724298bbf978992714d52c1e4576f8420", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "84f1604d4265d4f46ce91882dfec188724298bbf978992714d52c1e4576f8420", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84f1604d4265d4f46ce91882dfec188724298bbf978992714d52c1e4576f8420", kill_on_drop: false }`
[INFO] [stdout] 84f1604d4265d4f46ce91882dfec188724298bbf978992714d52c1e4576f8420
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ea25d0d0a9afd66b668ee3e8d16b47920bc0f97bd8cdee4ca9e830e681344ad8
[INFO] running `Command { std: "docker" "start" "-a" "ea25d0d0a9afd66b668ee3e8d16b47920bc0f97bd8cdee4ca9e830e681344ad8", kill_on_drop: false }`
[INFO] [stderr]    Compiling ptr v0.2.3
[INFO] [stderr]     Checking loca v0.7.4
[INFO] [stderr]     Checking default_allocator v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/lib.rs:22:46
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/lib.rs:24:46
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/lib.rs:26:46
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/lib.rs:31:46
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/lib.rs:33:46
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/lib.rs:38:46
[INFO] [stdout]    |
[INFO] [stdout] 38 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/lib.rs:22:46
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/lib.rs:24:46
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/lib.rs:26:46
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/lib.rs:31:46
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/lib.rs:33:46
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> src/lib.rs:38:46
[INFO] [stdout]    |
[INFO] [stdout] 38 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> src/lib.rs:22:46
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> src/lib.rs:24:46
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> src/lib.rs:26:46
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> src/lib.rs:31:46
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> src/lib.rs:33:46
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> src/lib.rs:22:46
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> src/lib.rs:38:46
[INFO] [stdout]    |
[INFO] [stdout] 38 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> src/lib.rs:24:46
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `rustc_attrs` is internal to the compiler or standard library
[INFO] [stdout]   --> src/lib.rs:13:51
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![cfg_attr(not(feature = "stable-rust"), feature(rustc_attrs))]
[INFO] [stdout]    |                                                   ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using it is strongly discouraged
[INFO] [stdout]    = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> src/lib.rs:26:46
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> src/lib.rs:31:46
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> src/lib.rs:33:46
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_allocator_nounwind` in this scope
[INFO] [stdout]   --> src/lib.rs:38:46
[INFO] [stdout]    |
[INFO] [stdout] 38 |     #[cfg_attr(not(feature = "stable-rust"), rustc_allocator_nounwind)]
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `rustc_allocator_zeroed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `rustc_attrs` is internal to the compiler or standard library
[INFO] [stdout]   --> src/lib.rs:13:51
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![cfg_attr(not(feature = "stable-rust"), feature(rustc_attrs))]
[INFO] [stdout]    |                                                   ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using it is strongly discouraged
[INFO] [stdout]    = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 12 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `default_allocator` (lib) due to 13 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0658]: use of unstable library feature 'non_null_convenience'
[INFO] [stdout]   --> src/lib.rs:96:27
[INFO] [stdout]    |
[INFO] [stdout] 96 |             let end = ptr.offset(layout.size() as isize);
[INFO] [stdout]    |                           ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #117691 <https://github.com/rust-lang/rust/issues/117691> for more information
[INFO] [stdout]    = help: add `#![feature(non_null_convenience)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-04-23; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0614]: type `NonNull<u8>` cannot be dereferenced
[INFO] [stdout]   --> src/lib.rs:99:28
[INFO] [stdout]    |
[INFO] [stdout] 99 |                 assert_eq!(*i, 0);
[INFO] [stdout]    |                            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'non_null_convenience'
[INFO] [stdout]    --> src/lib.rs:100:23
[INFO] [stdout]     |
[INFO] [stdout] 100 |                 i = i.offset(1);
[INFO] [stdout]     |                       ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #117691 <https://github.com/rust-lang/rust/issues/117691> for more information
[INFO] [stdout]     = help: add `#![feature(non_null_convenience)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-04-23; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 15 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0614, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0614`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `default_allocator` (lib test) due to 16 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "ea25d0d0a9afd66b668ee3e8d16b47920bc0f97bd8cdee4ca9e830e681344ad8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea25d0d0a9afd66b668ee3e8d16b47920bc0f97bd8cdee4ca9e830e681344ad8", kill_on_drop: false }`
[INFO] [stdout] ea25d0d0a9afd66b668ee3e8d16b47920bc0f97bd8cdee4ca9e830e681344ad8
