[INFO] crate load_image 2.12.0 is already in cache [INFO] extracting crate load_image 2.12.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/load_image/2.12.0 [INFO] extracting crate load_image 2.12.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/load_image/2.12.0 [INFO] validating manifest of load_image-2.12.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of load_image-2.12.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing load_image-2.12.0 [INFO] finished frobbing load_image-2.12.0 [INFO] frobbed toml for load_image-2.12.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/load_image/2.12.0/Cargo.toml [INFO] started frobbing load_image-2.12.0 [INFO] finished frobbing load_image-2.12.0 [INFO] frobbed toml for load_image-2.12.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/load_image/2.12.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing load_image-2.12.0 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/load_image/2.12.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 08a4db3729b3d6b8f096478b2050668dbd768ebeab403ab343e7a78b60e731da [INFO] running `"docker" "start" "-a" "08a4db3729b3d6b8f096478b2050668dbd768ebeab403ab343e7a78b60e731da"` [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling foreign-types-shared v0.2.0 [INFO] [stderr] Compiling rexif v0.3.6 [INFO] [stderr] Compiling imgref v1.4.0 [INFO] [stderr] Compiling lodepng v2.4.2 [INFO] [stderr] Compiling foreign-types-macros v0.1.0 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling foreign-types v0.4.0 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling cc v1.0.40 [INFO] [stderr] Compiling nasm-rs v0.1.4 [INFO] [stderr] Compiling lcms2-sys v3.1.1 [INFO] [stderr] Compiling mozjpeg-sys v0.10.2 [INFO] [stderr] Compiling lcms2 v5.1.4 [INFO] [stderr] Compiling mozjpeg v0.8.14 [INFO] [stderr] Compiling load_image v2.12.0 (/opt/crater/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/convert.rs:140:44 [INFO] [stderr] | [INFO] [stderr] 140 | bitmap: ImageData::$px(bitmap.buf), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | impl_img!(RGB8); [INFO] [stderr] | ---------------- in this macro invocation [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/convert.rs:140:44 [INFO] [stderr] | [INFO] [stderr] 140 | bitmap: ImageData::$px(bitmap.buf), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 148 | impl_img!(RGBA8); [INFO] [stderr] | ----------------- in this macro invocation [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/convert.rs:140:44 [INFO] [stderr] | [INFO] [stderr] 140 | bitmap: ImageData::$px(bitmap.buf), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 149 | impl_img!(RGB16); [INFO] [stderr] | ----------------- in this macro invocation [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/convert.rs:140:44 [INFO] [stderr] | [INFO] [stderr] 140 | bitmap: ImageData::$px(bitmap.buf), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 150 | impl_img!(RGBA16); [INFO] [stderr] | ------------------ in this macro invocation [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/convert.rs:140:44 [INFO] [stderr] | [INFO] [stderr] 140 | bitmap: ImageData::$px(bitmap.buf), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 151 | impl_img!(GRAY8); [INFO] [stderr] | ----------------- in this macro invocation [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/convert.rs:140:44 [INFO] [stderr] | [INFO] [stderr] 140 | bitmap: ImageData::$px(bitmap.buf), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 152 | impl_img!(GRAY16); [INFO] [stderr] | ------------------ in this macro invocation [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/convert.rs:140:44 [INFO] [stderr] | [INFO] [stderr] 140 | bitmap: ImageData::$px(bitmap.buf), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 153 | impl_img!(GRAYA8); [INFO] [stderr] | ------------------ in this macro invocation [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/convert.rs:140:44 [INFO] [stderr] | [INFO] [stderr] 140 | bitmap: ImageData::$px(bitmap.buf), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 154 | impl_img!(GRAYA16); [INFO] [stderr] | ------------------- in this macro invocation [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/image.rs:104:18 [INFO] [stderr] | [INFO] [stderr] 104 | let s = &bitmap.buf; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.99s [INFO] running `"docker" "inspect" "08a4db3729b3d6b8f096478b2050668dbd768ebeab403ab343e7a78b60e731da"` [INFO] running `"docker" "rm" "-f" "08a4db3729b3d6b8f096478b2050668dbd768ebeab403ab343e7a78b60e731da"` [INFO] [stdout] 08a4db3729b3d6b8f096478b2050668dbd768ebeab403ab343e7a78b60e731da [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/load_image/2.12.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] f795ded1d3cf00d5889e345961d1356f689483ceb398662abfd9b5f74d478623 [INFO] running `"docker" "start" "-a" "f795ded1d3cf00d5889e345961d1356f689483ceb398662abfd9b5f74d478623"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling load_image v2.12.0 (/opt/crater/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/convert.rs:140:44 [INFO] [stderr] | [INFO] [stderr] 140 | bitmap: ImageData::$px(bitmap.buf), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 147 | impl_img!(RGB8); [INFO] [stderr] | ---------------- in this macro invocation [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/convert.rs:140:44 [INFO] [stderr] | [INFO] [stderr] 140 | bitmap: ImageData::$px(bitmap.buf), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 148 | impl_img!(RGBA8); [INFO] [stderr] | ----------------- in this macro invocation [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/convert.rs:140:44 [INFO] [stderr] | [INFO] [stderr] 140 | bitmap: ImageData::$px(bitmap.buf), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 149 | impl_img!(RGB16); [INFO] [stderr] | ----------------- in this macro invocation [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/convert.rs:140:44 [INFO] [stderr] | [INFO] [stderr] 140 | bitmap: ImageData::$px(bitmap.buf), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 150 | impl_img!(RGBA16); [INFO] [stderr] | ------------------ in this macro invocation [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/convert.rs:140:44 [INFO] [stderr] | [INFO] [stderr] 140 | bitmap: ImageData::$px(bitmap.buf), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 151 | impl_img!(GRAY8); [INFO] [stderr] | ----------------- in this macro invocation [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/convert.rs:140:44 [INFO] [stderr] | [INFO] [stderr] 140 | bitmap: ImageData::$px(bitmap.buf), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 152 | impl_img!(GRAY16); [INFO] [stderr] | ------------------ in this macro invocation [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/convert.rs:140:44 [INFO] [stderr] | [INFO] [stderr] 140 | bitmap: ImageData::$px(bitmap.buf), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 153 | impl_img!(GRAYA8); [INFO] [stderr] | ------------------ in this macro invocation [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/convert.rs:140:44 [INFO] [stderr] | [INFO] [stderr] 140 | bitmap: ImageData::$px(bitmap.buf), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 154 | impl_img!(GRAYA16); [INFO] [stderr] | ------------------- in this macro invocation [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/image.rs:104:18 [INFO] [stderr] | [INFO] [stderr] 104 | let s = &bitmap.buf; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.18s [INFO] running `"docker" "inspect" "f795ded1d3cf00d5889e345961d1356f689483ceb398662abfd9b5f74d478623"` [INFO] running `"docker" "rm" "-f" "f795ded1d3cf00d5889e345961d1356f689483ceb398662abfd9b5f74d478623"` [INFO] [stdout] f795ded1d3cf00d5889e345961d1356f689483ceb398662abfd9b5f74d478623 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/load_image/2.12.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 3a2be8994fc0caec08657b9897295fa3f02986e0e69610a5dc4dc627381953d7 [INFO] running `"docker" "start" "-a" "3a2be8994fc0caec08657b9897295fa3f02986e0e69610a5dc4dc627381953d7"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/load_image-a820b4346a045b83 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test alpha::alphapx ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "3a2be8994fc0caec08657b9897295fa3f02986e0e69610a5dc4dc627381953d7"` [INFO] running `"docker" "rm" "-f" "3a2be8994fc0caec08657b9897295fa3f02986e0e69610a5dc4dc627381953d7"` [INFO] [stdout] 3a2be8994fc0caec08657b9897295fa3f02986e0e69610a5dc4dc627381953d7