[INFO] cloning repository archer884/otter [INFO] running `"git" "clone" "--bare" "git://github.com/archer884/otter.git" "work/cache/sources/gh/archer884/otter"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/archer884/otter'... [INFO] running `"git" "clone" "work/cache/sources/gh/archer884/otter" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/archer884/otter"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/archer884/otter'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/archer884/otter" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/archer884/otter"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/archer884/otter'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7bce06d3678b2615182b2d0bcd42e1c9533ddfae [INFO] sha for GitHub repo archer884/otter: 7bce06d3678b2615182b2d0bcd42e1c9533ddfae [INFO] validating manifest of archer884/otter 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 archer884/otter 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 archer884/otter [INFO] finished frobbing archer884/otter [INFO] frobbed toml for archer884/otter written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/archer884/otter/Cargo.toml [INFO] started frobbing archer884/otter [INFO] finished frobbing archer884/otter [INFO] frobbed toml for archer884/otter written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/archer884/otter/Cargo.toml [INFO] crate archer884/otter 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 archer884/otter against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/archer884/otter:/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] ff7a8b05f59cd8d0f6b667660db10cbdf5ed42621414453f0c1c8ea5bc90621f [INFO] running `"docker" "start" "-a" "ff7a8b05f59cd8d0f6b667660db10cbdf5ed42621414453f0c1c8ea5bc90621f"` [INFO] [stderr] Compiling structopt-derive v0.2.10 [INFO] [stderr] Compiling structopt v0.2.10 [INFO] [stderr] Compiling otter v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:159:26 [INFO] [stderr] | [INFO] [stderr] 159 | letter @ b'a'...b'z' => Some(self.shift(letter - OFFSET) + OFFSET), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.45s [INFO] running `"docker" "inspect" "ff7a8b05f59cd8d0f6b667660db10cbdf5ed42621414453f0c1c8ea5bc90621f"` [INFO] running `"docker" "rm" "-f" "ff7a8b05f59cd8d0f6b667660db10cbdf5ed42621414453f0c1c8ea5bc90621f"` [INFO] [stdout] ff7a8b05f59cd8d0f6b667660db10cbdf5ed42621414453f0c1c8ea5bc90621f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/archer884/otter:/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] 8d862ef14841bc793964fe1f06b1e2f106d7739402f84c68e08f3eadf66d168f [INFO] running `"docker" "start" "-a" "8d862ef14841bc793964fe1f06b1e2f106d7739402f84c68e08f3eadf66d168f"` [INFO] [stderr] Compiling otter v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:159:26 [INFO] [stderr] | [INFO] [stderr] 159 | letter @ b'a'...b'z' => Some(self.shift(letter - OFFSET) + OFFSET), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.44s [INFO] running `"docker" "inspect" "8d862ef14841bc793964fe1f06b1e2f106d7739402f84c68e08f3eadf66d168f"` [INFO] running `"docker" "rm" "-f" "8d862ef14841bc793964fe1f06b1e2f106d7739402f84c68e08f3eadf66d168f"` [INFO] [stdout] 8d862ef14841bc793964fe1f06b1e2f106d7739402f84c68e08f3eadf66d168f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/archer884/otter:/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] 25826ecb48f2e6c9e505097b95e69a4ee39be7293bb2f1b60b854b2dcd4d6aae [INFO] running `"docker" "start" "-a" "25826ecb48f2e6c9e505097b95e69a4ee39be7293bb2f1b60b854b2dcd4d6aae"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/otter-f9e67bff4927c3b6 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::rot_by_1 ... ok [INFO] [stdout] test tests::unrot_by_1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "25826ecb48f2e6c9e505097b95e69a4ee39be7293bb2f1b60b854b2dcd4d6aae"` [INFO] running `"docker" "rm" "-f" "25826ecb48f2e6c9e505097b95e69a4ee39be7293bb2f1b60b854b2dcd4d6aae"` [INFO] [stdout] 25826ecb48f2e6c9e505097b95e69a4ee39be7293bb2f1b60b854b2dcd4d6aae