[INFO] fetching crate embedded-graphics-simulator 0.2.1... [INFO] checking embedded-graphics-simulator-0.2.1 against try#3e22d1f9053c0fc87629b3c6d5d9567856368e5d for pr-78714 [INFO] extracting crate embedded-graphics-simulator 0.2.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate embedded-graphics-simulator 0.2.1 on toolchain 3e22d1f9053c0fc87629b3c6d5d9567856368e5d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate embedded-graphics-simulator 0.2.1 [INFO] finished tweaking crates.io crate embedded-graphics-simulator 0.2.1 [INFO] tweaked toml for crates.io crate embedded-graphics-simulator 0.2.1 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate crates.io crate embedded-graphics-simulator 0.2.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tinybmp v0.2.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cd441d76a25738b73fccce5b3e8276300870942d131cd788529264943a8ae478 [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" "cd441d76a25738b73fccce5b3e8276300870942d131cd788529264943a8ae478", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cd441d76a25738b73fccce5b3e8276300870942d131cd788529264943a8ae478", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd441d76a25738b73fccce5b3e8276300870942d131cd788529264943a8ae478", kill_on_drop: false }` [INFO] [stdout] cd441d76a25738b73fccce5b3e8276300870942d131cd788529264943a8ae478 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3a58ee63ababa8e44381a723e1aa3d16c77e2de73c27066f4f304fb2f07effa3 [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" "3a58ee63ababa8e44381a723e1aa3d16c77e2de73c27066f4f304fb2f07effa3", kill_on_drop: false }` [INFO] [stderr] warning: invalid feature `bmp` in required-features of target `image`: `bmp` is not present in [features] section [INFO] [stderr] Compiling libc v0.2.74 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Checking adler32 v1.1.0 [INFO] [stderr] Compiling syn v1.0.36 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Checking regex-syntax v0.6.18 [INFO] [stderr] Checking bytemuck v1.3.1 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling num-rational v0.3.0 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Checking embedded-graphics v0.6.2 [INFO] [stderr] Checking clap v2.33.1 [INFO] [stderr] Checking miniz_oxide v0.3.7 [INFO] [stderr] Checking deflate v0.8.6 [INFO] [stderr] Checking tiff v0.5.0 [INFO] [stderr] Checking png v0.16.7 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking plotters v0.2.15 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking rayon-core v1.7.1 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Checking rayon v1.3.1 [INFO] [stderr] Checking chrono v0.4.13 [INFO] [stderr] Checking tinytga v0.3.2 [INFO] [stderr] Checking tinybmp v0.2.3 [INFO] [stderr] Checking jpeg-decoder v0.1.20 [INFO] [stderr] Checking bstr v0.2.13 [INFO] [stderr] Checking serde_json v1.0.57 [INFO] [stderr] Checking serde_cbor v0.11.1 [INFO] [stderr] Checking image v0.23.8 [INFO] [stderr] Checking csv v1.1.3 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Checking tinytemplate v1.1.0 [INFO] [stderr] Checking embedded-graphics-simulator v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking criterion v0.3.3 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.80s [INFO] running `Command { std: "docker" "inspect" "3a58ee63ababa8e44381a723e1aa3d16c77e2de73c27066f4f304fb2f07effa3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a58ee63ababa8e44381a723e1aa3d16c77e2de73c27066f4f304fb2f07effa3", kill_on_drop: false }` [INFO] [stdout] 3a58ee63ababa8e44381a723e1aa3d16c77e2de73c27066f4f304fb2f07effa3