Oct 11 02:16:52.480 INFO testing beta-phenylethylamine/clawRL against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:16:52.480 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:16:52.481 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:16:53.056 INFO blam! b937c81ac2ffbe6cc72e66e4967986613c6811c81c967370a9148928cab9dbe9 Oct 11 02:16:53.058 INFO running `"docker" "start" "-a" "b937c81ac2ffbe6cc72e66e4967986613c6811c81c967370a9148928cab9dbe9"` Oct 11 02:16:54.071 INFO kablam! usermod: no changes Oct 11 02:16:54.265 INFO kablam! Compiling range v0.3.1 Oct 11 02:16:54.265 INFO kablam! Compiling openssl-sys v0.9.28 Oct 11 02:16:54.267 INFO kablam! Compiling serde_json v1.0.16 Oct 11 02:16:54.269 INFO kablam! Compiling serde_json v0.9.10 Oct 11 02:16:54.269 INFO kablam! Compiling mime v0.2.6 Oct 11 02:16:54.269 INFO kablam! Compiling syn v0.13.2 Oct 11 02:16:54.280 INFO kablam! Compiling serde_urlencoded v0.4.3 Oct 11 02:16:55.277 INFO kablam! Compiling read_token v0.9.0 Oct 11 02:16:57.132 INFO kablam! Compiling hyper v0.10.13 Oct 11 02:16:57.184 INFO kablam! Compiling piston_meta v0.29.1 Oct 11 02:17:00.727 INFO kablam! Compiling openssl v0.9.24 Oct 11 02:17:22.096 INFO kablam! Compiling serde_derive_internals v0.23.1 Oct 11 02:17:22.260 INFO kablam! Compiling native-tls v0.1.5 Oct 11 02:17:23.393 INFO kablam! Compiling hyper-native-tls v0.2.4 Oct 11 02:17:24.843 INFO kablam! Compiling reqwest v0.4.0 Oct 11 02:17:28.988 INFO kablam! Compiling serde_derive v1.0.43 Oct 11 02:17:29.219 INFO kablam! Compiling dyon v0.33.0 Oct 11 02:17:50.058 INFO kablam! Compiling clawrl v0.1.0 (/source) Oct 11 02:17:50.508 INFO kablam! warning: unused import: `self::cio::call` Oct 11 02:17:50.508 INFO kablam! --> src/server/mod.rs:4:5 Oct 11 02:17:50.508 INFO kablam! | Oct 11 02:17:50.508 INFO kablam! 4 | use self::cio::call; Oct 11 02:17:50.508 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 02:17:50.508 INFO kablam! | Oct 11 02:17:50.508 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:17:50.508 INFO kablam! Oct 11 02:17:50.627 INFO kablam! warning: unused variable: `input` Oct 11 02:17:50.627 INFO kablam! --> src/server/cio.rs:5:13 Oct 11 02:17:50.627 INFO kablam! | Oct 11 02:17:50.627 INFO kablam! 5 | pub fn call(input: Input) -> Vec { Oct 11 02:17:50.627 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 11 02:17:50.627 INFO kablam! | Oct 11 02:17:50.627 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 02:17:50.627 INFO kablam! Oct 11 02:17:50.627 INFO kablam! warning: unused variable: `json` Oct 11 02:17:50.627 INFO kablam! --> src/server/game/events.rs:9:24 Oct 11 02:17:50.627 INFO kablam! | Oct 11 02:17:50.627 INFO kablam! 9 | pub fn deserialize(json: String) -> Event { Oct 11 02:17:50.627 INFO kablam! | ^^^^ help: consider using `_json` instead Oct 11 02:17:50.627 INFO kablam! Oct 11 02:17:50.704 INFO kablam! warning: enum is never used: `Event` Oct 11 02:17:50.704 INFO kablam! --> src/server/game/events.rs:1:1 Oct 11 02:17:50.704 INFO kablam! | Oct 11 02:17:50.704 INFO kablam! 1 | pub enum Event { Oct 11 02:17:50.704 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 02:17:50.704 INFO kablam! | Oct 11 02:17:50.704 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:17:50.704 INFO kablam! Oct 11 02:17:50.704 INFO kablam! warning: method is never used: `serialize` Oct 11 02:17:50.704 INFO kablam! --> src/server/game/events.rs:6:5 Oct 11 02:17:50.704 INFO kablam! | Oct 11 02:17:50.704 INFO kablam! 6 | pub fn serialize() -> String { Oct 11 02:17:50.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:17:50.704 INFO kablam! Oct 11 02:17:50.704 INFO kablam! warning: method is never used: `deserialize` Oct 11 02:17:50.704 INFO kablam! --> src/server/game/events.rs:9:5 Oct 11 02:17:50.704 INFO kablam! | Oct 11 02:17:50.704 INFO kablam! 9 | pub fn deserialize(json: String) -> Event { Oct 11 02:17:50.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:17:50.704 INFO kablam! Oct 11 02:17:50.704 INFO kablam! warning: function is never used: `call` Oct 11 02:17:50.705 INFO kablam! --> src/server/cio.rs:5:1 Oct 11 02:17:50.705 INFO kablam! | Oct 11 02:17:50.705 INFO kablam! 5 | pub fn call(input: Input) -> Vec { Oct 11 02:17:50.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:17:50.705 INFO kablam! Oct 11 02:17:51.153 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 57.03s Oct 11 02:17:51.153 INFO kablam! su: No module specific data is present Oct 11 02:17:51.784 INFO running `"docker" "rm" "-f" "b937c81ac2ffbe6cc72e66e4967986613c6811c81c967370a9148928cab9dbe9"` Oct 11 02:17:52.107 INFO blam! b937c81ac2ffbe6cc72e66e4967986613c6811c81c967370a9148928cab9dbe9 Oct 11 02:17:52.113 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:17:52.114 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:17:52.513 INFO blam! b422944c1cbebbc5b934788133dc2650c10876e748b24c61933eaa4e727130e7 Oct 11 02:17:52.526 INFO running `"docker" "start" "-a" "b422944c1cbebbc5b934788133dc2650c10876e748b24c61933eaa4e727130e7"` Oct 11 02:17:53.642 INFO kablam! usermod: no changes Oct 11 02:17:53.865 INFO kablam! Compiling clawrl v0.1.0 (/source) Oct 11 02:17:54.292 INFO kablam! warning: unused import: `self::cio::call` Oct 11 02:17:54.292 INFO kablam! --> src/server/mod.rs:4:5 Oct 11 02:17:54.292 INFO kablam! | Oct 11 02:17:54.292 INFO kablam! 4 | use self::cio::call; Oct 11 02:17:54.292 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 02:17:54.292 INFO kablam! | Oct 11 02:17:54.292 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:17:54.292 INFO kablam! Oct 11 02:17:54.420 INFO kablam! warning: unused variable: `input` Oct 11 02:17:54.420 INFO kablam! --> src/server/cio.rs:5:13 Oct 11 02:17:54.420 INFO kablam! | Oct 11 02:17:54.420 INFO kablam! 5 | pub fn call(input: Input) -> Vec { Oct 11 02:17:54.420 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 11 02:17:54.420 INFO kablam! | Oct 11 02:17:54.420 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 02:17:54.420 INFO kablam! Oct 11 02:17:54.420 INFO kablam! warning: unused variable: `json` Oct 11 02:17:54.420 INFO kablam! --> src/server/game/events.rs:9:24 Oct 11 02:17:54.420 INFO kablam! | Oct 11 02:17:54.420 INFO kablam! 9 | pub fn deserialize(json: String) -> Event { Oct 11 02:17:54.420 INFO kablam! | ^^^^ help: consider using `_json` instead Oct 11 02:17:54.420 INFO kablam! Oct 11 02:17:54.504 INFO kablam! warning: enum is never used: `Event` Oct 11 02:17:54.504 INFO kablam! --> src/server/game/events.rs:1:1 Oct 11 02:17:54.504 INFO kablam! | Oct 11 02:17:54.504 INFO kablam! 1 | pub enum Event { Oct 11 02:17:54.504 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 02:17:54.504 INFO kablam! | Oct 11 02:17:54.504 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:17:54.504 INFO kablam! Oct 11 02:17:54.504 INFO kablam! warning: method is never used: `serialize` Oct 11 02:17:54.504 INFO kablam! --> src/server/game/events.rs:6:5 Oct 11 02:17:54.504 INFO kablam! | Oct 11 02:17:54.504 INFO kablam! 6 | pub fn serialize() -> String { Oct 11 02:17:54.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:17:54.504 INFO kablam! Oct 11 02:17:54.504 INFO kablam! warning: method is never used: `deserialize` Oct 11 02:17:54.504 INFO kablam! --> src/server/game/events.rs:9:5 Oct 11 02:17:54.504 INFO kablam! | Oct 11 02:17:54.504 INFO kablam! 9 | pub fn deserialize(json: String) -> Event { Oct 11 02:17:54.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:17:54.504 INFO kablam! Oct 11 02:17:54.504 INFO kablam! warning: function is never used: `call` Oct 11 02:17:54.504 INFO kablam! --> src/server/cio.rs:5:1 Oct 11 02:17:54.504 INFO kablam! | Oct 11 02:17:54.504 INFO kablam! 5 | pub fn call(input: Input) -> Vec { Oct 11 02:17:54.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:17:54.504 INFO kablam! Oct 11 02:17:55.165 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.49s Oct 11 02:17:55.174 INFO kablam! su: No module specific data is present Oct 11 02:17:56.196 INFO running `"docker" "rm" "-f" "b422944c1cbebbc5b934788133dc2650c10876e748b24c61933eaa4e727130e7"` Oct 11 02:17:56.504 INFO blam! b422944c1cbebbc5b934788133dc2650c10876e748b24c61933eaa4e727130e7 Oct 11 02:17:56.516 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:17:56.516 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:17:57.144 INFO blam! 8729d2d89ba788860fc95b3016015a88bd23baf416f5ee1a1f52d9d33e38ce80 Oct 11 02:17:57.145 INFO running `"docker" "start" "-a" "8729d2d89ba788860fc95b3016015a88bd23baf416f5ee1a1f52d9d33e38ce80"` Oct 11 02:17:58.268 INFO kablam! usermod: no changes Oct 11 02:17:58.445 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 11 02:17:58.460 INFO kablam! Running /target/debug/deps/clawrl-7d3478ae45c78c4e Oct 11 02:17:58.470 INFO blam! Oct 11 02:17:58.470 INFO blam! running 0 tests Oct 11 02:17:58.471 INFO blam! Oct 11 02:17:58.471 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:17:58.471 INFO blam! Oct 11 02:17:58.472 INFO kablam! su: No module specific data is present Oct 11 02:17:59.421 INFO running `"docker" "rm" "-f" "8729d2d89ba788860fc95b3016015a88bd23baf416f5ee1a1f52d9d33e38ce80"` Oct 11 02:17:59.702 INFO blam! 8729d2d89ba788860fc95b3016015a88bd23baf416f5ee1a1f52d9d33e38ce80