[INFO] crate gifski 0.8.7 is already in cache [INFO] checking gifski-0.8.7 against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] extracting crate gifski 0.8.7 into work/builds/worker-1/source [INFO] validating manifest of crates.io crate gifski 0.8.7 on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate gifski 0.8.7 [INFO] finished tweaking crates.io crate gifski 0.8.7 [INFO] tweaked toml for crates.io crate gifski 0.8.7 written to work/builds/worker-1/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: `default-features = [".."]` was found in [features]. Did you mean to use `default = [".."]`? [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 2ffbb2ee76e294c65865218c35010a7e64f3afbebe92dc0817fb696d949fe339 [INFO] running `"docker" "start" "-a" "2ffbb2ee76e294c65865218c35010a7e64f3afbebe92dc0817fb696d949fe339"` [INFO] [stderr] warning: `default-features = [".."]` was found in [features]. Did you mean to use `default = [".."]`? [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Checking rgb v0.8.14 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Checking color_quant v1.0.1 [INFO] [stderr] Checking unicode-width v0.1.6 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking imgref v1.4.0 [INFO] [stderr] Checking resize v0.3.0 [INFO] [stderr] Checking wild v2.0.2 [INFO] [stderr] Checking natord v1.0.9 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling imagequant-sys v2.12.5 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking gif v0.10.2 [INFO] [stderr] Checking lodepng v2.5.0 [INFO] [stderr] Checking pbr v1.0.1 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking gif-dispose v2.2.0 [INFO] [stderr] Checking backtrace v0.3.37 [INFO] [stderr] Checking imagequant v2.11.9 [INFO] [stderr] Checking gifski v0.8.7 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'imgref::Img::buf': Don't access struct fields directly. Use buf(), buf_mut() or into_buf() [INFO] [stderr] --> src/lib.rs:138:22 [INFO] [stderr] | [INFO] [stderr] 138 | r.resize(image.buf.as_bytes(), dst.as_bytes_mut()); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'imgref::Img::buf': Don't access struct fields directly. Use buf(), buf_mut() or into_buf() [INFO] [stderr] --> src/lib.rs:183:44 [INFO] [stderr] | [INFO] [stderr] 183 | let mut img = liq.new_image_stride(image.buf, image.width(), image.height(), image.stride(), 0.)?; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'imgref::Img::buf': Don't access struct fields directly. Use buf(), buf_mut() or into_buf() [INFO] [stderr] --> src/lib.rs:186:46 [INFO] [stderr] | [INFO] [stderr] 186 | img.set_background(liq.new_image(bg.buf, bg.width(), bg.height(), 0.)?)?; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'imgref::Img::buf': Don't access struct fields directly. Use buf(), buf_mut() or into_buf() [INFO] [stderr] --> src/lib.rs:242:40 [INFO] [stderr] | [INFO] [stderr] 242 | buffer: Cow::Borrowed(&image.buf), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'imgref::Img::buf': Don't access struct fields directly. Use buf(), buf_mut() or into_buf() [INFO] [stderr] --> src/lib.rs:274:46 [INFO] [stderr] | [INFO] [stderr] 274 | let mut importance_map = vec![255u8; curr_frame.as_ref().unwrap().1.buf.len()]; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'imgref::Img::buf': Don't access struct fields directly. Use buf(), buf_mut() or into_buf() [INFO] [stderr] --> src/lib.rs:138:22 [INFO] [stderr] | [INFO] [stderr] 138 | r.resize(image.buf.as_bytes(), dst.as_bytes_mut()); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'imgref::Img::buf': Don't access struct fields directly. Use buf(), buf_mut() or into_buf() [INFO] [stderr] --> src/lib.rs:183:44 [INFO] [stderr] | [INFO] [stderr] 183 | let mut img = liq.new_image_stride(image.buf, image.width(), image.height(), image.stride(), 0.)?; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'imgref::Img::buf': Don't access struct fields directly. Use buf(), buf_mut() or into_buf() [INFO] [stderr] --> src/lib.rs:186:46 [INFO] [stderr] | [INFO] [stderr] 186 | img.set_background(liq.new_image(bg.buf, bg.width(), bg.height(), 0.)?)?; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'imgref::Img::buf': Don't access struct fields directly. Use buf(), buf_mut() or into_buf() [INFO] [stderr] --> src/lib.rs:242:40 [INFO] [stderr] | [INFO] [stderr] 242 | buffer: Cow::Borrowed(&image.buf), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'imgref::Img::buf': Don't access struct fields directly. Use buf(), buf_mut() or into_buf() [INFO] [stderr] --> src/lib.rs:274:46 [INFO] [stderr] | [INFO] [stderr] 274 | let mut importance_map = vec![255u8; curr_frame.as_ref().unwrap().1.buf.len()]; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [optimized + debuginfo] target(s) in 22.48s [INFO] running `"docker" "inspect" "2ffbb2ee76e294c65865218c35010a7e64f3afbebe92dc0817fb696d949fe339"` [INFO] running `"docker" "rm" "-f" "2ffbb2ee76e294c65865218c35010a7e64f3afbebe92dc0817fb696d949fe339"` [INFO] [stdout] 2ffbb2ee76e294c65865218c35010a7e64f3afbebe92dc0817fb696d949fe339