[INFO] cloning repository steveklabnik/adventure [INFO] running `"git" "clone" "--bare" "git://github.com/steveklabnik/adventure.git" "work/cache/sources/gh/steveklabnik/adventure"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/steveklabnik/adventure'... [INFO] running `"git" "clone" "work/cache/sources/gh/steveklabnik/adventure" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/steveklabnik/adventure"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/steveklabnik/adventure'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/steveklabnik/adventure" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/steveklabnik/adventure"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/steveklabnik/adventure'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a318dd0e951a1c28dbf9198dbef286dbc04036a2 [INFO] sha for GitHub repo steveklabnik/adventure: a318dd0e951a1c28dbf9198dbef286dbc04036a2 [INFO] validating manifest of steveklabnik/adventure 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 steveklabnik/adventure 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 steveklabnik/adventure [INFO] finished frobbing steveklabnik/adventure [INFO] frobbed toml for steveklabnik/adventure written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/steveklabnik/adventure/Cargo.toml [INFO] started frobbing steveklabnik/adventure [INFO] finished frobbing steveklabnik/adventure [INFO] frobbed toml for steveklabnik/adventure written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/steveklabnik/adventure/Cargo.toml [INFO] crate steveklabnik/adventure 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 steveklabnik/adventure 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/steveklabnik/adventure:/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] 7bf9811b1dd44ba2d46bb8aa9e042b0ea4d61763dfa9d7a121fe0cb50c700b8b [INFO] running `"docker" "start" "-a" "7bf9811b1dd44ba2d46bb8aa9e042b0ea4d61763dfa9d7a121fe0cb50c700b8b"` [INFO] [stderr] Compiling adventure v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `direction` [INFO] [stderr] --> src/main.rs:67:25 [INFO] [stderr] | [INFO] [stderr] 67 | fn is_locked(&self, direction: Direction) -> bool { [INFO] [stderr] | ^^^^^^^^^ help: consider prefixing with an underscore: `_direction` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `items` [INFO] [stderr] --> src/main.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | items: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `name` [INFO] [stderr] --> src/main.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | name: String, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.70s [INFO] running `"docker" "inspect" "7bf9811b1dd44ba2d46bb8aa9e042b0ea4d61763dfa9d7a121fe0cb50c700b8b"` [INFO] running `"docker" "rm" "-f" "7bf9811b1dd44ba2d46bb8aa9e042b0ea4d61763dfa9d7a121fe0cb50c700b8b"` [INFO] [stdout] 7bf9811b1dd44ba2d46bb8aa9e042b0ea4d61763dfa9d7a121fe0cb50c700b8b [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/steveklabnik/adventure:/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] 75d036392d8be1bac946836a25d7efab725e5182d608023f368f86da478a3479 [INFO] running `"docker" "start" "-a" "75d036392d8be1bac946836a25d7efab725e5182d608023f368f86da478a3479"` [INFO] [stderr] Compiling adventure v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `direction` [INFO] [stderr] --> src/main.rs:67:25 [INFO] [stderr] | [INFO] [stderr] 67 | fn is_locked(&self, direction: Direction) -> bool { [INFO] [stderr] | ^^^^^^^^^ help: consider prefixing with an underscore: `_direction` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `items` [INFO] [stderr] --> src/main.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | items: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `name` [INFO] [stderr] --> src/main.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | name: String, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.83s [INFO] running `"docker" "inspect" "75d036392d8be1bac946836a25d7efab725e5182d608023f368f86da478a3479"` [INFO] running `"docker" "rm" "-f" "75d036392d8be1bac946836a25d7efab725e5182d608023f368f86da478a3479"` [INFO] [stdout] 75d036392d8be1bac946836a25d7efab725e5182d608023f368f86da478a3479 [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/steveklabnik/adventure:/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] 38704e5ca4496b4c5a7b6681fe2b19b7b0ac5220480b4482e10d5352c6839187 [INFO] running `"docker" "start" "-a" "38704e5ca4496b4c5a7b6681fe2b19b7b0ac5220480b4482e10d5352c6839187"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/adventure-1991ae1acb96b804 [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" "38704e5ca4496b4c5a7b6681fe2b19b7b0ac5220480b4482e10d5352c6839187"` [INFO] running `"docker" "rm" "-f" "38704e5ca4496b4c5a7b6681fe2b19b7b0ac5220480b4482e10d5352c6839187"` [INFO] [stdout] 38704e5ca4496b4c5a7b6681fe2b19b7b0ac5220480b4482e10d5352c6839187