Oct 15 16:12:07.506 INFO testing tokio-jsonrpc-0.9.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 16:12:07.508 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16:12:08.087 INFO blam! e1fc8a1608b84d2b377d2187eaf005345cfb6540765cd1e9c889b777bdd12d89 Oct 15 16:12:08.090 INFO running `"docker" "start" "-a" "e1fc8a1608b84d2b377d2187eaf005345cfb6540765cd1e9c889b777bdd12d89"` Oct 15 16:12:09.859 INFO kablam! usermod: no changes Oct 15 16:12:10.113 INFO kablam! Compiling tokio-jsonrpc v0.9.1 (/source) Oct 15 16:12:16.511 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.62s Oct 15 16:12:16.530 INFO kablam! su: No module specific data is present Oct 15 16:12:17.568 INFO running `"docker" "rm" "-f" "e1fc8a1608b84d2b377d2187eaf005345cfb6540765cd1e9c889b777bdd12d89"` Oct 15 16:12:17.839 INFO blam! e1fc8a1608b84d2b377d2187eaf005345cfb6540765cd1e9c889b777bdd12d89 Oct 15 16:12:17.843 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16:12:18.240 INFO blam! 980ec3f0a08c269ee4d23a10976d34823e18e0af37647ffaa7660f9130161029 Oct 15 16:12:18.243 INFO running `"docker" "start" "-a" "980ec3f0a08c269ee4d23a10976d34823e18e0af37647ffaa7660f9130161029"` Oct 15 16:12:19.226 INFO kablam! usermod: no changes Oct 15 16:12:19.423 INFO kablam! Compiling syn v0.11.11 Oct 15 16:12:27.897 INFO kablam! Compiling version-sync v0.5.0 Oct 15 16:12:29.919 INFO kablam! Compiling tokio-jsonrpc v0.9.1 (/source) Oct 15 16:12:37.991 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 16:12:37.992 INFO kablam! --> examples/time_server.rs:133:28 Oct 15 16:12:37.992 INFO kablam! | Oct 15 16:12:37.993 INFO kablam! 133 | connection.framed(LineCodec::new()), Oct 15 16:12:37.993 INFO kablam! | ^^^^^^ Oct 15 16:12:37.993 INFO kablam! | Oct 15 16:12:37.993 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:12:37.994 INFO kablam! Oct 15 16:12:39.318 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 16:12:39.318 INFO kablam! --> examples/time_client.rs:52:56 Oct 15 16:12:39.318 INFO kablam! | Oct 15 16:12:39.318 INFO kablam! 52 | let (client, _) = Endpoint::client_only(socket.framed(LineCodec::new())) Oct 15 16:12:39.318 INFO kablam! | ^^^^^^ Oct 15 16:12:39.318 INFO kablam! | Oct 15 16:12:39.318 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:12:39.318 INFO kablam! Oct 15 16:12:39.364 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 16:12:39.364 INFO kablam! --> examples/echo_params.rs:32:31 Oct 15 16:12:39.365 INFO kablam! | Oct 15 16:12:39.365 INFO kablam! 32 | let jsonized = stream.framed(LineCodec::new()); Oct 15 16:12:39.367 INFO kablam! | ^^^^^^ Oct 15 16:12:39.368 INFO kablam! | Oct 15 16:12:39.368 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:12:39.368 INFO kablam! Oct 15 16:12:39.451 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 16:12:39.451 INFO kablam! --> tests/endpoint.rs:23:5 Oct 15 16:12:39.452 INFO kablam! | Oct 15 16:12:39.452 INFO kablam! 23 | use tokio_io::codec::Framed; Oct 15 16:12:39.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:12:39.452 INFO kablam! | Oct 15 16:12:39.453 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:12:39.453 INFO kablam! Oct 15 16:12:39.453 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 16:12:39.454 INFO kablam! --> tests/endpoint.rs:64:5 Oct 15 16:12:39.454 INFO kablam! | Oct 15 16:12:39.454 INFO kablam! 64 | Framed, Oct 15 16:12:39.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:12:39.455 INFO kablam! Oct 15 16:12:39.455 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 16:12:39.455 INFO kablam! --> tests/endpoint.rs:65:5 Oct 15 16:12:39.456 INFO kablam! | Oct 15 16:12:39.456 INFO kablam! 65 | Framed, Oct 15 16:12:39.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:12:39.457 INFO kablam! Oct 15 16:12:39.508 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 16:12:39.509 INFO kablam! --> tests/endpoint.rs:90:12 Oct 15 16:12:39.509 INFO kablam! | Oct 15 16:12:39.509 INFO kablam! 90 | s1.framed(LineCodec::new()), Oct 15 16:12:39.509 INFO kablam! | ^^^^^^ Oct 15 16:12:39.510 INFO kablam! Oct 15 16:12:39.515 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 16:12:39.515 INFO kablam! --> tests/endpoint.rs:91:12 Oct 15 16:12:39.516 INFO kablam! | Oct 15 16:12:39.516 INFO kablam! 91 | s2.framed(LineCodec::new()), Oct 15 16:12:39.516 INFO kablam! | ^^^^^^ Oct 15 16:12:39.516 INFO kablam! Oct 15 16:12:52.161 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.92s Oct 15 16:12:52.173 INFO kablam! su: No module specific data is present Oct 15 16:12:52.511 INFO running `"docker" "rm" "-f" "980ec3f0a08c269ee4d23a10976d34823e18e0af37647ffaa7660f9130161029"` Oct 15 16:12:52.637 INFO blam! 980ec3f0a08c269ee4d23a10976d34823e18e0af37647ffaa7660f9130161029 Oct 15 16:12:52.651 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16:12:53.098 INFO blam! 5614cbca6b12a8615b6bf86cb0558eef3f771a6593a78f924df996773c3f2070 Oct 15 16:12:53.100 INFO running `"docker" "start" "-a" "5614cbca6b12a8615b6bf86cb0558eef3f771a6593a78f924df996773c3f2070"` Oct 15 16:12:54.735 INFO kablam! usermod: no changes Oct 15 16:12:54.980 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 15 16:12:55.011 INFO kablam! Running /target/debug/deps/tokio_jsonrpc-9523368c90f9e252 Oct 15 16:12:55.015 INFO blam! Oct 15 16:12:55.015 INFO blam! running 21 tests Oct 15 16:12:55.023 INFO blam! test codec::tests::decode_nonunicode ... ok Oct 15 16:12:55.023 INFO blam! test codec::tests::decode ... ok Oct 15 16:12:55.024 INFO blam! test codec::tests::decode_boundary_short ... ok Oct 15 16:12:55.024 INFO blam! test codec::tests::decode_boundary_prefix ... ok Oct 15 16:12:55.024 INFO blam! test codec::tests::encode ... ok Oct 15 16:12:55.025 INFO blam! test message::tests::broken ... ok Oct 15 16:12:55.025 INFO blam! test message::tests::constructors ... ok Oct 15 16:12:55.025 INFO blam! test message::tests::message_serde ... ok Oct 15 16:12:55.027 INFO blam! test server::tests::decide ... ok Oct 15 16:12:55.027 INFO blam! test server::tests::decide_direct ... ok Oct 15 16:12:55.031 INFO blam! test server::tests::decide_single ... ok Oct 15 16:12:55.035 INFO blam! test server::tests::positional ... ok Oct 15 16:12:55.035 INFO blam! test server::tests::params_macro_none ... ok Oct 15 16:12:55.036 INFO blam! test server::tests::abstract_server ... ok Oct 15 16:12:55.036 INFO blam! test server::tests::named ... ok Oct 15 16:12:55.036 INFO blam! test server::tests::named_direct ... ok Oct 15 16:12:55.043 INFO blam! test server::tests::positional_direct ... ok Oct 15 16:12:55.043 INFO blam! test server::tests::chain ... ok Oct 15 16:12:55.043 INFO blam! test server::tests::single_param ... ok Oct 15 16:12:55.051 INFO blam! test server::tests::empty ... ok Oct 15 16:12:55.203 INFO blam! test server::tests::panic_guard ... ok Oct 15 16:12:55.203 INFO blam! Oct 15 16:12:55.204 INFO blam! test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:12:55.204 INFO blam! Oct 15 16:12:55.215 INFO blam! Oct 15 16:12:55.215 INFO kablam! Running /target/debug/deps/endpoint-5265b22bac10a397 Oct 15 16:12:55.216 INFO blam! running 12 tests Oct 15 16:12:55.247 INFO blam! test conn_terminate ... ok Oct 15 16:12:55.259 INFO blam! test kill ... ok Oct 15 16:12:55.259 INFO blam! test mutual ... ok Oct 15 16:12:55.260 INFO blam! test notification ... ok Oct 15 16:12:55.267 INFO blam! test rpc_answer ... ok Oct 15 16:12:55.289 INFO blam! test wrong_method ... ok Oct 15 16:12:55.747 INFO blam! test kill_client ... ok Oct 15 16:12:55.751 INFO blam! test client_only ... ok Oct 15 16:12:55.751 INFO blam! test delayed ... ok Oct 15 16:12:55.758 INFO blam! test parallel ... ok Oct 15 16:12:55.779 INFO blam! test seq ... ok Oct 15 16:12:58.281 INFO blam! test timeout ... ok Oct 15 16:12:58.281 INFO blam! Oct 15 16:12:58.282 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:12:58.282 INFO blam! Oct 15 16:12:58.285 INFO kablam! Running /target/debug/deps/version-428ffc094afd1a29 Oct 15 16:12:58.287 INFO blam! Oct 15 16:12:58.287 INFO blam! running 2 tests Oct 15 16:12:58.291 INFO blam! test test_readme_deps ... ok Oct 15 16:12:58.292 INFO blam! test test_html_root_url ... ok Oct 15 16:12:58.292 INFO blam! Oct 15 16:12:58.292 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:12:58.292 INFO blam! Oct 15 16:12:58.293 INFO kablam! Doc-tests tokio-jsonrpc Oct 15 16:13:02.887 INFO blam! Oct 15 16:13:02.887 INFO blam! running 7 tests Oct 15 16:13:22.953 INFO blam! test src/lib.rs - (line 57) ... ok Oct 15 16:13:23.555 INFO blam! test src/endpoint.rs - endpoint::Endpoint (line 499) ... ok Oct 15 16:13:24.938 INFO blam! test src/lib.rs - (line 23) ... ok Oct 15 16:13:26.219 INFO blam! test src/server.rs - jsonrpc_params (line 264) ... ok Oct 15 16:13:26.251 INFO blam! test src/server.rs - jsonrpc_params (line 309) ... ok Oct 15 16:13:26.541 INFO blam! test src/server.rs - jsonrpc_params (line 288) ... ok Oct 15 16:13:26.697 INFO blam! test src/server.rs - jsonrpc_params (line 325) ... ok Oct 15 16:13:26.697 INFO blam! Oct 15 16:13:26.697 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:13:26.697 INFO blam! Oct 15 16:13:26.716 INFO kablam! su: No module specific data is present Oct 15 16:13:26.957 INFO running `"docker" "rm" "-f" "5614cbca6b12a8615b6bf86cb0558eef3f771a6593a78f924df996773c3f2070"` Oct 15 16:13:27.054 INFO blam! 5614cbca6b12a8615b6bf86cb0558eef3f771a6593a78f924df996773c3f2070