[INFO] fetching crate pid 4.0.0... [INFO] checking pid-4.0.0 against try#8d46be77cd48fdbcced888d027457e2c9cf2aa16 for pr-142723 [INFO] extracting crate pid 4.0.0 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate pid 4.0.0 on toolchain 8d46be77cd48fdbcced888d027457e2c9cf2aa16 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8d46be77cd48fdbcced888d027457e2c9cf2aa16" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pid 4.0.0 [INFO] finished tweaking crates.io crate pid 4.0.0 [INFO] tweaked toml for crates.io crate pid 4.0.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8d46be77cd48fdbcced888d027457e2c9cf2aa16" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 8 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8d46be77cd48fdbcced888d027457e2c9cf2aa16" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8d46be77cd48fdbcced888d027457e2c9cf2aa16" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 98149a59616d936183a52e39adecfcec24068a727229d3ddc174982ff4f704ea [INFO] running `Command { std: "docker" "start" "-a" "98149a59616d936183a52e39adecfcec24068a727229d3ddc174982ff4f704ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "98149a59616d936183a52e39adecfcec24068a727229d3ddc174982ff4f704ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98149a59616d936183a52e39adecfcec24068a727229d3ddc174982ff4f704ea", kill_on_drop: false }` [INFO] [stdout] 98149a59616d936183a52e39adecfcec24068a727229d3ddc174982ff4f704ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8d46be77cd48fdbcced888d027457e2c9cf2aa16" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a36fc5f02843b895c0823136df4f00a347a5a7f68da583fe85aa73ccdec0d79f [INFO] running `Command { std: "docker" "start" "-a" "a36fc5f02843b895c0823136df4f00a347a5a7f68da583fe85aa73ccdec0d79f", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking pid v4.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/lib.rs:367:43 [INFO] [stdout] | [INFO] [stdout] 367 | let mut pid32 = Pid::new(10.0f32, 100.0); [INFO] [stdout] | -------- ^^^^^ the trait `From` is not implemented for `f32` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `From`: [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] = note: required for `f64` to implement `Into` [INFO] [stdout] note: required by a bound in `Pid::::new` [INFO] [stdout] --> src/lib.rs:150:59 [INFO] [stdout] | [INFO] [stdout] 150 | pub fn new(setpoint: impl Into, output_limit: impl Into) -> Self { [INFO] [stdout] | ^^^^^^^ required by this bound in `Pid::::new` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/lib.rs:368:17 [INFO] [stdout] | [INFO] [stdout] 368 | pid32.p(0.0, 100.0).i(0.0, 100.0).d(0.0, 100.0); [INFO] [stdout] | - ^^^ the trait `From` is not implemented for `f32` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `From`: [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] = note: required for `f64` to implement `Into` [INFO] [stdout] note: required by a bound in `Pid::::p` [INFO] [stdout] --> src/lib.rs:166:36 [INFO] [stdout] | [INFO] [stdout] 166 | pub fn p(&mut self, gain: impl Into, limit: impl Into) -> &mut Self { [INFO] [stdout] | ^^^^^^^ required by this bound in `Pid::::p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/lib.rs:368:22 [INFO] [stdout] | [INFO] [stdout] 368 | pid32.p(0.0, 100.0).i(0.0, 100.0).d(0.0, 100.0); [INFO] [stdout] | - ^^^^^ the trait `From` is not implemented for `f32` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `From`: [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] = note: required for `f64` to implement `Into` [INFO] [stdout] note: required by a bound in `Pid::::p` [INFO] [stdout] --> src/lib.rs:166:57 [INFO] [stdout] | [INFO] [stdout] 166 | pub fn p(&mut self, gain: impl Into, limit: impl Into) -> &mut Self { [INFO] [stdout] | ^^^^^^^ required by this bound in `Pid::::p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/lib.rs:368:31 [INFO] [stdout] | [INFO] [stdout] 368 | pid32.p(0.0, 100.0).i(0.0, 100.0).d(0.0, 100.0); [INFO] [stdout] | - ^^^ the trait `From` is not implemented for `f32` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `From`: [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] = note: required for `f64` to implement `Into` [INFO] [stdout] note: required by a bound in `Pid::::i` [INFO] [stdout] --> src/lib.rs:173:36 [INFO] [stdout] | [INFO] [stdout] 173 | pub fn i(&mut self, gain: impl Into, limit: impl Into) -> &mut Self { [INFO] [stdout] | ^^^^^^^ required by this bound in `Pid::::i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/lib.rs:368:36 [INFO] [stdout] | [INFO] [stdout] 368 | pid32.p(0.0, 100.0).i(0.0, 100.0).d(0.0, 100.0); [INFO] [stdout] | - ^^^^^ the trait `From` is not implemented for `f32` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `From`: [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] = note: required for `f64` to implement `Into` [INFO] [stdout] note: required by a bound in `Pid::::i` [INFO] [stdout] --> src/lib.rs:173:57 [INFO] [stdout] | [INFO] [stdout] 173 | pub fn i(&mut self, gain: impl Into, limit: impl Into) -> &mut Self { [INFO] [stdout] | ^^^^^^^ required by this bound in `Pid::::i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/lib.rs:368:45 [INFO] [stdout] | [INFO] [stdout] 368 | pid32.p(0.0, 100.0).i(0.0, 100.0).d(0.0, 100.0); [INFO] [stdout] | - ^^^ the trait `From` is not implemented for `f32` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `From`: [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] = note: required for `f64` to implement `Into` [INFO] [stdout] note: required by a bound in `Pid::::d` [INFO] [stdout] --> src/lib.rs:180:36 [INFO] [stdout] | [INFO] [stdout] 180 | pub fn d(&mut self, gain: impl Into, limit: impl Into) -> &mut Self { [INFO] [stdout] | ^^^^^^^ required by this bound in `Pid::::d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/lib.rs:368:50 [INFO] [stdout] | [INFO] [stdout] 368 | pid32.p(0.0, 100.0).i(0.0, 100.0).d(0.0, 100.0); [INFO] [stdout] | - ^^^^^ the trait `From` is not implemented for `f32` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `From`: [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] `f32` implements `From` [INFO] [stdout] = note: required for `f64` to implement `Into` [INFO] [stdout] note: required by a bound in `Pid::::d` [INFO] [stdout] --> src/lib.rs:180:57 [INFO] [stdout] | [INFO] [stdout] 180 | pub fn d(&mut self, gain: impl Into, limit: impl Into) -> &mut Self { [INFO] [stdout] | ^^^^^^^ required by this bound in `Pid::::d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `pid` (lib test) due to 7 previous errors [INFO] running `Command { std: "docker" "inspect" "a36fc5f02843b895c0823136df4f00a347a5a7f68da583fe85aa73ccdec0d79f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a36fc5f02843b895c0823136df4f00a347a5a7f68da583fe85aa73ccdec0d79f", kill_on_drop: false }` [INFO] [stdout] a36fc5f02843b895c0823136df4f00a347a5a7f68da583fe85aa73ccdec0d79f