[INFO] crate rs-jsonrpc-http-server 8.0.0 is already in cache [INFO] extracting crate rs-jsonrpc-http-server 8.0.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/rs-jsonrpc-http-server/8.0.0 [INFO] extracting crate rs-jsonrpc-http-server 8.0.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rs-jsonrpc-http-server/8.0.0 [INFO] validating manifest of rs-jsonrpc-http-server-8.0.0 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rs-jsonrpc-http-server-8.0.0 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rs-jsonrpc-http-server-8.0.0 [INFO] finished frobbing rs-jsonrpc-http-server-8.0.0 [INFO] frobbed toml for rs-jsonrpc-http-server-8.0.0 written to work/ex/beta-1.37-6/sources/1.36.0/reg/rs-jsonrpc-http-server/8.0.0/Cargo.toml [INFO] started frobbing rs-jsonrpc-http-server-8.0.0 [INFO] finished frobbing rs-jsonrpc-http-server-8.0.0 [INFO] frobbed toml for rs-jsonrpc-http-server-8.0.0 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rs-jsonrpc-http-server/8.0.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rs-jsonrpc-http-server-8.0.0 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/rs-jsonrpc-http-server/8.0.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 7cbdec1ee373e5c310d9b8536c8f0f5df62ac597551ec67e809636d3c6992e89 [INFO] running `"docker" "start" "-a" "7cbdec1ee373e5c310d9b8536c8f0f5df62ac597551ec67e809636d3c6992e89"` [INFO] [stderr] Compiling try-lock v0.1.0 [INFO] [stderr] Compiling smallvec v0.2.1 [INFO] [stderr] Compiling slab v0.3.0 [INFO] [stderr] Compiling safemem v0.3.1 [INFO] [stderr] Compiling take v0.1.0 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling relay v0.1.1 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling want v0.0.4 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling rs-jsonrpc-http-server v8.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: ambiguous associated item [INFO] [stderr] --> src/handler.rs:100:41 [INFO] [stderr] | [INFO] [stderr] 100 | fn poll(&mut self) -> Poll { [INFO] [stderr] | ^^^^^^^^^^^ help: use fully-qualified syntax: ` as Trait>::Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ambiguous_associated_items)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #57644 [INFO] [stderr] note: `Error` could refer to variant defined here [INFO] [stderr] --> src/handler.rs:92:2 [INFO] [stderr] | [INFO] [stderr] 92 | Error(Option), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: `Error` could also refer to associated type defined here [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:184:5 [INFO] [stderr] | [INFO] [stderr] 184 | type Error; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. [INFO] [stderr] --> src/lib.rs:423:11 [INFO] [stderr] | [INFO] [stderr] 423 | http.bind_connection(&handle, socket, addr, ServerHandler::new( [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: ambiguous associated item [INFO] [stderr] --> src/handler.rs:100:41 [INFO] [stderr] | [INFO] [stderr] 100 | fn poll(&mut self) -> Poll { [INFO] [stderr] | ^^^^^^^^^^^ help: use fully-qualified syntax: ` as Trait>::Error` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #57644 [INFO] [stderr] note: `Error` could refer to variant defined here [INFO] [stderr] --> src/handler.rs:92:2 [INFO] [stderr] | [INFO] [stderr] 92 | Error(Option), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: `Error` could also refer to associated type defined here [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:184:5 [INFO] [stderr] | [INFO] [stderr] 184 | type Error; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.39s [INFO] running `"docker" "inspect" "7cbdec1ee373e5c310d9b8536c8f0f5df62ac597551ec67e809636d3c6992e89"` [INFO] running `"docker" "rm" "-f" "7cbdec1ee373e5c310d9b8536c8f0f5df62ac597551ec67e809636d3c6992e89"` [INFO] [stdout] 7cbdec1ee373e5c310d9b8536c8f0f5df62ac597551ec67e809636d3c6992e89 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/rs-jsonrpc-http-server/8.0.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 9acaf1489ef8938d933a6a054ac15558b233d39ce0f2e8d5b7d2c2b39e8934e5 [INFO] running `"docker" "start" "-a" "9acaf1489ef8938d933a6a054ac15558b233d39ce0f2e8d5b7d2c2b39e8934e5"` [INFO] [stderr] Compiling rs-jsonrpc-http-server v8.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: ambiguous associated item [INFO] [stderr] --> src/handler.rs:100:41 [INFO] [stderr] | [INFO] [stderr] 100 | fn poll(&mut self) -> Poll { [INFO] [stderr] | ^^^^^^^^^^^ help: use fully-qualified syntax: ` as Trait>::Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ambiguous_associated_items)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #57644 [INFO] [stderr] note: `Error` could refer to variant defined here [INFO] [stderr] --> src/handler.rs:92:2 [INFO] [stderr] | [INFO] [stderr] 92 | Error(Option), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: `Error` could also refer to associated type defined here [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:184:5 [INFO] [stderr] | [INFO] [stderr] 184 | type Error; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. [INFO] [stderr] --> src/lib.rs:423:11 [INFO] [stderr] | [INFO] [stderr] 423 | http.bind_connection(&handle, socket, addr, ServerHandler::new( [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: ambiguous associated item [INFO] [stderr] --> src/handler.rs:100:41 [INFO] [stderr] | [INFO] [stderr] 100 | fn poll(&mut self) -> Poll { [INFO] [stderr] | ^^^^^^^^^^^ help: use fully-qualified syntax: ` as Trait>::Error` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #57644 [INFO] [stderr] note: `Error` could refer to variant defined here [INFO] [stderr] --> src/handler.rs:92:2 [INFO] [stderr] | [INFO] [stderr] 92 | Error(Option), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: `Error` could also refer to associated type defined here [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:184:5 [INFO] [stderr] | [INFO] [stderr] 184 | type Error; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.67s [INFO] running `"docker" "inspect" "9acaf1489ef8938d933a6a054ac15558b233d39ce0f2e8d5b7d2c2b39e8934e5"` [INFO] running `"docker" "rm" "-f" "9acaf1489ef8938d933a6a054ac15558b233d39ce0f2e8d5b7d2c2b39e8934e5"` [INFO] [stdout] 9acaf1489ef8938d933a6a054ac15558b233d39ce0f2e8d5b7d2c2b39e8934e5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/rs-jsonrpc-http-server/8.0.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen"` [INFO] [stdout] c5ae5c61d97e6c130a7fd52ef08beee8741fc99a94dcbec61252a063db5893b6 [INFO] running `"docker" "start" "-a" "c5ae5c61d97e6c130a7fd52ef08beee8741fc99a94dcbec61252a063db5893b6"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running /opt/crater/target/debug/deps/rs_jsonrpc_http_server-ca7e10eeb7ce6843 [INFO] [stdout] [INFO] [stdout] running 22 tests [INFO] [stdout] test tests::should_handle_async_requests_with_immediate_response_correctly ... ok [INFO] [stdout] test tests::should_always_allow_the_bind_address_as_localhost ... ok [INFO] [stdout] test tests::should_handle_async_requests_correctly ... ok [INFO] [stdout] test tests::should_add_cors_header_for_null_origin ... ok [INFO] [stdout] test tests::should_allow_if_host_is_valid ... ok [INFO] [stdout] test tests::should_always_allow_the_bind_address ... ok [INFO] [stdout] test tests::should_allow_application_json_utf8 ... ok [INFO] [stdout] test tests::should_add_cors_headers ... ok [INFO] [stdout] test tests::should_handle_rest_request_with_params ... ok [INFO] [stdout] test tests::should_handle_sync_batch_requests_correctly ... ok [INFO] [stdout] test tests::should_not_process_the_request_in_case_of_invalid_cors ... ok [INFO] [stdout] test tests::should_not_add_cors_headers ... ok [INFO] [stdout] test tests::should_handle_sync_requests_correctly ... ok [INFO] [stdout] test tests::should_return_empty_response_for_notification ... ok [INFO] [stdout] test tests::should_return_error_for_malformed_request ... ok [INFO] [stdout] test tests::should_reject_invalid_hosts ... ok [INFO] [stdout] test tests::should_return_error_for_malformed_request2 ... ok [INFO] [stdout] test tests::should_reject_missing_host ... ok [INFO] [stdout] test tests::should_return_method_not_allowed_for_get ... ok [INFO] [stdout] test tests::should_return_method_not_found ... ok [INFO] [stdout] test tests::should_return_unsupported_media_type_if_not_json ... ok [INFO] [stdout] test tests::should_return_proper_headers_on_options ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests rs-jsonrpc-http-server [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 3) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "c5ae5c61d97e6c130a7fd52ef08beee8741fc99a94dcbec61252a063db5893b6"` [INFO] running `"docker" "rm" "-f" "c5ae5c61d97e6c130a7fd52ef08beee8741fc99a94dcbec61252a063db5893b6"` [INFO] [stdout] c5ae5c61d97e6c130a7fd52ef08beee8741fc99a94dcbec61252a063db5893b6