Oct 14 21:03:43.369 INFO testing extropyCoder/GamePlayerSimulator against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 21:03:43.371 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:43.875 INFO blam! 875089d8a9e552299d6a93ebef44a2eb0acfff91335efa416546fd4536eec3b3 Oct 14 21:03:43.887 INFO running `"docker" "start" "-a" "875089d8a9e552299d6a93ebef44a2eb0acfff91335efa416546fd4536eec3b3"` Oct 14 21:03:45.411 INFO kablam! usermod: no changes Oct 14 21:03:45.467 INFO kablam! Compiling game_player v0.0.1 (/source) Oct 14 21:03:45.843 INFO kablam! warning: unused variable: `player` Oct 14 21:03:45.843 INFO kablam! --> src/main.rs:41:37 Oct 14 21:03:45.843 INFO kablam! | Oct 14 21:03:45.843 INFO kablam! 41 | fn evaluate_characteristic_function(player : Player)->f64{ Oct 14 21:03:45.843 INFO kablam! | ^^^^^^ help: consider using `_player` instead Oct 14 21:03:45.843 INFO kablam! | Oct 14 21:03:45.843 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:03:45.843 INFO kablam! Oct 14 21:03:45.843 INFO kablam! warning: unused variable: `game_set` Oct 14 21:03:45.843 INFO kablam! --> src/main.rs:45:21 Oct 14 21:03:45.843 INFO kablam! | Oct 14 21:03:45.843 INFO kablam! 45 | fn evaluate_shapley(game_set : Game_Set){ Oct 14 21:03:45.843 INFO kablam! | ^^^^^^^^ help: consider using `_game_set` instead Oct 14 21:03:45.843 INFO kablam! Oct 14 21:03:45.843 INFO kablam! warning: field is never used: `player_number` Oct 14 21:03:45.843 INFO kablam! --> src/main.rs:3:5 Oct 14 21:03:45.843 INFO kablam! | Oct 14 21:03:45.843 INFO kablam! 3 | player_number : u8 Oct 14 21:03:45.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 21:03:45.843 INFO kablam! | Oct 14 21:03:45.843 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:03:45.843 INFO kablam! Oct 14 21:03:45.843 INFO kablam! warning: field is never used: `players` Oct 14 21:03:45.843 INFO kablam! --> src/main.rs:8:5 Oct 14 21:03:45.843 INFO kablam! | Oct 14 21:03:45.843 INFO kablam! 8 | players : Vec, Oct 14 21:03:45.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:03:45.843 INFO kablam! Oct 14 21:03:45.843 INFO kablam! warning: field is never used: `value` Oct 14 21:03:45.843 INFO kablam! --> src/main.rs:9:5 Oct 14 21:03:45.843 INFO kablam! | Oct 14 21:03:45.843 INFO kablam! 9 | value : u32 Oct 14 21:03:45.843 INFO kablam! | ^^^^^^^^^^^ Oct 14 21:03:45.843 INFO kablam! Oct 14 21:03:45.843 INFO kablam! warning: field is never used: `coalitions` Oct 14 21:03:45.843 INFO kablam! --> src/main.rs:13:5 Oct 14 21:03:45.843 INFO kablam! | Oct 14 21:03:45.843 INFO kablam! 13 | coalitions : Vec Oct 14 21:03:45.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:03:45.843 INFO kablam! Oct 14 21:03:45.843 INFO kablam! warning: function is never used: `calcFactorial` Oct 14 21:03:45.843 INFO kablam! --> src/main.rs:49:1 Oct 14 21:03:45.844 INFO kablam! | Oct 14 21:03:45.844 INFO kablam! 49 | fn calcFactorial(n:u64)->u64{ Oct 14 21:03:45.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:03:45.844 INFO kablam! Oct 14 21:03:45.844 INFO kablam! warning: type `Coalition_Set` should have a camel case name such as `CoalitionSet` Oct 14 21:03:45.844 INFO kablam! --> src/main.rs:7:1 Oct 14 21:03:45.844 INFO kablam! | Oct 14 21:03:45.844 INFO kablam! 7 | / struct Coalition_Set { Oct 14 21:03:45.844 INFO kablam! 8 | | players : Vec, Oct 14 21:03:45.844 INFO kablam! 9 | | value : u32 Oct 14 21:03:45.844 INFO kablam! 10 | | } Oct 14 21:03:45.844 INFO kablam! | |_^ Oct 14 21:03:45.844 INFO kablam! | Oct 14 21:03:45.844 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 14 21:03:45.844 INFO kablam! Oct 14 21:03:45.844 INFO kablam! warning: type `Game_Set` should have a camel case name such as `GameSet` Oct 14 21:03:45.844 INFO kablam! --> src/main.rs:12:1 Oct 14 21:03:45.844 INFO kablam! | Oct 14 21:03:45.844 INFO kablam! 12 | / struct Game_Set { Oct 14 21:03:45.844 INFO kablam! 13 | | coalitions : Vec Oct 14 21:03:45.844 INFO kablam! 14 | | } Oct 14 21:03:45.844 INFO kablam! | |_^ Oct 14 21:03:45.844 INFO kablam! Oct 14 21:03:45.859 INFO kablam! warning: function `calcFactorial` should have a snake case name such as `calc_factorial` Oct 14 21:03:45.859 INFO kablam! --> src/main.rs:49:1 Oct 14 21:03:45.859 INFO kablam! | Oct 14 21:03:45.859 INFO kablam! 49 | / fn calcFactorial(n:u64)->u64{ Oct 14 21:03:45.859 INFO kablam! 50 | | if n == 0 { Oct 14 21:03:45.859 INFO kablam! 51 | | return 1; Oct 14 21:03:45.859 INFO kablam! 52 | | } Oct 14 21:03:45.859 INFO kablam! ... | Oct 14 21:03:45.859 INFO kablam! 55 | | } Oct 14 21:03:45.859 INFO kablam! 56 | | } Oct 14 21:03:45.859 INFO kablam! | |_^ Oct 14 21:03:45.859 INFO kablam! | Oct 14 21:03:45.859 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 21:03:45.859 INFO kablam! Oct 14 21:03:46.485 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.05s Oct 14 21:03:46.487 INFO kablam! su: No module specific data is present Oct 14 21:03:48.067 INFO running `"docker" "rm" "-f" "875089d8a9e552299d6a93ebef44a2eb0acfff91335efa416546fd4536eec3b3"` Oct 14 21:03:48.415 INFO blam! 875089d8a9e552299d6a93ebef44a2eb0acfff91335efa416546fd4536eec3b3 Oct 14 21:03:48.432 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:48.884 INFO blam! 1a43cd1d91f9e50f5751fad3eb217fc7717cce9856dc76e19c72231dbfa4b914 Oct 14 21:03:48.889 INFO running `"docker" "start" "-a" "1a43cd1d91f9e50f5751fad3eb217fc7717cce9856dc76e19c72231dbfa4b914"` Oct 14 21:03:50.797 INFO kablam! usermod: no changes Oct 14 21:03:50.831 INFO kablam! Compiling game_player v0.0.1 (/source) Oct 14 21:03:51.131 INFO kablam! warning: unused variable: `player` Oct 14 21:03:51.131 INFO kablam! --> src/main.rs:41:37 Oct 14 21:03:51.131 INFO kablam! | Oct 14 21:03:51.131 INFO kablam! 41 | fn evaluate_characteristic_function(player : Player)->f64{ Oct 14 21:03:51.131 INFO kablam! | ^^^^^^ help: consider using `_player` instead Oct 14 21:03:51.131 INFO kablam! | Oct 14 21:03:51.131 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:03:51.131 INFO kablam! Oct 14 21:03:51.131 INFO kablam! warning: unused variable: `game_set` Oct 14 21:03:51.131 INFO kablam! --> src/main.rs:45:21 Oct 14 21:03:51.131 INFO kablam! | Oct 14 21:03:51.131 INFO kablam! 45 | fn evaluate_shapley(game_set : Game_Set){ Oct 14 21:03:51.131 INFO kablam! | ^^^^^^^^ help: consider using `_game_set` instead Oct 14 21:03:51.131 INFO kablam! Oct 14 21:03:51.131 INFO kablam! warning: field is never used: `player_number` Oct 14 21:03:51.131 INFO kablam! --> src/main.rs:3:5 Oct 14 21:03:51.131 INFO kablam! | Oct 14 21:03:51.131 INFO kablam! 3 | player_number : u8 Oct 14 21:03:51.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 21:03:51.131 INFO kablam! | Oct 14 21:03:51.131 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:03:51.131 INFO kablam! Oct 14 21:03:51.131 INFO kablam! warning: field is never used: `players` Oct 14 21:03:51.131 INFO kablam! --> src/main.rs:8:5 Oct 14 21:03:51.131 INFO kablam! | Oct 14 21:03:51.131 INFO kablam! 8 | players : Vec, Oct 14 21:03:51.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:03:51.131 INFO kablam! Oct 14 21:03:51.131 INFO kablam! warning: field is never used: `value` Oct 14 21:03:51.131 INFO kablam! --> src/main.rs:9:5 Oct 14 21:03:51.131 INFO kablam! | Oct 14 21:03:51.131 INFO kablam! 9 | value : u32 Oct 14 21:03:51.131 INFO kablam! | ^^^^^^^^^^^ Oct 14 21:03:51.131 INFO kablam! Oct 14 21:03:51.131 INFO kablam! warning: field is never used: `coalitions` Oct 14 21:03:51.131 INFO kablam! --> src/main.rs:13:5 Oct 14 21:03:51.131 INFO kablam! | Oct 14 21:03:51.131 INFO kablam! 13 | coalitions : Vec Oct 14 21:03:51.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:03:51.131 INFO kablam! Oct 14 21:03:51.131 INFO kablam! warning: function is never used: `calcFactorial` Oct 14 21:03:51.131 INFO kablam! --> src/main.rs:49:1 Oct 14 21:03:51.131 INFO kablam! | Oct 14 21:03:51.131 INFO kablam! 49 | fn calcFactorial(n:u64)->u64{ Oct 14 21:03:51.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:03:51.131 INFO kablam! Oct 14 21:03:51.131 INFO kablam! warning: type `Coalition_Set` should have a camel case name such as `CoalitionSet` Oct 14 21:03:51.131 INFO kablam! --> src/main.rs:7:1 Oct 14 21:03:51.131 INFO kablam! | Oct 14 21:03:51.131 INFO kablam! 7 | / struct Coalition_Set { Oct 14 21:03:51.132 INFO kablam! 8 | | players : Vec, Oct 14 21:03:51.132 INFO kablam! 9 | | value : u32 Oct 14 21:03:51.132 INFO kablam! 10 | | } Oct 14 21:03:51.132 INFO kablam! | |_^ Oct 14 21:03:51.132 INFO kablam! | Oct 14 21:03:51.132 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 14 21:03:51.132 INFO kablam! Oct 14 21:03:51.132 INFO kablam! warning: type `Game_Set` should have a camel case name such as `GameSet` Oct 14 21:03:51.132 INFO kablam! --> src/main.rs:12:1 Oct 14 21:03:51.132 INFO kablam! | Oct 14 21:03:51.132 INFO kablam! 12 | / struct Game_Set { Oct 14 21:03:51.132 INFO kablam! 13 | | coalitions : Vec Oct 14 21:03:51.132 INFO kablam! 14 | | } Oct 14 21:03:51.132 INFO kablam! | |_^ Oct 14 21:03:51.132 INFO kablam! Oct 14 21:03:51.138 INFO kablam! warning: function `calcFactorial` should have a snake case name such as `calc_factorial` Oct 14 21:03:51.138 INFO kablam! --> src/main.rs:49:1 Oct 14 21:03:51.138 INFO kablam! | Oct 14 21:03:51.138 INFO kablam! 49 | / fn calcFactorial(n:u64)->u64{ Oct 14 21:03:51.138 INFO kablam! 50 | | if n == 0 { Oct 14 21:03:51.138 INFO kablam! 51 | | return 1; Oct 14 21:03:51.138 INFO kablam! 52 | | } Oct 14 21:03:51.138 INFO kablam! ... | Oct 14 21:03:51.138 INFO kablam! 55 | | } Oct 14 21:03:51.138 INFO kablam! 56 | | } Oct 14 21:03:51.138 INFO kablam! | |_^ Oct 14 21:03:51.138 INFO kablam! | Oct 14 21:03:51.138 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 21:03:51.138 INFO kablam! Oct 14 21:03:51.601 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.78s Oct 14 21:03:51.611 INFO kablam! su: No module specific data is present Oct 14 21:03:53.146 INFO running `"docker" "rm" "-f" "1a43cd1d91f9e50f5751fad3eb217fc7717cce9856dc76e19c72231dbfa4b914"` Oct 14 21:03:53.559 INFO blam! 1a43cd1d91f9e50f5751fad3eb217fc7717cce9856dc76e19c72231dbfa4b914 Oct 14 21:03:53.560 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:54.060 INFO blam! 30821c9e5920c06e5c150e8f559b27c4f9dec98bfbf1ad948f56d7eea118096c Oct 14 21:03:54.063 INFO running `"docker" "start" "-a" "30821c9e5920c06e5c150e8f559b27c4f9dec98bfbf1ad948f56d7eea118096c"` Oct 14 21:03:55.474 INFO kablam! usermod: no changes Oct 14 21:03:55.546 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 14 21:03:55.546 INFO kablam! Running /target/debug/deps/game_player-6c1ac9dff3a4a3af Oct 14 21:03:55.551 INFO blam! Oct 14 21:03:55.551 INFO blam! running 0 tests Oct 14 21:03:55.551 INFO blam! Oct 14 21:03:55.551 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:03:55.551 INFO blam! Oct 14 21:03:55.558 INFO kablam! su: No module specific data is present Oct 14 21:03:56.731 INFO running `"docker" "rm" "-f" "30821c9e5920c06e5c150e8f559b27c4f9dec98bfbf1ad948f56d7eea118096c"` Oct 14 21:03:57.031 INFO blam! 30821c9e5920c06e5c150e8f559b27c4f9dec98bfbf1ad948f56d7eea118096c