Oct 11 18:13:25.492 INFO testing jsonrpc2-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 18:13:25.493 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 18:13:25.493 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 18:13:26.002 INFO blam! 903021ed2f8b76b8e41587f537d450bef6402b84fe3d3925c6249fec103bf6d7 Oct 11 18:13:26.016 INFO running `"docker" "start" "-a" "903021ed2f8b76b8e41587f537d450bef6402b84fe3d3925c6249fec103bf6d7"` Oct 11 18:13:27.130 INFO kablam! usermod: no changes Oct 11 18:13:27.276 INFO kablam! Compiling jsonrpc2 v0.1.1 (/source) Oct 11 18:13:30.368 INFO kablam! warning: unused import: `std::str::FromStr` Oct 11 18:13:30.368 INFO kablam! --> src/lib.rs:6:5 Oct 11 18:13:30.368 INFO kablam! | Oct 11 18:13:30.368 INFO kablam! 6 | use std::str::FromStr; Oct 11 18:13:30.368 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 18:13:30.368 INFO kablam! | Oct 11 18:13:30.368 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 18:13:30.368 INFO kablam! Oct 11 18:13:30.368 INFO kablam! warning: unused imports: `ParseError`, `Url` Oct 11 18:13:30.368 INFO kablam! --> src/client.rs:8:17 Oct 11 18:13:30.368 INFO kablam! | Oct 11 18:13:30.368 INFO kablam! 8 | use self::url::{Url, ParseError}; Oct 11 18:13:30.368 INFO kablam! | ^^^ ^^^^^^^^^^ Oct 11 18:13:30.368 INFO kablam! Oct 11 18:13:30.368 INFO kablam! warning: unused imports: `Error`, `Response` Oct 11 18:13:30.368 INFO kablam! --> src/client.rs:11:17 Oct 11 18:13:30.368 INFO kablam! | Oct 11 18:13:30.368 INFO kablam! 11 | use ::{Request, Response, Json, ToJson, Error}; Oct 11 18:13:30.368 INFO kablam! | ^^^^^^^^ ^^^^^ Oct 11 18:13:30.368 INFO kablam! Oct 11 18:13:30.476 INFO kablam! warning: unused import: `std::str::FromStr` Oct 11 18:13:30.476 INFO kablam! --> src/client.rs:7:5 Oct 11 18:13:30.476 INFO kablam! | Oct 11 18:13:30.476 INFO kablam! 7 | use std::str::FromStr; Oct 11 18:13:30.476 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 18:13:30.476 INFO kablam! Oct 11 18:13:30.488 INFO kablam! warning: unused variable: `size` Oct 11 18:13:30.488 INFO kablam! --> src/client.rs:32:24 Oct 11 18:13:30.488 INFO kablam! | Oct 11 18:13:30.488 INFO kablam! 32 | Ok(size) => match Json::from_str(str::from_utf8(&body).unwrap()) { Oct 11 18:13:30.488 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 11 18:13:30.488 INFO kablam! | Oct 11 18:13:30.488 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 18:13:30.488 INFO kablam! Oct 11 18:13:30.521 INFO kablam! warning: the `jsonrpc:` in this pattern is redundant Oct 11 18:13:30.521 INFO kablam! --> src/response.rs:17:17 Oct 11 18:13:30.521 INFO kablam! | Oct 11 18:13:30.521 INFO kablam! 17 | jsonrpc: ref jsonrpc, Oct 11 18:13:30.522 INFO kablam! | --------^^^^^^^^^^^^ Oct 11 18:13:30.522 INFO kablam! | | Oct 11 18:13:30.522 INFO kablam! | help: remove this Oct 11 18:13:30.522 INFO kablam! | Oct 11 18:13:30.523 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 11 18:13:30.523 INFO kablam! Oct 11 18:13:30.523 INFO kablam! warning: the `result:` in this pattern is redundant Oct 11 18:13:30.523 INFO kablam! --> src/response.rs:18:17 Oct 11 18:13:30.524 INFO kablam! | Oct 11 18:13:30.524 INFO kablam! 18 | result : ref result, Oct 11 18:13:30.524 INFO kablam! | --------^^^^^^^^^^^ Oct 11 18:13:30.524 INFO kablam! | | Oct 11 18:13:30.525 INFO kablam! | help: remove this Oct 11 18:13:30.525 INFO kablam! Oct 11 18:13:30.525 INFO kablam! warning: the `id:` in this pattern is redundant Oct 11 18:13:30.526 INFO kablam! --> src/response.rs:19:17 Oct 11 18:13:30.526 INFO kablam! | Oct 11 18:13:30.526 INFO kablam! 19 | id : ref id } => { Oct 11 18:13:30.526 INFO kablam! | --------^^^^^^^ Oct 11 18:13:30.527 INFO kablam! | | Oct 11 18:13:30.527 INFO kablam! | help: remove this Oct 11 18:13:30.527 INFO kablam! Oct 11 18:13:30.527 INFO kablam! warning: the `jsonrpc:` in this pattern is redundant Oct 11 18:13:30.528 INFO kablam! --> src/response.rs:27:17 Oct 11 18:13:30.528 INFO kablam! | Oct 11 18:13:30.528 INFO kablam! 27 | jsonrpc: ref jsonrpc, Oct 11 18:13:30.528 INFO kablam! | --------^^^^^^^^^^^^ Oct 11 18:13:30.529 INFO kablam! | | Oct 11 18:13:30.529 INFO kablam! | help: remove this Oct 11 18:13:30.529 INFO kablam! Oct 11 18:13:30.529 INFO kablam! warning: the `error:` in this pattern is redundant Oct 11 18:13:30.530 INFO kablam! --> src/response.rs:28:17 Oct 11 18:13:30.530 INFO kablam! | Oct 11 18:13:30.530 INFO kablam! 28 | error : ref error, Oct 11 18:13:30.530 INFO kablam! | --------^^^^^^^^^^ Oct 11 18:13:30.531 INFO kablam! | | Oct 11 18:13:30.552 INFO kablam! | help: remove this Oct 11 18:13:30.552 INFO kablam! Oct 11 18:13:30.553 INFO kablam! warning: the `id:` in this pattern is redundant Oct 11 18:13:30.553 INFO kablam! --> src/response.rs:29:17 Oct 11 18:13:30.553 INFO kablam! | Oct 11 18:13:30.553 INFO kablam! 29 | id : ref id } => { Oct 11 18:13:30.554 INFO kablam! | --------^^^^^^^ Oct 11 18:13:30.554 INFO kablam! | | Oct 11 18:13:30.554 INFO kablam! | help: remove this Oct 11 18:13:30.554 INFO kablam! Oct 11 18:13:30.984 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.82s Oct 11 18:13:30.986 INFO kablam! su: No module specific data is present Oct 11 18:13:31.301 INFO running `"docker" "rm" "-f" "903021ed2f8b76b8e41587f537d450bef6402b84fe3d3925c6249fec103bf6d7"` Oct 11 18:13:31.421 INFO blam! 903021ed2f8b76b8e41587f537d450bef6402b84fe3d3925c6249fec103bf6d7 Oct 11 18:13:31.424 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 18:13:31.424 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 18:13:31.648 INFO blam! 11fa282eb6ca9138d2ae4f7b474fbd34becd87f635c48918b6035579b9a51825 Oct 11 18:13:31.648 INFO running `"docker" "start" "-a" "11fa282eb6ca9138d2ae4f7b474fbd34becd87f635c48918b6035579b9a51825"` Oct 11 18:13:32.152 INFO kablam! usermod: no changes Oct 11 18:13:32.237 INFO kablam! Compiling jsonrpc2 v0.1.1 (/source) Oct 11 18:13:35.157 INFO kablam! warning: unused import: `std::str::FromStr` Oct 11 18:13:35.157 INFO kablam! --> src/lib.rs:6:5 Oct 11 18:13:35.157 INFO kablam! | Oct 11 18:13:35.157 INFO kablam! 6 | use std::str::FromStr; Oct 11 18:13:35.158 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 18:13:35.158 INFO kablam! | Oct 11 18:13:35.158 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 18:13:35.158 INFO kablam! Oct 11 18:13:35.158 INFO kablam! warning: unused imports: `ParseError`, `Url` Oct 11 18:13:35.158 INFO kablam! --> src/client.rs:8:17 Oct 11 18:13:35.158 INFO kablam! | Oct 11 18:13:35.158 INFO kablam! 8 | use self::url::{Url, ParseError}; Oct 11 18:13:35.158 INFO kablam! | ^^^ ^^^^^^^^^^ Oct 11 18:13:35.158 INFO kablam! Oct 11 18:13:35.158 INFO kablam! warning: unused imports: `Error`, `Response` Oct 11 18:13:35.158 INFO kablam! --> src/client.rs:11:17 Oct 11 18:13:35.160 INFO kablam! | Oct 11 18:13:35.160 INFO kablam! 11 | use ::{Request, Response, Json, ToJson, Error}; Oct 11 18:13:35.160 INFO kablam! | ^^^^^^^^ ^^^^^ Oct 11 18:13:35.160 INFO kablam! Oct 11 18:13:35.160 INFO kablam! warning: unused imports: `Error`, `Response` Oct 11 18:13:35.160 INFO kablam! --> src/lib.rs:75:26 Oct 11 18:13:35.160 INFO kablam! | Oct 11 18:13:35.160 INFO kablam! 75 | use super::{JsonRpc, Error, Request, Response, Json, ToJson, RpcResult, Client}; Oct 11 18:13:35.160 INFO kablam! | ^^^^^ ^^^^^^^^ Oct 11 18:13:35.160 INFO kablam! | Oct 11 18:13:35.160 INFO kablam! note: lint level defined here Oct 11 18:13:35.160 INFO kablam! --> src/lib.rs:74:12 Oct 11 18:13:35.160 INFO kablam! | Oct 11 18:13:35.160 INFO kablam! 74 | #[warn(unused_imports)] Oct 11 18:13:35.160 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 18:13:35.160 INFO kablam! Oct 11 18:13:35.300 INFO kablam! warning: unused import: `std::str::FromStr` Oct 11 18:13:35.300 INFO kablam! --> src/client.rs:7:5 Oct 11 18:13:35.300 INFO kablam! | Oct 11 18:13:35.300 INFO kablam! 7 | use std::str::FromStr; Oct 11 18:13:35.300 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 18:13:35.300 INFO kablam! Oct 11 18:13:35.312 INFO kablam! warning: unused variable: `params` Oct 11 18:13:35.312 INFO kablam! --> src/lib.rs:79:14 Oct 11 18:13:35.312 INFO kablam! | Oct 11 18:13:35.312 INFO kablam! 79 | fn hello(params: &Option) -> RpcResult { Oct 11 18:13:35.312 INFO kablam! | ^^^^^^ help: consider using `_params` instead Oct 11 18:13:35.312 INFO kablam! | Oct 11 18:13:35.312 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 18:13:35.312 INFO kablam! Oct 11 18:13:35.312 INFO kablam! warning: unused variable: `method` Oct 11 18:13:35.312 INFO kablam! --> src/lib.rs:146:13 Oct 11 18:13:35.312 INFO kablam! | Oct 11 18:13:35.312 INFO kablam! 146 | let method = "ice"; Oct 11 18:13:35.312 INFO kablam! | ^^^^^^ help: consider using `_method` instead Oct 11 18:13:35.312 INFO kablam! Oct 11 18:13:35.312 INFO kablam! warning: unused variable: `size` Oct 11 18:13:35.312 INFO kablam! --> src/client.rs:32:24 Oct 11 18:13:35.312 INFO kablam! | Oct 11 18:13:35.312 INFO kablam! 32 | Ok(size) => match Json::from_str(str::from_utf8(&body).unwrap()) { Oct 11 18:13:35.312 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 11 18:13:35.312 INFO kablam! Oct 11 18:13:35.360 INFO kablam! warning: function is never used: `test_client` Oct 11 18:13:35.360 INFO kablam! --> src/lib.rs:144:5 Oct 11 18:13:35.360 INFO kablam! | Oct 11 18:13:35.360 INFO kablam! 144 | fn test_client(){ Oct 11 18:13:35.360 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 18:13:35.360 INFO kablam! | Oct 11 18:13:35.360 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 18:13:35.360 INFO kablam! Oct 11 18:13:35.360 INFO kablam! warning: the `jsonrpc:` in this pattern is redundant Oct 11 18:13:35.360 INFO kablam! --> src/response.rs:17:17 Oct 11 18:13:35.360 INFO kablam! | Oct 11 18:13:35.360 INFO kablam! 17 | jsonrpc: ref jsonrpc, Oct 11 18:13:35.360 INFO kablam! | --------^^^^^^^^^^^^ Oct 11 18:13:35.360 INFO kablam! | | Oct 11 18:13:35.360 INFO kablam! | help: remove this Oct 11 18:13:35.360 INFO kablam! | Oct 11 18:13:35.360 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 11 18:13:35.360 INFO kablam! Oct 11 18:13:35.360 INFO kablam! warning: the `result:` in this pattern is redundant Oct 11 18:13:35.360 INFO kablam! --> src/response.rs:18:17 Oct 11 18:13:35.360 INFO kablam! | Oct 11 18:13:35.360 INFO kablam! 18 | result : ref result, Oct 11 18:13:35.360 INFO kablam! | --------^^^^^^^^^^^ Oct 11 18:13:35.360 INFO kablam! | | Oct 11 18:13:35.360 INFO kablam! | help: remove this Oct 11 18:13:35.360 INFO kablam! Oct 11 18:13:35.360 INFO kablam! warning: the `id:` in this pattern is redundant Oct 11 18:13:35.360 INFO kablam! --> src/response.rs:19:17 Oct 11 18:13:35.360 INFO kablam! | Oct 11 18:13:35.360 INFO kablam! 19 | id : ref id } => { Oct 11 18:13:35.360 INFO kablam! | --------^^^^^^^ Oct 11 18:13:35.360 INFO kablam! | | Oct 11 18:13:35.360 INFO kablam! | help: remove this Oct 11 18:13:35.360 INFO kablam! Oct 11 18:13:35.360 INFO kablam! warning: the `jsonrpc:` in this pattern is redundant Oct 11 18:13:35.360 INFO kablam! --> src/response.rs:27:17 Oct 11 18:13:35.360 INFO kablam! | Oct 11 18:13:35.360 INFO kablam! 27 | jsonrpc: ref jsonrpc, Oct 11 18:13:35.360 INFO kablam! | --------^^^^^^^^^^^^ Oct 11 18:13:35.360 INFO kablam! | | Oct 11 18:13:35.360 INFO kablam! | help: remove this Oct 11 18:13:35.361 INFO kablam! Oct 11 18:13:35.361 INFO kablam! warning: the `error:` in this pattern is redundant Oct 11 18:13:35.361 INFO kablam! --> src/response.rs:28:17 Oct 11 18:13:35.361 INFO kablam! | Oct 11 18:13:35.361 INFO kablam! 28 | error : ref error, Oct 11 18:13:35.361 INFO kablam! | --------^^^^^^^^^^ Oct 11 18:13:35.361 INFO kablam! | | Oct 11 18:13:35.361 INFO kablam! | help: remove this Oct 11 18:13:35.361 INFO kablam! Oct 11 18:13:35.361 INFO kablam! warning: the `id:` in this pattern is redundant Oct 11 18:13:35.361 INFO kablam! --> src/response.rs:29:17 Oct 11 18:13:35.361 INFO kablam! | Oct 11 18:13:35.361 INFO kablam! 29 | id : ref id } => { Oct 11 18:13:35.361 INFO kablam! | --------^^^^^^^ Oct 11 18:13:35.361 INFO kablam! | | Oct 11 18:13:35.361 INFO kablam! | help: remove this Oct 11 18:13:35.361 INFO kablam! Oct 11 18:13:37.165 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.99s Oct 11 18:13:37.174 INFO kablam! su: No module specific data is present Oct 11 18:13:37.484 INFO running `"docker" "rm" "-f" "11fa282eb6ca9138d2ae4f7b474fbd34becd87f635c48918b6035579b9a51825"` Oct 11 18:13:37.579 INFO blam! 11fa282eb6ca9138d2ae4f7b474fbd34becd87f635c48918b6035579b9a51825 Oct 11 18:13:37.584 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 18:13:37.584 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 18:13:37.773 INFO blam! 51a858574e609d0ffe656b6a32d9498fff9d20a3ba5c20043394ed54b85f1395 Oct 11 18:13:37.777 INFO running `"docker" "start" "-a" "51a858574e609d0ffe656b6a32d9498fff9d20a3ba5c20043394ed54b85f1395"` Oct 11 18:13:38.743 INFO kablam! usermod: no changes Oct 11 18:13:38.855 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 11 18:13:38.864 INFO kablam! Running /target/debug/deps/jsonrpc2-2ac55b9fb7058933 Oct 11 18:13:38.884 INFO blam! Oct 11 18:13:38.884 INFO blam! running 3 tests Oct 11 18:13:38.884 INFO blam! test tests::test_hello ... ok Oct 11 18:13:38.884 INFO blam! test tests::test_add ... ok Oct 11 18:13:38.885 INFO blam! test tests::test_kv ... ok Oct 11 18:13:38.885 INFO blam! Oct 11 18:13:38.885 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 18:13:38.885 INFO blam! Oct 11 18:13:38.892 INFO kablam! Doc-tests jsonrpc2 Oct 11 18:13:44.393 INFO blam! Oct 11 18:13:44.393 INFO blam! running 0 tests Oct 11 18:13:44.394 INFO blam! Oct 11 18:13:44.394 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 18:13:44.394 INFO blam! Oct 11 18:13:44.398 INFO kablam! su: No module specific data is present Oct 11 18:13:44.996 INFO running `"docker" "rm" "-f" "51a858574e609d0ffe656b6a32d9498fff9d20a3ba5c20043394ed54b85f1395"` Oct 11 18:13:45.264 INFO blam! 51a858574e609d0ffe656b6a32d9498fff9d20a3ba5c20043394ed54b85f1395