[INFO] fetching crate epd-waveshare-uart 0.1.0... [INFO] checking epd-waveshare-uart-0.1.0 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate epd-waveshare-uart 0.1.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate epd-waveshare-uart 0.1.0 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate epd-waveshare-uart 0.1.0 [INFO] finished tweaking crates.io crate epd-waveshare-uart 0.1.0 [INFO] tweaked toml for crates.io crate epd-waveshare-uart 0.1.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 873e4427c87be46a28d6ec6c0d76525dd36a5d3c49ddd6313ff1e6848bfc5251 [INFO] running `Command { std: "docker" "start" "-a" "873e4427c87be46a28d6ec6c0d76525dd36a5d3c49ddd6313ff1e6848bfc5251", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "873e4427c87be46a28d6ec6c0d76525dd36a5d3c49ddd6313ff1e6848bfc5251", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "873e4427c87be46a28d6ec6c0d76525dd36a5d3c49ddd6313ff1e6848bfc5251", kill_on_drop: false }` [INFO] [stdout] 873e4427c87be46a28d6ec6c0d76525dd36a5d3c49ddd6313ff1e6848bfc5251 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 488019dd590a6f7615508505b6c8ec2769470bd12d0b554ae1bc412f75468841 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "488019dd590a6f7615508505b6c8ec2769470bd12d0b554ae1bc412f75468841", kill_on_drop: false }` [INFO] [stderr] Compiling encoding_rs v0.8.26 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking embedded-graphics v0.6.2 [INFO] [stderr] Checking epd-waveshare-uart v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0405]: cannot find trait `Drawing` in this scope [INFO] [stdout] --> src/graphics.rs:25:20 [INFO] [stdout] | [INFO] [stdout] 25 | pub trait Display: Drawing { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Drawing` in this scope [INFO] [stdout] --> src/graphics.rs:112:10 [INFO] [stdout] | [INFO] [stdout] 112 | impl<'a> Drawing for VarDisplay<'a> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Drawing` in this scope [INFO] [stdout] --> src/epd4in3/graphics.rs:24:6 [INFO] [stdout] | [INFO] [stdout] 24 | impl Drawing for Display4in3 { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `epd-waveshare-uart` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0405]: cannot find trait `Drawing` in this scope [INFO] [stdout] --> src/graphics.rs:25:20 [INFO] [stdout] | [INFO] [stdout] 25 | pub trait Display: Drawing { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Drawing` in this scope [INFO] [stdout] --> src/graphics.rs:112:10 [INFO] [stdout] | [INFO] [stdout] 112 | impl<'a> Drawing for VarDisplay<'a> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Drawing` in this scope [INFO] [stdout] --> src/epd4in3/graphics.rs:24:6 [INFO] [stdout] | [INFO] [stdout] 24 | impl Drawing for Display4in3 { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "488019dd590a6f7615508505b6c8ec2769470bd12d0b554ae1bc412f75468841", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "488019dd590a6f7615508505b6c8ec2769470bd12d0b554ae1bc412f75468841", kill_on_drop: false }` [INFO] [stdout] 488019dd590a6f7615508505b6c8ec2769470bd12d0b554ae1bc412f75468841