Dec 07 23:20:18.208 INFO testing auto-image-cropper-0.1.5 against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 07 23:20:18.209 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +906deae0790bd18681b937fe9a141a3c26cf1855-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 07 23:20:18.428 INFO [stdout] 996b08b014bae0877f2190917a01c61d52ecb164917da62e91f34653f7338c45 Dec 07 23:20:18.436 INFO running `"docker" "start" "-a" "996b08b014bae0877f2190917a01c61d52ecb164917da62e91f34653f7338c45"` Dec 07 23:20:19.276 INFO [stderr] usermod: no changes Dec 07 23:20:19.336 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 07 23:20:19.336 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 07 23:20:19.336 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 07 23:20:19.336 INFO [stderr] files will be included as a binary target: Dec 07 23:20:19.336 INFO [stderr] Dec 07 23:20:19.336 INFO [stderr] * /source/src/main.rs Dec 07 23:20:19.336 INFO [stderr] Dec 07 23:20:19.336 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 07 23:20:19.336 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 07 23:20:19.336 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 07 23:20:19.336 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 07 23:20:19.336 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 07 23:20:19.337 INFO [stderr] Dec 07 23:20:19.337 INFO [stderr] For more information on this warning you can consult Dec 07 23:20:19.337 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 07 23:20:19.337 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `autocrop`, Dec 07 23:20:19.337 INFO [stderr] please set bin.path in Cargo.toml Dec 07 23:20:19.504 INFO [stderr] Compiling png v0.7.0 Dec 07 23:20:21.752 INFO [stderr] Compiling image v0.13.0 Dec 07 23:20:34.168 INFO [stderr] Compiling auto-image-cropper v0.1.5 (/source) Dec 07 23:20:39.141 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.82s Dec 07 23:20:39.148 INFO [stderr] su: No module specific data is present Dec 07 23:20:39.718 INFO running `"docker" "inspect" "996b08b014bae0877f2190917a01c61d52ecb164917da62e91f34653f7338c45"` Dec 07 23:20:39.893 INFO running `"docker" "rm" "-f" "996b08b014bae0877f2190917a01c61d52ecb164917da62e91f34653f7338c45"` Dec 07 23:20:40.034 INFO [stdout] 996b08b014bae0877f2190917a01c61d52ecb164917da62e91f34653f7338c45 Dec 07 23:20:40.037 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +906deae0790bd18681b937fe9a141a3c26cf1855-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 07 23:20:40.277 INFO [stdout] 84847b1cdeb6e2a9372e774909d0f0237dbe478fc8eac5ede693683bfeb9cc7f Dec 07 23:20:40.279 INFO running `"docker" "start" "-a" "84847b1cdeb6e2a9372e774909d0f0237dbe478fc8eac5ede693683bfeb9cc7f"` Dec 07 23:20:41.292 INFO [stderr] usermod: no changes Dec 07 23:20:41.332 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 07 23:20:41.332 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 07 23:20:41.332 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 07 23:20:41.332 INFO [stderr] files will be included as a binary target: Dec 07 23:20:41.332 INFO [stderr] Dec 07 23:20:41.332 INFO [stderr] * /source/src/main.rs Dec 07 23:20:41.332 INFO [stderr] Dec 07 23:20:41.332 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 07 23:20:41.332 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 07 23:20:41.332 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 07 23:20:41.332 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 07 23:20:41.332 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 07 23:20:41.332 INFO [stderr] Dec 07 23:20:41.332 INFO [stderr] For more information on this warning you can consult Dec 07 23:20:41.332 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 07 23:20:41.332 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `autocrop`, Dec 07 23:20:41.332 INFO [stderr] please set bin.path in Cargo.toml Dec 07 23:20:41.444 INFO [stderr] Compiling auto-image-cropper v0.1.5 (/source) Dec 07 23:20:44.552 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.23s Dec 07 23:20:44.552 INFO [stderr] su: No module specific data is present Dec 07 23:20:45.675 INFO running `"docker" "inspect" "84847b1cdeb6e2a9372e774909d0f0237dbe478fc8eac5ede693683bfeb9cc7f"` Dec 07 23:20:46.022 INFO running `"docker" "rm" "-f" "84847b1cdeb6e2a9372e774909d0f0237dbe478fc8eac5ede693683bfeb9cc7f"` Dec 07 23:20:46.304 INFO [stdout] 84847b1cdeb6e2a9372e774909d0f0237dbe478fc8eac5ede693683bfeb9cc7f Dec 07 23:20:46.306 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +906deae0790bd18681b937fe9a141a3c26cf1855-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 07 23:20:46.737 INFO [stdout] e8ef229f167fde61c8e322913602039bc4a32caeb54b682f7c1061f4005184e1 Dec 07 23:20:46.739 INFO running `"docker" "start" "-a" "e8ef229f167fde61c8e322913602039bc4a32caeb54b682f7c1061f4005184e1"` Dec 07 23:20:47.204 INFO [stderr] usermod: no changes Dec 07 23:20:47.221 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 07 23:20:47.221 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 07 23:20:47.221 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 07 23:20:47.221 INFO [stderr] files will be included as a binary target: Dec 07 23:20:47.221 INFO [stderr] Dec 07 23:20:47.221 INFO [stderr] * /source/src/main.rs Dec 07 23:20:47.221 INFO [stderr] Dec 07 23:20:47.221 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 07 23:20:47.222 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 07 23:20:47.222 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 07 23:20:47.222 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 07 23:20:47.222 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 07 23:20:47.222 INFO [stderr] Dec 07 23:20:47.222 INFO [stderr] For more information on this warning you can consult Dec 07 23:20:47.222 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 07 23:20:47.222 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `autocrop`, Dec 07 23:20:47.222 INFO [stderr] please set bin.path in Cargo.toml Dec 07 23:20:47.275 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s Dec 07 23:20:47.277 INFO [stderr] Running /target/debug/deps/autocrop-bb20d5e39ce61455 Dec 07 23:20:47.279 INFO [stdout] Dec 07 23:20:47.279 INFO [stdout] running 0 tests Dec 07 23:20:47.279 INFO [stdout] Dec 07 23:20:47.279 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 23:20:47.279 INFO [stdout] Dec 07 23:20:47.281 INFO [stderr] su: No module specific data is present Dec 07 23:20:47.710 INFO running `"docker" "inspect" "e8ef229f167fde61c8e322913602039bc4a32caeb54b682f7c1061f4005184e1"` Dec 07 23:20:47.780 INFO running `"docker" "rm" "-f" "e8ef229f167fde61c8e322913602039bc4a32caeb54b682f7c1061f4005184e1"` Dec 07 23:20:47.860 INFO [stdout] e8ef229f167fde61c8e322913602039bc4a32caeb54b682f7c1061f4005184e1