Oct 16 04:53:22.520 INFO testing jsonrpc2-0.1.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 04:53:22.520 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16 04:53:22.919 INFO blam! e74e3b96d805b2a94ae40900d9b09a9004027e9676754b37ea9d28c13de7c156 Oct 16 04:53:22.927 INFO running `"docker" "start" "-a" "e74e3b96d805b2a94ae40900d9b09a9004027e9676754b37ea9d28c13de7c156"` Oct 16 04:53:23.755 INFO kablam! usermod: no changes Oct 16 04:53:23.867 INFO kablam! Compiling jsonrpc2 v0.1.1 (/source) Oct 16 04:53:26.003 INFO kablam! warning: unused import: `std::str::FromStr` Oct 16 04:53:26.003 INFO kablam! --> src/lib.rs:6:5 Oct 16 04:53:26.003 INFO kablam! | Oct 16 04:53:26.003 INFO kablam! 6 | use std::str::FromStr; Oct 16 04:53:26.003 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 04:53:26.003 INFO kablam! | Oct 16 04:53:26.003 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:53:26.003 INFO kablam! Oct 16 04:53:26.004 INFO kablam! warning: unused imports: `ParseError`, `Url` Oct 16 04:53:26.005 INFO kablam! --> src/client.rs:8:17 Oct 16 04:53:26.005 INFO kablam! | Oct 16 04:53:26.005 INFO kablam! 8 | use self::url::{Url, ParseError}; Oct 16 04:53:26.005 INFO kablam! | ^^^ ^^^^^^^^^^ Oct 16 04:53:26.005 INFO kablam! Oct 16 04:53:26.005 INFO kablam! warning: unused imports: `Error`, `Response` Oct 16 04:53:26.005 INFO kablam! --> src/client.rs:11:17 Oct 16 04:53:26.005 INFO kablam! | Oct 16 04:53:26.005 INFO kablam! 11 | use ::{Request, Response, Json, ToJson, Error}; Oct 16 04:53:26.005 INFO kablam! | ^^^^^^^^ ^^^^^ Oct 16 04:53:26.005 INFO kablam! Oct 16 04:53:26.119 INFO kablam! warning: unused import: `std::str::FromStr` Oct 16 04:53:26.119 INFO kablam! --> src/client.rs:7:5 Oct 16 04:53:26.119 INFO kablam! | Oct 16 04:53:26.119 INFO kablam! 7 | use std::str::FromStr; Oct 16 04:53:26.119 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 04:53:26.119 INFO kablam! Oct 16 04:53:26.127 INFO kablam! warning: unused variable: `size` Oct 16 04:53:26.127 INFO kablam! --> src/client.rs:32:24 Oct 16 04:53:26.127 INFO kablam! | Oct 16 04:53:26.127 INFO kablam! 32 | Ok(size) => match Json::from_str(str::from_utf8(&body).unwrap()) { Oct 16 04:53:26.127 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 16 04:53:26.127 INFO kablam! | Oct 16 04:53:26.127 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 04:53:26.127 INFO kablam! Oct 16 04:53:26.159 INFO kablam! warning: the `jsonrpc:` in this pattern is redundant Oct 16 04:53:26.159 INFO kablam! --> src/response.rs:17:17 Oct 16 04:53:26.159 INFO kablam! | Oct 16 04:53:26.159 INFO kablam! 17 | jsonrpc: ref jsonrpc, Oct 16 04:53:26.159 INFO kablam! | --------^^^^^^^^^^^^ Oct 16 04:53:26.159 INFO kablam! | | Oct 16 04:53:26.159 INFO kablam! | help: remove this Oct 16 04:53:26.159 INFO kablam! | Oct 16 04:53:26.159 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 16 04:53:26.159 INFO kablam! Oct 16 04:53:26.159 INFO kablam! warning: the `result:` in this pattern is redundant Oct 16 04:53:26.159 INFO kablam! --> src/response.rs:18:17 Oct 16 04:53:26.159 INFO kablam! | Oct 16 04:53:26.159 INFO kablam! 18 | result : ref result, Oct 16 04:53:26.159 INFO kablam! | --------^^^^^^^^^^^ Oct 16 04:53:26.159 INFO kablam! | | Oct 16 04:53:26.159 INFO kablam! | help: remove this Oct 16 04:53:26.159 INFO kablam! Oct 16 04:53:26.159 INFO kablam! warning: the `id:` in this pattern is redundant Oct 16 04:53:26.159 INFO kablam! --> src/response.rs:19:17 Oct 16 04:53:26.159 INFO kablam! | Oct 16 04:53:26.159 INFO kablam! 19 | id : ref id } => { Oct 16 04:53:26.159 INFO kablam! | --------^^^^^^^ Oct 16 04:53:26.159 INFO kablam! | | Oct 16 04:53:26.159 INFO kablam! | help: remove this Oct 16 04:53:26.159 INFO kablam! Oct 16 04:53:26.159 INFO kablam! warning: the `jsonrpc:` in this pattern is redundant Oct 16 04:53:26.159 INFO kablam! --> src/response.rs:27:17 Oct 16 04:53:26.159 INFO kablam! | Oct 16 04:53:26.159 INFO kablam! 27 | jsonrpc: ref jsonrpc, Oct 16 04:53:26.159 INFO kablam! | --------^^^^^^^^^^^^ Oct 16 04:53:26.159 INFO kablam! | | Oct 16 04:53:26.159 INFO kablam! | help: remove this Oct 16 04:53:26.159 INFO kablam! Oct 16 04:53:26.159 INFO kablam! warning: the `error:` in this pattern is redundant Oct 16 04:53:26.159 INFO kablam! --> src/response.rs:28:17 Oct 16 04:53:26.159 INFO kablam! | Oct 16 04:53:26.159 INFO kablam! 28 | error : ref error, Oct 16 04:53:26.159 INFO kablam! | --------^^^^^^^^^^ Oct 16 04:53:26.159 INFO kablam! | | Oct 16 04:53:26.159 INFO kablam! | help: remove this Oct 16 04:53:26.159 INFO kablam! Oct 16 04:53:26.159 INFO kablam! warning: the `id:` in this pattern is redundant Oct 16 04:53:26.159 INFO kablam! --> src/response.rs:29:17 Oct 16 04:53:26.159 INFO kablam! | Oct 16 04:53:26.159 INFO kablam! 29 | id : ref id } => { Oct 16 04:53:26.159 INFO kablam! | --------^^^^^^^ Oct 16 04:53:26.159 INFO kablam! | | Oct 16 04:53:26.159 INFO kablam! | help: remove this Oct 16 04:53:26.159 INFO kablam! Oct 16 04:53:26.851 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.07s Oct 16 04:53:26.857 INFO kablam! su: No module specific data is present Oct 16 04:53:27.737 INFO running `"docker" "rm" "-f" "e74e3b96d805b2a94ae40900d9b09a9004027e9676754b37ea9d28c13de7c156"` Oct 16 04:53:27.871 INFO blam! e74e3b96d805b2a94ae40900d9b09a9004027e9676754b37ea9d28c13de7c156 Oct 16 04:53:27.874 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16 04:53:28.179 INFO blam! 2d6fb6a51609cffe9ea28500df04585dcc2ff182eee9a5bdab34116df3b8b866 Oct 16 04:53:28.181 INFO running `"docker" "start" "-a" "2d6fb6a51609cffe9ea28500df04585dcc2ff182eee9a5bdab34116df3b8b866"` Oct 16 04:53:28.943 INFO kablam! usermod: no changes Oct 16 04:53:29.061 INFO kablam! Compiling jsonrpc2 v0.1.1 (/source) Oct 16 04:53:31.026 INFO kablam! warning: unused import: `std::str::FromStr` Oct 16 04:53:31.026 INFO kablam! --> src/lib.rs:6:5 Oct 16 04:53:31.026 INFO kablam! | Oct 16 04:53:31.026 INFO kablam! 6 | use std::str::FromStr; Oct 16 04:53:31.026 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 04:53:31.026 INFO kablam! | Oct 16 04:53:31.026 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:53:31.026 INFO kablam! Oct 16 04:53:31.026 INFO kablam! warning: unused imports: `ParseError`, `Url` Oct 16 04:53:31.026 INFO kablam! --> src/client.rs:8:17 Oct 16 04:53:31.027 INFO kablam! | Oct 16 04:53:31.027 INFO kablam! 8 | use self::url::{Url, ParseError}; Oct 16 04:53:31.027 INFO kablam! | ^^^ ^^^^^^^^^^ Oct 16 04:53:31.027 INFO kablam! Oct 16 04:53:31.027 INFO kablam! warning: unused imports: `Error`, `Response` Oct 16 04:53:31.027 INFO kablam! --> src/client.rs:11:17 Oct 16 04:53:31.028 INFO kablam! | Oct 16 04:53:31.028 INFO kablam! 11 | use ::{Request, Response, Json, ToJson, Error}; Oct 16 04:53:31.028 INFO kablam! | ^^^^^^^^ ^^^^^ Oct 16 04:53:31.028 INFO kablam! Oct 16 04:53:31.028 INFO kablam! warning: unused imports: `Error`, `Response` Oct 16 04:53:31.028 INFO kablam! --> src/lib.rs:75:26 Oct 16 04:53:31.028 INFO kablam! | Oct 16 04:53:31.028 INFO kablam! 75 | use super::{JsonRpc, Error, Request, Response, Json, ToJson, RpcResult, Client}; Oct 16 04:53:31.028 INFO kablam! | ^^^^^ ^^^^^^^^ Oct 16 04:53:31.028 INFO kablam! | Oct 16 04:53:31.028 INFO kablam! note: lint level defined here Oct 16 04:53:31.028 INFO kablam! --> src/lib.rs:74:12 Oct 16 04:53:31.028 INFO kablam! | Oct 16 04:53:31.028 INFO kablam! 74 | #[warn(unused_imports)] Oct 16 04:53:31.028 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 04:53:31.028 INFO kablam! Oct 16 04:53:31.116 INFO kablam! warning: unused import: `std::str::FromStr` Oct 16 04:53:31.116 INFO kablam! --> src/client.rs:7:5 Oct 16 04:53:31.116 INFO kablam! | Oct 16 04:53:31.116 INFO kablam! 7 | use std::str::FromStr; Oct 16 04:53:31.116 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 04:53:31.116 INFO kablam! Oct 16 04:53:31.124 INFO kablam! warning: unused variable: `params` Oct 16 04:53:31.124 INFO kablam! --> src/lib.rs:79:14 Oct 16 04:53:31.124 INFO kablam! | Oct 16 04:53:31.124 INFO kablam! 79 | fn hello(params: &Option) -> RpcResult { Oct 16 04:53:31.124 INFO kablam! | ^^^^^^ help: consider using `_params` instead Oct 16 04:53:31.124 INFO kablam! | Oct 16 04:53:31.124 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 04:53:31.124 INFO kablam! Oct 16 04:53:31.124 INFO kablam! warning: unused variable: `method` Oct 16 04:53:31.124 INFO kablam! --> src/lib.rs:146:13 Oct 16 04:53:31.124 INFO kablam! | Oct 16 04:53:31.124 INFO kablam! 146 | let method = "ice"; Oct 16 04:53:31.124 INFO kablam! | ^^^^^^ help: consider using `_method` instead Oct 16 04:53:31.124 INFO kablam! Oct 16 04:53:31.125 INFO kablam! warning: unused variable: `size` Oct 16 04:53:31.125 INFO kablam! --> src/client.rs:32:24 Oct 16 04:53:31.125 INFO kablam! | Oct 16 04:53:31.125 INFO kablam! 32 | Ok(size) => match Json::from_str(str::from_utf8(&body).unwrap()) { Oct 16 04:53:31.125 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 16 04:53:31.125 INFO kablam! Oct 16 04:53:31.159 INFO kablam! warning: function is never used: `test_client` Oct 16 04:53:31.159 INFO kablam! --> src/lib.rs:144:5 Oct 16 04:53:31.159 INFO kablam! | Oct 16 04:53:31.159 INFO kablam! 144 | fn test_client(){ Oct 16 04:53:31.159 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 04:53:31.159 INFO kablam! | Oct 16 04:53:31.159 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 04:53:31.159 INFO kablam! Oct 16 04:53:31.163 INFO kablam! warning: the `jsonrpc:` in this pattern is redundant Oct 16 04:53:31.164 INFO kablam! --> src/response.rs:17:17 Oct 16 04:53:31.164 INFO kablam! | Oct 16 04:53:31.164 INFO kablam! 17 | jsonrpc: ref jsonrpc, Oct 16 04:53:31.164 INFO kablam! | --------^^^^^^^^^^^^ Oct 16 04:53:31.165 INFO kablam! | | Oct 16 04:53:31.165 INFO kablam! | help: remove this Oct 16 04:53:31.165 INFO kablam! | Oct 16 04:53:31.165 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 16 04:53:31.166 INFO kablam! Oct 16 04:53:31.166 INFO kablam! warning: the `result:` in this pattern is redundant Oct 16 04:53:31.166 INFO kablam! --> src/response.rs:18:17 Oct 16 04:53:31.166 INFO kablam! | Oct 16 04:53:31.167 INFO kablam! 18 | result : ref result, Oct 16 04:53:31.167 INFO kablam! | --------^^^^^^^^^^^ Oct 16 04:53:31.167 INFO kablam! | | Oct 16 04:53:31.167 INFO kablam! | help: remove this Oct 16 04:53:31.167 INFO kablam! Oct 16 04:53:31.168 INFO kablam! warning: the `id:` in this pattern is redundant Oct 16 04:53:31.168 INFO kablam! --> src/response.rs:19:17 Oct 16 04:53:31.168 INFO kablam! | Oct 16 04:53:31.168 INFO kablam! 19 | id : ref id } => { Oct 16 04:53:31.168 INFO kablam! | --------^^^^^^^ Oct 16 04:53:31.169 INFO kablam! | | Oct 16 04:53:31.169 INFO kablam! | help: remove this Oct 16 04:53:31.169 INFO kablam! Oct 16 04:53:31.169 INFO kablam! warning: the `jsonrpc:` in this pattern is redundant Oct 16 04:53:31.169 INFO kablam! --> src/response.rs:27:17 Oct 16 04:53:31.169 INFO kablam! | Oct 16 04:53:31.170 INFO kablam! 27 | jsonrpc: ref jsonrpc, Oct 16 04:53:31.170 INFO kablam! | --------^^^^^^^^^^^^ Oct 16 04:53:31.170 INFO kablam! | | Oct 16 04:53:31.170 INFO kablam! | help: remove this Oct 16 04:53:31.170 INFO kablam! Oct 16 04:53:31.171 INFO kablam! warning: the `error:` in this pattern is redundant Oct 16 04:53:31.171 INFO kablam! --> src/response.rs:28:17 Oct 16 04:53:31.171 INFO kablam! | Oct 16 04:53:31.171 INFO kablam! 28 | error : ref error, Oct 16 04:53:31.171 INFO kablam! | --------^^^^^^^^^^ Oct 16 04:53:31.172 INFO kablam! | | Oct 16 04:53:31.172 INFO kablam! | help: remove this Oct 16 04:53:31.172 INFO kablam! Oct 16 04:53:31.172 INFO kablam! warning: the `id:` in this pattern is redundant Oct 16 04:53:31.172 INFO kablam! --> src/response.rs:29:17 Oct 16 04:53:31.172 INFO kablam! | Oct 16 04:53:31.173 INFO kablam! 29 | id : ref id } => { Oct 16 04:53:31.173 INFO kablam! | --------^^^^^^^ Oct 16 04:53:31.173 INFO kablam! | | Oct 16 04:53:31.173 INFO kablam! | help: remove this Oct 16 04:53:31.173 INFO kablam! Oct 16 04:53:32.632 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.67s Oct 16 04:53:32.638 INFO kablam! su: No module specific data is present Oct 16 04:53:33.247 INFO running `"docker" "rm" "-f" "2d6fb6a51609cffe9ea28500df04585dcc2ff182eee9a5bdab34116df3b8b866"` Oct 16 04:53:33.483 INFO blam! 2d6fb6a51609cffe9ea28500df04585dcc2ff182eee9a5bdab34116df3b8b866 Oct 16 04:53:33.496 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16 04:53:33.807 INFO blam! 28da9a1c0d86c768851e2e688b8922d86975f38994091c5678bb1c44e755089e Oct 16 04:53:33.815 INFO running `"docker" "start" "-a" "28da9a1c0d86c768851e2e688b8922d86975f38994091c5678bb1c44e755089e"` Oct 16 04:53:34.685 INFO kablam! usermod: no changes Oct 16 04:53:34.815 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 16 04:53:34.823 INFO kablam! Running /target/debug/deps/jsonrpc2-0e84ab46a51d9e6b Oct 16 04:53:34.823 INFO blam! Oct 16 04:53:34.823 INFO blam! running 3 tests Oct 16 04:53:34.823 INFO blam! test tests::test_kv ... ok Oct 16 04:53:34.823 INFO blam! test tests::test_hello ... ok Oct 16 04:53:34.835 INFO blam! test tests::test_add ... ok Oct 16 04:53:34.835 INFO blam! Oct 16 04:53:34.835 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:53:34.835 INFO blam! Oct 16 04:53:34.835 INFO kablam! Doc-tests jsonrpc2 Oct 16 04:53:38.791 INFO blam! Oct 16 04:53:38.791 INFO blam! running 0 tests Oct 16 04:53:38.791 INFO blam! Oct 16 04:53:38.791 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:53:38.791 INFO blam! Oct 16 04:53:38.797 INFO kablam! su: No module specific data is present Oct 16 04:53:39.310 INFO running `"docker" "rm" "-f" "28da9a1c0d86c768851e2e688b8922d86975f38994091c5678bb1c44e755089e"` Oct 16 04:53:39.703 INFO blam! 28da9a1c0d86c768851e2e688b8922d86975f38994091c5678bb1c44e755089e