Oct 15 02:42:47.557 INFO testing beta-phenylethylamine/clawRL against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 02:42:47.559 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 02:42:47.799 INFO blam! 921ba50c17694f1dd7d28ebd6c11279ea264cc9ecf62a1e7357f596e5d859059 Oct 15 02:42:47.815 INFO running `"docker" "start" "-a" "921ba50c17694f1dd7d28ebd6c11279ea264cc9ecf62a1e7357f596e5d859059"` Oct 15 02:42:48.362 INFO kablam! usermod: no changes Oct 15 02:42:48.555 INFO kablam! Compiling cc v1.0.13 Oct 15 02:42:48.555 INFO kablam! Compiling range v0.3.1 Oct 15 02:42:48.557 INFO kablam! Compiling base64 v0.6.0 Oct 15 02:42:48.557 INFO kablam! Compiling serde_json v0.9.10 Oct 15 02:42:48.558 INFO kablam! Compiling syn v0.13.2 Oct 15 02:42:48.559 INFO kablam! Compiling serde_urlencoded v0.4.3 Oct 15 02:42:49.481 INFO kablam! Compiling read_token v0.9.0 Oct 15 02:42:51.004 INFO kablam! Compiling piston_meta v0.29.1 Oct 15 02:42:51.683 INFO kablam! Compiling hyper v0.10.13 Oct 15 02:42:59.575 INFO kablam! Compiling openssl-sys v0.9.28 Oct 15 02:43:03.435 INFO kablam! Compiling openssl v0.9.24 Oct 15 02:43:16.951 INFO kablam! Compiling serde_derive_internals v0.23.1 Oct 15 02:43:26.375 INFO kablam! Compiling serde_derive v1.0.43 Oct 15 02:43:26.587 INFO kablam! Compiling native-tls v0.1.5 Oct 15 02:43:27.947 INFO kablam! Compiling hyper-native-tls v0.2.4 Oct 15 02:43:30.364 INFO kablam! Compiling reqwest v0.4.0 Oct 15 02:43:35.036 INFO kablam! Compiling dyon v0.33.0 Oct 15 02:44:03.099 INFO kablam! Compiling clawrl v0.1.0 (/source) Oct 15 02:44:03.651 INFO kablam! warning: unused import: `self::cio::call` Oct 15 02:44:03.651 INFO kablam! --> src/server/mod.rs:4:5 Oct 15 02:44:03.652 INFO kablam! | Oct 15 02:44:03.652 INFO kablam! 4 | use self::cio::call; Oct 15 02:44:03.652 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 02:44:03.652 INFO kablam! | Oct 15 02:44:03.653 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:44:03.653 INFO kablam! Oct 15 02:44:03.812 INFO kablam! warning: unused variable: `input` Oct 15 02:44:03.812 INFO kablam! --> src/server/cio.rs:5:13 Oct 15 02:44:03.812 INFO kablam! | Oct 15 02:44:03.812 INFO kablam! 5 | pub fn call(input: Input) -> Vec { Oct 15 02:44:03.813 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 15 02:44:03.813 INFO kablam! | Oct 15 02:44:03.813 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 02:44:03.813 INFO kablam! Oct 15 02:44:03.813 INFO kablam! warning: unused variable: `json` Oct 15 02:44:03.813 INFO kablam! --> src/server/game/events.rs:9:24 Oct 15 02:44:03.813 INFO kablam! | Oct 15 02:44:03.813 INFO kablam! 9 | pub fn deserialize(json: String) -> Event { Oct 15 02:44:03.813 INFO kablam! | ^^^^ help: consider using `_json` instead Oct 15 02:44:03.813 INFO kablam! Oct 15 02:44:03.895 INFO kablam! warning: enum is never used: `Event` Oct 15 02:44:03.895 INFO kablam! --> src/server/game/events.rs:1:1 Oct 15 02:44:03.895 INFO kablam! | Oct 15 02:44:03.895 INFO kablam! 1 | pub enum Event { Oct 15 02:44:03.895 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 02:44:03.895 INFO kablam! | Oct 15 02:44:03.895 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:44:03.895 INFO kablam! Oct 15 02:44:03.895 INFO kablam! warning: method is never used: `serialize` Oct 15 02:44:03.895 INFO kablam! --> src/server/game/events.rs:6:5 Oct 15 02:44:03.895 INFO kablam! | Oct 15 02:44:03.895 INFO kablam! 6 | pub fn serialize() -> String { Oct 15 02:44:03.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:44:03.895 INFO kablam! Oct 15 02:44:03.895 INFO kablam! warning: method is never used: `deserialize` Oct 15 02:44:03.895 INFO kablam! --> src/server/game/events.rs:9:5 Oct 15 02:44:03.895 INFO kablam! | Oct 15 02:44:03.895 INFO kablam! 9 | pub fn deserialize(json: String) -> Event { Oct 15 02:44:03.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:44:03.895 INFO kablam! Oct 15 02:44:03.895 INFO kablam! warning: function is never used: `call` Oct 15 02:44:03.895 INFO kablam! --> src/server/cio.rs:5:1 Oct 15 02:44:03.895 INFO kablam! | Oct 15 02:44:03.895 INFO kablam! 5 | pub fn call(input: Input) -> Vec { Oct 15 02:44:03.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:44:03.895 INFO kablam! Oct 15 02:44:04.283 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 15s Oct 15 02:44:04.291 INFO kablam! su: No module specific data is present Oct 15 02:44:05.035 INFO running `"docker" "rm" "-f" "921ba50c17694f1dd7d28ebd6c11279ea264cc9ecf62a1e7357f596e5d859059"` Oct 15 02:44:05.355 INFO blam! 921ba50c17694f1dd7d28ebd6c11279ea264cc9ecf62a1e7357f596e5d859059 Oct 15 02:44:05.363 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 02:44:05.812 INFO blam! 4f658acdaf3331782b2f2aa8dc4c7df405550e2e2337fdb6b45b12836f94f17f Oct 15 02:44:05.823 INFO running `"docker" "start" "-a" "4f658acdaf3331782b2f2aa8dc4c7df405550e2e2337fdb6b45b12836f94f17f"` Oct 15 02:44:07.190 INFO kablam! usermod: no changes Oct 15 02:44:07.339 INFO kablam! Compiling clawrl v0.1.0 (/source) Oct 15 02:44:07.987 INFO kablam! warning: unused import: `self::cio::call` Oct 15 02:44:07.987 INFO kablam! --> src/server/mod.rs:4:5 Oct 15 02:44:07.988 INFO kablam! | Oct 15 02:44:07.988 INFO kablam! 4 | use self::cio::call; Oct 15 02:44:07.988 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 02:44:07.988 INFO kablam! | Oct 15 02:44:07.989 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:44:07.989 INFO kablam! Oct 15 02:44:08.123 INFO kablam! warning: unused variable: `input` Oct 15 02:44:08.123 INFO kablam! --> src/server/cio.rs:5:13 Oct 15 02:44:08.123 INFO kablam! | Oct 15 02:44:08.123 INFO kablam! 5 | pub fn call(input: Input) -> Vec { Oct 15 02:44:08.123 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 15 02:44:08.123 INFO kablam! | Oct 15 02:44:08.123 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 02:44:08.123 INFO kablam! Oct 15 02:44:08.123 INFO kablam! warning: unused variable: `json` Oct 15 02:44:08.123 INFO kablam! --> src/server/game/events.rs:9:24 Oct 15 02:44:08.123 INFO kablam! | Oct 15 02:44:08.123 INFO kablam! 9 | pub fn deserialize(json: String) -> Event { Oct 15 02:44:08.123 INFO kablam! | ^^^^ help: consider using `_json` instead Oct 15 02:44:08.123 INFO kablam! Oct 15 02:44:08.227 INFO kablam! warning: enum is never used: `Event` Oct 15 02:44:08.227 INFO kablam! --> src/server/game/events.rs:1:1 Oct 15 02:44:08.227 INFO kablam! | Oct 15 02:44:08.227 INFO kablam! 1 | pub enum Event { Oct 15 02:44:08.227 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 02:44:08.227 INFO kablam! | Oct 15 02:44:08.227 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:44:08.227 INFO kablam! Oct 15 02:44:08.227 INFO kablam! warning: method is never used: `serialize` Oct 15 02:44:08.227 INFO kablam! --> src/server/game/events.rs:6:5 Oct 15 02:44:08.227 INFO kablam! | Oct 15 02:44:08.227 INFO kablam! 6 | pub fn serialize() -> String { Oct 15 02:44:08.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:44:08.227 INFO kablam! Oct 15 02:44:08.227 INFO kablam! warning: method is never used: `deserialize` Oct 15 02:44:08.227 INFO kablam! --> src/server/game/events.rs:9:5 Oct 15 02:44:08.227 INFO kablam! | Oct 15 02:44:08.227 INFO kablam! 9 | pub fn deserialize(json: String) -> Event { Oct 15 02:44:08.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:44:08.227 INFO kablam! Oct 15 02:44:08.227 INFO kablam! warning: function is never used: `call` Oct 15 02:44:08.227 INFO kablam! --> src/server/cio.rs:5:1 Oct 15 02:44:08.227 INFO kablam! | Oct 15 02:44:08.227 INFO kablam! 5 | pub fn call(input: Input) -> Vec { Oct 15 02:44:08.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:44:08.227 INFO kablam! Oct 15 02:44:08.716 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.50s Oct 15 02:44:08.721 INFO kablam! su: No module specific data is present Oct 15 02:44:09.586 INFO running `"docker" "rm" "-f" "4f658acdaf3331782b2f2aa8dc4c7df405550e2e2337fdb6b45b12836f94f17f"` Oct 15 02:44:09.927 INFO blam! 4f658acdaf3331782b2f2aa8dc4c7df405550e2e2337fdb6b45b12836f94f17f Oct 15 02:44:09.940 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 02:44:10.657 INFO blam! 53bc798970f91903aaabebd80ace98a9810fee961d4e8935754da18ee94b25cc Oct 15 02:44:10.660 INFO running `"docker" "start" "-a" "53bc798970f91903aaabebd80ace98a9810fee961d4e8935754da18ee94b25cc"` Oct 15 02:44:11.939 INFO kablam! usermod: no changes Oct 15 02:44:12.147 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 15 02:44:12.155 INFO kablam! Running /target/debug/deps/clawrl-8e8efa3152467d1f Oct 15 02:44:12.155 INFO blam! Oct 15 02:44:12.156 INFO blam! running 0 tests Oct 15 02:44:12.156 INFO blam! Oct 15 02:44:12.156 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:44:12.157 INFO blam! Oct 15 02:44:12.167 INFO kablam! su: No module specific data is present Oct 15 02:44:12.903 INFO running `"docker" "rm" "-f" "53bc798970f91903aaabebd80ace98a9810fee961d4e8935754da18ee94b25cc"` Oct 15 02:44:13.211 INFO blam! 53bc798970f91903aaabebd80ace98a9810fee961d4e8935754da18ee94b25cc