[INFO] fetching crate generic_fixedpoint 0.1.1...
[INFO] checking generic_fixedpoint-0.1.1 against master#fd2c811d25ad5773fbd2463e058bf4edf4d44eb2 for pr-130443
[INFO] extracting crate generic_fixedpoint 0.1.1 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate generic_fixedpoint 0.1.1 on toolchain fd2c811d25ad5773fbd2463e058bf4edf4d44eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate generic_fixedpoint 0.1.1
[INFO] finished tweaking crates.io crate generic_fixedpoint 0.1.1
[INFO] tweaked toml for crates.io crate generic_fixedpoint 0.1.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2e8bd5dd5406fda1d43608e6795dfcf31a9a7dbd53e58c6328feb7c08af7f0fe
[INFO] running `Command { std: "docker" "start" "-a" "2e8bd5dd5406fda1d43608e6795dfcf31a9a7dbd53e58c6328feb7c08af7f0fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2e8bd5dd5406fda1d43608e6795dfcf31a9a7dbd53e58c6328feb7c08af7f0fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e8bd5dd5406fda1d43608e6795dfcf31a9a7dbd53e58c6328feb7c08af7f0fe", kill_on_drop: false }`
[INFO] [stdout] 2e8bd5dd5406fda1d43608e6795dfcf31a9a7dbd53e58c6328feb7c08af7f0fe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4d5cc9e98a26b5e255be8bbe9a5e3bc6d262a273596725c86be51745ac0f317b
[INFO] running `Command { std: "docker" "start" "-a" "4d5cc9e98a26b5e255be8bbe9a5e3bc6d262a273596725c86be51745ac0f317b", kill_on_drop: false }`
[INFO] [stderr]     Checking generic_fixedpoint v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `effects` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(effects)]
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #102090 <https://github.com/rust-lang/rust/issues/102090> for more information
[INFO] [stdout]   = note: `#[warn(incomplete_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: using `#![feature(effects)]` without enabling next trait solver globally
[INFO] [stdout]   |
[INFO] [stdout]   = note: the next trait solver must be enabled globally for the effects feature to work correctly
[INFO] [stdout]   = help: use `-Znext-solver` to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `effects` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(effects)]
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #102090 <https://github.com/rust-lang/rust/issues/102090> for more information
[INFO] [stdout]   = note: `#[warn(incomplete_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: using `#![feature(effects)]` without enabling next trait solver globally
[INFO] [stdout]   |
[INFO] [stdout]   = note: the next trait solver must be enabled globally for the effects feature to work correctly
[INFO] [stdout]   = help: use `-Znext-solver` to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `generic_fixedpoint` (lib) due to 2 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 1 previous error; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `generic_fixedpoint` (lib test) due to 2 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "4d5cc9e98a26b5e255be8bbe9a5e3bc6d262a273596725c86be51745ac0f317b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d5cc9e98a26b5e255be8bbe9a5e3bc6d262a273596725c86be51745ac0f317b", kill_on_drop: false }`
[INFO] [stdout] 4d5cc9e98a26b5e255be8bbe9a5e3bc6d262a273596725c86be51745ac0f317b
