Oct 11 19:17:00.544 INFO testing hprose-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 19:17:00.545 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 19:17:00.546 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 19:17:00.887 INFO blam! 03fabd5484f01d57154bc62e4399b83968bba7f5aa07683eefb538229f3ed34c Oct 11 19:17:00.889 INFO running `"docker" "start" "-a" "03fabd5484f01d57154bc62e4399b83968bba7f5aa07683eefb538229f3ed34c"` Oct 11 19:17:01.465 INFO kablam! usermod: no changes Oct 11 19:17:01.632 INFO kablam! Compiling hprose v0.1.0 (/source) Oct 11 19:17:05.536 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 11 19:17:05.536 INFO kablam! --> src/io/decoder.rs:53:37 Oct 11 19:17:05.536 INFO kablam! | Oct 11 19:17:05.536 INFO kablam! 53 | fn read_option(&mut self, mut f: F) -> Result Oct 11 19:17:05.536 INFO kablam! | ^^^^^ Oct 11 19:17:05.536 INFO kablam! | Oct 11 19:17:05.536 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 11 19:17:05.536 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 11 19:17:05.536 INFO kablam! = note: for more information, see issue #35203 Oct 11 19:17:05.536 INFO kablam! Oct 11 19:17:05.540 INFO kablam! warning: unused import: `str` Oct 11 19:17:05.540 INFO kablam! --> src/io/decoders/map_decoder.rs:24:19 Oct 11 19:17:05.540 INFO kablam! | Oct 11 19:17:05.540 INFO kablam! 24 | use std::{result, str}; Oct 11 19:17:05.540 INFO kablam! | ^^^ Oct 11 19:17:05.540 INFO kablam! | Oct 11 19:17:05.540 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 19:17:05.540 INFO kablam! Oct 11 19:17:06.960 INFO kablam! warning: unused variable: `r` Oct 11 19:17:06.960 INFO kablam! --> src/io/decoders/map_decoder.rs:41:24 Oct 11 19:17:06.960 INFO kablam! | Oct 11 19:17:06.960 INFO kablam! 41 | fn read_list_as_map(r: &mut Reader) -> Result { Oct 11 19:17:06.960 INFO kablam! | ^ help: consider using `_r` instead Oct 11 19:17:06.960 INFO kablam! | Oct 11 19:17:06.960 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 19:17:06.960 INFO kablam! Oct 11 19:17:06.960 INFO kablam! warning: unused variable: `r` Oct 11 19:17:06.960 INFO kablam! --> src/io/decoders/map_decoder.rs:56:24 Oct 11 19:17:06.960 INFO kablam! | Oct 11 19:17:06.960 INFO kablam! 56 | fn read_struct_meta(r: &mut Reader) -> Result { Oct 11 19:17:06.960 INFO kablam! | ^ help: consider using `_r` instead Oct 11 19:17:06.960 INFO kablam! Oct 11 19:17:06.960 INFO kablam! warning: unused variable: `r` Oct 11 19:17:06.960 INFO kablam! --> src/io/decoders/map_decoder.rs:60:26 Oct 11 19:17:06.960 INFO kablam! | Oct 11 19:17:06.960 INFO kablam! 60 | fn read_struct_as_map(r: &mut Reader) -> Result { Oct 11 19:17:06.960 INFO kablam! | ^ help: consider using `_r` instead Oct 11 19:17:06.960 INFO kablam! Oct 11 19:17:06.960 INFO kablam! warning: unused variable: `v` Oct 11 19:17:06.960 INFO kablam! --> src/io/writer.rs:372:46 Oct 11 19:17:06.960 INFO kablam! | Oct 11 19:17:06.960 INFO kablam! 372 | fn write_struct(&mut self, v: &T) { Oct 11 19:17:06.960 INFO kablam! | ^ help: consider using `_v` instead Oct 11 19:17:06.960 INFO kablam! Oct 11 19:17:06.960 INFO kablam! warning: unused variable: `data` Oct 11 19:17:06.960 INFO kablam! --> src/rpc/filter.rs:41:21 Oct 11 19:17:06.960 INFO kablam! | Oct 11 19:17:06.960 INFO kablam! 41 | fn input(&self, data: &[u8]) -> &[u8] { Oct 11 19:17:06.960 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 11 19:17:06.960 INFO kablam! Oct 11 19:17:06.960 INFO kablam! warning: unused variable: `data` Oct 11 19:17:06.960 INFO kablam! --> src/rpc/filter.rs:45:22 Oct 11 19:17:06.960 INFO kablam! | Oct 11 19:17:06.960 INFO kablam! 45 | fn output(&self, data: &[u8]) -> &[u8] { Oct 11 19:17:06.960 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 11 19:17:06.960 INFO kablam! Oct 11 19:17:06.960 INFO kablam! warning: unused variable: `args` Oct 11 19:17:06.960 INFO kablam! --> src/rpc/base_client.rs:72:65 Oct 11 19:17:06.960 INFO kablam! | Oct 11 19:17:06.960 INFO kablam! 72 | fn decode(&self, data: Vec, args: &mut Vec) -> InvokeResult { Oct 11 19:17:06.961 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 11 19:17:06.961 INFO kablam! Oct 11 19:17:07.357 INFO kablam! warning: variable does not need to be mutable Oct 11 19:17:07.357 INFO kablam! --> src/io/decoders/string_decoder.rs:85:27 Oct 11 19:17:07.357 INFO kablam! | Oct 11 19:17:07.357 INFO kablam! 85 | r.refer.as_mut().map(|mut r| r.set(reference)); Oct 11 19:17:07.357 INFO kablam! | ----^ Oct 11 19:17:07.357 INFO kablam! | | Oct 11 19:17:07.357 INFO kablam! | help: remove this `mut` Oct 11 19:17:07.357 INFO kablam! | Oct 11 19:17:07.357 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 19:17:07.357 INFO kablam! Oct 11 19:17:07.358 INFO kablam! warning: variable does not need to be mutable Oct 11 19:17:07.358 INFO kablam! --> src/io/decoders/string_decoder.rs:96:27 Oct 11 19:17:07.358 INFO kablam! | Oct 11 19:17:07.358 INFO kablam! 96 | r.refer.as_mut().map(|mut r| r.set(reference)); Oct 11 19:17:07.358 INFO kablam! | ----^ Oct 11 19:17:07.358 INFO kablam! | | Oct 11 19:17:07.358 INFO kablam! | help: remove this `mut` Oct 11 19:17:07.358 INFO kablam! Oct 11 19:17:07.373 INFO kablam! warning: variable does not need to be mutable Oct 11 19:17:07.373 INFO kablam! --> src/io/decoders/map_decoder.rs:52:27 Oct 11 19:17:07.373 INFO kablam! | Oct 11 19:17:07.373 INFO kablam! 52 | r.refer.as_mut().map(|mut r| r.set(reference)); Oct 11 19:17:07.373 INFO kablam! | ----^ Oct 11 19:17:07.373 INFO kablam! | | Oct 11 19:17:07.373 INFO kablam! | help: remove this `mut` Oct 11 19:17:07.374 INFO kablam! Oct 11 19:17:07.400 INFO kablam! warning: variable does not need to be mutable Oct 11 19:17:07.400 INFO kablam! --> src/io/reader.rs:101:34 Oct 11 19:17:07.400 INFO kablam! | Oct 11 19:17:07.400 INFO kablam! 101 | self.refer.as_mut().map(|mut r| r.set(reference)); Oct 11 19:17:07.400 INFO kablam! | ----^ Oct 11 19:17:07.400 INFO kablam! | | Oct 11 19:17:07.400 INFO kablam! | help: remove this `mut` Oct 11 19:17:07.400 INFO kablam! Oct 11 19:17:07.401 INFO kablam! warning: variable does not need to be mutable Oct 11 19:17:07.401 INFO kablam! --> src/io/reader.rs:111:34 Oct 11 19:17:07.401 INFO kablam! | Oct 11 19:17:07.401 INFO kablam! 111 | self.refer.as_mut().map(|mut r| r.set(reference)); Oct 11 19:17:07.401 INFO kablam! | ----^ Oct 11 19:17:07.401 INFO kablam! | | Oct 11 19:17:07.401 INFO kablam! | help: remove this `mut` Oct 11 19:17:07.401 INFO kablam! Oct 11 19:17:07.404 INFO kablam! warning: variable does not need to be mutable Oct 11 19:17:07.404 INFO kablam! --> src/io/reader.rs:158:34 Oct 11 19:17:07.404 INFO kablam! | Oct 11 19:17:07.404 INFO kablam! 158 | self.refer.as_mut().map(|mut r| r.set(reference)); Oct 11 19:17:07.404 INFO kablam! | ----^ Oct 11 19:17:07.404 INFO kablam! | | Oct 11 19:17:07.404 INFO kablam! | help: remove this `mut` Oct 11 19:17:07.404 INFO kablam! Oct 11 19:17:07.408 INFO kablam! warning: variable does not need to be mutable Oct 11 19:17:07.408 INFO kablam! --> src/io/reader.rs:198:34 Oct 11 19:17:07.408 INFO kablam! | Oct 11 19:17:07.408 INFO kablam! 198 | self.refer.as_mut().map(|mut r| r.set(reference)); Oct 11 19:17:07.408 INFO kablam! | ----^ Oct 11 19:17:07.408 INFO kablam! | | Oct 11 19:17:07.408 INFO kablam! | help: remove this `mut` Oct 11 19:17:07.408 INFO kablam! Oct 11 19:17:07.451 INFO kablam! warning: field is never used: `settings` Oct 11 19:17:07.451 INFO kablam! --> src/rpc/client.rs:61:5 Oct 11 19:17:07.451 INFO kablam! | Oct 11 19:17:07.451 INFO kablam! 61 | settings: &'a Option, Oct 11 19:17:07.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:17:07.451 INFO kablam! | Oct 11 19:17:07.451 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 19:17:07.451 INFO kablam! Oct 11 19:17:07.451 INFO kablam! warning: field is never used: `client` Oct 11 19:17:07.451 INFO kablam! --> src/rpc/client.rs:62:5 Oct 11 19:17:07.451 INFO kablam! | Oct 11 19:17:07.451 INFO kablam! 62 | client: &'a T Oct 11 19:17:07.451 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 19:17:07.451 INFO kablam! Oct 11 19:17:07.451 INFO kablam! warning: field is never used: `filter_manager` Oct 11 19:17:07.451 INFO kablam! --> src/rpc/base_client.rs:31:5 Oct 11 19:17:07.451 INFO kablam! | Oct 11 19:17:07.451 INFO kablam! 31 | filter_manager: FilterManager, Oct 11 19:17:07.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:17:07.451 INFO kablam! Oct 11 19:17:07.451 INFO kablam! warning: field is never used: `timeout` Oct 11 19:17:07.451 INFO kablam! --> src/rpc/base_client.rs:33:5 Oct 11 19:17:07.451 INFO kablam! | Oct 11 19:17:07.451 INFO kablam! 33 | timeout: Option Oct 11 19:17:07.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:17:07.451 INFO kablam! Oct 11 19:17:08.717 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.22s Oct 11 19:17:08.724 INFO kablam! su: No module specific data is present Oct 11 19:17:09.045 INFO running `"docker" "rm" "-f" "03fabd5484f01d57154bc62e4399b83968bba7f5aa07683eefb538229f3ed34c"` Oct 11 19:17:09.172 INFO blam! 03fabd5484f01d57154bc62e4399b83968bba7f5aa07683eefb538229f3ed34c Oct 11 19:17:09.173 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 19:17:09.173 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 19:17:09.518 INFO blam! 820255fa827fcc98777a15a02a8400e4ae3079ac6a9c724e45c295beca4ea563 Oct 11 19:17:09.521 INFO running `"docker" "start" "-a" "820255fa827fcc98777a15a02a8400e4ae3079ac6a9c724e45c295beca4ea563"` Oct 11 19:17:10.004 INFO kablam! usermod: no changes Oct 11 19:17:10.152 INFO kablam! Compiling hprose v0.1.0 (/source) Oct 11 19:17:13.692 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 11 19:17:13.692 INFO kablam! --> src/io/decoder.rs:53:37 Oct 11 19:17:13.692 INFO kablam! | Oct 11 19:17:13.692 INFO kablam! 53 | fn read_option(&mut self, mut f: F) -> Result Oct 11 19:17:13.692 INFO kablam! | ^^^^^ Oct 11 19:17:13.692 INFO kablam! | Oct 11 19:17:13.692 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 11 19:17:13.692 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 11 19:17:13.692 INFO kablam! = note: for more information, see issue #35203 Oct 11 19:17:13.692 INFO kablam! Oct 11 19:17:13.697 INFO kablam! warning: unused import: `str` Oct 11 19:17:13.697 INFO kablam! --> src/io/decoders/map_decoder.rs:24:19 Oct 11 19:17:13.697 INFO kablam! | Oct 11 19:17:13.697 INFO kablam! 24 | use std::{result, str}; Oct 11 19:17:13.697 INFO kablam! | ^^^ Oct 11 19:17:13.697 INFO kablam! | Oct 11 19:17:13.697 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 19:17:13.697 INFO kablam! Oct 11 19:17:13.701 INFO kablam! warning: unused import: `u32` Oct 11 19:17:13.701 INFO kablam! --> src/io/reader.rs:334:25 Oct 11 19:17:13.701 INFO kablam! | Oct 11 19:17:13.701 INFO kablam! 334 | use std::{i32, i64, u32, u64, f32, f64}; Oct 11 19:17:13.701 INFO kablam! | ^^^ Oct 11 19:17:13.701 INFO kablam! Oct 11 19:17:15.616 INFO kablam! warning: unused variable: `r` Oct 11 19:17:15.616 INFO kablam! --> src/io/decoders/map_decoder.rs:41:24 Oct 11 19:17:15.616 INFO kablam! | Oct 11 19:17:15.616 INFO kablam! 41 | fn read_list_as_map(r: &mut Reader) -> Result { Oct 11 19:17:15.616 INFO kablam! | ^ help: consider using `_r` instead Oct 11 19:17:15.616 INFO kablam! | Oct 11 19:17:15.616 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 19:17:15.616 INFO kablam! Oct 11 19:17:15.616 INFO kablam! warning: unused variable: `r` Oct 11 19:17:15.616 INFO kablam! --> src/io/decoders/map_decoder.rs:56:24 Oct 11 19:17:15.616 INFO kablam! | Oct 11 19:17:15.616 INFO kablam! 56 | fn read_struct_meta(r: &mut Reader) -> Result { Oct 11 19:17:15.616 INFO kablam! | ^ help: consider using `_r` instead Oct 11 19:17:15.616 INFO kablam! Oct 11 19:17:15.616 INFO kablam! warning: unused variable: `r` Oct 11 19:17:15.616 INFO kablam! --> src/io/decoders/map_decoder.rs:60:26 Oct 11 19:17:15.616 INFO kablam! | Oct 11 19:17:15.616 INFO kablam! 60 | fn read_struct_as_map(r: &mut Reader) -> Result { Oct 11 19:17:15.616 INFO kablam! | ^ help: consider using `_r` instead Oct 11 19:17:15.616 INFO kablam! Oct 11 19:17:15.619 INFO kablam! warning: unused variable: `v` Oct 11 19:17:15.619 INFO kablam! --> src/io/writer.rs:372:46 Oct 11 19:17:15.619 INFO kablam! | Oct 11 19:17:15.619 INFO kablam! 372 | fn write_struct(&mut self, v: &T) { Oct 11 19:17:15.619 INFO kablam! | ^ help: consider using `_v` instead Oct 11 19:17:15.619 INFO kablam! Oct 11 19:17:15.620 INFO kablam! warning: unused variable: `data` Oct 11 19:17:15.620 INFO kablam! --> src/rpc/filter.rs:41:21 Oct 11 19:17:15.620 INFO kablam! | Oct 11 19:17:15.620 INFO kablam! 41 | fn input(&self, data: &[u8]) -> &[u8] { Oct 11 19:17:15.620 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 11 19:17:15.620 INFO kablam! Oct 11 19:17:15.632 INFO kablam! warning: unused variable: `data` Oct 11 19:17:15.632 INFO kablam! --> src/rpc/filter.rs:45:22 Oct 11 19:17:15.632 INFO kablam! | Oct 11 19:17:15.632 INFO kablam! 45 | fn output(&self, data: &[u8]) -> &[u8] { Oct 11 19:17:15.632 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 11 19:17:15.632 INFO kablam! Oct 11 19:17:15.632 INFO kablam! warning: unused variable: `args` Oct 11 19:17:15.632 INFO kablam! --> src/rpc/base_client.rs:72:65 Oct 11 19:17:15.632 INFO kablam! | Oct 11 19:17:15.632 INFO kablam! 72 | fn decode(&self, data: Vec, args: &mut Vec) -> InvokeResult { Oct 11 19:17:15.632 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 11 19:17:15.632 INFO kablam! Oct 11 19:17:16.014 INFO kablam! warning: variable does not need to be mutable Oct 11 19:17:16.014 INFO kablam! --> src/io/decoders/string_decoder.rs:85:27 Oct 11 19:17:16.014 INFO kablam! | Oct 11 19:17:16.015 INFO kablam! 85 | r.refer.as_mut().map(|mut r| r.set(reference)); Oct 11 19:17:16.015 INFO kablam! | ----^ Oct 11 19:17:16.015 INFO kablam! | | Oct 11 19:17:16.015 INFO kablam! | help: remove this `mut` Oct 11 19:17:16.015 INFO kablam! | Oct 11 19:17:16.015 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 19:17:16.015 INFO kablam! Oct 11 19:17:16.016 INFO kablam! warning: variable does not need to be mutable Oct 11 19:17:16.016 INFO kablam! --> src/io/decoders/string_decoder.rs:96:27 Oct 11 19:17:16.016 INFO kablam! | Oct 11 19:17:16.016 INFO kablam! 96 | r.refer.as_mut().map(|mut r| r.set(reference)); Oct 11 19:17:16.016 INFO kablam! | ----^ Oct 11 19:17:16.016 INFO kablam! | | Oct 11 19:17:16.017 INFO kablam! | help: remove this `mut` Oct 11 19:17:16.017 INFO kablam! Oct 11 19:17:16.028 INFO kablam! warning: variable does not need to be mutable Oct 11 19:17:16.028 INFO kablam! --> src/io/decoders/map_decoder.rs:52:27 Oct 11 19:17:16.028 INFO kablam! | Oct 11 19:17:16.028 INFO kablam! 52 | r.refer.as_mut().map(|mut r| r.set(reference)); Oct 11 19:17:16.028 INFO kablam! | ----^ Oct 11 19:17:16.028 INFO kablam! | | Oct 11 19:17:16.028 INFO kablam! | help: remove this `mut` Oct 11 19:17:16.028 INFO kablam! Oct 11 19:17:16.159 INFO kablam! warning: variable does not need to be mutable Oct 11 19:17:16.159 INFO kablam! --> src/io/reader.rs:101:34 Oct 11 19:17:16.159 INFO kablam! | Oct 11 19:17:16.159 INFO kablam! 101 | self.refer.as_mut().map(|mut r| r.set(reference)); Oct 11 19:17:16.159 INFO kablam! | ----^ Oct 11 19:17:16.159 INFO kablam! | | Oct 11 19:17:16.159 INFO kablam! | help: remove this `mut` Oct 11 19:17:16.159 INFO kablam! Oct 11 19:17:16.160 INFO kablam! warning: variable does not need to be mutable Oct 11 19:17:16.160 INFO kablam! --> src/io/reader.rs:111:34 Oct 11 19:17:16.160 INFO kablam! | Oct 11 19:17:16.160 INFO kablam! 111 | self.refer.as_mut().map(|mut r| r.set(reference)); Oct 11 19:17:16.160 INFO kablam! | ----^ Oct 11 19:17:16.160 INFO kablam! | | Oct 11 19:17:16.160 INFO kablam! | help: remove this `mut` Oct 11 19:17:16.160 INFO kablam! Oct 11 19:17:16.160 INFO kablam! warning: variable does not need to be mutable Oct 11 19:17:16.160 INFO kablam! --> src/io/reader.rs:158:34 Oct 11 19:17:16.160 INFO kablam! | Oct 11 19:17:16.160 INFO kablam! 158 | self.refer.as_mut().map(|mut r| r.set(reference)); Oct 11 19:17:16.160 INFO kablam! | ----^ Oct 11 19:17:16.160 INFO kablam! | | Oct 11 19:17:16.160 INFO kablam! | help: remove this `mut` Oct 11 19:17:16.160 INFO kablam! Oct 11 19:17:16.163 INFO kablam! warning: variable does not need to be mutable Oct 11 19:17:16.163 INFO kablam! --> src/io/reader.rs:198:34 Oct 11 19:17:16.163 INFO kablam! | Oct 11 19:17:16.163 INFO kablam! 198 | self.refer.as_mut().map(|mut r| r.set(reference)); Oct 11 19:17:16.163 INFO kablam! | ----^ Oct 11 19:17:16.163 INFO kablam! | | Oct 11 19:17:16.163 INFO kablam! | help: remove this `mut` Oct 11 19:17:16.163 INFO kablam! Oct 11 19:17:16.296 INFO kablam! warning: field is never used: `settings` Oct 11 19:17:16.296 INFO kablam! --> src/rpc/client.rs:61:5 Oct 11 19:17:16.296 INFO kablam! | Oct 11 19:17:16.296 INFO kablam! 61 | settings: &'a Option, Oct 11 19:17:16.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:17:16.296 INFO kablam! | Oct 11 19:17:16.296 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 19:17:16.296 INFO kablam! Oct 11 19:17:16.296 INFO kablam! warning: field is never used: `client` Oct 11 19:17:16.296 INFO kablam! --> src/rpc/client.rs:62:5 Oct 11 19:17:16.296 INFO kablam! | Oct 11 19:17:16.296 INFO kablam! 62 | client: &'a T Oct 11 19:17:16.296 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 19:17:16.296 INFO kablam! Oct 11 19:17:16.296 INFO kablam! warning: field is never used: `filter_manager` Oct 11 19:17:16.296 INFO kablam! --> src/rpc/base_client.rs:31:5 Oct 11 19:17:16.296 INFO kablam! | Oct 11 19:17:16.296 INFO kablam! 31 | filter_manager: FilterManager, Oct 11 19:17:16.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:17:16.297 INFO kablam! Oct 11 19:17:16.297 INFO kablam! warning: field is never used: `timeout` Oct 11 19:17:16.297 INFO kablam! --> src/rpc/base_client.rs:33:5 Oct 11 19:17:16.297 INFO kablam! | Oct 11 19:17:16.297 INFO kablam! 33 | timeout: Option Oct 11 19:17:16.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 19:17:16.297 INFO kablam! Oct 11 19:17:21.016 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.98s Oct 11 19:17:21.022 INFO kablam! su: No module specific data is present Oct 11 19:17:21.776 INFO running `"docker" "rm" "-f" "820255fa827fcc98777a15a02a8400e4ae3079ac6a9c724e45c295beca4ea563"` Oct 11 19:17:21.994 INFO blam! 820255fa827fcc98777a15a02a8400e4ae3079ac6a9c724e45c295beca4ea563 Oct 11 19:17:21.999 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 19:17:21.999 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 19:17:22.300 INFO blam! 4e2d5fd115e16ac4594abdc2d161edf2083220cf24e5b905aeb2002f6ee45bf7 Oct 11 19:17:22.300 INFO running `"docker" "start" "-a" "4e2d5fd115e16ac4594abdc2d161edf2083220cf24e5b905aeb2002f6ee45bf7"` Oct 11 19:17:22.880 INFO kablam! usermod: no changes Oct 11 19:17:22.968 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 11 19:17:22.975 INFO kablam! Running /target/debug/deps/hprose-4abcddd1c370d55d Oct 11 19:17:22.984 INFO blam! Oct 11 19:17:22.984 INFO blam! running 52 tests Oct 11 19:17:22.998 INFO blam! test io::reader::benchmarks::benchmark_unserialize_bool ... ok Oct 11 19:17:22.998 INFO blam! test io::reader::benchmarks::benchmark_unserialize_i64 ... ok Oct 11 19:17:22.998 INFO blam! test io::reader::benchmarks::benchmark_unserialize_int_array ... ok Oct 11 19:17:22.998 INFO blam! test io::reader::tests::test_unserialize_bool ... ok Oct 11 19:17:22.998 INFO blam! test io::reader::tests::test_unserialize_f32 ... ok Oct 11 19:17:23.002 INFO blam! test io::reader::benchmarks::benchmark_unserialize_string ... ok Oct 11 19:17:23.002 INFO blam! test io::reader::tests::test_unserialize_i64 ... ok Oct 11 19:17:23.002 INFO blam! test io::reader::tests::test_unserialize_string ... ok Oct 11 19:17:23.002 INFO blam! test io::util::tests::test_get_int_bytes ... ok Oct 11 19:17:23.007 INFO blam! test io::writer::benchmarks::benchmark_serialize_empty_map ... ok Oct 11 19:17:23.007 INFO blam! test io::writer::benchmarks::benchmark_serialize_datetime ... ok Oct 11 19:17:23.007 INFO blam! test io::writer::benchmarks::benchmark_serialize_bytes ... ok Oct 11 19:17:23.007 INFO blam! test io::writer::benchmarks::benchmark_serialize_bool ... ok Oct 11 19:17:23.007 INFO blam! test io::util::tests::test_utf16_len ... ok Oct 11 19:17:23.007 INFO blam! test io::writer::benchmarks::benchmark_serialize_f32 ... ok Oct 11 19:17:23.007 INFO blam! test io::writer::benchmarks::benchmark_serialize_int ... ok Oct 11 19:17:23.007 INFO blam! test io::writer::benchmarks::benchmark_serialize_nil ... ok Oct 11 19:17:23.007 INFO blam! test io::writer::benchmarks::benchmark_serialize_str ... ok Oct 11 19:17:23.007 INFO blam! test io::writer::benchmarks::benchmark_serialize_string_key_map ... ok Oct 11 19:17:23.007 INFO blam! test io::writer::benchmarks::benchmark_serialize_vec ... ok Oct 11 19:17:23.007 INFO blam! test io::writer::tests::test_serialize_array ... ok Oct 11 19:17:23.007 INFO blam! test io::writer::tests::test_serialize_bool ... ok Oct 11 19:17:23.007 INFO blam! test io::writer::tests::test_serialize_bytes ... ok Oct 11 19:17:23.007 INFO blam! test io::writer::tests::test_serialize_complex ... ok Oct 11 19:17:23.007 INFO blam! test io::writer::tests::test_serialize_datetime ... ok Oct 11 19:17:23.007 INFO blam! test io::writer::benchmarks::benchmark_serialize_int_array ... ok Oct 11 19:17:23.007 INFO blam! test io::writer::benchmarks::benchmark_serialize_int_slice ... ok Oct 11 19:17:23.007 INFO blam! test io::writer::benchmarks::benchmark_serialize_f64 ... ok Oct 11 19:17:23.007 INFO blam! test io::util::tests::test_get_uint_bytes ... ok Oct 11 19:17:23.007 INFO blam! test io::reader::benchmarks::benchmark_unserialize_map ... ok Oct 11 19:17:23.007 INFO blam! test io::writer::tests::test_serialize_i64 ... ok Oct 11 19:17:23.007 INFO blam! test io::writer::tests::test_serialize_i16 ... ok Oct 11 19:17:23.007 INFO blam! test io::writer::tests::test_serialize_f32 ... ok Oct 11 19:17:23.007 INFO blam! test io::writer::tests::test_serialize_digit ... ok Oct 11 19:17:23.007 INFO blam! test io::writer::tests::test_serialize_nil ... ok Oct 11 19:17:23.007 INFO blam! test io::writer::tests::test_serialize_map ... ok Oct 11 19:17:23.010 INFO blam! test io::writer::tests::test_serialize_int ... ok Oct 11 19:17:23.010 INFO blam! test io::writer::tests::test_serialize_i8 ... ok Oct 11 19:17:23.010 INFO blam! test io::writer::tests::test_serialize_slice ... ok Oct 11 19:17:23.010 INFO blam! test io::writer::tests::test_serialize_ratio ... ok Oct 11 19:17:23.010 INFO blam! test io::writer::tests::test_serialize_tuple ... ok Oct 11 19:17:23.010 INFO blam! test io::writer::tests::test_serialize_str ... ok Oct 11 19:17:23.010 INFO blam! test io::reader::tests::test_unserialize_f64 ... ok Oct 11 19:17:23.010 INFO blam! test io::writer::tests::test_serialize_i32 ... ok Oct 11 19:17:23.010 INFO blam! test io::writer::tests::test_serialize_f64 ... ok Oct 11 19:17:23.010 INFO blam! test io::writer::tests::test_serialize_u16 ... ok Oct 11 19:17:23.010 INFO blam! test io::writer::tests::test_serialize_u32 ... ok Oct 11 19:17:23.010 INFO blam! test io::writer::tests::test_serialize_u64 ... ok Oct 11 19:17:23.010 INFO blam! test io::writer::tests::test_serialize_vec ... ok Oct 11 19:17:23.010 INFO blam! test io::writer::tests::test_serialize_uint ... ok Oct 11 19:17:23.019 INFO blam! test io::writer::tests::test_serialize_bigint ... ok Oct 11 19:17:23.019 INFO kablam! Doc-tests hprose Oct 11 19:17:23.019 INFO blam! test io::writer::tests::test_serialize_u8 ... ok Oct 11 19:17:23.019 INFO blam! Oct 11 19:17:23.019 INFO blam! test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 19:17:23.019 INFO blam! Oct 11 19:17:30.146 INFO blam! Oct 11 19:17:30.146 INFO blam! running 0 tests Oct 11 19:17:30.146 INFO blam! Oct 11 19:17:30.146 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 19:17:30.146 INFO blam! Oct 11 19:17:30.157 INFO kablam! su: No module specific data is present Oct 11 19:17:31.402 INFO running `"docker" "rm" "-f" "4e2d5fd115e16ac4594abdc2d161edf2083220cf24e5b905aeb2002f6ee45bf7"` Oct 11 19:17:31.652 INFO blam! 4e2d5fd115e16ac4594abdc2d161edf2083220cf24e5b905aeb2002f6ee45bf7