[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.38-1/sources/1.37.0/gh/extropyCoder/GamePlayerSimulator"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/extropyCoder/GamePlayerSimulator'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/extropyCoder/GamePlayerSimulator" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/extropyCoder/GamePlayerSimulator"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of extropyCoder/GamePlayerSimulator on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing extropyCoder/GamePlayerSimulator against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.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.37.0" "build" "--frozen"` [INFO] [stdout] f6b2e6d127de6868c2c086a15fa0842457981788fb075ca5eeb669ec0ce27973 [INFO] running `"docker" "start" "-a" "f6b2e6d127de6868c2c086a15fa0842457981788fb075ca5eeb669ec0ce27973"` [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.56s [INFO] running `"docker" "inspect" "f6b2e6d127de6868c2c086a15fa0842457981788fb075ca5eeb669ec0ce27973"` [INFO] running `"docker" "rm" "-f" "f6b2e6d127de6868c2c086a15fa0842457981788fb075ca5eeb669ec0ce27973"` [INFO] [stdout] f6b2e6d127de6868c2c086a15fa0842457981788fb075ca5eeb669ec0ce27973 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.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.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 4cb4574179028685945fbedac70ed4cbf95ec2530f4c09372b814763147851de [INFO] running `"docker" "start" "-a" "4cb4574179028685945fbedac70ed4cbf95ec2530f4c09372b814763147851de"` [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.61s [INFO] running `"docker" "inspect" "4cb4574179028685945fbedac70ed4cbf95ec2530f4c09372b814763147851de"` [INFO] running `"docker" "rm" "-f" "4cb4574179028685945fbedac70ed4cbf95ec2530f4c09372b814763147851de"` [INFO] [stdout] 4cb4574179028685945fbedac70ed4cbf95ec2530f4c09372b814763147851de [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.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.37.0" "test" "--frozen"` [INFO] [stdout] a267256391a945aedaa70af2e4ec379c7234789d1e0700301ada4869bf5fd1dd [INFO] running `"docker" "start" "-a" "a267256391a945aedaa70af2e4ec379c7234789d1e0700301ada4869bf5fd1dd"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/game_player-8429b51a3e34e048 [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" "a267256391a945aedaa70af2e4ec379c7234789d1e0700301ada4869bf5fd1dd"` [INFO] running `"docker" "rm" "-f" "a267256391a945aedaa70af2e4ec379c7234789d1e0700301ada4869bf5fd1dd"` [INFO] [stdout] a267256391a945aedaa70af2e4ec379c7234789d1e0700301ada4869bf5fd1dd