[INFO] fetching crate iter-progress 0.8.1-rc1... [INFO] checking iter-progress-0.8.1-rc1 against try#8d46be77cd48fdbcced888d027457e2c9cf2aa16 for pr-142723 [INFO] extracting crate iter-progress 0.8.1-rc1 into /workspace/builds/worker-7-tc2/source [INFO] validating manifest of crates.io crate iter-progress 0.8.1-rc1 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 iter-progress 0.8.1-rc1 [INFO] finished tweaking crates.io crate iter-progress 0.8.1-rc1 [INFO] tweaked toml for crates.io crate iter-progress 0.8.1-rc1 written to /workspace/builds/worker-7-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] 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] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 6e9676a2c5ce349438f987d81277c8852fb831e2e65ae0b8c3e684d48dfda8ba [INFO] running `Command { std: "docker" "start" "-a" "6e9676a2c5ce349438f987d81277c8852fb831e2e65ae0b8c3e684d48dfda8ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6e9676a2c5ce349438f987d81277c8852fb831e2e65ae0b8c3e684d48dfda8ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e9676a2c5ce349438f987d81277c8852fb831e2e65ae0b8c3e684d48dfda8ba", kill_on_drop: false }` [INFO] [stdout] 6e9676a2c5ce349438f987d81277c8852fb831e2e65ae0b8c3e684d48dfda8ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 9b4bd5b9e9a715d9b235ccf806673d9cef1344afa48518c34ecb61ea96c168b8 [INFO] running `Command { std: "docker" "start" "-a" "9b4bd5b9e9a715d9b235ccf806673d9cef1344afa48518c34ecb61ea96c168b8", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Checking iter-progress v0.8.1-rc1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/tests.rs:28:44 [INFO] [stdout] | [INFO] [stdout] 28 | assert_eq!(state.should_do_every_n_sec(1.), false); [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 `ProgressRecord::should_do_every_n_sec` [INFO] [stdout] --> src/lib.rs:233:49 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn should_do_every_n_sec(&self, n: impl Into) -> bool { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `ProgressRecord::should_do_every_n_sec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/tests.rs:29:44 [INFO] [stdout] | [INFO] [stdout] 29 | assert_eq!(state.should_do_every_n_sec(2.), false); [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 `ProgressRecord::should_do_every_n_sec` [INFO] [stdout] --> src/lib.rs:233:49 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn should_do_every_n_sec(&self, n: impl Into) -> bool { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `ProgressRecord::should_do_every_n_sec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/tests.rs:30:44 [INFO] [stdout] | [INFO] [stdout] 30 | assert_eq!(state.should_do_every_n_sec(0.3), true); [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 `ProgressRecord::should_do_every_n_sec` [INFO] [stdout] --> src/lib.rs:233:49 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn should_do_every_n_sec(&self, n: impl Into) -> bool { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `ProgressRecord::should_do_every_n_sec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/tests.rs:41:44 [INFO] [stdout] | [INFO] [stdout] 41 | assert_eq!(state.should_do_every_n_sec(1.), true); [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 `ProgressRecord::should_do_every_n_sec` [INFO] [stdout] --> src/lib.rs:233:49 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn should_do_every_n_sec(&self, n: impl Into) -> bool { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `ProgressRecord::should_do_every_n_sec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/tests.rs:42:44 [INFO] [stdout] | [INFO] [stdout] 42 | assert_eq!(state.should_do_every_n_sec(2.), false); [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 `ProgressRecord::should_do_every_n_sec` [INFO] [stdout] --> src/lib.rs:233:49 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn should_do_every_n_sec(&self, n: impl Into) -> bool { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `ProgressRecord::should_do_every_n_sec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/tests.rs:43:44 [INFO] [stdout] | [INFO] [stdout] 43 | assert_eq!(state.should_do_every_n_sec(0.8), true); [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 `ProgressRecord::should_do_every_n_sec` [INFO] [stdout] --> src/lib.rs:233:49 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn should_do_every_n_sec(&self, n: impl Into) -> bool { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `ProgressRecord::should_do_every_n_sec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/tests.rs:53:44 [INFO] [stdout] | [INFO] [stdout] 53 | assert_eq!(state.should_do_every_n_sec(1.), false); [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 `ProgressRecord::should_do_every_n_sec` [INFO] [stdout] --> src/lib.rs:233:49 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn should_do_every_n_sec(&self, n: impl Into) -> bool { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `ProgressRecord::should_do_every_n_sec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/tests.rs:54:44 [INFO] [stdout] | [INFO] [stdout] 54 | assert_eq!(state.should_do_every_n_sec(2.), false); [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 `ProgressRecord::should_do_every_n_sec` [INFO] [stdout] --> src/lib.rs:233:49 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn should_do_every_n_sec(&self, n: impl Into) -> bool { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `ProgressRecord::should_do_every_n_sec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/tests.rs:55:44 [INFO] [stdout] | [INFO] [stdout] 55 | assert_eq!(state.should_do_every_n_sec(0.8), false); [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 `ProgressRecord::should_do_every_n_sec` [INFO] [stdout] --> src/lib.rs:233:49 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn should_do_every_n_sec(&self, n: impl Into) -> bool { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `ProgressRecord::should_do_every_n_sec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/tests.rs:56:44 [INFO] [stdout] | [INFO] [stdout] 56 | assert_eq!(state.should_do_every_n_sec(1.5), true); [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 `ProgressRecord::should_do_every_n_sec` [INFO] [stdout] --> src/lib.rs:233:49 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn should_do_every_n_sec(&self, n: impl Into) -> bool { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `ProgressRecord::should_do_every_n_sec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `iter-progress` (lib test) due to 10 previous errors [INFO] running `Command { std: "docker" "inspect" "9b4bd5b9e9a715d9b235ccf806673d9cef1344afa48518c34ecb61ea96c168b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b4bd5b9e9a715d9b235ccf806673d9cef1344afa48518c34ecb61ea96c168b8", kill_on_drop: false }` [INFO] [stdout] 9b4bd5b9e9a715d9b235ccf806673d9cef1344afa48518c34ecb61ea96c168b8