[INFO] updating cached repository cwhy/tea-tic-tac-toe
[INFO] running `"git" "fetch" "--all"`
[INFO] [stdout] Fetching origin
[INFO] [stderr] From git://github.com/cwhy/tea-tic-tac-toe
[INFO] [stderr] * branch HEAD -> FETCH_HEAD
[INFO] running `"git" "clone" "work/cache/sources/gh/cwhy/tea-tic-tac-toe" "work/ex/beta-1.37-6/sources/1.36.0/gh/cwhy/tea-tic-tac-toe"`
[INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/cwhy/tea-tic-tac-toe'...
[INFO] [stderr] done.
[INFO] running `"git" "clone" "work/cache/sources/gh/cwhy/tea-tic-tac-toe" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cwhy/tea-tic-tac-toe"`
[INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cwhy/tea-tic-tac-toe'...
[INFO] [stderr] done.
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 54f2ada65274299717a056316ea34e1c2cb95134
[INFO] sha for GitHub repo cwhy/tea-tic-tac-toe: 54f2ada65274299717a056316ea34e1c2cb95134
[INFO] validating manifest of cwhy/tea-tic-tac-toe on toolchain 1.36.0
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] validating manifest of cwhy/tea-tic-tac-toe on toolchain beta-2019-07-23
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started frobbing cwhy/tea-tic-tac-toe
[INFO] finished frobbing cwhy/tea-tic-tac-toe
[INFO] frobbed toml for cwhy/tea-tic-tac-toe written to work/ex/beta-1.37-6/sources/1.36.0/gh/cwhy/tea-tic-tac-toe/Cargo.toml
[INFO] started frobbing cwhy/tea-tic-tac-toe
[INFO] finished frobbing cwhy/tea-tic-tac-toe
[INFO] frobbed toml for cwhy/tea-tic-tac-toe written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cwhy/tea-tic-tac-toe/Cargo.toml
[INFO] crate cwhy/tea-tic-tac-toe already has a lockfile, it will not be regenerated
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] testing cwhy/tea-tic-tac-toe against beta-2019-07-23 for beta-1.37-6
[INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cwhy/tea-tic-tac-toe:/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=warn" "-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" "+beta-2019-07-23" "build" "--frozen"`
[INFO] [stdout] 11772043377dede643904cd3c6e0d2a5392f17ed15d0cbf91e3d1c9dc7f8b5ec
[INFO] running `"docker" "start" "-a" "11772043377dede643904cd3c6e0d2a5392f17ed15d0cbf91e3d1c9dc7f8b5ec"`
[INFO] [stderr] Compiling pulldown-cmark v0.2.0
[INFO] [stderr] Compiling tempdir v0.3.7
[INFO] [stderr] Compiling cookie v0.11.0
[INFO] [stderr] Compiling bincode v1.1.2
[INFO] [stderr] Compiling cargo_metadata v0.6.4
[INFO] [stderr] Compiling parking_lot_core v0.4.0
[INFO] [stderr] Compiling parking_lot v0.7.1
[INFO] [stderr] Compiling skeptic v0.13.4
[INFO] [stderr] Compiling tokio-reactor v0.1.9
[INFO] [stderr] Compiling tokio-uds v0.2.5
[INFO] [stderr] Compiling tokio-udp v0.1.3
[INFO] [stderr] Compiling tokio-tcp v0.1.3
[INFO] [stderr] Compiling borrow-bag v1.0.0
[INFO] [stderr] Compiling tokio v0.1.17
[INFO] [stderr] Compiling hyper v0.12.25
[INFO] [stderr] Compiling gotham v0.3.0
[INFO] [stderr] Compiling TEA-tic-tac-toe v0.1.0 (/opt/crater/workdir)
[INFO] [stderr] warning: unused import: `FromState`
[INFO] [stderr] --> src/rest_utils.rs:5:21
[INFO] [stderr] |
[INFO] [stderr] 5 | use gotham::state::{FromState, State};
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(unused_imports)] on by default
[INFO] [stderr]
[INFO] [stderr] warning: function is never used: `game_new`
[INFO] [stderr] --> src/rest_utils.rs:42:1
[INFO] [stderr] |
[INFO] [stderr] 42 | pub fn game_new(state: State) -> (State, Response
) {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(dead_code)] on by default
[INFO] [stderr]
[INFO] [stderr] warning: variant is never constructed: `Debug`
[INFO] [stderr] --> src/main.rs:26:5
[INFO] [stderr] |
[INFO] [stderr] 26 | Debug,
[INFO] [stderr] | ^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: crate `TEA_tic_tac_toe` should have a snake case name
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(non_snake_case)] on by default
[INFO] [stderr] = help: convert the identifier to snake case: `tea_tic_tac_toe`
[INFO] [stderr]
[INFO] [stderr] warning: structure field `availableActions` should have a snake case name
[INFO] [stderr] --> src/rest_utils.rs:18:5
[INFO] [stderr] |
[INFO] [stderr] 18 | availableActions: Vec,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `available_actions`
[INFO] [stderr]
[INFO] [stderr] warning: structure field `nPlayers` should have a snake case name
[INFO] [stderr] --> src/rest_utils.rs:19:5
[INFO] [stderr] |
[INFO] [stderr] 19 | nPlayers: i32,
[INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `n_players`
[INFO] [stderr]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 01s
[INFO] running `"docker" "inspect" "11772043377dede643904cd3c6e0d2a5392f17ed15d0cbf91e3d1c9dc7f8b5ec"`
[INFO] running `"docker" "rm" "-f" "11772043377dede643904cd3c6e0d2a5392f17ed15d0cbf91e3d1c9dc7f8b5ec"`
[INFO] [stdout] 11772043377dede643904cd3c6e0d2a5392f17ed15d0cbf91e3d1c9dc7f8b5ec
[INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cwhy/tea-tic-tac-toe:/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=warn" "-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" "+beta-2019-07-23" "test" "--frozen" "--no-run"`
[INFO] [stdout] 1b3954caec616b07740710d7ead224dd2ff3b5fe15807d6d246682ef7b5bfc5f
[INFO] running `"docker" "start" "-a" "1b3954caec616b07740710d7ead224dd2ff3b5fe15807d6d246682ef7b5bfc5f"`
[INFO] [stderr] Compiling TEA-tic-tac-toe v0.1.0 (/opt/crater/workdir)
[INFO] [stderr] warning: unused import: `FromState`
[INFO] [stderr] --> src/rest_utils.rs:5:21
[INFO] [stderr] |
[INFO] [stderr] 5 | use gotham::state::{FromState, State};
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(unused_imports)] on by default
[INFO] [stderr]
[INFO] [stderr] warning: function is never used: `game_new`
[INFO] [stderr] --> src/rest_utils.rs:42:1
[INFO] [stderr] |
[INFO] [stderr] 42 | pub fn game_new(state: State) -> (State, Response) {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(dead_code)] on by default
[INFO] [stderr]
[INFO] [stderr] warning: variant is never constructed: `Debug`
[INFO] [stderr] --> src/main.rs:26:5
[INFO] [stderr] |
[INFO] [stderr] 26 | Debug,
[INFO] [stderr] | ^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: crate `TEA_tic_tac_toe` should have a snake case name
[INFO] [stderr] |
[INFO] [stderr] = note: #[warn(non_snake_case)] on by default
[INFO] [stderr] = help: convert the identifier to snake case: `tea_tic_tac_toe`
[INFO] [stderr]
[INFO] [stderr] warning: structure field `availableActions` should have a snake case name
[INFO] [stderr] --> src/rest_utils.rs:18:5
[INFO] [stderr] |
[INFO] [stderr] 18 | availableActions: Vec,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `available_actions`
[INFO] [stderr]
[INFO] [stderr] warning: structure field `nPlayers` should have a snake case name
[INFO] [stderr] --> src/rest_utils.rs:19:5
[INFO] [stderr] |
[INFO] [stderr] 19 | nPlayers: i32,
[INFO] [stderr] | ^^^^^^^^ help: convert the identifier to snake case: `n_players`
[INFO] [stderr]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.73s
[INFO] running `"docker" "inspect" "1b3954caec616b07740710d7ead224dd2ff3b5fe15807d6d246682ef7b5bfc5f"`
[INFO] running `"docker" "rm" "-f" "1b3954caec616b07740710d7ead224dd2ff3b5fe15807d6d246682ef7b5bfc5f"`
[INFO] [stdout] 1b3954caec616b07740710d7ead224dd2ff3b5fe15807d6d246682ef7b5bfc5f
[INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cwhy/tea-tic-tac-toe:/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=warn" "-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" "+beta-2019-07-23" "test" "--frozen"`
[INFO] [stdout] d97d7004d9093f9a0e6ac5f0b59d8cfe78194147b947f7b953ba8b844eb11635
[INFO] running `"docker" "start" "-a" "d97d7004d9093f9a0e6ac5f0b59d8cfe78194147b947f7b953ba8b844eb11635"`
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr] Running /opt/crater/target/debug/deps/TEA_tic_tac_toe-0117397b4a78b3b4
[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" "d97d7004d9093f9a0e6ac5f0b59d8cfe78194147b947f7b953ba8b844eb11635"`
[INFO] running `"docker" "rm" "-f" "d97d7004d9093f9a0e6ac5f0b59d8cfe78194147b947f7b953ba8b844eb11635"`
[INFO] [stdout] d97d7004d9093f9a0e6ac5f0b59d8cfe78194147b947f7b953ba8b844eb11635