[INFO] fetching crate functional 0.0.7... [INFO] testing functional-0.0.7 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] extracting crate functional 0.0.7 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate functional 0.0.7 [INFO] finished tweaking crates.io crate functional 0.0.7 [INFO] tweaked toml for crates.io crate functional 0.0.7 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate functional 0.0.7 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7ffb8822a34e38b5494bc8d4bca68da2038ed0fc28955c0cb95bdbe51386c38f [INFO] running `Command { std: "docker" "start" "-a" "7ffb8822a34e38b5494bc8d4bca68da2038ed0fc28955c0cb95bdbe51386c38f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7ffb8822a34e38b5494bc8d4bca68da2038ed0fc28955c0cb95bdbe51386c38f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ffb8822a34e38b5494bc8d4bca68da2038ed0fc28955c0cb95bdbe51386c38f", kill_on_drop: false }` [INFO] [stdout] 7ffb8822a34e38b5494bc8d4bca68da2038ed0fc28955c0cb95bdbe51386c38f [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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8da85c2a9db19b1c638da578023894f5389e387adef902c193e448b4b0ce6739 [INFO] running `Command { std: "docker" "start" "-a" "8da85c2a9db19b1c638da578023894f5389e387adef902c193e448b4b0ce6739", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] Compiling functional v0.0.7 (/opt/rustwide/workdir) [INFO] [stdout] error[E0405]: cannot find trait `Zero` in module `num` [INFO] [stdout] --> src/algebra/ops.rs:42:19 [INFO] [stdout] | [INFO] [stdout] 42 | where T: num::Zero + ops::Add [INFO] [stdout] | ^^^^ not found in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Zero` in module `num` [INFO] [stdout] --> src/algebra/ops.rs:45:20 [INFO] [stdout] | [INFO] [stdout] 45 | ::zero() [INFO] [stdout] | ^^^^ not found in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `One` in module `num` [INFO] [stdout] --> src/algebra/ops.rs:125:19 [INFO] [stdout] | [INFO] [stdout] 125 | where T: num::One + ops::Mul [INFO] [stdout] | ^^^ not found in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `One` in module `num` [INFO] [stdout] --> src/algebra/ops.rs:128:20 [INFO] [stdout] | [INFO] [stdout] 128 | ::one() [INFO] [stdout] | ^^^ not found in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `type_macros` has been stable since 1.13.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(zero_one, type_macros)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `zero_one` [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(zero_one, type_macros)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0635. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `functional` (lib) due to 5 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "8da85c2a9db19b1c638da578023894f5389e387adef902c193e448b4b0ce6739", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8da85c2a9db19b1c638da578023894f5389e387adef902c193e448b4b0ce6739", kill_on_drop: false }` [INFO] [stdout] 8da85c2a9db19b1c638da578023894f5389e387adef902c193e448b4b0ce6739