[INFO] updating cached repository https://github.com/siiptuo/pio [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8533e20ef27e6cd8298b18f7e42cccdc73f10abf [INFO] checking siiptuo/pio against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsiiptuo%2Fpio" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/siiptuo/pio on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/siiptuo/pio [INFO] finished tweaking git repo https://github.com/siiptuo/pio [INFO] tweaked toml for git repo https://github.com/siiptuo/pio written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/siiptuo/pio already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /workspace/builds/worker-12/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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] 81fbec154c21e96fce59870bddd6d16123af26f53923e142a0ef6423211961f9 [INFO] running `"docker" "start" "-a" "81fbec154c21e96fce59870bddd6d16123af26f53923e142a0ef6423211961f9"` [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Checking rgb v0.8.14 [INFO] [stderr] Compiling dunce v1.0.0 [INFO] [stderr] Checking imgref v1.4.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling jobserver v0.1.17 [INFO] [stderr] Checking lodepng v2.5.0 [INFO] [stderr] Compiling cc v1.0.46 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking rayon-core v1.6.0 [INFO] [stderr] Compiling imagequant-sys v2.12.5 [INFO] [stderr] Compiling libwebp-sys v0.2.0 [INFO] [stderr] Compiling rayon v1.2.0 [INFO] [stderr] Checking imagequant v2.11.9 [INFO] [stderr] Compiling nasm-rs v0.1.4 [INFO] [stderr] Checking dssim v2.9.9 [INFO] [stderr] Compiling mozjpeg-sys v0.10.2 [INFO] [stderr] Checking mozjpeg v0.8.14 [INFO] [stderr] Checking pio v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/main.rs:142:38 [INFO] [stderr] | [INFO] [stderr] 142 | let mut config: WebPConfig = std::mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/main.rs:154:41 [INFO] [stderr] | [INFO] [stderr] 154 | let mut wrt: WebPMemoryWriter = std::mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/main.rs:156:36 [INFO] [stderr] | [INFO] [stderr] 156 | let mut pic: WebPPicture = std::mem::uninitialized(); [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/main.rs:73:21 [INFO] [stderr] | [INFO] [stderr] 73 | .new_image(&image.buf, image.width(), image.height(), 0.0) [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/main.rs:142:38 [INFO] [stderr] | [INFO] [stderr] 142 | let mut config: WebPConfig = std::mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/main.rs:154:41 [INFO] [stderr] | [INFO] [stderr] 154 | let mut wrt: WebPMemoryWriter = std::mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/main.rs:156:36 [INFO] [stderr] | [INFO] [stderr] 156 | let mut pic: WebPPicture = std::mem::uninitialized(); [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/main.rs:167:51 [INFO] [stderr] | [INFO] [stderr] 167 | let ret = WebPPictureImportRGBA(&mut pic, image.buf.as_bytes().as_ptr(), stride); [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/main.rs:208:14 [INFO] [stderr] | [INFO] [stderr] 208 | Img::new(image.buf.to_rgbaplu(), image.width(), image.height()) [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/main.rs:73:21 [INFO] [stderr] | [INFO] [stderr] 73 | .new_image(&image.buf, image.width(), image.height(), 0.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/main.rs:167:51 [INFO] [stderr] | [INFO] [stderr] 167 | let ret = WebPPictureImportRGBA(&mut pic, image.buf.as_bytes().as_ptr(), stride); [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/main.rs:208:14 [INFO] [stderr] | [INFO] [stderr] 208 | Img::new(image.buf.to_rgbaplu(), image.width(), image.height()) [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 37.32s [INFO] running `"docker" "inspect" "81fbec154c21e96fce59870bddd6d16123af26f53923e142a0ef6423211961f9"` [INFO] running `"docker" "rm" "-f" "81fbec154c21e96fce59870bddd6d16123af26f53923e142a0ef6423211961f9"` [INFO] [stdout] 81fbec154c21e96fce59870bddd6d16123af26f53923e142a0ef6423211961f9