[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-21 for beta-1.74-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flcnr%2Fbinary" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lcnr/binary on toolchain beta-2023-10-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-10-21" "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-5-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-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 166f89928038c79b8188e8be00e43aee95f76f7cad6ac2b666045090bf21d981 [INFO] running `Command { std: "docker" "start" "-a" "166f89928038c79b8188e8be00e43aee95f76f7cad6ac2b666045090bf21d981", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "166f89928038c79b8188e8be00e43aee95f76f7cad6ac2b666045090bf21d981", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "166f89928038c79b8188e8be00e43aee95f76f7cad6ac2b666045090bf21d981", kill_on_drop: false }` [INFO] [stdout] 166f89928038c79b8188e8be00e43aee95f76f7cad6ac2b666045090bf21d981 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 008c99a7807e821f266bf037217d2ab63bd3ce65c3b742b091052cab7801f02b [INFO] running `Command { std: "docker" "start" "-a" "008c99a7807e821f266bf037217d2ab63bd3ce65c3b742b091052cab7801f02b", 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-14809652639028473534.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-1249253459224148839.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" "008c99a7807e821f266bf037217d2ab63bd3ce65c3b742b091052cab7801f02b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "008c99a7807e821f266bf037217d2ab63bd3ce65c3b742b091052cab7801f02b", kill_on_drop: false }` [INFO] [stdout] 008c99a7807e821f266bf037217d2ab63bd3ce65c3b742b091052cab7801f02b