Oct 16 06:23:23.195 INFO testing hprose-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 06:23:23.197 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 16 06:23:23.699 INFO blam! 3ca7544ad2873ad04921d933349402dee08aa578d4bfa159aaf517d32e1ff7bd Oct 16 06:23:23.707 INFO running `"docker" "start" "-a" "3ca7544ad2873ad04921d933349402dee08aa578d4bfa159aaf517d32e1ff7bd"` Oct 16 06:23:24.836 INFO kablam! usermod: no changes Oct 16 06:23:24.995 INFO kablam! Compiling uuid v0.3.1 Oct 16 06:23:25.479 INFO kablam! Compiling hprose v0.1.0 (/source) Oct 16 06:23:28.499 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 16 06:23:28.500 INFO kablam! --> src/io/decoder.rs:53:37 Oct 16 06:23:28.500 INFO kablam! | Oct 16 06:23:28.500 INFO kablam! 53 | fn read_option(&mut self, mut f: F) -> Result Oct 16 06:23:28.500 INFO kablam! | ^^^^^ Oct 16 06:23:28.500 INFO kablam! | Oct 16 06:23:28.500 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 16 06:23:28.500 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 06:23:28.500 INFO kablam! = note: for more information, see issue #35203 Oct 16 06:23:28.500 INFO kablam! Oct 16 06:23:28.511 INFO kablam! warning: unused import: `str` Oct 16 06:23:28.511 INFO kablam! --> src/io/decoders/map_decoder.rs:24:19 Oct 16 06:23:28.511 INFO kablam! | Oct 16 06:23:28.511 INFO kablam! 24 | use std::{result, str}; Oct 16 06:23:28.511 INFO kablam! | ^^^ Oct 16 06:23:28.511 INFO kablam! | Oct 16 06:23:28.511 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 06:23:28.511 INFO kablam! Oct 16 06:23:29.994 INFO kablam! warning: unused variable: `r` Oct 16 06:23:29.994 INFO kablam! --> src/io/decoders/map_decoder.rs:41:24 Oct 16 06:23:29.994 INFO kablam! | Oct 16 06:23:29.994 INFO kablam! 41 | fn read_list_as_map(r: &mut Reader) -> Result { Oct 16 06:23:29.994 INFO kablam! | ^ help: consider using `_r` instead Oct 16 06:23:29.994 INFO kablam! | Oct 16 06:23:29.994 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 06:23:29.994 INFO kablam! Oct 16 06:23:29.994 INFO kablam! warning: unused variable: `r` Oct 16 06:23:29.994 INFO kablam! --> src/io/decoders/map_decoder.rs:56:24 Oct 16 06:23:29.994 INFO kablam! | Oct 16 06:23:29.994 INFO kablam! 56 | fn read_struct_meta(r: &mut Reader) -> Result { Oct 16 06:23:29.994 INFO kablam! | ^ help: consider using `_r` instead Oct 16 06:23:29.994 INFO kablam! Oct 16 06:23:29.994 INFO kablam! warning: unused variable: `r` Oct 16 06:23:29.994 INFO kablam! --> src/io/decoders/map_decoder.rs:60:26 Oct 16 06:23:29.994 INFO kablam! | Oct 16 06:23:29.994 INFO kablam! 60 | fn read_struct_as_map(r: &mut Reader) -> Result { Oct 16 06:23:29.994 INFO kablam! | ^ help: consider using `_r` instead Oct 16 06:23:29.994 INFO kablam! Oct 16 06:23:29.998 INFO kablam! warning: unused variable: `v` Oct 16 06:23:29.998 INFO kablam! --> src/io/writer.rs:372:46 Oct 16 06:23:29.998 INFO kablam! | Oct 16 06:23:29.998 INFO kablam! 372 | fn write_struct(&mut self, v: &T) { Oct 16 06:23:29.998 INFO kablam! | ^ help: consider using `_v` instead Oct 16 06:23:29.998 INFO kablam! Oct 16 06:23:29.998 INFO kablam! warning: unused variable: `data` Oct 16 06:23:29.998 INFO kablam! --> src/rpc/filter.rs:41:21 Oct 16 06:23:29.998 INFO kablam! | Oct 16 06:23:29.998 INFO kablam! 41 | fn input(&self, data: &[u8]) -> &[u8] { Oct 16 06:23:29.998 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 16 06:23:29.998 INFO kablam! Oct 16 06:23:29.998 INFO kablam! warning: unused variable: `data` Oct 16 06:23:29.998 INFO kablam! --> src/rpc/filter.rs:45:22 Oct 16 06:23:29.998 INFO kablam! | Oct 16 06:23:29.998 INFO kablam! 45 | fn output(&self, data: &[u8]) -> &[u8] { Oct 16 06:23:29.998 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 16 06:23:29.998 INFO kablam! Oct 16 06:23:29.998 INFO kablam! warning: unused variable: `args` Oct 16 06:23:29.998 INFO kablam! --> src/rpc/base_client.rs:72:65 Oct 16 06:23:29.998 INFO kablam! | Oct 16 06:23:29.998 INFO kablam! 72 | fn decode(&self, data: Vec, args: &mut Vec) -> InvokeResult { Oct 16 06:23:29.998 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 16 06:23:29.998 INFO kablam! Oct 16 06:23:30.393 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:30.393 INFO kablam! --> src/io/decoders/string_decoder.rs:85:27 Oct 16 06:23:30.393 INFO kablam! | Oct 16 06:23:30.393 INFO kablam! 85 | r.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:30.394 INFO kablam! | ----^ Oct 16 06:23:30.394 INFO kablam! | | Oct 16 06:23:30.394 INFO kablam! | help: remove this `mut` Oct 16 06:23:30.394 INFO kablam! | Oct 16 06:23:30.394 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 06:23:30.395 INFO kablam! Oct 16 06:23:30.395 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:30.395 INFO kablam! --> src/io/decoders/string_decoder.rs:96:27 Oct 16 06:23:30.395 INFO kablam! | Oct 16 06:23:30.395 INFO kablam! 96 | r.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:30.395 INFO kablam! | ----^ Oct 16 06:23:30.395 INFO kablam! | | Oct 16 06:23:30.396 INFO kablam! | help: remove this `mut` Oct 16 06:23:30.396 INFO kablam! Oct 16 06:23:30.403 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:30.403 INFO kablam! --> src/io/decoders/map_decoder.rs:52:27 Oct 16 06:23:30.403 INFO kablam! | Oct 16 06:23:30.403 INFO kablam! 52 | r.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:30.403 INFO kablam! | ----^ Oct 16 06:23:30.403 INFO kablam! | | Oct 16 06:23:30.403 INFO kablam! | help: remove this `mut` Oct 16 06:23:30.403 INFO kablam! Oct 16 06:23:30.447 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:30.447 INFO kablam! --> src/io/reader.rs:101:34 Oct 16 06:23:30.447 INFO kablam! | Oct 16 06:23:30.447 INFO kablam! 101 | self.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:30.447 INFO kablam! | ----^ Oct 16 06:23:30.447 INFO kablam! | | Oct 16 06:23:30.447 INFO kablam! | help: remove this `mut` Oct 16 06:23:30.447 INFO kablam! Oct 16 06:23:30.447 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:30.447 INFO kablam! --> src/io/reader.rs:111:34 Oct 16 06:23:30.447 INFO kablam! | Oct 16 06:23:30.447 INFO kablam! 111 | self.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:30.447 INFO kablam! | ----^ Oct 16 06:23:30.447 INFO kablam! | | Oct 16 06:23:30.447 INFO kablam! | help: remove this `mut` Oct 16 06:23:30.447 INFO kablam! Oct 16 06:23:30.447 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:30.447 INFO kablam! --> src/io/reader.rs:158:34 Oct 16 06:23:30.447 INFO kablam! | Oct 16 06:23:30.447 INFO kablam! 158 | self.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:30.447 INFO kablam! | ----^ Oct 16 06:23:30.447 INFO kablam! | | Oct 16 06:23:30.447 INFO kablam! | help: remove this `mut` Oct 16 06:23:30.447 INFO kablam! Oct 16 06:23:30.447 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:30.447 INFO kablam! --> src/io/reader.rs:198:34 Oct 16 06:23:30.447 INFO kablam! | Oct 16 06:23:30.447 INFO kablam! 198 | self.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:30.447 INFO kablam! | ----^ Oct 16 06:23:30.447 INFO kablam! | | Oct 16 06:23:30.447 INFO kablam! | help: remove this `mut` Oct 16 06:23:30.447 INFO kablam! Oct 16 06:23:30.495 INFO kablam! warning: field is never used: `settings` Oct 16 06:23:30.495 INFO kablam! --> src/rpc/client.rs:61:5 Oct 16 06:23:30.495 INFO kablam! | Oct 16 06:23:30.495 INFO kablam! 61 | settings: &'a Option, Oct 16 06:23:30.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:23:30.496 INFO kablam! | Oct 16 06:23:30.496 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 06:23:30.496 INFO kablam! Oct 16 06:23:30.496 INFO kablam! warning: field is never used: `client` Oct 16 06:23:30.496 INFO kablam! --> src/rpc/client.rs:62:5 Oct 16 06:23:30.496 INFO kablam! | Oct 16 06:23:30.497 INFO kablam! 62 | client: &'a T Oct 16 06:23:30.497 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 06:23:30.497 INFO kablam! Oct 16 06:23:30.497 INFO kablam! warning: field is never used: `filter_manager` Oct 16 06:23:30.497 INFO kablam! --> src/rpc/base_client.rs:31:5 Oct 16 06:23:30.497 INFO kablam! | Oct 16 06:23:30.497 INFO kablam! 31 | filter_manager: FilterManager, Oct 16 06:23:30.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:23:30.498 INFO kablam! Oct 16 06:23:30.498 INFO kablam! warning: field is never used: `timeout` Oct 16 06:23:30.498 INFO kablam! --> src/rpc/base_client.rs:33:5 Oct 16 06:23:30.498 INFO kablam! | Oct 16 06:23:30.498 INFO kablam! 33 | timeout: Option Oct 16 06:23:30.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:23:30.499 INFO kablam! Oct 16 06:23:32.099 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.23s Oct 16 06:23:32.103 INFO kablam! su: No module specific data is present Oct 16 06:23:32.356 INFO running `"docker" "rm" "-f" "3ca7544ad2873ad04921d933349402dee08aa578d4bfa159aaf517d32e1ff7bd"` Oct 16 06:23:32.468 INFO blam! 3ca7544ad2873ad04921d933349402dee08aa578d4bfa159aaf517d32e1ff7bd Oct 16 06:23:32.470 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 16 06:23:32.673 INFO blam! 0720bc4c6f3d89b729f51654e06c3a5beb7a41c53ece20a167582376e713b75b Oct 16 06:23:32.675 INFO running `"docker" "start" "-a" "0720bc4c6f3d89b729f51654e06c3a5beb7a41c53ece20a167582376e713b75b"` Oct 16 06:23:33.292 INFO kablam! usermod: no changes Oct 16 06:23:33.382 INFO kablam! Compiling hprose v0.1.0 (/source) Oct 16 06:23:35.489 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 16 06:23:35.489 INFO kablam! --> src/io/decoder.rs:53:37 Oct 16 06:23:35.489 INFO kablam! | Oct 16 06:23:35.489 INFO kablam! 53 | fn read_option(&mut self, mut f: F) -> Result Oct 16 06:23:35.489 INFO kablam! | ^^^^^ Oct 16 06:23:35.489 INFO kablam! | Oct 16 06:23:35.489 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 16 06:23:35.489 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 16 06:23:35.489 INFO kablam! = note: for more information, see issue #35203 Oct 16 06:23:35.489 INFO kablam! Oct 16 06:23:35.491 INFO kablam! warning: unused import: `str` Oct 16 06:23:35.491 INFO kablam! --> src/io/decoders/map_decoder.rs:24:19 Oct 16 06:23:35.491 INFO kablam! | Oct 16 06:23:35.491 INFO kablam! 24 | use std::{result, str}; Oct 16 06:23:35.491 INFO kablam! | ^^^ Oct 16 06:23:35.491 INFO kablam! | Oct 16 06:23:35.491 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 06:23:35.491 INFO kablam! Oct 16 06:23:35.495 INFO kablam! warning: unused import: `u32` Oct 16 06:23:35.495 INFO kablam! --> src/io/reader.rs:334:25 Oct 16 06:23:35.495 INFO kablam! | Oct 16 06:23:35.495 INFO kablam! 334 | use std::{i32, i64, u32, u64, f32, f64}; Oct 16 06:23:35.495 INFO kablam! | ^^^ Oct 16 06:23:35.495 INFO kablam! Oct 16 06:23:37.427 INFO kablam! warning: unused variable: `r` Oct 16 06:23:37.427 INFO kablam! --> src/io/decoders/map_decoder.rs:41:24 Oct 16 06:23:37.427 INFO kablam! | Oct 16 06:23:37.427 INFO kablam! 41 | fn read_list_as_map(r: &mut Reader) -> Result { Oct 16 06:23:37.427 INFO kablam! | ^ help: consider using `_r` instead Oct 16 06:23:37.427 INFO kablam! | Oct 16 06:23:37.427 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 06:23:37.427 INFO kablam! Oct 16 06:23:37.427 INFO kablam! warning: unused variable: `r` Oct 16 06:23:37.427 INFO kablam! --> src/io/decoders/map_decoder.rs:56:24 Oct 16 06:23:37.427 INFO kablam! | Oct 16 06:23:37.427 INFO kablam! 56 | fn read_struct_meta(r: &mut Reader) -> Result { Oct 16 06:23:37.427 INFO kablam! | ^ help: consider using `_r` instead Oct 16 06:23:37.427 INFO kablam! Oct 16 06:23:37.427 INFO kablam! warning: unused variable: `r` Oct 16 06:23:37.427 INFO kablam! --> src/io/decoders/map_decoder.rs:60:26 Oct 16 06:23:37.427 INFO kablam! | Oct 16 06:23:37.427 INFO kablam! 60 | fn read_struct_as_map(r: &mut Reader) -> Result { Oct 16 06:23:37.427 INFO kablam! | ^ help: consider using `_r` instead Oct 16 06:23:37.427 INFO kablam! Oct 16 06:23:37.430 INFO kablam! warning: unused variable: `v` Oct 16 06:23:37.430 INFO kablam! --> src/io/writer.rs:372:46 Oct 16 06:23:37.430 INFO kablam! | Oct 16 06:23:37.430 INFO kablam! 372 | fn write_struct(&mut self, v: &T) { Oct 16 06:23:37.430 INFO kablam! | ^ help: consider using `_v` instead Oct 16 06:23:37.430 INFO kablam! Oct 16 06:23:37.430 INFO kablam! warning: unused variable: `data` Oct 16 06:23:37.430 INFO kablam! --> src/rpc/filter.rs:41:21 Oct 16 06:23:37.430 INFO kablam! | Oct 16 06:23:37.430 INFO kablam! 41 | fn input(&self, data: &[u8]) -> &[u8] { Oct 16 06:23:37.430 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 16 06:23:37.430 INFO kablam! Oct 16 06:23:37.430 INFO kablam! warning: unused variable: `data` Oct 16 06:23:37.430 INFO kablam! --> src/rpc/filter.rs:45:22 Oct 16 06:23:37.430 INFO kablam! | Oct 16 06:23:37.430 INFO kablam! 45 | fn output(&self, data: &[u8]) -> &[u8] { Oct 16 06:23:37.430 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 16 06:23:37.430 INFO kablam! Oct 16 06:23:37.430 INFO kablam! warning: unused variable: `args` Oct 16 06:23:37.430 INFO kablam! --> src/rpc/base_client.rs:72:65 Oct 16 06:23:37.430 INFO kablam! | Oct 16 06:23:37.430 INFO kablam! 72 | fn decode(&self, data: Vec, args: &mut Vec) -> InvokeResult { Oct 16 06:23:37.430 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 16 06:23:37.430 INFO kablam! Oct 16 06:23:37.871 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:37.871 INFO kablam! --> src/io/decoders/string_decoder.rs:85:27 Oct 16 06:23:37.871 INFO kablam! | Oct 16 06:23:37.871 INFO kablam! 85 | r.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:37.871 INFO kablam! | ----^ Oct 16 06:23:37.871 INFO kablam! | | Oct 16 06:23:37.871 INFO kablam! | help: remove this `mut` Oct 16 06:23:37.871 INFO kablam! | Oct 16 06:23:37.871 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 06:23:37.871 INFO kablam! Oct 16 06:23:37.871 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:37.871 INFO kablam! --> src/io/decoders/string_decoder.rs:96:27 Oct 16 06:23:37.871 INFO kablam! | Oct 16 06:23:37.871 INFO kablam! 96 | r.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:37.871 INFO kablam! | ----^ Oct 16 06:23:37.871 INFO kablam! | | Oct 16 06:23:37.871 INFO kablam! | help: remove this `mut` Oct 16 06:23:37.871 INFO kablam! Oct 16 06:23:37.883 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:37.883 INFO kablam! --> src/io/decoders/map_decoder.rs:52:27 Oct 16 06:23:37.883 INFO kablam! | Oct 16 06:23:37.883 INFO kablam! 52 | r.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:37.883 INFO kablam! | ----^ Oct 16 06:23:37.883 INFO kablam! | | Oct 16 06:23:37.883 INFO kablam! | help: remove this `mut` Oct 16 06:23:37.883 INFO kablam! Oct 16 06:23:38.051 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:38.051 INFO kablam! --> src/io/reader.rs:101:34 Oct 16 06:23:38.051 INFO kablam! | Oct 16 06:23:38.051 INFO kablam! 101 | self.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:38.051 INFO kablam! | ----^ Oct 16 06:23:38.051 INFO kablam! | | Oct 16 06:23:38.051 INFO kablam! | help: remove this `mut` Oct 16 06:23:38.051 INFO kablam! Oct 16 06:23:38.051 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:38.051 INFO kablam! --> src/io/reader.rs:111:34 Oct 16 06:23:38.051 INFO kablam! | Oct 16 06:23:38.051 INFO kablam! 111 | self.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:38.051 INFO kablam! | ----^ Oct 16 06:23:38.051 INFO kablam! | | Oct 16 06:23:38.051 INFO kablam! | help: remove this `mut` Oct 16 06:23:38.051 INFO kablam! Oct 16 06:23:38.055 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:38.055 INFO kablam! --> src/io/reader.rs:158:34 Oct 16 06:23:38.055 INFO kablam! | Oct 16 06:23:38.055 INFO kablam! 158 | self.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:38.055 INFO kablam! | ----^ Oct 16 06:23:38.055 INFO kablam! | | Oct 16 06:23:38.055 INFO kablam! | help: remove this `mut` Oct 16 06:23:38.055 INFO kablam! Oct 16 06:23:38.055 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:38.055 INFO kablam! --> src/io/reader.rs:198:34 Oct 16 06:23:38.055 INFO kablam! | Oct 16 06:23:38.055 INFO kablam! 198 | self.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:38.055 INFO kablam! | ----^ Oct 16 06:23:38.055 INFO kablam! | | Oct 16 06:23:38.055 INFO kablam! | help: remove this `mut` Oct 16 06:23:38.055 INFO kablam! Oct 16 06:23:38.207 INFO kablam! warning: field is never used: `settings` Oct 16 06:23:38.207 INFO kablam! --> src/rpc/client.rs:61:5 Oct 16 06:23:38.207 INFO kablam! | Oct 16 06:23:38.207 INFO kablam! 61 | settings: &'a Option, Oct 16 06:23:38.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:23:38.207 INFO kablam! | Oct 16 06:23:38.207 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 06:23:38.207 INFO kablam! Oct 16 06:23:38.207 INFO kablam! warning: field is never used: `client` Oct 16 06:23:38.207 INFO kablam! --> src/rpc/client.rs:62:5 Oct 16 06:23:38.207 INFO kablam! | Oct 16 06:23:38.207 INFO kablam! 62 | client: &'a T Oct 16 06:23:38.207 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 06:23:38.207 INFO kablam! Oct 16 06:23:38.207 INFO kablam! warning: field is never used: `filter_manager` Oct 16 06:23:38.207 INFO kablam! --> src/rpc/base_client.rs:31:5 Oct 16 06:23:38.207 INFO kablam! | Oct 16 06:23:38.207 INFO kablam! 31 | filter_manager: FilterManager, Oct 16 06:23:38.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:23:38.207 INFO kablam! Oct 16 06:23:38.207 INFO kablam! warning: field is never used: `timeout` Oct 16 06:23:38.207 INFO kablam! --> src/rpc/base_client.rs:33:5 Oct 16 06:23:38.207 INFO kablam! | Oct 16 06:23:38.207 INFO kablam! 33 | timeout: Option Oct 16 06:23:38.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:23:38.207 INFO kablam! Oct 16 06:23:42.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.79s Oct 16 06:23:42.116 INFO kablam! su: No module specific data is present Oct 16 06:23:42.712 INFO running `"docker" "rm" "-f" "0720bc4c6f3d89b729f51654e06c3a5beb7a41c53ece20a167582376e713b75b"` Oct 16 06:23:42.888 INFO blam! 0720bc4c6f3d89b729f51654e06c3a5beb7a41c53ece20a167582376e713b75b Oct 16 06:23:42.903 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 16 06:23:43.261 INFO blam! 7b246a072a0ca9076b8a9bea29fb116c548a91f8677e81a7f103c05d138cf9a8 Oct 16 06:23:43.266 INFO running `"docker" "start" "-a" "7b246a072a0ca9076b8a9bea29fb116c548a91f8677e81a7f103c05d138cf9a8"` Oct 16 06:23:43.997 INFO kablam! usermod: no changes Oct 16 06:23:44.104 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 16 06:23:44.116 INFO kablam! Running /target/debug/deps/hprose-0ea479b0adac2bbd Oct 16 06:23:44.118 INFO blam! Oct 16 06:23:44.118 INFO blam! running 52 tests Oct 16 06:23:44.124 INFO blam! test io::reader::benchmarks::benchmark_unserialize_bool ... ok Oct 16 06:23:44.124 INFO blam! test io::reader::benchmarks::benchmark_unserialize_i64 ... ok Oct 16 06:23:44.124 INFO blam! test io::reader::benchmarks::benchmark_unserialize_int_array ... ok Oct 16 06:23:44.124 INFO blam! test io::reader::benchmarks::benchmark_unserialize_string ... ok Oct 16 06:23:44.131 INFO blam! test io::reader::tests::test_unserialize_i64 ... ok Oct 16 06:23:44.131 INFO blam! test io::reader::benchmarks::benchmark_unserialize_map ... ok Oct 16 06:23:44.131 INFO blam! test io::reader::tests::test_unserialize_string ... ok Oct 16 06:23:44.131 INFO blam! test io::writer::benchmarks::benchmark_serialize_bytes ... ok Oct 16 06:23:44.131 INFO blam! test io::reader::tests::test_unserialize_f32 ... ok Oct 16 06:23:44.132 INFO blam! test io::util::tests::test_get_int_bytes ... ok Oct 16 06:23:44.132 INFO blam! test io::reader::tests::test_unserialize_bool ... ok Oct 16 06:23:44.132 INFO blam! test io::writer::benchmarks::benchmark_serialize_f64 ... ok Oct 16 06:23:44.132 INFO blam! test io::writer::benchmarks::benchmark_serialize_f32 ... ok Oct 16 06:23:44.132 INFO blam! test io::reader::tests::test_unserialize_f64 ... ok Oct 16 06:23:44.132 INFO blam! test io::writer::benchmarks::benchmark_serialize_empty_map ... ok Oct 16 06:23:44.132 INFO blam! test io::util::tests::test_utf16_len ... ok Oct 16 06:23:44.132 INFO blam! test io::util::tests::test_get_uint_bytes ... ok Oct 16 06:23:44.132 INFO blam! test io::writer::benchmarks::benchmark_serialize_int_array ... ok Oct 16 06:23:44.132 INFO blam! test io::writer::benchmarks::benchmark_serialize_int ... ok Oct 16 06:23:44.133 INFO blam! test io::writer::benchmarks::benchmark_serialize_bool ... ok Oct 16 06:23:44.133 INFO blam! test io::writer::benchmarks::benchmark_serialize_str ... ok Oct 16 06:23:44.133 INFO blam! test io::writer::benchmarks::benchmark_serialize_nil ... ok Oct 16 06:23:44.133 INFO blam! test io::writer::benchmarks::benchmark_serialize_int_slice ... ok Oct 16 06:23:44.133 INFO blam! test io::writer::benchmarks::benchmark_serialize_datetime ... ok Oct 16 06:23:44.133 INFO blam! test io::writer::tests::test_serialize_bigint ... ok Oct 16 06:23:44.134 INFO blam! test io::writer::tests::test_serialize_array ... ok Oct 16 06:23:44.134 INFO blam! test io::writer::tests::test_serialize_datetime ... ok Oct 16 06:23:44.134 INFO blam! test io::writer::tests::test_serialize_f32 ... ok Oct 16 06:23:44.134 INFO blam! test io::writer::tests::test_serialize_f64 ... ok Oct 16 06:23:44.136 INFO blam! test io::writer::tests::test_serialize_i16 ... ok Oct 16 06:23:44.136 INFO blam! test io::writer::tests::test_serialize_i64 ... ok Oct 16 06:23:44.136 INFO blam! test io::writer::tests::test_serialize_i32 ... ok Oct 16 06:23:44.136 INFO blam! test io::writer::tests::test_serialize_bytes ... ok Oct 16 06:23:44.136 INFO blam! test io::writer::tests::test_serialize_complex ... ok Oct 16 06:23:44.136 INFO blam! test io::writer::tests::test_serialize_digit ... ok Oct 16 06:23:44.136 INFO blam! test io::writer::tests::test_serialize_map ... ok Oct 16 06:23:44.136 INFO blam! test io::writer::tests::test_serialize_nil ... ok Oct 16 06:23:44.136 INFO blam! test io::writer::tests::test_serialize_ratio ... ok Oct 16 06:23:44.136 INFO blam! test io::writer::tests::test_serialize_i8 ... ok Oct 16 06:23:44.136 INFO blam! test io::writer::tests::test_serialize_slice ... ok Oct 16 06:23:44.136 INFO blam! test io::writer::tests::test_serialize_u16 ... ok Oct 16 06:23:44.136 INFO blam! test io::writer::tests::test_serialize_u64 ... ok Oct 16 06:23:44.137 INFO blam! test io::writer::tests::test_serialize_str ... ok Oct 16 06:23:44.137 INFO blam! test io::writer::tests::test_serialize_tuple ... ok Oct 16 06:23:44.137 INFO blam! test io::writer::tests::test_serialize_int ... ok Oct 16 06:23:44.137 INFO blam! test io::writer::tests::test_serialize_u32 ... ok Oct 16 06:23:44.138 INFO blam! test io::writer::tests::test_serialize_u8 ... ok Oct 16 06:23:44.139 INFO blam! test io::writer::tests::test_serialize_bool ... ok Oct 16 06:23:44.139 INFO blam! test io::writer::tests::test_serialize_uint ... ok Oct 16 06:23:44.139 INFO blam! test io::writer::benchmarks::benchmark_serialize_string_key_map ... ok Oct 16 06:23:44.139 INFO blam! test io::writer::tests::test_serialize_vec ... ok Oct 16 06:23:44.139 INFO blam! test io::writer::benchmarks::benchmark_serialize_vec ... ok Oct 16 06:23:44.139 INFO blam! Oct 16 06:23:44.139 INFO blam! test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:23:44.139 INFO blam! Oct 16 06:23:44.140 INFO kablam! Doc-tests hprose Oct 16 06:23:47.987 INFO blam! Oct 16 06:23:47.987 INFO blam! running 0 tests Oct 16 06:23:47.987 INFO blam! Oct 16 06:23:47.987 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:23:47.987 INFO blam! Oct 16 06:23:47.996 INFO kablam! su: No module specific data is present Oct 16 06:23:48.491 INFO running `"docker" "rm" "-f" "7b246a072a0ca9076b8a9bea29fb116c548a91f8677e81a7f103c05d138cf9a8"` Oct 16 06:23:48.790 INFO blam! 7b246a072a0ca9076b8a9bea29fb116c548a91f8677e81a7f103c05d138cf9a8