[INFO] fetching crate chao 0.1.0... [INFO] testing chao-0.1.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate chao 0.1.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate chao 0.1.0 [INFO] finished tweaking crates.io crate chao 0.1.0 [INFO] tweaked toml for crates.io crate chao 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate chao 0.1.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 35 packages to latest compatible versions [INFO] [stderr] Adding rustyline v1.0.0 (available: v16.0.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bitflags v0.4.0 [INFO] [stderr] Downloaded rustyline v1.0.0 [INFO] [stderr] Downloaded encode_unicode v0.1.3 [INFO] [stderr] Downloaded nix v0.5.1 [INFO] [stderr] Downloaded libchao v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9948c0cbf35022bac4757e55b01cf5840eb3392e337450c331387b929b8e4f4e [INFO] running `Command { std: "docker" "start" "-a" "9948c0cbf35022bac4757e55b01cf5840eb3392e337450c331387b929b8e4f4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9948c0cbf35022bac4757e55b01cf5840eb3392e337450c331387b929b8e4f4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9948c0cbf35022bac4757e55b01cf5840eb3392e337450c331387b929b8e4f4e", kill_on_drop: false }` [INFO] [stdout] 9948c0cbf35022bac4757e55b01cf5840eb3392e337450c331387b929b8e4f4e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] a6d8e02369794615f83ee71702d8a02625e2f332070439731a378dd884f3238c [INFO] running `Command { std: "docker" "start" "-a" "a6d8e02369794615f83ee71702d8a02625e2f332070439731a378dd884f3238c", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling ascii v0.9.3 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling bitflags v0.4.0 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling nix v0.5.1 [INFO] [stderr] Compiling colored v1.9.4 [INFO] [stderr] Compiling encode_unicode v0.1.3 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling rustyline v1.0.0 [INFO] [stderr] Compiling libchao v0.1.0 [INFO] [stdout] error[E0425]: cannot find value `rest` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libchao-0.1.0/src/env.rs:118:20 [INFO] [stdout] | [INFO] [stdout] 118 | [expr, rest..] => match self.eval(expr) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: if you meant to collect the rest of the slice in `rest`, use the at operator [INFO] [stdout] | [INFO] [stdout] 118 | [expr, rest @ ..] => match self.eval(expr) { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `rest` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libchao-0.1.0/src/env.rs:122:33 [INFO] [stdout] | [INFO] [stdout] 122 | for expr in rest.iter() { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `rest` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libchao-0.1.0/src/env.rs:132:36 [INFO] [stdout] | [INFO] [stdout] 132 | self.bind_args(rest.to_vec(), arg_names.clone()); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `tail` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libchao-0.1.0/src/env.rs:177:20 [INFO] [stdout] | [INFO] [stdout] 177 | [head, tail..] => tail.iter().fold(head.clone(), |acc, x| acc - x.clone()), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: if you meant to collect the rest of the slice in `tail`, use the at operator [INFO] [stdout] | [INFO] [stdout] 177 | [head, tail @ ..] => tail.iter().fold(head.clone(), |acc, x| acc - x.clone()), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `tail` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libchao-0.1.0/src/env.rs:177:31 [INFO] [stdout] | [INFO] [stdout] 177 | [head, tail..] => tail.iter().fold(head.clone(), |acc, x| acc - x.clone()), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `tail` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libchao-0.1.0/src/env.rs:197:20 [INFO] [stdout] | [INFO] [stdout] 197 | [head, tail..] => tail.iter().fold(head.clone(), |acc, x| acc / x.clone()), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: if you meant to collect the rest of the slice in `tail`, use the at operator [INFO] [stdout] | [INFO] [stdout] 197 | [head, tail @ ..] => tail.iter().fold(head.clone(), |acc, x| acc / x.clone()), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `tail` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libchao-0.1.0/src/env.rs:197:31 [INFO] [stdout] | [INFO] [stdout] 197 | [head, tail..] => tail.iter().fold(head.clone(), |acc, x| acc / x.clone()), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `tail` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libchao-0.1.0/src/env.rs:224:20 [INFO] [stdout] | [INFO] [stdout] 224 | [head, tail..] => Bool(tail.iter().all(|ref x| *x == head)), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: if you meant to collect the rest of the slice in `tail`, use the at operator [INFO] [stdout] | [INFO] [stdout] 224 | [head, tail @ ..] => Bool(tail.iter().all(|ref x| *x == head)), [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `tail` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libchao-0.1.0/src/env.rs:224:36 [INFO] [stdout] | [INFO] [stdout] 224 | [head, tail..] => Bool(tail.iter().all(|ref x| *x == head)), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `X..` patterns in slices are experimental [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libchao-0.1.0/src/env.rs:118:20 [INFO] [stdout] | [INFO] [stdout] 118 | [expr, rest..] => match self.eval(expr) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #67264 for more information [INFO] [stdout] = help: add `#![feature(half_open_range_patterns_in_slices)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-19; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `X..` patterns in slices are experimental [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libchao-0.1.0/src/env.rs:177:20 [INFO] [stdout] | [INFO] [stdout] 177 | [head, tail..] => tail.iter().fold(head.clone(), |acc, x| acc - x.clone()), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #67264 for more information [INFO] [stdout] = help: add `#![feature(half_open_range_patterns_in_slices)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-19; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `X..` patterns in slices are experimental [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libchao-0.1.0/src/env.rs:197:20 [INFO] [stdout] | [INFO] [stdout] 197 | [head, tail..] => tail.iter().fold(head.clone(), |acc, x| acc / x.clone()), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #67264 for more information [INFO] [stdout] = help: add `#![feature(half_open_range_patterns_in_slices)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-19; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `X..` patterns in slices are experimental [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libchao-0.1.0/src/env.rs:224:20 [INFO] [stdout] | [INFO] [stdout] 224 | [head, tail..] => Bool(tail.iter().all(|ref x| *x == head)), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #67264 for more information [INFO] [stdout] = help: add `#![feature(half_open_range_patterns_in_slices)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-06-19; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `libchao` (lib) due to 13 previous errors [INFO] running `Command { std: "docker" "inspect" "a6d8e02369794615f83ee71702d8a02625e2f332070439731a378dd884f3238c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6d8e02369794615f83ee71702d8a02625e2f332070439731a378dd884f3238c", kill_on_drop: false }` [INFO] [stdout] a6d8e02369794615f83ee71702d8a02625e2f332070439731a378dd884f3238c