[INFO] crate blit 0.5.6 is already in cache [INFO] checking blit-0.5.6 against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] extracting crate blit 0.5.6 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate blit 0.5.6 on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate blit 0.5.6 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate blit 0.5.6 [INFO] tweaked toml for crates.io crate blit 0.5.6 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate blit 0.5.6 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f535f12826f20f522c8d1d9481a61e311b449fd8538e5cb9ad516bf77b56a805 [INFO] running `"docker" "start" "-a" "f535f12826f20f522c8d1d9481a61e311b449fd8538e5cb9ad516bf77b56a805"` [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Checking lazy_static v1.3.0 [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling serde v1.0.97 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Checking either v1.5.2 [INFO] [stderr] Compiling pkg-config v0.3.15 [INFO] [stderr] Compiling cc v1.0.38 [INFO] [stderr] Checking cast v0.2.2 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Checking gif v0.10.2 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Checking crc32fast v1.2.0 [INFO] [stderr] Checking crossbeam-utils v0.6.6 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling bincode v1.1.4 [INFO] [stderr] Checking crossbeam-queue v0.1.2 [INFO] [stderr] Checking png v0.15.0 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking num_cpus v1.10.1 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Compiling minifb v0.12.0 [INFO] [stderr] Checking crossbeam-deque v0.6.3 [INFO] [stderr] Checking rayon v1.1.0 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.97 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking tiff v0.3.1 [INFO] [stderr] Checking image v0.22.0 [INFO] [stderr] Checking aseprite v0.1.3 [INFO] [stderr] Checking blit v0.5.6 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/aseprite_feature/mod.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / quick_error! { [INFO] [stderr] 6 | | #[derive(Debug)] [INFO] [stderr] 7 | | pub enum AnimationError { [INFO] [stderr] 8 | | NoFrameTagsInMetadata { [INFO] [stderr] ... | [INFO] [stderr] 15 | | } [INFO] [stderr] 16 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/aseprite_feature/mod.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / quick_error! { [INFO] [stderr] 6 | | #[derive(Debug)] [INFO] [stderr] 7 | | pub enum AnimationError { [INFO] [stderr] 8 | | NoFrameTagsInMetadata { [INFO] [stderr] ... | [INFO] [stderr] 15 | | } [INFO] [stderr] 16 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/aseprite_feature/mod.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / quick_error! { [INFO] [stderr] 6 | | #[derive(Debug)] [INFO] [stderr] 7 | | pub enum AnimationError { [INFO] [stderr] 8 | | NoFrameTagsInMetadata { [INFO] [stderr] ... | [INFO] [stderr] 15 | | } [INFO] [stderr] 16 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/aseprite_feature/mod.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / quick_error! { [INFO] [stderr] 6 | | #[derive(Debug)] [INFO] [stderr] 7 | | pub enum AnimationError { [INFO] [stderr] 8 | | NoFrameTagsInMetadata { [INFO] [stderr] ... | [INFO] [stderr] 15 | | } [INFO] [stderr] 16 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `blit_buf` [INFO] [stderr] --> examples/smiley.rs:39:9 [INFO] [stderr] | [INFO] [stderr] 39 | let blit_buf = rgb.to_blit_buffer(Color::from_u32(MASK_COLOR)); [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_blit_buf` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.30s [INFO] running `"docker" "inspect" "f535f12826f20f522c8d1d9481a61e311b449fd8538e5cb9ad516bf77b56a805"` [INFO] running `"docker" "rm" "-f" "f535f12826f20f522c8d1d9481a61e311b449fd8538e5cb9ad516bf77b56a805"` [INFO] [stdout] f535f12826f20f522c8d1d9481a61e311b449fd8538e5cb9ad516bf77b56a805