[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 master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] bbac6189523a7033dc3ae2a39bfe672a465bc559df4cca0a61000c2f265be867 [INFO] running `"docker" "start" "-a" "bbac6189523a7033dc3ae2a39bfe672a465bc559df4cca0a61000c2f265be867"` [INFO] [stderr] Compiling bit-vec v0.4.3 [INFO] [stderr] Compiling route-recognizer v0.1.11 [INFO] [stderr] Compiling conduit-mime-types v0.7.3 [INFO] [stderr] Compiling hyper v0.10.5 [INFO] [stderr] Compiling bit-set v0.4.0 [INFO] [stderr] Compiling chan-signal v0.2.0 [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 21.32s [INFO] running `"docker" "inspect" "bbac6189523a7033dc3ae2a39bfe672a465bc559df4cca0a61000c2f265be867"` [INFO] running `"docker" "rm" "-f" "bbac6189523a7033dc3ae2a39bfe672a465bc559df4cca0a61000c2f265be867"` [INFO] [stdout] bbac6189523a7033dc3ae2a39bfe672a465bc559df4cca0a61000c2f265be867 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] f76ecc00696f47704538108e810a55ed16461319a5aafe3137d91336fee4d622 [INFO] running `"docker" "start" "-a" "f76ecc00696f47704538108e810a55ed16461319a5aafe3137d91336fee4d622"` [INFO] [stderr] Compiling rover-test v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.34s [INFO] running `"docker" "inspect" "f76ecc00696f47704538108e810a55ed16461319a5aafe3137d91336fee4d622"` [INFO] running `"docker" "rm" "-f" "f76ecc00696f47704538108e810a55ed16461319a5aafe3137d91336fee4d622"` [INFO] [stdout] f76ecc00696f47704538108e810a55ed16461319a5aafe3137d91336fee4d622 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 7f4892035b28f42ebda180c182eacd8ca8afdd9d6eac29490f026ad2fd95812d [INFO] running `"docker" "start" "-a" "7f4892035b28f42ebda180c182eacd8ca8afdd9d6eac29490f026ad2fd95812d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/rover_test-7cf4d5012d9bfb93 [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" "7f4892035b28f42ebda180c182eacd8ca8afdd9d6eac29490f026ad2fd95812d"` [INFO] running `"docker" "rm" "-f" "7f4892035b28f42ebda180c182eacd8ca8afdd9d6eac29490f026ad2fd95812d"` [INFO] [stdout] 7f4892035b28f42ebda180c182eacd8ca8afdd9d6eac29490f026ad2fd95812d