[INFO] fetching crate talloc 2.0.1... [INFO] checking talloc-2.0.1 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate talloc 2.0.1 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate talloc 2.0.1 [INFO] finished tweaking crates.io crate talloc 2.0.1 [INFO] tweaked toml for crates.io crate talloc 2.0.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate talloc 2.0.1 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate talloc 2.0.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 47fc654ed408af1615724cc7dc289e80f0780d19304f07723bd4bc6af7191763 [INFO] running `Command { std: "docker" "start" "-a" "47fc654ed408af1615724cc7dc289e80f0780d19304f07723bd4bc6af7191763", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "47fc654ed408af1615724cc7dc289e80f0780d19304f07723bd4bc6af7191763", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47fc654ed408af1615724cc7dc289e80f0780d19304f07723bd4bc6af7191763", kill_on_drop: false }` [INFO] [stdout] 47fc654ed408af1615724cc7dc289e80f0780d19304f07723bd4bc6af7191763 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5c31a61d20f85fc62756acd2f3aceb6bb5b7e7b223499d92120cd242721d2b76 [INFO] running `Command { std: "docker" "start" "-a" "5c31a61d20f85fc62756acd2f3aceb6bb5b7e7b223499d92120cd242721d2b76", kill_on_drop: false }` [INFO] [stderr] Compiling libm v0.2.7 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Checking float-ord v0.3.2 [INFO] [stderr] Checking log v0.4.19 [INFO] [stderr] Checking either v1.8.1 [INFO] [stderr] Compiling tikv-jemalloc-sys v0.5.3+5.3.0-patched [INFO] [stderr] Checking lock_api v0.4.10 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking spinning_top v0.2.5 [INFO] [stderr] Checking linked_list_allocator v0.10.5 [INFO] [stderr] Checking good_memory_allocator v0.1.7 [INFO] [stderr] Checking talloc v2.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library [INFO] [stdout] --> src/lib.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | #![feature(core_intrinsics)] [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 feature `const_mut_refs` has been stable since 1.83.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | #![feature(const_mut_refs)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_slice_from_raw_parts_mut` has been stable since 1.83.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | #![feature(const_slice_from_raw_parts_mut)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `offset_of` has been stable since 1.77.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | #![feature(offset_of)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `pointer_is_aligned` has been stable since 1.79.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(pointer_is_aligned)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `ptr_sub_ptr` has been stable since 1.87.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(ptr_sub_ptr)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `slice_ptr_len` has been stable since 1.79.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(slice_ptr_len)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `maybe_uninit_uninit_array` [INFO] [stdout] --> src/lib.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | #![feature(maybe_uninit_uninit_array)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature `pointer_is_aligned_to` [INFO] [stdout] --> src/tallock.rs:83:53 [INFO] [stdout] | [INFO] [stdout] 83 | if core::intrinsics::unlikely(!ptr.as_ptr().is_aligned_to(new_layout.align())) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #96284 for more information [INFO] [stdout] = help: add `#![feature(pointer_is_aligned_to)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-19; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature `pointer_is_aligned_to` [INFO] [stdout] --> src/tallock.rs:131:53 [INFO] [stdout] | [INFO] [stdout] 131 | if core::intrinsics::unlikely(!ptr.as_ptr().is_aligned_to(new_layout.align())) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #96284 for more information [INFO] [stdout] = help: add `#![feature(pointer_is_aligned_to)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-19; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking easy-cast v0.4.4 [INFO] [stderr] Checking simple-chunk-allocator v0.1.5 [INFO] [stdout] error[E0599]: no method named `sub_ptr` found for raw pointer `*mut u8` in the current scope [INFO] [stdout] --> src/lib.rs:347:25 [INFO] [stdout] | [INFO] [stdout] 347 | let size = acme.sub_ptr(base); [INFO] [stdout] | ^^^^^^^ method not found in `*mut u8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sub_ptr` found for raw pointer `*mut u8` in the current scope [INFO] [stdout] --> src/lib.rs:763:37 [INFO] [stdout] | [INFO] [stdout] 763 | if unsafe { self.alloc_acme.sub_ptr(self.alloc_base) } < MIN_CHUNK_SIZE { [INFO] [stdout] | ^^^^^^^ method not found in `*mut u8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sub_ptr` found for raw pointer `*mut u8` in the current scope [INFO] [stdout] --> src/lib.rs:851:28 [INFO] [stdout] | [INFO] [stdout] 851 | if self.alloc_acme.sub_ptr(self.alloc_base) < MIN_CHUNK_SIZE { [INFO] [stdout] | ^^^^^^^ method not found in `*mut u8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sub_ptr` found for raw pointer `*mut u8` in the current scope [INFO] [stdout] --> src/lib.rs:882:35 [INFO] [stdout] | [INFO] [stdout] 882 | } else if self.alloc_acme.sub_ptr(old_alloc_acme) > MIN_CHUNK_SIZE { [INFO] [stdout] | ^^^^^^^ method not found in `*mut u8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sub_ptr` found for raw pointer `*mut u8` in the current scope [INFO] [stdout] --> src/lib.rs:898:34 [INFO] [stdout] | [INFO] [stdout] 898 | } else if old_alloc_base.sub_ptr(self.alloc_base) > MIN_CHUNK_SIZE { [INFO] [stdout] | ^^^^^^^ method not found in `*mut u8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `const_align_offset` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simple-chunk-allocator-0.1.5/src/lib.rs:135:12 [INFO] [stdout] | [INFO] [stdout] 135 | #![feature(const_align_offset)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0599, E0635, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `talloc` (lib) due to 8 previous errors; 7 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0015]: cannot call non-const method `core::ptr::const_ptr::::align_offset` in constant functions [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simple-chunk-allocator-0.1.5/src/allocator.rs:146:36 [INFO] [stdout] | [INFO] [stdout] 146 | let offset = heap.as_ptr().align_offset(CHUNK_SIZE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0015]: cannot call non-const method `core::ptr::const_ptr::::align_offset` in constant functions [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simple-chunk-allocator-0.1.5/src/allocator.rs:208:36 [INFO] [stdout] | [INFO] [stdout] 208 | let offset = heap.as_ptr().align_offset(CHUNK_SIZE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `simple-chunk-allocator` (lib) due to 3 previous errors [INFO] [stdout] Some errors have detailed explanations: E0015, E0635. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0015`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5c31a61d20f85fc62756acd2f3aceb6bb5b7e7b223499d92120cd242721d2b76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c31a61d20f85fc62756acd2f3aceb6bb5b7e7b223499d92120cd242721d2b76", kill_on_drop: false }` [INFO] [stdout] 5c31a61d20f85fc62756acd2f3aceb6bb5b7e7b223499d92120cd242721d2b76