[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 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-5/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/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] e07209b65a75964f9c26b2cef6743d8255fdca344f6bfdcf51666793157f7100 [INFO] running `"docker" "start" "-a" "e07209b65a75964f9c26b2cef6743d8255fdca344f6bfdcf51666793157f7100"` [INFO] [stderr] Compiling imgref v1.4.0 [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 1.80s [INFO] running `"docker" "inspect" "e07209b65a75964f9c26b2cef6743d8255fdca344f6bfdcf51666793157f7100"` [INFO] running `"docker" "rm" "-f" "e07209b65a75964f9c26b2cef6743d8255fdca344f6bfdcf51666793157f7100"` [INFO] [stdout] e07209b65a75964f9c26b2cef6743d8255fdca344f6bfdcf51666793157f7100 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/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/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 64655009eb86ac79ef2a2dd295e0fd60a40ecc2e4068625af0a695a709b0fa61 [INFO] running `"docker" "start" "-a" "64655009eb86ac79ef2a2dd295e0fd60a40ecc2e4068625af0a695a709b0fa61"` [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 1.30s [INFO] running `"docker" "inspect" "64655009eb86ac79ef2a2dd295e0fd60a40ecc2e4068625af0a695a709b0fa61"` [INFO] running `"docker" "rm" "-f" "64655009eb86ac79ef2a2dd295e0fd60a40ecc2e4068625af0a695a709b0fa61"` [INFO] [stdout] 64655009eb86ac79ef2a2dd295e0fd60a40ecc2e4068625af0a695a709b0fa61 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/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/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 13ad37f85748971d42c2532af6a3fcb63d05d57b7159b177fb5c0754a4175865 [INFO] running `"docker" "start" "-a" "13ad37f85748971d42c2532af6a3fcb63d05d57b7159b177fb5c0754a4175865"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/undither-758582ad46d197cc [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" "13ad37f85748971d42c2532af6a3fcb63d05d57b7159b177fb5c0754a4175865"` [INFO] running `"docker" "rm" "-f" "13ad37f85748971d42c2532af6a3fcb63d05d57b7159b177fb5c0754a4175865"` [INFO] [stdout] 13ad37f85748971d42c2532af6a3fcb63d05d57b7159b177fb5c0754a4175865