[INFO] fetching crate tokio-modbus 0.3.1... [INFO] extracting crate tokio-modbus 0.3.1 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/tokio-modbus/0.3.1 [INFO] extracting crate tokio-modbus 0.3.1 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/tokio-modbus/0.3.1 [INFO] validating manifest of tokio-modbus-0.3.1 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tokio-modbus-0.3.1 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tokio-modbus-0.3.1 [INFO] finished frobbing tokio-modbus-0.3.1 [INFO] frobbed toml for tokio-modbus-0.3.1 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/tokio-modbus/0.3.1/Cargo.toml [INFO] started frobbing tokio-modbus-0.3.1 [INFO] finished frobbing tokio-modbus-0.3.1 [INFO] frobbed toml for tokio-modbus-0.3.1 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/tokio-modbus/0.3.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tokio-modbus-0.3.1 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/tokio-modbus/0.3.1:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] f18ee9c06183f706bb6f294a2857299bc85844bf11dc0b1c0bd8ea2c933d43a4 [INFO] running `"docker" "start" "-a" "f18ee9c06183f706bb6f294a2857299bc85844bf11dc0b1c0bd8ea2c933d43a4"` [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling tokio-threadpool v0.1.14 [INFO] [stderr] Compiling mio-serial v3.2.14 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-serial v3.2.14 [INFO] [stderr] Compiling tokio v0.1.21 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling tokio-modbus v0.3.1 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/codec/rtu.rs:125:13 [INFO] [stderr] | [INFO] [stderr] 125 | 0x01...0x06 => Some(5), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/codec/rtu.rs:161:13 [INFO] [stderr] | [INFO] [stderr] 161 | 0x01...0x04 | 0x0C | 0x17 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/codec/rtu.rs:180:13 [INFO] [stderr] | [INFO] [stderr] 180 | 0x81...0xAB => Some(2), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.16s [INFO] running `"docker" "inspect" "f18ee9c06183f706bb6f294a2857299bc85844bf11dc0b1c0bd8ea2c933d43a4"` [INFO] running `"docker" "rm" "-f" "f18ee9c06183f706bb6f294a2857299bc85844bf11dc0b1c0bd8ea2c933d43a4"` [INFO] [stdout] f18ee9c06183f706bb6f294a2857299bc85844bf11dc0b1c0bd8ea2c933d43a4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/tokio-modbus/0.3.1:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 8efd474e00b51d947f97f43dec4d2beed592244962cc74e0fa6664409489e618 [INFO] running `"docker" "start" "-a" "8efd474e00b51d947f97f43dec4d2beed592244962cc74e0fa6664409489e618"` [INFO] [stderr] Compiling env_logger v0.6.1 [INFO] [stderr] Compiling tokio-modbus v0.3.1 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/codec/rtu.rs:125:13 [INFO] [stderr] | [INFO] [stderr] 125 | 0x01...0x06 => Some(5), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/codec/rtu.rs:161:13 [INFO] [stderr] | [INFO] [stderr] 161 | 0x01...0x04 | 0x0C | 0x17 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/codec/rtu.rs:180:13 [INFO] [stderr] | [INFO] [stderr] 180 | 0x81...0xAB => Some(2), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.44s [INFO] running `"docker" "inspect" "8efd474e00b51d947f97f43dec4d2beed592244962cc74e0fa6664409489e618"` [INFO] running `"docker" "rm" "-f" "8efd474e00b51d947f97f43dec4d2beed592244962cc74e0fa6664409489e618"` [INFO] [stdout] 8efd474e00b51d947f97f43dec4d2beed592244962cc74e0fa6664409489e618 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/tokio-modbus/0.3.1:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 65b173e45d4df4e8ec725ff95cdf033af53fecb1e12241758f140758d4c0b617 [INFO] running `"docker" "start" "-a" "65b173e45d4df4e8ec725ff95cdf033af53fecb1e12241758f140758d4c0b617"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/crater/target/debug/deps/tokio_modbus-5eff57065f411060 [INFO] [stdout] [INFO] [stdout] running 79 tests [INFO] [stdout] test codec::rtu::tests::client::decode_empty_server_message ... ok [INFO] [stdout] test codec::rtu::tests::client::decode_exception_message ... ok [INFO] [stdout] test codec::rtu::tests::client::decode_partly_received_client_message ... ok [INFO] [stdout] test codec::rtu::tests::client::decode_partly_received_server_message_0x16 ... ok [INFO] [stdout] test codec::rtu::tests::client::decode_rtu_message ... ok [INFO] [stdout] test codec::rtu::tests::client::decode_empty_client_message ... ok [INFO] [stdout] test codec::rtu::tests::client::decode_partly_received_server_message_0x0f ... ok [INFO] [stdout] test codec::rtu::tests::client::decode_partly_received_server_message_0x10 ... ok [INFO] [stdout] test codec::rtu::tests::client::decode_single_byte_client_message ... ok [INFO] [stdout] test codec::rtu::tests::client::encode_read_request ... ok [INFO] [stdout] test codec::rtu::tests::client::decode_single_byte_server_message ... ok [INFO] [stdout] test codec::rtu::tests::test_calc_crc ... ok [INFO] [stdout] test codec::rtu::tests::client::encode_with_limited_buf_capacity ... ok [INFO] [stdout] test codec::rtu::tests::test_get_request_pdu_len ... ok [INFO] [stdout] test codec::rtu::tests::client::decode_rtu_response_drop_invalid_bytes ... ok [INFO] [stdout] test codec::rtu::tests::test_get_response_pdu_len ... ok [INFO] [stdout] test codec::tcp::tests::client::encode_read_request ... ok [INFO] [stdout] test codec::tcp::tests::client::encode_with_limited_buf_capacity ... ok [INFO] [stdout] test codec::tests::convert_booleans_to_bytes ... ok [INFO] [stdout] test codec::tests::convert_coil_to_bool ... ok [INFO] [stdout] test codec::tests::deserialize_requests::empty_request ... ok [INFO] [stdout] test codec::tests::deserialize_requests::read_coils ... ok [INFO] [stdout] test codec::tests::deserialize_requests::custom ... ok [INFO] [stdout] test codec::tests::convert_bool_to_coil ... ok [INFO] [stdout] test codec::tests::deserialize_requests::read_holding_registers ... ok [INFO] [stdout] test codec::tests::deserialize_requests::read_input_registers ... ok [INFO] [stdout] test codec::tests::deserialize_requests::read_discrete_inputs ... ok [INFO] [stdout] test codec::tests::deserialize_requests::write_single_coil ... ok [INFO] [stdout] test codec::tests::deserialize_requests::read_write_multiple_registers ... ok [INFO] [stdout] test codec::tests::deserialize_requests::write_multiple_registers ... ok [INFO] [stdout] test codec::tests::deserialize_requests::write_multiple_coils ... ok [INFO] [stdout] test codec::tests::deserialize_responses::read_coils ... ok [INFO] [stdout] test codec::tests::deserialize_responses::read_holding_registers ... ok [INFO] [stdout] test codec::tests::deserialize_requests::write_single_register ... ok [INFO] [stdout] test codec::tests::deserialize_responses::custom ... ok [INFO] [stdout] test codec::tests::deserialize_responses::read_discrete_inputs ... ok [INFO] [stdout] test codec::tests::deserialize_responses::read_input_registers ... ok [INFO] [stdout] test codec::tests::deserialize_responses::read_write_multiple_registers ... ok [INFO] [stdout] test codec::tests::deserialize_responses::write_multiple_coils ... ok [INFO] [stdout] test codec::tests::deserialize_responses::write_multiple_registers ... ok [INFO] [stdout] test codec::tests::deserialize_responses::write_single_register ... ok [INFO] [stdout] test codec::tests::deserialize_responses::write_single_coil ... ok [INFO] [stdout] test codec::tests::exception_response_from_bytes ... ok [INFO] [stdout] test codec::tests::exception_response_into_bytes ... ok [INFO] [stdout] test codec::tests::function_code_from_response ... ok [INFO] [stdout] test codec::tests::function_code_from_request ... ok [INFO] [stdout] test codec::tests::pdu_into_bytes ... ok [INFO] [stdout] test codec::tests::pdu_with_a_lot_of_data_into_bytes ... ok [INFO] [stdout] test codec::tests::serialize_requests::custom ... ok [INFO] [stdout] test codec::tests::serialize_requests::read_coils ... ok [INFO] [stdout] test codec::tests::serialize_requests::read_holding_registers ... ok [INFO] [stdout] test codec::tests::serialize_requests::read_input_registers ... ok [INFO] [stdout] test codec::tests::serialize_requests::read_write_multiple_registers ... ok [INFO] [stdout] test codec::tests::serialize_requests::read_discrete_inputs ... ok [INFO] [stdout] test codec::tests::serialize_requests::write_multiple_registers ... ok [INFO] [stdout] test codec::tests::serialize_requests::write_multiple_coils ... ok [INFO] [stdout] test codec::tests::serialize_requests::write_single_register ... ok [INFO] [stdout] test codec::tests::serialize_responses::custom ... ok [INFO] [stdout] test codec::tests::serialize_responses::read_coils ... ok [INFO] [stdout] test codec::tests::serialize_responses::read_discrete_inputs ... ok [INFO] [stdout] test codec::tests::serialize_requests::write_single_coil ... ok [INFO] [stdout] test codec::tests::serialize_responses::read_write_multiple_registers ... ok [INFO] [stdout] test codec::tests::serialize_responses::write_multiple_coils ... ok [INFO] [stdout] test codec::tests::serialize_responses::read_input_registers ... ok [INFO] [stdout] test codec::tests::serialize_responses::write_multiple_registers ... ok [INFO] [stdout] test codec::tests::test_unpack_bits ... ok [INFO] [stdout] test codec::tests::serialize_responses::write_single_coil ... ok [INFO] [stdout] test codec::tcp::tests::client::decode_exception_message ... ok [INFO] [stdout] test codec::tcp::tests::client::decode_header_fragment ... ok [INFO] [stdout] test codec::tests::serialize_responses::read_holding_registers ... ok [INFO] [stdout] test codec::tests::serialize_responses::write_single_register ... ok [INFO] [stdout] test codec::tcp::tests::client::decode_partly_received_message ... ok [INFO] [stdout] test codec::tcp::tests::client::decode_with_invalid_protocol_id ... ok [INFO] [stdout] test slave::tests::format ... ok [INFO] [stdout] test proto::rtu::tests::bind_transport ... ok [INFO] [stdout] test proto::tcp::tests::bind_transport ... ok [INFO] [stdout] test server::tcp::tests::service_wrapper ... ok [INFO] [stdout] test slave::tests::parse_hex ... ok [INFO] [stderr] Doc-tests tokio-modbus [INFO] [stdout] test slave::tests::parse_dec ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 79 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - (line 70) ... ok [INFO] [stdout] test src/lib.rs - (line 46) ... ok [INFO] [stdout] test src/lib.rs - (line 83) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "65b173e45d4df4e8ec725ff95cdf033af53fecb1e12241758f140758d4c0b617"` [INFO] running `"docker" "rm" "-f" "65b173e45d4df4e8ec725ff95cdf033af53fecb1e12241758f140758d4c0b617"` [INFO] [stdout] 65b173e45d4df4e8ec725ff95cdf033af53fecb1e12241758f140758d4c0b617