[INFO] fetching crate nodui_core 0.1.0... [INFO] checking nodui_core-0.1.0 against try#8d46be77cd48fdbcced888d027457e2c9cf2aa16 for pr-142723 [INFO] extracting crate nodui_core 0.1.0 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate nodui_core 0.1.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 nodui_core 0.1.0 [INFO] finished tweaking crates.io crate nodui_core 0.1.0 [INFO] tweaked toml for crates.io crate nodui_core 0.1.0 written to /workspace/builds/worker-4-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 6 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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 0ec1c674101db8814fd8a550abd54c0b22738ed73e82df50d9b53e8b3134a8af [INFO] running `Command { std: "docker" "start" "-a" "0ec1c674101db8814fd8a550abd54c0b22738ed73e82df50d9b53e8b3134a8af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0ec1c674101db8814fd8a550abd54c0b22738ed73e82df50d9b53e8b3134a8af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ec1c674101db8814fd8a550abd54c0b22738ed73e82df50d9b53e8b3134a8af", kill_on_drop: false }` [INFO] [stdout] 0ec1c674101db8814fd8a550abd54c0b22738ed73e82df50d9b53e8b3134a8af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 71462326fd3de24fd4bfc7e9e7eba460b579edf57db390ffa6d7d653d105f6d7 [INFO] running `Command { std: "docker" "start" "-a" "71462326fd3de24fd4bfc7e9e7eba460b579edf57db390ffa6d7d653d105f6d7", kill_on_drop: false }` [INFO] [stderr] Checking nodui_core v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/ui/node.rs:26:34 [INFO] [stdout] | [INFO] [stdout] 26 | outline: Stroke::new(1.0, Color::WHITE), [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 `Stroke::new` [INFO] [stdout] --> src/ui/mod.rs:84:28 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn new(width: impl Into, color: impl Into) -> Self { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `Stroke::new` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/ui/node.rs:26:34 [INFO] [stdout] | [INFO] [stdout] 26 | outline: Stroke::new(1.0, Color::WHITE), [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 `Stroke::new` [INFO] [stdout] --> src/ui/mod.rs:84:28 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn new(width: impl Into, color: impl Into) -> Self { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `Stroke::new` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `nodui_core` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `nodui_core` (lib test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "71462326fd3de24fd4bfc7e9e7eba460b579edf57db390ffa6d7d653d105f6d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71462326fd3de24fd4bfc7e9e7eba460b579edf57db390ffa6d7d653d105f6d7", kill_on_drop: false }` [INFO] [stdout] 71462326fd3de24fd4bfc7e9e7eba460b579edf57db390ffa6d7d653d105f6d7