[INFO] fetching crate lmbd 0.1.4...
[INFO] testing lmbd-0.1.4 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate lmbd 0.1.4 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate lmbd 0.1.4
[INFO] finished tweaking crates.io crate lmbd 0.1.4
[INFO] tweaked toml for crates.io crate lmbd 0.1.4 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate lmbd 0.1.4 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] 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-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 70deacd6b0046cc883762bb9194fbbe724fd289fe2937105b7fcd919c894b2ca
[INFO] running `Command { std: "docker" "start" "-a" "70deacd6b0046cc883762bb9194fbbe724fd289fe2937105b7fcd919c894b2ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "70deacd6b0046cc883762bb9194fbbe724fd289fe2937105b7fcd919c894b2ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "70deacd6b0046cc883762bb9194fbbe724fd289fe2937105b7fcd919c894b2ca", kill_on_drop: false }`
[INFO] [stdout] 70deacd6b0046cc883762bb9194fbbe724fd289fe2937105b7fcd919c894b2ca
[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=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] b14d7c79e666c408d0b6265f3ec266fb80721700ad8294ecf8bf0ece629f6d93
[INFO] running `Command { std: "docker" "start" "-a" "b14d7c79e666c408d0b6265f3ec266fb80721700ad8294ecf8bf0ece629f6d93", kill_on_drop: false }`
[INFO] [stderr]    Compiling lmbd v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(trace_macros)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]   --> src/lib.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |             #[macro_use]
[INFO] [stdout]    |             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bool.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | lambda!(t = {x}x y);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[macro_use]` can be applied to modules, extern crates, and crates
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `lambda` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]   --> src/lib.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |             #[macro_use]
[INFO] [stdout]    |             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bool.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | lambda!(f = {y}x y);
[INFO] [stdout]    | ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[macro_use]` can be applied to modules, extern crates, and crates
[INFO] [stdout]    = note: this warning originates in the macro `lambda` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]   --> src/lib.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |             #[macro_use]
[INFO] [stdout]    |             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bool.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | lambda!(and = {x,(y,t,f),f } t f x y , t ,f );
[INFO] [stdout]    | --------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[macro_use]` can be applied to modules, extern crates, and crates
[INFO] [stdout]    = note: this warning originates in the macro `lambda` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]   --> src/lib.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |             #[macro_use]
[INFO] [stdout]    |             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bool.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | lambda!(or = {x,t,(y,t,f)} t f x y , t ,f );
[INFO] [stdout]    | ------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[macro_use]` can be applied to modules, extern crates, and crates
[INFO] [stdout]    = note: this warning originates in the macro `lambda` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]   --> src/lib.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |             #[macro_use]
[INFO] [stdout]    |             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bool.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | lambda!(not = {x,f,t}t f x , t, f);
[INFO] [stdout]    | ---------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[macro_use]` can be applied to modules, extern crates, and crates
[INFO] [stdout]    = note: this warning originates in the macro `lambda` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]   --> src/lib.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |             #[macro_use]
[INFO] [stdout]    |             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bool.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | lambda!(if_else = {a,x,y}a x y );
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[macro_use]` can be applied to modules, extern crates, and crates
[INFO] [stdout]    = note: this warning originates in the macro `lambda` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]   --> src/lib.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |             #[macro_use]
[INFO] [stdout]    |             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/bool.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | lambda!(xor = {if_else ,x ,(not,y),y} if_else not x y, if_else, not);
[INFO] [stdout]    | -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[macro_use]` can be applied to modules, extern crates, and crates
[INFO] [stdout]    = note: this warning originates in the macro `lambda` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]   --> src/lib.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |             #[macro_use]
[INFO] [stdout]    |             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/math.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | lambda!(zero =  {x}f x);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[macro_use]` can be applied to modules, extern crates, and crates
[INFO] [stdout]    = note: this warning originates in the macro `lambda` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]   --> src/lib.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |             #[macro_use]
[INFO] [stdout]    |             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/math.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | lambda!(one =  {f,x}f x);
[INFO] [stdout]    | ------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[macro_use]` can be applied to modules, extern crates, and crates
[INFO] [stdout]    = note: this warning originates in the macro `lambda` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]   --> src/lib.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |             #[macro_use]
[INFO] [stdout]    |             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/math.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | lambda!(add1 = {f, (n , f , x) }n f x );
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[macro_use]` can be applied to modules, extern crates, and crates
[INFO] [stdout]    = note: this warning originates in the macro `lambda` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]   --> src/lib.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |             #[macro_use]
[INFO] [stdout]    |             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/math.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | lambda!(two = add1 , one);
[INFO] [stdout]    | ------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[macro_use]` can be applied to modules, extern crates, and crates
[INFO] [stdout]    = note: this warning originates in the macro `lambda` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs
[INFO] [stdout]   --> src/lib.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |             #[macro_use]
[INFO] [stdout]    |             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/math.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | lambda!(add = {a , add1 , b} add1 a b , add1);
[INFO] [stdout]    | --------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[macro_use]` can be applied to modules, extern crates, and crates
[INFO] [stdout]    = note: this warning originates in the macro `lambda` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lmbd` (lib) due to 1 previous error; 12 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "b14d7c79e666c408d0b6265f3ec266fb80721700ad8294ecf8bf0ece629f6d93", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b14d7c79e666c408d0b6265f3ec266fb80721700ad8294ecf8bf0ece629f6d93", kill_on_drop: false }`
[INFO] [stdout] b14d7c79e666c408d0b6265f3ec266fb80721700ad8294ecf8bf0ece629f6d93
