[INFO] updating cached repository extropyCoder/GamePlayerSimulator [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/extropyCoder/GamePlayerSimulator [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/extropyCoder/GamePlayerSimulator" "work/ex/beta-1.37-6/sources/1.36.0/gh/extropyCoder/GamePlayerSimulator"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/extropyCoder/GamePlayerSimulator'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/extropyCoder/GamePlayerSimulator" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/extropyCoder/GamePlayerSimulator"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/extropyCoder/GamePlayerSimulator'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] cd5116a0e950615004a39f21d1950841ec263bd2 [INFO] sha for GitHub repo extropyCoder/GamePlayerSimulator: cd5116a0e950615004a39f21d1950841ec263bd2 [INFO] validating manifest of extropyCoder/GamePlayerSimulator 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 extropyCoder/GamePlayerSimulator 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 extropyCoder/GamePlayerSimulator [INFO] finished frobbing extropyCoder/GamePlayerSimulator [INFO] frobbed toml for extropyCoder/GamePlayerSimulator written to work/ex/beta-1.37-6/sources/1.36.0/gh/extropyCoder/GamePlayerSimulator/Cargo.toml [INFO] started frobbing extropyCoder/GamePlayerSimulator [INFO] finished frobbing extropyCoder/GamePlayerSimulator [INFO] frobbed toml for extropyCoder/GamePlayerSimulator written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/extropyCoder/GamePlayerSimulator/Cargo.toml [INFO] crate extropyCoder/GamePlayerSimulator 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 extropyCoder/GamePlayerSimulator against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/extropyCoder/GamePlayerSimulator:/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 82514231150c2c33970ceeb46bad5e8e1d0c3159f5d96b55224fb6f04700e08c [INFO] running `"docker" "start" "-a" "82514231150c2c33970ceeb46bad5e8e1d0c3159f5d96b55224fb6f04700e08c"` [INFO] [stderr] Compiling game_player v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: type `Coalition_Set` should have an upper camel case name [INFO] [stderr] --> src/main.rs:7:8 [INFO] [stderr] | [INFO] [stderr] 7 | struct Coalition_Set { [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CoalitionSet` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_camel_case_types)] on by default [INFO] [stderr] [INFO] [stderr] warning: type `Game_Set` should have an upper camel case name [INFO] [stderr] --> src/main.rs:12:8 [INFO] [stderr] | [INFO] [stderr] 12 | struct Game_Set { [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper camel case: `GameSet` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `player` [INFO] [stderr] --> src/main.rs:41:37 [INFO] [stderr] | [INFO] [stderr] 41 | fn evaluate_characteristic_function(player : Player)->f64{ [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_player` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `game_set` [INFO] [stderr] --> src/main.rs:45:21 [INFO] [stderr] | [INFO] [stderr] 45 | fn evaluate_shapley(game_set : Game_Set){ [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_game_set` [INFO] [stderr] [INFO] [stderr] warning: field is never used: `player_number` [INFO] [stderr] --> src/main.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | player_number : u8 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `players` [INFO] [stderr] --> src/main.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | players : Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `value` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | value : u32 [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `coalitions` [INFO] [stderr] --> src/main.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | coalitions : Vec [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `calcFactorial` [INFO] [stderr] --> src/main.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | fn calcFactorial(n:u64)->u64{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `calcFactorial` should have a snake case name [INFO] [stderr] --> src/main.rs:49:4 [INFO] [stderr] | [INFO] [stderr] 49 | fn calcFactorial(n:u64)->u64{ [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `calc_factorial` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.81s [INFO] running `"docker" "inspect" "82514231150c2c33970ceeb46bad5e8e1d0c3159f5d96b55224fb6f04700e08c"` [INFO] running `"docker" "rm" "-f" "82514231150c2c33970ceeb46bad5e8e1d0c3159f5d96b55224fb6f04700e08c"` [INFO] [stdout] 82514231150c2c33970ceeb46bad5e8e1d0c3159f5d96b55224fb6f04700e08c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/extropyCoder/GamePlayerSimulator:/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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] d6133c8780ec32235660d4a3dc1cbcac2cefe6278141da6456995112fed992c2 [INFO] running `"docker" "start" "-a" "d6133c8780ec32235660d4a3dc1cbcac2cefe6278141da6456995112fed992c2"` [INFO] [stderr] Compiling game_player v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: type `Coalition_Set` should have an upper camel case name [INFO] [stderr] --> src/main.rs:7:8 [INFO] [stderr] | [INFO] [stderr] 7 | struct Coalition_Set { [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CoalitionSet` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_camel_case_types)] on by default [INFO] [stderr] [INFO] [stderr] warning: type `Game_Set` should have an upper camel case name [INFO] [stderr] --> src/main.rs:12:8 [INFO] [stderr] | [INFO] [stderr] 12 | struct Game_Set { [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper camel case: `GameSet` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `player` [INFO] [stderr] --> src/main.rs:41:37 [INFO] [stderr] | [INFO] [stderr] 41 | fn evaluate_characteristic_function(player : Player)->f64{ [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_player` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `game_set` [INFO] [stderr] --> src/main.rs:45:21 [INFO] [stderr] | [INFO] [stderr] 45 | fn evaluate_shapley(game_set : Game_Set){ [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_game_set` [INFO] [stderr] [INFO] [stderr] warning: field is never used: `player_number` [INFO] [stderr] --> src/main.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | player_number : u8 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `players` [INFO] [stderr] --> src/main.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | players : Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `value` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | value : u32 [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `coalitions` [INFO] [stderr] --> src/main.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | coalitions : Vec [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `calcFactorial` [INFO] [stderr] --> src/main.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | fn calcFactorial(n:u64)->u64{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `calcFactorial` should have a snake case name [INFO] [stderr] --> src/main.rs:49:4 [INFO] [stderr] | [INFO] [stderr] 49 | fn calcFactorial(n:u64)->u64{ [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `calc_factorial` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.66s [INFO] running `"docker" "inspect" "d6133c8780ec32235660d4a3dc1cbcac2cefe6278141da6456995112fed992c2"` [INFO] running `"docker" "rm" "-f" "d6133c8780ec32235660d4a3dc1cbcac2cefe6278141da6456995112fed992c2"` [INFO] [stdout] d6133c8780ec32235660d4a3dc1cbcac2cefe6278141da6456995112fed992c2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/extropyCoder/GamePlayerSimulator:/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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 019177299c9cebad1eb2b3f3e67bf0c84b5161f5fc386df342f8fb097b5c2779 [INFO] running `"docker" "start" "-a" "019177299c9cebad1eb2b3f3e67bf0c84b5161f5fc386df342f8fb097b5c2779"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/game_player-a34f6a72c90ef141 [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" "019177299c9cebad1eb2b3f3e67bf0c84b5161f5fc386df342f8fb097b5c2779"` [INFO] running `"docker" "rm" "-f" "019177299c9cebad1eb2b3f3e67bf0c84b5161f5fc386df342f8fb097b5c2779"` [INFO] [stdout] 019177299c9cebad1eb2b3f3e67bf0c84b5161f5fc386df342f8fb097b5c2779