[INFO] fetching crate pendzl_lang_macro 1.0.2...
[INFO] testing pendzl_lang_macro-1.0.2 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate pendzl_lang_macro 1.0.2 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate pendzl_lang_macro 1.0.2
[INFO] finished tweaking crates.io crate pendzl_lang_macro 1.0.2
[INFO] tweaked toml for crates.io crate pendzl_lang_macro 1.0.2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pendzl_lang_macro 1.0.2 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 131 packages to latest compatible versions
[INFO] [stderr]       Adding generic-array v0.14.7 (available: v0.14.9)
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.117)
[INFO] [stderr]       Adding synstructure v0.12.6 (available: v0.13.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4d527f2e1da9e933ff10677de28c49ce594921258dda38898f4ce59cb76c29f5
[INFO] running `Command { std: "docker" "start" "-a" "4d527f2e1da9e933ff10677de28c49ce594921258dda38898f4ce59cb76c29f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4d527f2e1da9e933ff10677de28c49ce594921258dda38898f4ce59cb76c29f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d527f2e1da9e933ff10677de28c49ce594921258dda38898f4ce59cb76c29f5", kill_on_drop: false }`
[INFO] [stdout] 4d527f2e1da9e933ff10677de28c49ce594921258dda38898f4ce59cb76c29f5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f3ad1350b9e2459935873c26ed715028195ea3c65f4ce901b142b34b572e29f3
[INFO] running `Command { std: "docker" "start" "-a" "f3ad1350b9e2459935873c26ed715028195ea3c65f4ce901b142b34b572e29f3", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling konst_macro_rules v0.2.19
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling parity-scale-codec v3.7.5
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling byte-slice-cast v1.2.3
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.3
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling ink_prelude v4.3.0
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling konst v0.2.20
[INFO] [stderr]    Compiling xxhash-rust v0.8.15
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling unwrap v1.2.1
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling const_format v0.2.36
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling parity-scale-codec-derive v3.7.5
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling semver-parser v0.10.3
[INFO] [stderr]    Compiling ink_ir v4.3.0
[INFO] [stderr]    Compiling ink_primitives v4.3.0
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling cargo-platform v0.1.9
[INFO] [stderr]    Compiling semver v0.11.0
[INFO] [stderr]    Compiling cargo_metadata v0.13.1
[INFO] [stderr]    Compiling pendzl_lang_codegen v1.0.2
[INFO] [stderr]    Compiling pendzl_lang_macro v1.0.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.63s
[INFO] running `Command { std: "docker" "inspect" "f3ad1350b9e2459935873c26ed715028195ea3c65f4ce901b142b34b572e29f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f3ad1350b9e2459935873c26ed715028195ea3c65f4ce901b142b34b572e29f3", kill_on_drop: false }`
[INFO] [stdout] f3ad1350b9e2459935873c26ed715028195ea3c65f4ce901b142b34b572e29f3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 700bdc9f24a20cc2b324b6e97f36f9abcf3e51d17bfcded1ffdb698c4d55dde5
[INFO] running `Command { std: "docker" "start" "-a" "700bdc9f24a20cc2b324b6e97f36f9abcf3e51d17bfcded1ffdb698c4d55dde5", kill_on_drop: false }`
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling ink_prelude v5.1.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling common-path v1.0.0
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling derive-syn-parse v0.2.0
[INFO] [stderr]    Compiling scale-info-derive v2.11.6
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling sp-debug-derive v14.0.0
[INFO] [stderr]    Compiling impl-serde v0.4.0
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling const_env_impl v0.1.5
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling array-bytes v6.2.3
[INFO] [stderr]    Compiling environmental v1.1.4
[INFO] [stderr]    Compiling pallet-contracts-uapi v9.0.0
[INFO] [stderr]    Compiling ink_allocator v5.1.1
[INFO] [stdout] error: ink! only supports wasm32 and riscv32
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ink_allocator-5.1.1/src/bump.rs:164:13
[INFO] [stdout]     |
[INFO] [stdout] 164 |             core::compile_error!("ink! only supports wasm32 and riscv32");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling array-init v2.1.0
[INFO] [stderr]    Compiling pendzl_lang_macro v1.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no associated function or constant named `heap_start` found for struct `InnerAlloc` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ink_allocator-5.1.1/src/bump.rs:75:25
[INFO] [stdout]    |
[INFO] [stdout] 64 | struct InnerAlloc {
[INFO] [stdout]    | ----------------- associated function or constant `heap_start` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 75 |             next: Self::heap_start(),
[INFO] [stdout]    |                         ^^^^^^^^^^ associated function or constant not found in `InnerAlloc`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `InnerAlloc`, consider using `InnerAlloc::new` which returns `InnerAlloc`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ink_allocator-5.1.1/src/bump.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn new() -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `heap_end` found for struct `InnerAlloc` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ink_allocator-5.1.1/src/bump.rs:76:32
[INFO] [stdout]    |
[INFO] [stdout] 64 | struct InnerAlloc {
[INFO] [stdout]    | ----------------- associated function or constant `heap_end` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 76 |             upper_limit: Self::heap_end(),
[INFO] [stdout]    |                                ^^^^^^^^ associated function or constant not found in `InnerAlloc`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `InnerAlloc`, consider using `InnerAlloc::new` which returns `InnerAlloc`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ink_allocator-5.1.1/src/bump.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn new() -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `request_pages` found for mutable reference `&mut InnerAlloc` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ink_allocator-5.1.1/src/bump.rs:182:35
[INFO] [stdout]     |
[INFO] [stdout] 182 |             let page_start = self.request_pages(required_pages)?;
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^ method not found in `&mut InnerAlloc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ink_allocator` (lib) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "700bdc9f24a20cc2b324b6e97f36f9abcf3e51d17bfcded1ffdb698c4d55dde5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "700bdc9f24a20cc2b324b6e97f36f9abcf3e51d17bfcded1ffdb698c4d55dde5", kill_on_drop: false }`
[INFO] [stdout] 700bdc9f24a20cc2b324b6e97f36f9abcf3e51d17bfcded1ffdb698c4d55dde5
