[INFO] fetching crate falsy 0.2.0... [INFO] testing falsy-0.2.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate falsy 0.2.0 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate falsy 0.2.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate falsy 0.2.0 [INFO] tweaked toml for crates.io crate falsy 0.2.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate falsy 0.2.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] crate crates.io crate falsy 0.2.0 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" "+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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 81723aab83d5f33d59a0ef7780c6f38bb7b474efb7cb8e116a2801289ecf6a00 [INFO] running `Command { std: "docker" "start" "-a" "81723aab83d5f33d59a0ef7780c6f38bb7b474efb7cb8e116a2801289ecf6a00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "81723aab83d5f33d59a0ef7780c6f38bb7b474efb7cb8e116a2801289ecf6a00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81723aab83d5f33d59a0ef7780c6f38bb7b474efb7cb8e116a2801289ecf6a00", kill_on_drop: false }` [INFO] [stdout] 81723aab83d5f33d59a0ef7780c6f38bb7b474efb7cb8e116a2801289ecf6a00 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] dbd7265b64839904ceb8753257b94b8d308ed7f2db4deaafe0b62e529cde86ad [INFO] running `Command { std: "docker" "start" "-a" "dbd7265b64839904ceb8753257b94b8d308ed7f2db4deaafe0b62e529cde86ad", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.96 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.154 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling zerocopy v0.7.32 [INFO] [stderr] Compiling chumsky v1.0.0-alpha.7 [INFO] [stderr] Compiling allocator-api2 v0.2.18 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling ariadne v0.4.1 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling psm v0.1.21 [INFO] [stderr] Compiling stacker v0.1.15 [INFO] [stderr] Compiling falsy v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:121:21 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn parse(input: &str) -> ParseResult>, Rich> { [INFO] [stdout] | ^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 121 | pub fn parse(input: &str) -> ParseResult>, Rich<'_, char>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: chumsky v1.0.0-alpha.7 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "dbd7265b64839904ceb8753257b94b8d308ed7f2db4deaafe0b62e529cde86ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbd7265b64839904ceb8753257b94b8d308ed7f2db4deaafe0b62e529cde86ad", kill_on_drop: false }` [INFO] [stdout] dbd7265b64839904ceb8753257b94b8d308ed7f2db4deaafe0b62e529cde86ad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9ae3e395a6cfd9ba25f3cff0e2ff76acf439c8878ba08e8293c205b903299cea [INFO] running `Command { std: "docker" "start" "-a" "9ae3e395a6cfd9ba25f3cff0e2ff76acf439c8878ba08e8293c205b903299cea", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling winnow v0.6.19 [INFO] [stderr] Compiling chumsky v1.0.0-alpha.7 [INFO] [stderr] Compiling indexmap v2.5.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling serde_spanned v0.6.7 [INFO] [stderr] Compiling falsy v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling toml_edit v0.22.22 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling test_each_file v0.3.3 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:121:21 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn parse(input: &str) -> ParseResult>, Rich> { [INFO] [stdout] | ^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 121 | pub fn parse(input: &str) -> ParseResult>, Rich<'_, char>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling toml v0.8.19 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:121:21 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn parse(input: &str) -> ParseResult>, Rich> { [INFO] [stdout] | ^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 121 | pub fn parse(input: &str) -> ParseResult>, Rich<'_, char>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 23.29s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: chumsky v1.0.0-alpha.7 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "9ae3e395a6cfd9ba25f3cff0e2ff76acf439c8878ba08e8293c205b903299cea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ae3e395a6cfd9ba25f3cff0e2ff76acf439c8878ba08e8293c205b903299cea", kill_on_drop: false }` [INFO] [stdout] 9ae3e395a6cfd9ba25f3cff0e2ff76acf439c8878ba08e8293c205b903299cea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5a9baf68d370e0fd3b58419e89bf6bde3bbd9b80ab35f2ed91df440ad7a314e0 [INFO] running `Command { std: "docker" "start" "-a" "5a9baf68d370e0fd3b58419e89bf6bde3bbd9b80ab35f2ed91df440ad7a314e0", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:121:21 [INFO] [stderr] | [INFO] [stderr] 121 | pub fn parse(input: &str) -> ParseResult>, Rich> { [INFO] [stderr] | ^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 121 | pub fn parse(input: &str) -> ParseResult>, Rich<'_, char>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `falsy` (lib) generated 1 warning (run `cargo fix --lib -p falsy` to apply 1 suggestion) [INFO] [stderr] warning: `falsy` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: chumsky v1.0.0-alpha.7 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/falsy-1f311b8f8cb0cb39) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/falsy-5e1211a316e8c9fa) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/samples.rs (/opt/rustwide/target/debug/deps/samples-9080e3b1b4be76bb) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test factorial_2 ... ok [INFO] [stdout] test fib_2 ... ok [INFO] [stdout] test hello_world_2 ... ok [INFO] [stdout] test factorial ... ok [INFO] [stdout] test fib ... ok [INFO] [stdout] test operators_2 ... ok [INFO] [stdout] test hello_world ... ok [INFO] [stdout] test recursive_fib_2 ... ok [INFO] [stdout] test simple_lambda ... ok [INFO] [stdout] test operators ... ok [INFO] [stderr] Doc-tests falsy [INFO] [stdout] test simple_lambda_2 ... ok [INFO] [stdout] test recursive_fib ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5a9baf68d370e0fd3b58419e89bf6bde3bbd9b80ab35f2ed91df440ad7a314e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a9baf68d370e0fd3b58419e89bf6bde3bbd9b80ab35f2ed91df440ad7a314e0", kill_on_drop: false }` [INFO] [stdout] 5a9baf68d370e0fd3b58419e89bf6bde3bbd9b80ab35f2ed91df440ad7a314e0