[INFO] crate undither 1.0.1 is already in cache [INFO] extracting crate undither 1.0.1 into work/ex/beta-1.38-1/sources/1.37.0/reg/undither/1.0.1 [INFO] extracting crate undither 1.0.1 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/undither/1.0.1 [INFO] validating manifest of undither-1.0.1 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 undither-1.0.1 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 undither-1.0.1 [INFO] finished frobbing undither-1.0.1 [INFO] frobbed toml for undither-1.0.1 written to work/ex/beta-1.38-1/sources/1.37.0/reg/undither/1.0.1/Cargo.toml [INFO] started frobbing undither-1.0.1 [INFO] finished frobbing undither-1.0.1 [INFO] frobbed toml for undither-1.0.1 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/undither/1.0.1/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 undither-1.0.1 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/undither/1.0.1:/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] a39538bae7575437bdc74dd08450ec8ade42883d81165d4144a0ac40e42d1c5f [INFO] running `"docker" "start" "-a" "a39538bae7575437bdc74dd08450ec8ade42883d81165d4144a0ac40e42d1c5f"` [INFO] [stderr] Compiling imgref v1.4.0 [INFO] [stderr] Compiling itertools v0.5.10 [INFO] [stderr] Compiling vpsearch v1.3.5 [INFO] [stderr] Compiling loop9 v0.1.1 [INFO] [stderr] Compiling undither v1.0.1 (/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/prewitt.rs:21:24 [INFO] [stderr] | [INFO] [stderr] 21 | let gray: Vec<_> = input.buf.iter().cloned().map(|px|px.to_gray()).collect(); [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/undither.rs:50:31 [INFO] [stderr] | [INFO] [stderr] 50 | let prewitt = prewitt_image.buf[x + y*prewitt_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/undither.rs:71:17 [INFO] [stderr] | [INFO] [stderr] 71 | out.buf[x + y*out_stride] = acc.result(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.05s [INFO] running `"docker" "inspect" "a39538bae7575437bdc74dd08450ec8ade42883d81165d4144a0ac40e42d1c5f"` [INFO] running `"docker" "rm" "-f" "a39538bae7575437bdc74dd08450ec8ade42883d81165d4144a0ac40e42d1c5f"` [INFO] [stdout] a39538bae7575437bdc74dd08450ec8ade42883d81165d4144a0ac40e42d1c5f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/undither/1.0.1:/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 8c33caba226aaf3dae8b78a98fea208e6127d5d48001ed3627e1d7fa21091ee8 [INFO] running `"docker" "start" "-a" "8c33caba226aaf3dae8b78a98fea208e6127d5d48001ed3627e1d7fa21091ee8"` [INFO] [stderr] Compiling undither v1.0.1 (/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/prewitt.rs:21:24 [INFO] [stderr] | [INFO] [stderr] 21 | let gray: Vec<_> = input.buf.iter().cloned().map(|px|px.to_gray()).collect(); [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/undither.rs:50:31 [INFO] [stderr] | [INFO] [stderr] 50 | let prewitt = prewitt_image.buf[x + y*prewitt_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/undither.rs:71:17 [INFO] [stderr] | [INFO] [stderr] 71 | out.buf[x + y*out_stride] = acc.result(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.80s [INFO] running `"docker" "inspect" "8c33caba226aaf3dae8b78a98fea208e6127d5d48001ed3627e1d7fa21091ee8"` [INFO] running `"docker" "rm" "-f" "8c33caba226aaf3dae8b78a98fea208e6127d5d48001ed3627e1d7fa21091ee8"` [INFO] [stdout] 8c33caba226aaf3dae8b78a98fea208e6127d5d48001ed3627e1d7fa21091ee8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/undither/1.0.1:/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 5079f87beb6be4391789c0b2c8156eef800592fe19e198f9f53784b780362742 [INFO] running `"docker" "start" "-a" "5079f87beb6be4391789c0b2c8156eef800592fe19e198f9f53784b780362742"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/undither-a72ab8a8b0094b88 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test pal::paltest ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests undither [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "5079f87beb6be4391789c0b2c8156eef800592fe19e198f9f53784b780362742"` [INFO] running `"docker" "rm" "-f" "5079f87beb6be4391789c0b2c8156eef800592fe19e198f9f53784b780362742"` [INFO] [stdout] 5079f87beb6be4391789c0b2c8156eef800592fe19e198f9f53784b780362742