[INFO] cloning repository https://github.com/pixelspark/sparkboard [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pixelspark/sparkboard" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpixelspark%2Fsparkboard", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpixelspark%2Fsparkboard'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e3a5e12384ebc70b5c18ab8dcca2ad194b65e106 [INFO] testing pixelspark/sparkboard against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpixelspark%2Fsparkboard" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pixelspark/sparkboard on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-9/source/.cargo/config [INFO] started tweaking git repo https://github.com/pixelspark/sparkboard [INFO] finished tweaking git repo https://github.com/pixelspark/sparkboard [INFO] tweaked toml for git repo https://github.com/pixelspark/sparkboard written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/pixelspark/sparkboard already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde v1.0.128 [INFO] [stderr] Downloaded rppal v0.11.3 [INFO] [stderr] Downloaded spidev v0.4.1 [INFO] [stderr] Downloaded dither v1.3.10 [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7b733c3b78007b9c0c57a25c2c969640090d9eee187fc3f86819e8ad54e694f2 [INFO] running `Command { std: "docker" "start" "-a" "7b733c3b78007b9c0c57a25c2c969640090d9eee187fc3f86819e8ad54e694f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7b733c3b78007b9c0c57a25c2c969640090d9eee187fc3f86819e8ad54e694f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b733c3b78007b9c0c57a25c2c969640090d9eee187fc3f86819e8ad54e694f2", kill_on_drop: false }` [INFO] [stdout] 7b733c3b78007b9c0c57a25c2c969640090d9eee187fc3f86819e8ad54e694f2 [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=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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5d6e411ac8fbf7a3181d8308a542cee3b89f270cf669230f501521ac0fcbcf8f [INFO] running `Command { std: "docker" "start" "-a" "5d6e411ac8fbf7a3181d8308a542cee3b89f270cf669230f501521ac0fcbcf8f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.100 [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling futures-core v0.3.16 [INFO] [stderr] Compiling slab v0.4.4 [INFO] [stderr] Compiling cc v1.0.69 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling pin-project-lite v0.1.12 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling futures-task v0.3.16 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling futures-sink v0.3.16 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling futures-io v0.3.16 [INFO] [stderr] Compiling futures-channel v0.3.16 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling serde v1.0.128 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling unicode-bidi v0.3.6 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling os_str_bytes v3.1.0 [INFO] [stderr] Compiling bytemuck v1.7.2 [INFO] [stderr] Compiling ipnet v2.3.1 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling futures-macro v0.3.16 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling tracing-core v0.1.19 [INFO] [stderr] Compiling tinyvec v1.3.1 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling textwrap v0.14.2 [INFO] [stderr] Compiling gif v0.11.2 [INFO] [stderr] Compiling embedded-graphics v0.6.2 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling rppal v0.11.3 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling spidev v0.4.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.4 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling tiff v0.6.1 [INFO] [stderr] Compiling rustls v0.18.1 [INFO] [stderr] Compiling webpki-roots v0.20.0 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling pin-project v1.0.8 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling clap v3.0.0-beta.4 [INFO] [stderr] Compiling dither v1.3.10 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-rustls v0.14.1 [INFO] [stdout] error[E0277]: the trait bound `color::Error: std::error::Error` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dither-1.3.10/src/opts.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | /// Color mode to use. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::error::Error` is not implemented for `color::Error` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `From` for `Box<(dyn std::error::Error + Send + Sync + 'static)>` [INFO] [stdout] = note: required because of the requirements on the impl of `Into>` for `color::Error` [INFO] [stdout] note: required by a bound in `Arg::<'help>::validator` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-3.0.0-beta.4/src/build/arg/mod.rs:2124:12 [INFO] [stdout] | [INFO] [stdout] 2124 | E: Into>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Arg::<'help>::validator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `dither` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "5d6e411ac8fbf7a3181d8308a542cee3b89f270cf669230f501521ac0fcbcf8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d6e411ac8fbf7a3181d8308a542cee3b89f270cf669230f501521ac0fcbcf8f", kill_on_drop: false }` [INFO] [stdout] 5d6e411ac8fbf7a3181d8308a542cee3b89f270cf669230f501521ac0fcbcf8f