[INFO] cloning repository mdaffin/rover-test [INFO] running `"git" "clone" "--bare" "git://github.com/mdaffin/rover-test.git" "work/cache/sources/gh/mdaffin/rover-test"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/mdaffin/rover-test'... [INFO] running `"git" "clone" "work/cache/sources/gh/mdaffin/rover-test" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/mdaffin/rover-test"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/mdaffin/rover-test'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mdaffin/rover-test" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mdaffin/rover-test"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mdaffin/rover-test'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a218aa594b8122ba6d1407a856c847392bcc503f [INFO] sha for GitHub repo mdaffin/rover-test: a218aa594b8122ba6d1407a856c847392bcc503f [INFO] validating manifest of mdaffin/rover-test 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 mdaffin/rover-test 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 mdaffin/rover-test [INFO] finished frobbing mdaffin/rover-test [INFO] frobbed toml for mdaffin/rover-test written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/mdaffin/rover-test/Cargo.toml [INFO] started frobbing mdaffin/rover-test [INFO] finished frobbing mdaffin/rover-test [INFO] frobbed toml for mdaffin/rover-test written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mdaffin/rover-test/Cargo.toml [INFO] crate mdaffin/rover-test 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] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing mdaffin/rover-test against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mdaffin/rover-test:/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] b4ee5a00d251330b53ae87d5202ad2cfe74d053a6d1be37d110ce62bc28b6398 [INFO] running `"docker" "start" "-a" "b4ee5a00d251330b53ae87d5202ad2cfe74d053a6d1be37d110ce62bc28b6398"` [INFO] [stderr] Compiling route-recognizer v0.1.11 [INFO] [stderr] Compiling conduit-mime-types v0.7.3 [INFO] [stderr] Compiling chan-signal v0.2.0 [INFO] [stderr] Compiling hyper v0.10.5 [INFO] [stderr] Compiling iron v0.5.1 [INFO] [stderr] Compiling router v0.5.1 [INFO] [stderr] Compiling rover-test v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: method is never used: `get_speed` [INFO] [stderr] --> src/rover.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | pub fn get_speed(&self) -> Result<(i8, i8), String> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_speed` [INFO] [stderr] --> src/main.rs:64:5 [INFO] [stderr] | [INFO] [stderr] 64 | fn get_speed(_: &mut Request, rover: &Rover) -> IronResult { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.55s [INFO] running `"docker" "inspect" "b4ee5a00d251330b53ae87d5202ad2cfe74d053a6d1be37d110ce62bc28b6398"` [INFO] running `"docker" "rm" "-f" "b4ee5a00d251330b53ae87d5202ad2cfe74d053a6d1be37d110ce62bc28b6398"` [INFO] [stdout] b4ee5a00d251330b53ae87d5202ad2cfe74d053a6d1be37d110ce62bc28b6398 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mdaffin/rover-test:/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] 16f195e2d717f3d52cdc4d1e623b3a2b24810e950a339d82eff1f90588118575 [INFO] running `"docker" "start" "-a" "16f195e2d717f3d52cdc4d1e623b3a2b24810e950a339d82eff1f90588118575"` [INFO] [stderr] Compiling rover-test v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.25s [INFO] running `"docker" "inspect" "16f195e2d717f3d52cdc4d1e623b3a2b24810e950a339d82eff1f90588118575"` [INFO] running `"docker" "rm" "-f" "16f195e2d717f3d52cdc4d1e623b3a2b24810e950a339d82eff1f90588118575"` [INFO] [stdout] 16f195e2d717f3d52cdc4d1e623b3a2b24810e950a339d82eff1f90588118575 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mdaffin/rover-test:/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] 2b4342df38b51cf685113cd72ad05d69dac8d41ef76878c432802a7269375a96 [INFO] running `"docker" "start" "-a" "2b4342df38b51cf685113cd72ad05d69dac8d41ef76878c432802a7269375a96"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/rover_test-4c577fad8bc763e7 [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" "2b4342df38b51cf685113cd72ad05d69dac8d41ef76878c432802a7269375a96"` [INFO] running `"docker" "rm" "-f" "2b4342df38b51cf685113cd72ad05d69dac8d41ef76878c432802a7269375a96"` [INFO] [stdout] 2b4342df38b51cf685113cd72ad05d69dac8d41ef76878c432802a7269375a96