[INFO] fetching crate default_allocator 0.3.0...
[INFO] checking default_allocator-0.3.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate default_allocator 0.3.0 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate default_allocator 0.3.0 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 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-6-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] [stderr]     Updating crates.io index
[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] [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-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 0ae30060eae37ba53a89d6a13df7a510337b930a61953348866860d1b9f69739
[INFO] running `Command { std: "docker" "start" "-a" "0ae30060eae37ba53a89d6a13df7a510337b930a61953348866860d1b9f69739", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0ae30060eae37ba53a89d6a13df7a510337b930a61953348866860d1b9f69739", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ae30060eae37ba53a89d6a13df7a510337b930a61953348866860d1b9f69739", kill_on_drop: false }`
[INFO] [stdout] 0ae30060eae37ba53a89d6a13df7a510337b930a61953348866860d1b9f69739
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 4a20df6422761ff2feb3f441f72892ffba1b48888f11dd51e46cd5c5501ad3af
[INFO] running `Command { std: "docker" "start" "-a" "4a20df6422761ff2feb3f441f72892ffba1b48888f11dd51e46cd5c5501ad3af", 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: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: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: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: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] 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] warning: the item `Ord` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:76:13
[INFO] [stdout]    |
[INFO] [stdout] 76 |         use ::core::cmp::Ord;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/prelude/mod.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Ord` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[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] warning: the item `Ord` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:76:13
[INFO] [stdout]    |
[INFO] [stdout] 76 |         use ::core::cmp::Ord;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/prelude/mod.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Ord` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 12 previous errors; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `default_allocator` (lib) due to 13 previous errors; 2 warnings 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-03-14; 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-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 15 previous errors; 2 warnings 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; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "4a20df6422761ff2feb3f441f72892ffba1b48888f11dd51e46cd5c5501ad3af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4a20df6422761ff2feb3f441f72892ffba1b48888f11dd51e46cd5c5501ad3af", kill_on_drop: false }`
[INFO] [stdout] 4a20df6422761ff2feb3f441f72892ffba1b48888f11dd51e46cd5c5501ad3af
[INFO] checking default_allocator-0.3.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate default_allocator 0.3.0 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate default_allocator 0.3.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "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-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c9f1dc4ac0dad75ddf4c208891495bb63f0f2f41603b0cde2b92592d268d0c58
[INFO] running `Command { std: "docker" "start" "-a" "c9f1dc4ac0dad75ddf4c208891495bb63f0f2f41603b0cde2b92592d268d0c58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c9f1dc4ac0dad75ddf4c208891495bb63f0f2f41603b0cde2b92592d268d0c58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9f1dc4ac0dad75ddf4c208891495bb63f0f2f41603b0cde2b92592d268d0c58", kill_on_drop: false }`
[INFO] [stdout] c9f1dc4ac0dad75ddf4c208891495bb63f0f2f41603b0cde2b92592d268d0c58
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 55f16ffab254104f20c35beabab618cb6476e8220bde39c96c0239a3a28a4806
[INFO] running `Command { std: "docker" "start" "-a" "55f16ffab254104f20c35beabab618cb6476e8220bde39c96c0239a3a28a4806", 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: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: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] 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] warning: the item `Ord` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:76:13
[INFO] [stdout]    |
[INFO] [stdout] 76 |         use ::core::cmp::Ord;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/prelude/mod.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Ord` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` 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] warning: the item `Ord` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:76:13
[INFO] [stdout]    |
[INFO] [stdout] 76 |         use ::core::cmp::Ord;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/prelude/mod.rs:18:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Ord` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 12 previous errors; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `default_allocator` (lib) due to 13 previous errors; 2 warnings 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-03-14; 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-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 15 previous errors; 2 warnings 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; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "55f16ffab254104f20c35beabab618cb6476e8220bde39c96c0239a3a28a4806", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55f16ffab254104f20c35beabab618cb6476e8220bde39c96c0239a3a28a4806", kill_on_drop: false }`
[INFO] [stdout] 55f16ffab254104f20c35beabab618cb6476e8220bde39c96c0239a3a28a4806
