Oct 14 21:03:43.841 INFO testing extropyCoder/GamePlayerSimulator against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 21:03:43.843 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 21:03:44.372 INFO blam! 5f1fc969547dfeb19ef8f22e91f20649933dcff701929fef797f632ee72b553d Oct 14 21:03:44.375 INFO running `"docker" "start" "-a" "5f1fc969547dfeb19ef8f22e91f20649933dcff701929fef797f632ee72b553d"` Oct 14 21:03:46.658 INFO kablam! usermod: no changes Oct 14 21:03:46.743 INFO kablam! Compiling game_player v0.0.1 (/source) Oct 14 21:03:47.063 INFO kablam! warning: unused variable: `player` Oct 14 21:03:47.063 INFO kablam! --> src/main.rs:41:37 Oct 14 21:03:47.063 INFO kablam! | Oct 14 21:03:47.063 INFO kablam! 41 | fn evaluate_characteristic_function(player : Player)->f64{ Oct 14 21:03:47.063 INFO kablam! | ^^^^^^ help: consider using `_player` instead Oct 14 21:03:47.063 INFO kablam! | Oct 14 21:03:47.063 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:03:47.063 INFO kablam! Oct 14 21:03:47.063 INFO kablam! warning: unused variable: `game_set` Oct 14 21:03:47.063 INFO kablam! --> src/main.rs:45:21 Oct 14 21:03:47.063 INFO kablam! | Oct 14 21:03:47.063 INFO kablam! 45 | fn evaluate_shapley(game_set : Game_Set){ Oct 14 21:03:47.063 INFO kablam! | ^^^^^^^^ help: consider using `_game_set` instead Oct 14 21:03:47.063 INFO kablam! Oct 14 21:03:47.067 INFO kablam! warning: field is never used: `player_number` Oct 14 21:03:47.067 INFO kablam! --> src/main.rs:3:5 Oct 14 21:03:47.067 INFO kablam! | Oct 14 21:03:47.067 INFO kablam! 3 | player_number : u8 Oct 14 21:03:47.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 21:03:47.067 INFO kablam! | Oct 14 21:03:47.067 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:03:47.067 INFO kablam! Oct 14 21:03:47.067 INFO kablam! warning: field is never used: `players` Oct 14 21:03:47.067 INFO kablam! --> src/main.rs:8:5 Oct 14 21:03:47.067 INFO kablam! | Oct 14 21:03:47.067 INFO kablam! 8 | players : Vec, Oct 14 21:03:47.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:03:47.067 INFO kablam! Oct 14 21:03:47.067 INFO kablam! warning: field is never used: `value` Oct 14 21:03:47.067 INFO kablam! --> src/main.rs:9:5 Oct 14 21:03:47.067 INFO kablam! | Oct 14 21:03:47.067 INFO kablam! 9 | value : u32 Oct 14 21:03:47.067 INFO kablam! | ^^^^^^^^^^^ Oct 14 21:03:47.067 INFO kablam! Oct 14 21:03:47.067 INFO kablam! warning: field is never used: `coalitions` Oct 14 21:03:47.067 INFO kablam! --> src/main.rs:13:5 Oct 14 21:03:47.067 INFO kablam! | Oct 14 21:03:47.067 INFO kablam! 13 | coalitions : Vec Oct 14 21:03:47.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:03:47.067 INFO kablam! Oct 14 21:03:47.067 INFO kablam! warning: function is never used: `calcFactorial` Oct 14 21:03:47.067 INFO kablam! --> src/main.rs:49:1 Oct 14 21:03:47.067 INFO kablam! | Oct 14 21:03:47.067 INFO kablam! 49 | fn calcFactorial(n:u64)->u64{ Oct 14 21:03:47.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:03:47.067 INFO kablam! Oct 14 21:03:47.075 INFO kablam! warning: type `Coalition_Set` should have a camel case name such as `CoalitionSet` Oct 14 21:03:47.075 INFO kablam! --> src/main.rs:7:1 Oct 14 21:03:47.075 INFO kablam! | Oct 14 21:03:47.075 INFO kablam! 7 | / struct Coalition_Set { Oct 14 21:03:47.075 INFO kablam! 8 | | players : Vec, Oct 14 21:03:47.075 INFO kablam! 9 | | value : u32 Oct 14 21:03:47.075 INFO kablam! 10 | | } Oct 14 21:03:47.075 INFO kablam! | |_^ Oct 14 21:03:47.075 INFO kablam! | Oct 14 21:03:47.075 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 14 21:03:47.075 INFO kablam! Oct 14 21:03:47.075 INFO kablam! warning: type `Game_Set` should have a camel case name such as `GameSet` Oct 14 21:03:47.075 INFO kablam! --> src/main.rs:12:1 Oct 14 21:03:47.075 INFO kablam! | Oct 14 21:03:47.075 INFO kablam! 12 | / struct Game_Set { Oct 14 21:03:47.075 INFO kablam! 13 | | coalitions : Vec Oct 14 21:03:47.075 INFO kablam! 14 | | } Oct 14 21:03:47.075 INFO kablam! | |_^ Oct 14 21:03:47.075 INFO kablam! Oct 14 21:03:47.083 INFO kablam! warning: function `calcFactorial` should have a snake case name such as `calc_factorial` Oct 14 21:03:47.083 INFO kablam! --> src/main.rs:49:1 Oct 14 21:03:47.083 INFO kablam! | Oct 14 21:03:47.083 INFO kablam! 49 | / fn calcFactorial(n:u64)->u64{ Oct 14 21:03:47.083 INFO kablam! 50 | | if n == 0 { Oct 14 21:03:47.083 INFO kablam! 51 | | return 1; Oct 14 21:03:47.083 INFO kablam! 52 | | } Oct 14 21:03:47.083 INFO kablam! ... | Oct 14 21:03:47.083 INFO kablam! 55 | | } Oct 14 21:03:47.083 INFO kablam! 56 | | } Oct 14 21:03:47.083 INFO kablam! | |_^ Oct 14 21:03:47.083 INFO kablam! | Oct 14 21:03:47.083 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 21:03:47.083 INFO kablam! Oct 14 21:03:47.675 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.97s Oct 14 21:03:47.678 INFO kablam! su: No module specific data is present Oct 14 21:03:48.889 INFO running `"docker" "rm" "-f" "5f1fc969547dfeb19ef8f22e91f20649933dcff701929fef797f632ee72b553d"` Oct 14 21:03:49.295 INFO blam! 5f1fc969547dfeb19ef8f22e91f20649933dcff701929fef797f632ee72b553d Oct 14 21:03:49.305 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 21:03:49.764 INFO blam! 9dddc17bd8ad66ec4ec55c336089ee254af5efb2976d21dfe823bcb1f65365f1 Oct 14 21:03:49.771 INFO running `"docker" "start" "-a" "9dddc17bd8ad66ec4ec55c336089ee254af5efb2976d21dfe823bcb1f65365f1"` Oct 14 21:03:52.218 INFO kablam! usermod: no changes Oct 14 21:03:52.279 INFO kablam! Compiling game_player v0.0.1 (/source) Oct 14 21:03:52.659 INFO kablam! warning: unused variable: `player` Oct 14 21:03:52.659 INFO kablam! --> src/main.rs:41:37 Oct 14 21:03:52.659 INFO kablam! | Oct 14 21:03:52.659 INFO kablam! 41 | fn evaluate_characteristic_function(player : Player)->f64{ Oct 14 21:03:52.659 INFO kablam! | ^^^^^^ help: consider using `_player` instead Oct 14 21:03:52.659 INFO kablam! | Oct 14 21:03:52.659 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:03:52.659 INFO kablam! Oct 14 21:03:52.659 INFO kablam! warning: unused variable: `game_set` Oct 14 21:03:52.659 INFO kablam! --> src/main.rs:45:21 Oct 14 21:03:52.659 INFO kablam! | Oct 14 21:03:52.659 INFO kablam! 45 | fn evaluate_shapley(game_set : Game_Set){ Oct 14 21:03:52.659 INFO kablam! | ^^^^^^^^ help: consider using `_game_set` instead Oct 14 21:03:52.659 INFO kablam! Oct 14 21:03:52.662 INFO kablam! warning: field is never used: `player_number` Oct 14 21:03:52.662 INFO kablam! --> src/main.rs:3:5 Oct 14 21:03:52.662 INFO kablam! | Oct 14 21:03:52.662 INFO kablam! 3 | player_number : u8 Oct 14 21:03:52.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 21:03:52.662 INFO kablam! | Oct 14 21:03:52.662 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:03:52.662 INFO kablam! Oct 14 21:03:52.663 INFO kablam! warning: field is never used: `players` Oct 14 21:03:52.663 INFO kablam! --> src/main.rs:8:5 Oct 14 21:03:52.663 INFO kablam! | Oct 14 21:03:52.663 INFO kablam! 8 | players : Vec, Oct 14 21:03:52.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:03:52.663 INFO kablam! Oct 14 21:03:52.663 INFO kablam! warning: field is never used: `value` Oct 14 21:03:52.663 INFO kablam! --> src/main.rs:9:5 Oct 14 21:03:52.663 INFO kablam! | Oct 14 21:03:52.663 INFO kablam! 9 | value : u32 Oct 14 21:03:52.663 INFO kablam! | ^^^^^^^^^^^ Oct 14 21:03:52.663 INFO kablam! Oct 14 21:03:52.663 INFO kablam! warning: field is never used: `coalitions` Oct 14 21:03:52.663 INFO kablam! --> src/main.rs:13:5 Oct 14 21:03:52.663 INFO kablam! | Oct 14 21:03:52.663 INFO kablam! 13 | coalitions : Vec Oct 14 21:03:52.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:03:52.663 INFO kablam! Oct 14 21:03:52.663 INFO kablam! warning: function is never used: `calcFactorial` Oct 14 21:03:52.663 INFO kablam! --> src/main.rs:49:1 Oct 14 21:03:52.663 INFO kablam! | Oct 14 21:03:52.663 INFO kablam! 49 | fn calcFactorial(n:u64)->u64{ Oct 14 21:03:52.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:03:52.663 INFO kablam! Oct 14 21:03:52.663 INFO kablam! warning: type `Coalition_Set` should have a camel case name such as `CoalitionSet` Oct 14 21:03:52.663 INFO kablam! --> src/main.rs:7:1 Oct 14 21:03:52.663 INFO kablam! | Oct 14 21:03:52.663 INFO kablam! 7 | / struct Coalition_Set { Oct 14 21:03:52.663 INFO kablam! 8 | | players : Vec, Oct 14 21:03:52.663 INFO kablam! 9 | | value : u32 Oct 14 21:03:52.663 INFO kablam! 10 | | } Oct 14 21:03:52.663 INFO kablam! | |_^ Oct 14 21:03:52.663 INFO kablam! | Oct 14 21:03:52.663 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 14 21:03:52.663 INFO kablam! Oct 14 21:03:52.663 INFO kablam! warning: type `Game_Set` should have a camel case name such as `GameSet` Oct 14 21:03:52.663 INFO kablam! --> src/main.rs:12:1 Oct 14 21:03:52.663 INFO kablam! | Oct 14 21:03:52.663 INFO kablam! 12 | / struct Game_Set { Oct 14 21:03:52.663 INFO kablam! 13 | | coalitions : Vec Oct 14 21:03:52.663 INFO kablam! 14 | | } Oct 14 21:03:52.663 INFO kablam! | |_^ Oct 14 21:03:52.663 INFO kablam! Oct 14 21:03:52.675 INFO kablam! warning: function `calcFactorial` should have a snake case name such as `calc_factorial` Oct 14 21:03:52.675 INFO kablam! --> src/main.rs:49:1 Oct 14 21:03:52.675 INFO kablam! | Oct 14 21:03:52.675 INFO kablam! 49 | / fn calcFactorial(n:u64)->u64{ Oct 14 21:03:52.675 INFO kablam! 50 | | if n == 0 { Oct 14 21:03:52.675 INFO kablam! 51 | | return 1; Oct 14 21:03:52.675 INFO kablam! 52 | | } Oct 14 21:03:52.675 INFO kablam! ... | Oct 14 21:03:52.675 INFO kablam! 55 | | } Oct 14 21:03:52.675 INFO kablam! 56 | | } Oct 14 21:03:52.675 INFO kablam! | |_^ Oct 14 21:03:52.675 INFO kablam! | Oct 14 21:03:52.675 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 21:03:52.675 INFO kablam! Oct 14 21:03:53.102 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.85s Oct 14 21:03:53.134 INFO kablam! su: No module specific data is present Oct 14 21:03:54.283 INFO running `"docker" "rm" "-f" "9dddc17bd8ad66ec4ec55c336089ee254af5efb2976d21dfe823bcb1f65365f1"` Oct 14 21:03:54.567 INFO blam! 9dddc17bd8ad66ec4ec55c336089ee254af5efb2976d21dfe823bcb1f65365f1 Oct 14 21:03:54.576 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 21:03:55.036 INFO blam! d4af654fe198a0ccf103101b6d421a7ba17f0fa0f9e72da644abf46a99c0163f Oct 14 21:03:55.039 INFO running `"docker" "start" "-a" "d4af654fe198a0ccf103101b6d421a7ba17f0fa0f9e72da644abf46a99c0163f"` Oct 14 21:03:56.779 INFO kablam! usermod: no changes Oct 14 21:03:56.848 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 21:03:56.848 INFO kablam! Running /target/debug/deps/game_player-f729e4d076de2e01 Oct 14 21:03:56.849 INFO blam! Oct 14 21:03:56.852 INFO blam! running 0 tests Oct 14 21:03:56.852 INFO blam! Oct 14 21:03:56.852 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:03:56.852 INFO blam! Oct 14 21:03:56.852 INFO kablam! su: No module specific data is present Oct 14 21:03:58.356 INFO running `"docker" "rm" "-f" "d4af654fe198a0ccf103101b6d421a7ba17f0fa0f9e72da644abf46a99c0163f"` Oct 14 21:03:58.762 INFO blam! d4af654fe198a0ccf103101b6d421a7ba17f0fa0f9e72da644abf46a99c0163f