[INFO] crate image 0.22.3 is already in cache [INFO] checking image-0.22.3 against try#d27c6c6a469a28343396a8f3ac1c9d403aabda69 for pr-66037 [INFO] extracting crate image 0.22.3 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate image 0.22.3 on toolchain d27c6c6a469a28343396a8f3ac1c9d403aabda69 [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate image 0.22.3 [INFO] finished tweaking crates.io crate image 0.22.3 [INFO] tweaked toml for crates.io crate image 0.22.3 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate image 0.22.3 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "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] 1d6eda8d70ecdd2ec9ee0354776aa6bf89daef6a0f3dd8f3b67d5f0afc9e03c9 [INFO] running `"docker" "start" "-a" "1d6eda8d70ecdd2ec9ee0354776aa6bf89daef6a0f3dd8f3b67d5f0afc9e03c9"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking adler32 v1.0.3 [INFO] [stderr] Checking either v1.5.2 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Checking humantime v1.2.0 [INFO] [stderr] Checking gif v0.10.2 [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] Checking tiff v0.3.1 [INFO] [stderr] Checking rayon v1.2.0 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Checking quickcheck v0.6.2 [INFO] [stderr] Checking png v0.15.0 [INFO] [stderr] Checking jpeg-decoder v0.1.16 [INFO] [stderr] Checking image v0.22.3 (/opt/rustwide/workdir) [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/hdr/decoder.rs:710:45 [INFO] [stderr] | [INFO] [stderr] 710 | ... parse_error.description() [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | #![deny(deprecated)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/hdr/decoder.rs:726:45 [INFO] [stderr] | [INFO] [stderr] 726 | ... parse_error.description() [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/hdr/decoder.rs:774:29 [INFO] [stderr] | [INFO] [stderr] 774 | err.description() [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/hdr/decoder.rs:835:71 [INFO] [stderr] | [INFO] [stderr] 835 | ImageError::FormatError(format!("{} {}", description, err.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/hdr/decoder.rs:843:71 [INFO] [stderr] | [INFO] [stderr] 843 | ImageError::FormatError(format!("{} {}", description, err.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/jpeg/decoder.rs:124:58 [INFO] [stderr] | [INFO] [stderr] 124 | Internal(err) => ImageError::FormatError(err.description().to_owned()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/hdr/decoder.rs:710:45 [INFO] [stderr] | [INFO] [stderr] 710 | ... parse_error.description() [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | #![deny(deprecated)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/hdr/decoder.rs:726:45 [INFO] [stderr] | [INFO] [stderr] 726 | ... parse_error.description() [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/hdr/decoder.rs:774:29 [INFO] [stderr] | [INFO] [stderr] 774 | err.description() [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/hdr/decoder.rs:835:71 [INFO] [stderr] | [INFO] [stderr] 835 | ImageError::FormatError(format!("{} {}", description, err.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/hdr/decoder.rs:843:71 [INFO] [stderr] | [INFO] [stderr] 843 | ImageError::FormatError(format!("{} {}", description, err.description())) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/jpeg/decoder.rs:124:58 [INFO] [stderr] | [INFO] [stderr] 124 | Internal(err) => ImageError::FormatError(err.description().to_owned()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `image`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `image`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1d6eda8d70ecdd2ec9ee0354776aa6bf89daef6a0f3dd8f3b67d5f0afc9e03c9"` [INFO] running `"docker" "rm" "-f" "1d6eda8d70ecdd2ec9ee0354776aa6bf89daef6a0f3dd8f3b67d5f0afc9e03c9"` [INFO] [stdout] 1d6eda8d70ecdd2ec9ee0354776aa6bf89daef6a0f3dd8f3b67d5f0afc9e03c9