[INFO] fetching crate gfx-xtra 0.2.0... [INFO] testing gfx-xtra-0.2.0 against 1.83.0 for beta-1.84.0-4 [INFO] extracting crate gfx-xtra 0.2.0 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate gfx-xtra 0.2.0 on toolchain 1.83.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.83.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate gfx-xtra 0.2.0 [INFO] finished tweaking crates.io crate gfx-xtra 0.2.0 [INFO] tweaked toml for crates.io crate gfx-xtra 0.2.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.83.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 9 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.83.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eeb9dcd7cd13b1c239f122940a13ab4efbd973e0c32c7026ab2cc71bfdd60125 [INFO] running `Command { std: "docker" "start" "-a" "eeb9dcd7cd13b1c239f122940a13ab4efbd973e0c32c7026ab2cc71bfdd60125", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eeb9dcd7cd13b1c239f122940a13ab4efbd973e0c32c7026ab2cc71bfdd60125", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eeb9dcd7cd13b1c239f122940a13ab4efbd973e0c32c7026ab2cc71bfdd60125", kill_on_drop: false }` [INFO] [stdout] eeb9dcd7cd13b1c239f122940a13ab4efbd973e0c32c7026ab2cc71bfdd60125 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e83e1774a1643d1731545850051217e63dff009b89e33f3c3e9fae48d5b4f86e [INFO] running `Command { std: "docker" "start" "-a" "e83e1774a1643d1731545850051217e63dff009b89e33f3c3e9fae48d5b4f86e", kill_on_drop: false }` [INFO] [stderr] Compiling az v1.2.1 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling micromath v2.1.0 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling embedded-graphics-core v0.4.0 [INFO] [stderr] Compiling embedded-graphics v0.8.1 [INFO] [stderr] Compiling gfx-xtra v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0119]: conflicting implementations of trait `Flushable` for type `owned::Owned>` [INFO] [stdout] --> src/draw_target/owned.rs:249:1 [INFO] [stdout] | [INFO] [stdout] 44 | / impl Flushable for Owned> [INFO] [stdout] 45 | | where [INFO] [stdout] 46 | | T: Flushable, [INFO] [stdout] | |_________________- first implementation here [INFO] [stdout] ... [INFO] [stdout] 249 | / impl Flushable for Owned [INFO] [stdout] 250 | | where [INFO] [stdout] 251 | | T: Transformer, [INFO] [stdout] 252 | | for<'a> T::DrawTarget<'a>: Flushable, [INFO] [stdout] | |_________________________________________^ conflicting implementation for `owned::Owned>` [INFO] [stdout] | [INFO] [stdout] = note: downstream crates may implement trait `draw_target::Flushable` for type ` as draw_target::owned::Transformer>::DrawTarget<'a>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0119`. [INFO] [stdout] [INFO] [stderr] error: could not compile `gfx-xtra` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "e83e1774a1643d1731545850051217e63dff009b89e33f3c3e9fae48d5b4f86e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e83e1774a1643d1731545850051217e63dff009b89e33f3c3e9fae48d5b4f86e", kill_on_drop: false }` [INFO] [stdout] e83e1774a1643d1731545850051217e63dff009b89e33f3c3e9fae48d5b4f86e