[INFO] cloning repository martinhath/nail [INFO] running `"git" "clone" "--bare" "git://github.com/martinhath/nail.git" "work/cache/sources/gh/martinhath/nail"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/martinhath/nail'... [INFO] running `"git" "clone" "work/cache/sources/gh/martinhath/nail" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/martinhath/nail"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/martinhath/nail'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/martinhath/nail" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/martinhath/nail"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/martinhath/nail'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b579644b4a549c4820b7d6794a972b5cb379f982 [INFO] sha for GitHub repo martinhath/nail: b579644b4a549c4820b7d6794a972b5cb379f982 [INFO] validating manifest of martinhath/nail on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of martinhath/nail on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing martinhath/nail [INFO] finished frobbing martinhath/nail [INFO] frobbed toml for martinhath/nail written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/martinhath/nail/Cargo.toml [INFO] started frobbing martinhath/nail [INFO] finished frobbing martinhath/nail [INFO] frobbed toml for martinhath/nail written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/martinhath/nail/Cargo.toml [INFO] crate martinhath/nail already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing martinhath/nail against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/martinhath/nail:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 0471cc93d51639c4fa47805c875e567e981c49a3490c87799ca7644403e33013 [INFO] running `"docker" "start" "-a" "0471cc93d51639c4fa47805c875e567e981c49a3490c87799ca7644403e33013"` [INFO] [stderr] Compiling rayon-core v1.3.0 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling jpeg-decoder v0.1.13 [INFO] [stderr] Compiling image v0.17.0 [INFO] [stderr] Compiling nail v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:116:31 [INFO] [stderr] | [INFO] [stderr] 116 | fn save(&self, filename: &AsRef) -> Result<(), ::std::io::Error> { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn AsRef` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:264:25 [INFO] [stderr] | [INFO] [stderr] 264 | let mut p = image.get_pixel_mut(x as u32, y as u32); [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.13s [INFO] running `"docker" "inspect" "0471cc93d51639c4fa47805c875e567e981c49a3490c87799ca7644403e33013"` [INFO] running `"docker" "rm" "-f" "0471cc93d51639c4fa47805c875e567e981c49a3490c87799ca7644403e33013"` [INFO] [stdout] 0471cc93d51639c4fa47805c875e567e981c49a3490c87799ca7644403e33013 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/martinhath/nail:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 7f1f54f130177b19fe390dfa3bdae88971ef97b191f13c5f77828f588f35bf91 [INFO] running `"docker" "start" "-a" "7f1f54f130177b19fe390dfa3bdae88971ef97b191f13c5f77828f588f35bf91"` [INFO] [stderr] Compiling nail v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:116:31 [INFO] [stderr] | [INFO] [stderr] 116 | fn save(&self, filename: &AsRef) -> Result<(), ::std::io::Error> { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn AsRef` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:264:25 [INFO] [stderr] | [INFO] [stderr] 264 | let mut p = image.get_pixel_mut(x as u32, y as u32); [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.51s [INFO] running `"docker" "inspect" "7f1f54f130177b19fe390dfa3bdae88971ef97b191f13c5f77828f588f35bf91"` [INFO] running `"docker" "rm" "-f" "7f1f54f130177b19fe390dfa3bdae88971ef97b191f13c5f77828f588f35bf91"` [INFO] [stdout] 7f1f54f130177b19fe390dfa3bdae88971ef97b191f13c5f77828f588f35bf91 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/martinhath/nail:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] accca1a25e5409d5b9b2ef37c9702f56334ee4bf86f4d24076708f4e5d1a1bbb [INFO] running `"docker" "start" "-a" "accca1a25e5409d5b9b2ef37c9702f56334ee4bf86f4d24076708f4e5d1a1bbb"` [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stdout] running 0 tests [INFO] [stderr] Running /opt/crater/target/debug/deps/nail-a2544ba98ba16d75 [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "accca1a25e5409d5b9b2ef37c9702f56334ee4bf86f4d24076708f4e5d1a1bbb"` [INFO] running `"docker" "rm" "-f" "accca1a25e5409d5b9b2ef37c9702f56334ee4bf86f4d24076708f4e5d1a1bbb"` [INFO] [stdout] accca1a25e5409d5b9b2ef37c9702f56334ee4bf86f4d24076708f4e5d1a1bbb