[INFO] cloning repository https://github.com/lcnr/binary [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lcnr/binary" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flcnr%2Fbinary", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flcnr%2Fbinary'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 46c1af6c9615e90b0915bb9da8ade8d686e22eb7 [INFO] testing lcnr/binary against beta-2023-10-04 for beta-1.74-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flcnr%2Fbinary" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lcnr/binary on toolchain beta-2023-10-04 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-10-04" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/lcnr/binary [INFO] finished tweaking git repo https://github.com/lcnr/binary [INFO] tweaked toml for git repo https://github.com/lcnr/binary written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/lcnr/binary 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-2023-10-04" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bbf3830fea26b883f54830a8a54f16147245d5b6bd64f07d548f844ad5c34fb2 [INFO] running `Command { std: "docker" "start" "-a" "bbf3830fea26b883f54830a8a54f16147245d5b6bd64f07d548f844ad5c34fb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bbf3830fea26b883f54830a8a54f16147245d5b6bd64f07d548f844ad5c34fb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bbf3830fea26b883f54830a8a54f16147245d5b6bd64f07d548f844ad5c34fb2", kill_on_drop: false }` [INFO] [stdout] bbf3830fea26b883f54830a8a54f16147245d5b6bd64f07d548f844ad5c34fb2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bfdef7763686ae9826a256a9fe95b773f19c4f46f4aac30e487db35ca603456f [INFO] running `Command { std: "docker" "start" "-a" "bfdef7763686ae9826a256a9fe95b773f19c4f46f4aac30e487db35ca603456f", kill_on_drop: false }` [INFO] [stderr] Compiling binary v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0275]: overflow evaluating the requirement `(binary::Zero, binary::B0): If` [INFO] [stdout] --> src/main.rs:7:18 [INFO] [stdout] | [INFO] [stdout] 7 | let _: [(); ::VALUE as usize] = [(); 0b10001010]; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "1026"]` attribute to your crate (`binary`) [INFO] [stdout] = note: required for `binary::B0` to implement `Normalize` [INFO] [stdout] = note: 510 redundant requirements hidden [INFO] [stdout] = note: required for `B0>>>>>>>>>>>>>>>>>>>>>>>>>` to implement `Normalize` [INFO] [stdout] = note: the full type name has been written to '/opt/rustwide/target/debug/deps/binary-b3554da81809418d.long-type-15052679143564174401.txt' [INFO] [stdout] = note: required for `B1>>>>>>>>>>>>>>>>>>>>>>>>>` to implement `binary::Sub>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>` [INFO] [stdout] = note: the full type name has been written to '/opt/rustwide/target/debug/deps/binary-b3554da81809418d.long-type-11638409332862578037.txt' [INFO] [stdout] = note: this error originates in the macro `sub` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0275`. [INFO] [stdout] [INFO] [stderr] error: could not compile `binary` (bin "binary") due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "bfdef7763686ae9826a256a9fe95b773f19c4f46f4aac30e487db35ca603456f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bfdef7763686ae9826a256a9fe95b773f19c4f46f4aac30e487db35ca603456f", kill_on_drop: false }` [INFO] [stdout] bfdef7763686ae9826a256a9fe95b773f19c4f46f4aac30e487db35ca603456f