[INFO] fetching crate elrond-wasm-derive 0.38.0...
[INFO] testing elrond-wasm-derive-0.38.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate elrond-wasm-derive 0.38.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate elrond-wasm-derive 0.38.0
[INFO] finished tweaking crates.io crate elrond-wasm-derive 0.38.0
[INFO] tweaked toml for crates.io crate elrond-wasm-derive 0.38.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate elrond-wasm-derive 0.38.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-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-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 8 packages to latest compatible versions
[INFO] [stderr]       Adding radix_trie v0.1.6 (available: v0.3.0)
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.106)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3cef311c1ce0a88d2ac7ade430db2c16aefd45356c5dd7b68d5b919a9e29ce36
[INFO] running `Command { std: "docker" "start" "-a" "3cef311c1ce0a88d2ac7ade430db2c16aefd45356c5dd7b68d5b919a9e29ce36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3cef311c1ce0a88d2ac7ade430db2c16aefd45356c5dd7b68d5b919a9e29ce36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3cef311c1ce0a88d2ac7ade430db2c16aefd45356c5dd7b68d5b919a9e29ce36", kill_on_drop: false }`
[INFO] [stdout] 3cef311c1ce0a88d2ac7ade430db2c16aefd45356c5dd7b68d5b919a9e29ce36
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 866ce1c57fb739d121106ee945bf5d10f9290968564d001f8e3c80a007b2b32c
[INFO] running `Command { std: "docker" "start" "-a" "866ce1c57fb739d121106ee945bf5d10f9290968564d001f8e3c80a007b2b32c", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling nibble_vec v0.0.4
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling radix_trie v0.1.6
[INFO] [stderr]    Compiling elrond-wasm-derive v0.38.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(proc_macro_quote)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `TokenStream2: proc_macro::ToTokens` is not satisfied
[INFO] [stdout]   --> src/format/format_args_macro.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 | /                 quote! (
[INFO] [stdout] 38 | |                     elrond_wasm::formatter::FormatBuffer::append_ascii(&mut $accumulator_expr, $str_as_bytes);
[INFO] [stdout] 39 | |                 )
[INFO] [stdout]    | |                 ^
[INFO] [stdout]    | |                 |
[INFO] [stdout]    | |_________________the trait `proc_macro::ToTokens` is not implemented for `TokenStream2`
[INFO] [stdout]    |                   required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `proc_macro::ToTokens`:
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout]              CString
[INFO] [stdout]              Cow<'_, T>
[INFO] [stdout]              Option<T>
[INFO] [stdout]              Rc<T>
[INFO] [stdout]              bool
[INFO] [stdout]              char
[INFO] [stdout]            and 25 others
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0554.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `elrond-wasm-derive` (lib) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "866ce1c57fb739d121106ee945bf5d10f9290968564d001f8e3c80a007b2b32c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "866ce1c57fb739d121106ee945bf5d10f9290968564d001f8e3c80a007b2b32c", kill_on_drop: false }`
[INFO] [stdout] 866ce1c57fb739d121106ee945bf5d10f9290968564d001f8e3c80a007b2b32c
