[INFO] fetching crate currying 0.2.1... [INFO] checking currying-0.2.1 against try#fb627bbd863c7a76a25668de0676cab2598a8946 for pr-114776 [INFO] extracting crate currying 0.2.1 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate currying 0.2.1 on toolchain fb627bbd863c7a76a25668de0676cab2598a8946 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fb627bbd863c7a76a25668de0676cab2598a8946" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate currying 0.2.1 [INFO] finished tweaking crates.io crate currying 0.2.1 [INFO] tweaked toml for crates.io crate currying 0.2.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fb627bbd863c7a76a25668de0676cab2598a8946" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fb627bbd863c7a76a25668de0676cab2598a8946" "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:84cb280c7acaf12c1f874411053406050a24f846e52f817d4d9e64bcbe5ce959" "/opt/rustwide/cargo-home/bin/cargo" "+fb627bbd863c7a76a25668de0676cab2598a8946" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3198b92287005b7249c2ee5a707e1ffe20c84fe47ba96214cf1b42bae3bcae88 [INFO] running `Command { std: "docker" "start" "-a" "3198b92287005b7249c2ee5a707e1ffe20c84fe47ba96214cf1b42bae3bcae88", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3198b92287005b7249c2ee5a707e1ffe20c84fe47ba96214cf1b42bae3bcae88", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3198b92287005b7249c2ee5a707e1ffe20c84fe47ba96214cf1b42bae3bcae88", kill_on_drop: false }` [INFO] [stdout] 3198b92287005b7249c2ee5a707e1ffe20c84fe47ba96214cf1b42bae3bcae88 [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=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:84cb280c7acaf12c1f874411053406050a24f846e52f817d4d9e64bcbe5ce959" "/opt/rustwide/cargo-home/bin/cargo" "+fb627bbd863c7a76a25668de0676cab2598a8946" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 080881aad40fd0fb184633c941ff1c2ae15244328128cf01ee89a9b2f940142e [INFO] running `Command { std: "docker" "start" "-a" "080881aad40fd0fb184633c941ff1c2ae15244328128cf01ee89a9b2f940142e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling tupleops-generator v0.1.0 [INFO] [stderr] Checking moddef v0.1.0 [INFO] [stderr] Compiling quote v1.0.32 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling tupleops-macros v0.1.0 [INFO] [stderr] Checking tupleops v0.1.1 [INFO] [stderr] Checking currying v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits [INFO] [stdout] --> src/curried.rs:55:15 [INFO] [stdout] | [INFO] [stdout] 55 | F: ~const FnOnce>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits [INFO] [stdout] --> src/curried.rs:55:15 [INFO] [stdout] | [INFO] [stdout] 55 | F: ~const FnOnce>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits [INFO] [stdout] --> src/curried.rs:56:18 [INFO] [stdout] | [INFO] [stdout] 56 | Self: ~const Destruct [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits [INFO] [stdout] --> src/curried.rs:73:15 [INFO] [stdout] | [INFO] [stdout] 73 | F: ~const FnMut> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits [INFO] [stdout] --> src/curried.rs:88:15 [INFO] [stdout] | [INFO] [stdout] 88 | F: ~const Fn> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits [INFO] [stdout] --> src/curried.rs:56:18 [INFO] [stdout] | [INFO] [stdout] 56 | Self: ~const Destruct [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits [INFO] [stdout] --> src/curried.rs:73:15 [INFO] [stdout] | [INFO] [stdout] 73 | F: ~const FnMut> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: ~const can only be applied to `#[const_trait]` traits [INFO] [stdout] --> src/curried.rs:88:15 [INFO] [stdout] | [INFO] [stdout] 88 | F: ~const Fn> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `currying` (lib) due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `currying` (lib test) due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "080881aad40fd0fb184633c941ff1c2ae15244328128cf01ee89a9b2f940142e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "080881aad40fd0fb184633c941ff1c2ae15244328128cf01ee89a9b2f940142e", kill_on_drop: false }` [INFO] [stdout] 080881aad40fd0fb184633c941ff1c2ae15244328128cf01ee89a9b2f940142e