Oct 16 04:53:23.236 INFO testing jsonrpc2-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 04:53:23.236 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16 04:53:23.572 INFO blam! f05add8c6863d4d1900199a6385c521fcb466892804d50f5c28a109ff01d5a75 Oct 16 04:53:23.575 INFO running `"docker" "start" "-a" "f05add8c6863d4d1900199a6385c521fcb466892804d50f5c28a109ff01d5a75"` Oct 16 04:53:24.082 INFO kablam! usermod: no changes Oct 16 04:53:24.213 INFO kablam! Compiling jsonrpc2 v0.1.1 (/source) Oct 16 04:53:26.559 INFO kablam! warning: unused import: `std::str::FromStr` Oct 16 04:53:26.559 INFO kablam! --> src/lib.rs:6:5 Oct 16 04:53:26.559 INFO kablam! | Oct 16 04:53:26.559 INFO kablam! 6 | use std::str::FromStr; Oct 16 04:53:26.559 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 04:53:26.559 INFO kablam! | Oct 16 04:53:26.559 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:53:26.559 INFO kablam! Oct 16 04:53:26.559 INFO kablam! warning: unused imports: `ParseError`, `Url` Oct 16 04:53:26.559 INFO kablam! --> src/client.rs:8:17 Oct 16 04:53:26.559 INFO kablam! | Oct 16 04:53:26.559 INFO kablam! 8 | use self::url::{Url, ParseError}; Oct 16 04:53:26.559 INFO kablam! | ^^^ ^^^^^^^^^^ Oct 16 04:53:26.559 INFO kablam! Oct 16 04:53:26.559 INFO kablam! warning: unused imports: `Error`, `Response` Oct 16 04:53:26.559 INFO kablam! --> src/client.rs:11:17 Oct 16 04:53:26.559 INFO kablam! | Oct 16 04:53:26.559 INFO kablam! 11 | use ::{Request, Response, Json, ToJson, Error}; Oct 16 04:53:26.559 INFO kablam! | ^^^^^^^^ ^^^^^ Oct 16 04:53:26.559 INFO kablam! Oct 16 04:53:26.687 INFO kablam! warning: unused import: `std::str::FromStr` Oct 16 04:53:26.687 INFO kablam! --> src/client.rs:7:5 Oct 16 04:53:26.687 INFO kablam! | Oct 16 04:53:26.687 INFO kablam! 7 | use std::str::FromStr; Oct 16 04:53:26.687 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 04:53:26.687 INFO kablam! Oct 16 04:53:26.699 INFO kablam! warning: unused variable: `size` Oct 16 04:53:26.699 INFO kablam! --> src/client.rs:32:24 Oct 16 04:53:26.699 INFO kablam! | Oct 16 04:53:26.699 INFO kablam! 32 | Ok(size) => match Json::from_str(str::from_utf8(&body).unwrap()) { Oct 16 04:53:26.699 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 16 04:53:26.711 INFO kablam! | Oct 16 04:53:26.711 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 04:53:26.711 INFO kablam! Oct 16 04:53:26.761 INFO kablam! warning: the `jsonrpc:` in this pattern is redundant Oct 16 04:53:26.761 INFO kablam! --> src/response.rs:17:17 Oct 16 04:53:26.761 INFO kablam! | Oct 16 04:53:26.761 INFO kablam! 17 | jsonrpc: ref jsonrpc, Oct 16 04:53:26.761 INFO kablam! | --------^^^^^^^^^^^^ Oct 16 04:53:26.761 INFO kablam! | | Oct 16 04:53:26.761 INFO kablam! | help: remove this Oct 16 04:53:26.761 INFO kablam! | Oct 16 04:53:26.761 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 16 04:53:26.761 INFO kablam! Oct 16 04:53:26.761 INFO kablam! warning: the `result:` in this pattern is redundant Oct 16 04:53:26.761 INFO kablam! --> src/response.rs:18:17 Oct 16 04:53:26.761 INFO kablam! | Oct 16 04:53:26.761 INFO kablam! 18 | result : ref result, Oct 16 04:53:26.761 INFO kablam! | --------^^^^^^^^^^^ Oct 16 04:53:26.761 INFO kablam! | | Oct 16 04:53:26.761 INFO kablam! | help: remove this Oct 16 04:53:26.761 INFO kablam! Oct 16 04:53:26.761 INFO kablam! warning: the `id:` in this pattern is redundant Oct 16 04:53:26.761 INFO kablam! --> src/response.rs:19:17 Oct 16 04:53:26.761 INFO kablam! | Oct 16 04:53:26.761 INFO kablam! 19 | id : ref id } => { Oct 16 04:53:26.761 INFO kablam! | --------^^^^^^^ Oct 16 04:53:26.761 INFO kablam! | | Oct 16 04:53:26.761 INFO kablam! | help: remove this Oct 16 04:53:26.761 INFO kablam! Oct 16 04:53:26.761 INFO kablam! warning: the `jsonrpc:` in this pattern is redundant Oct 16 04:53:26.761 INFO kablam! --> src/response.rs:27:17 Oct 16 04:53:26.761 INFO kablam! | Oct 16 04:53:26.761 INFO kablam! 27 | jsonrpc: ref jsonrpc, Oct 16 04:53:26.761 INFO kablam! | --------^^^^^^^^^^^^ Oct 16 04:53:26.761 INFO kablam! | | Oct 16 04:53:26.761 INFO kablam! | help: remove this Oct 16 04:53:26.761 INFO kablam! Oct 16 04:53:26.761 INFO kablam! warning: the `error:` in this pattern is redundant Oct 16 04:53:26.761 INFO kablam! --> src/response.rs:28:17 Oct 16 04:53:26.761 INFO kablam! | Oct 16 04:53:26.761 INFO kablam! 28 | error : ref error, Oct 16 04:53:26.761 INFO kablam! | --------^^^^^^^^^^ Oct 16 04:53:26.761 INFO kablam! | | Oct 16 04:53:26.761 INFO kablam! | help: remove this Oct 16 04:53:26.761 INFO kablam! Oct 16 04:53:26.761 INFO kablam! warning: the `id:` in this pattern is redundant Oct 16 04:53:26.761 INFO kablam! --> src/response.rs:29:17 Oct 16 04:53:26.762 INFO kablam! | Oct 16 04:53:26.762 INFO kablam! 29 | id : ref id } => { Oct 16 04:53:26.762 INFO kablam! | --------^^^^^^^ Oct 16 04:53:26.762 INFO kablam! | | Oct 16 04:53:26.762 INFO kablam! | help: remove this Oct 16 04:53:26.762 INFO kablam! Oct 16 04:53:27.455 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.35s Oct 16 04:53:27.462 INFO kablam! su: No module specific data is present Oct 16 04:53:28.003 INFO running `"docker" "rm" "-f" "f05add8c6863d4d1900199a6385c521fcb466892804d50f5c28a109ff01d5a75"` Oct 16 04:53:28.139 INFO blam! f05add8c6863d4d1900199a6385c521fcb466892804d50f5c28a109ff01d5a75 Oct 16 04:53:28.145 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16 04:53:28.459 INFO blam! 30564ed9acffcbd1bf0c8f04d30e48e4086d78e65f193386fa596765602f21bb Oct 16 04:53:28.462 INFO running `"docker" "start" "-a" "30564ed9acffcbd1bf0c8f04d30e48e4086d78e65f193386fa596765602f21bb"` Oct 16 04:53:29.127 INFO kablam! usermod: no changes Oct 16 04:53:29.227 INFO kablam! Compiling jsonrpc2 v0.1.1 (/source) Oct 16 04:53:31.076 INFO kablam! warning: unused import: `std::str::FromStr` Oct 16 04:53:31.076 INFO kablam! --> src/lib.rs:6:5 Oct 16 04:53:31.076 INFO kablam! | Oct 16 04:53:31.076 INFO kablam! 6 | use std::str::FromStr; Oct 16 04:53:31.076 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 04:53:31.076 INFO kablam! | Oct 16 04:53:31.076 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:53:31.076 INFO kablam! Oct 16 04:53:31.077 INFO kablam! warning: unused imports: `ParseError`, `Url` Oct 16 04:53:31.077 INFO kablam! --> src/client.rs:8:17 Oct 16 04:53:31.078 INFO kablam! | Oct 16 04:53:31.078 INFO kablam! 8 | use self::url::{Url, ParseError}; Oct 16 04:53:31.078 INFO kablam! | ^^^ ^^^^^^^^^^ Oct 16 04:53:31.078 INFO kablam! Oct 16 04:53:31.078 INFO kablam! warning: unused imports: `Error`, `Response` Oct 16 04:53:31.078 INFO kablam! --> src/client.rs:11:17 Oct 16 04:53:31.078 INFO kablam! | Oct 16 04:53:31.078 INFO kablam! 11 | use ::{Request, Response, Json, ToJson, Error}; Oct 16 04:53:31.078 INFO kablam! | ^^^^^^^^ ^^^^^ Oct 16 04:53:31.078 INFO kablam! Oct 16 04:53:31.078 INFO kablam! warning: unused imports: `Error`, `Response` Oct 16 04:53:31.078 INFO kablam! --> src/lib.rs:75:26 Oct 16 04:53:31.078 INFO kablam! | Oct 16 04:53:31.078 INFO kablam! 75 | use super::{JsonRpc, Error, Request, Response, Json, ToJson, RpcResult, Client}; Oct 16 04:53:31.078 INFO kablam! | ^^^^^ ^^^^^^^^ Oct 16 04:53:31.078 INFO kablam! | Oct 16 04:53:31.078 INFO kablam! note: lint level defined here Oct 16 04:53:31.078 INFO kablam! --> src/lib.rs:74:12 Oct 16 04:53:31.078 INFO kablam! | Oct 16 04:53:31.078 INFO kablam! 74 | #[warn(unused_imports)] Oct 16 04:53:31.078 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 04:53:31.078 INFO kablam! Oct 16 04:53:31.214 INFO kablam! warning: unused import: `std::str::FromStr` Oct 16 04:53:31.215 INFO kablam! --> src/client.rs:7:5 Oct 16 04:53:31.215 INFO kablam! | Oct 16 04:53:31.215 INFO kablam! 7 | use std::str::FromStr; Oct 16 04:53:31.215 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 04:53:31.215 INFO kablam! Oct 16 04:53:31.223 INFO kablam! warning: unused variable: `params` Oct 16 04:53:31.223 INFO kablam! --> src/lib.rs:79:14 Oct 16 04:53:31.223 INFO kablam! | Oct 16 04:53:31.224 INFO kablam! 79 | fn hello(params: &Option) -> RpcResult { Oct 16 04:53:31.224 INFO kablam! | ^^^^^^ help: consider using `_params` instead Oct 16 04:53:31.224 INFO kablam! | Oct 16 04:53:31.224 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 04:53:31.225 INFO kablam! Oct 16 04:53:31.225 INFO kablam! warning: unused variable: `method` Oct 16 04:53:31.225 INFO kablam! --> src/lib.rs:146:13 Oct 16 04:53:31.225 INFO kablam! | Oct 16 04:53:31.225 INFO kablam! 146 | let method = "ice"; Oct 16 04:53:31.226 INFO kablam! | ^^^^^^ help: consider using `_method` instead Oct 16 04:53:31.226 INFO kablam! Oct 16 04:53:31.226 INFO kablam! warning: unused variable: `size` Oct 16 04:53:31.226 INFO kablam! --> src/client.rs:32:24 Oct 16 04:53:31.226 INFO kablam! | Oct 16 04:53:31.227 INFO kablam! 32 | Ok(size) => match Json::from_str(str::from_utf8(&body).unwrap()) { Oct 16 04:53:31.227 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 16 04:53:31.227 INFO kablam! Oct 16 04:53:31.257 INFO kablam! warning: function is never used: `test_client` Oct 16 04:53:31.257 INFO kablam! --> src/lib.rs:144:5 Oct 16 04:53:31.257 INFO kablam! | Oct 16 04:53:31.257 INFO kablam! 144 | fn test_client(){ Oct 16 04:53:31.257 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 04:53:31.257 INFO kablam! | Oct 16 04:53:31.257 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 04:53:31.257 INFO kablam! Oct 16 04:53:31.260 INFO kablam! warning: the `jsonrpc:` in this pattern is redundant Oct 16 04:53:31.260 INFO kablam! --> src/response.rs:17:17 Oct 16 04:53:31.260 INFO kablam! | Oct 16 04:53:31.260 INFO kablam! 17 | jsonrpc: ref jsonrpc, Oct 16 04:53:31.260 INFO kablam! | --------^^^^^^^^^^^^ Oct 16 04:53:31.260 INFO kablam! | | Oct 16 04:53:31.260 INFO kablam! | help: remove this Oct 16 04:53:31.260 INFO kablam! | Oct 16 04:53:31.260 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 16 04:53:31.260 INFO kablam! Oct 16 04:53:31.260 INFO kablam! warning: the `result:` in this pattern is redundant Oct 16 04:53:31.260 INFO kablam! --> src/response.rs:18:17 Oct 16 04:53:31.260 INFO kablam! | Oct 16 04:53:31.260 INFO kablam! 18 | result : ref result, Oct 16 04:53:31.260 INFO kablam! | --------^^^^^^^^^^^ Oct 16 04:53:31.260 INFO kablam! | | Oct 16 04:53:31.260 INFO kablam! | help: remove this Oct 16 04:53:31.260 INFO kablam! Oct 16 04:53:31.260 INFO kablam! warning: the `id:` in this pattern is redundant Oct 16 04:53:31.260 INFO kablam! --> src/response.rs:19:17 Oct 16 04:53:31.260 INFO kablam! | Oct 16 04:53:31.260 INFO kablam! 19 | id : ref id } => { Oct 16 04:53:31.260 INFO kablam! | --------^^^^^^^ Oct 16 04:53:31.260 INFO kablam! | | Oct 16 04:53:31.260 INFO kablam! | help: remove this Oct 16 04:53:31.260 INFO kablam! Oct 16 04:53:31.260 INFO kablam! warning: the `jsonrpc:` in this pattern is redundant Oct 16 04:53:31.260 INFO kablam! --> src/response.rs:27:17 Oct 16 04:53:31.261 INFO kablam! | Oct 16 04:53:31.261 INFO kablam! 27 | jsonrpc: ref jsonrpc, Oct 16 04:53:31.261 INFO kablam! | --------^^^^^^^^^^^^ Oct 16 04:53:31.261 INFO kablam! | | Oct 16 04:53:31.261 INFO kablam! | help: remove this Oct 16 04:53:31.261 INFO kablam! Oct 16 04:53:31.261 INFO kablam! warning: the `error:` in this pattern is redundant Oct 16 04:53:31.261 INFO kablam! --> src/response.rs:28:17 Oct 16 04:53:31.261 INFO kablam! | Oct 16 04:53:31.261 INFO kablam! 28 | error : ref error, Oct 16 04:53:31.261 INFO kablam! | --------^^^^^^^^^^ Oct 16 04:53:31.261 INFO kablam! | | Oct 16 04:53:31.261 INFO kablam! | help: remove this Oct 16 04:53:31.261 INFO kablam! Oct 16 04:53:31.261 INFO kablam! warning: the `id:` in this pattern is redundant Oct 16 04:53:31.261 INFO kablam! --> src/response.rs:29:17 Oct 16 04:53:31.261 INFO kablam! | Oct 16 04:53:31.261 INFO kablam! 29 | id : ref id } => { Oct 16 04:53:31.261 INFO kablam! | --------^^^^^^^ Oct 16 04:53:31.261 INFO kablam! | | Oct 16 04:53:31.261 INFO kablam! | help: remove this Oct 16 04:53:31.261 INFO kablam! Oct 16 04:53:32.719 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.57s Oct 16 04:53:32.727 INFO kablam! su: No module specific data is present Oct 16 04:53:33.232 INFO running `"docker" "rm" "-f" "30564ed9acffcbd1bf0c8f04d30e48e4086d78e65f193386fa596765602f21bb"` Oct 16 04:53:33.358 INFO blam! 30564ed9acffcbd1bf0c8f04d30e48e4086d78e65f193386fa596765602f21bb Oct 16 04:53:33.363 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16 04:53:33.767 INFO blam! b89fd926d89d368f36627579b787e360826bbb5aa5187019a784ab3ede0b6ac7 Oct 16 04:53:33.770 INFO running `"docker" "start" "-a" "b89fd926d89d368f36627579b787e360826bbb5aa5187019a784ab3ede0b6ac7"` Oct 16 04:53:34.738 INFO kablam! usermod: no changes Oct 16 04:53:34.868 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 16 04:53:34.879 INFO kablam! Running /target/debug/deps/jsonrpc2-2ac55b9fb7058933 Oct 16 04:53:34.895 INFO blam! Oct 16 04:53:34.895 INFO blam! running 3 tests Oct 16 04:53:34.895 INFO blam! test tests::test_hello ... ok Oct 16 04:53:34.895 INFO blam! test tests::test_add ... ok Oct 16 04:53:34.907 INFO blam! test tests::test_kv ... ok Oct 16 04:53:34.907 INFO blam! Oct 16 04:53:34.907 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:53:34.907 INFO blam! Oct 16 04:53:34.908 INFO kablam! Doc-tests jsonrpc2 Oct 16 04:53:38.719 INFO blam! Oct 16 04:53:38.719 INFO blam! running 0 tests Oct 16 04:53:38.719 INFO blam! Oct 16 04:53:38.719 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:53:38.719 INFO blam! Oct 16 04:53:38.725 INFO kablam! su: No module specific data is present Oct 16 04:53:39.417 INFO running `"docker" "rm" "-f" "b89fd926d89d368f36627579b787e360826bbb5aa5187019a784ab3ede0b6ac7"` Oct 16 04:53:39.735 INFO blam! b89fd926d89d368f36627579b787e360826bbb5aa5187019a784ab3ede0b6ac7