Oct 16 06:23:23.274 INFO testing hprose-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 06:23:23.275 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.763 INFO blam! 0e7398b3465ced43837617db8d0c2835c417328ad6567f8b9c4e79780bd706ec Oct 16 06:23:23.769 INFO running `"docker" "start" "-a" "0e7398b3465ced43837617db8d0c2835c417328ad6567f8b9c4e79780bd706ec"` Oct 16 06:23:24.826 INFO kablam! usermod: no changes Oct 16 06:23:24.983 INFO kablam! Compiling uuid v0.3.1 Oct 16 06:23:25.519 INFO kablam! Compiling hprose v0.1.0 (/source) Oct 16 06:23:28.370 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 16 06:23:28.370 INFO kablam! --> src/io/decoder.rs:53:37 Oct 16 06:23:28.370 INFO kablam! | Oct 16 06:23:28.370 INFO kablam! 53 | fn read_option(&mut self, mut f: F) -> Result Oct 16 06:23:28.370 INFO kablam! | ^^^^^ Oct 16 06:23:28.370 INFO kablam! | Oct 16 06:23:28.370 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 16 06:23:28.370 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.370 INFO kablam! = note: for more information, see issue #35203 Oct 16 06:23:28.370 INFO kablam! Oct 16 06:23:28.376 INFO kablam! warning: unused import: `str` Oct 16 06:23:28.376 INFO kablam! --> src/io/decoders/map_decoder.rs:24:19 Oct 16 06:23:28.376 INFO kablam! | Oct 16 06:23:28.376 INFO kablam! 24 | use std::{result, str}; Oct 16 06:23:28.376 INFO kablam! | ^^^ Oct 16 06:23:28.376 INFO kablam! | Oct 16 06:23:28.376 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 06:23:28.376 INFO kablam! Oct 16 06:23:30.002 INFO kablam! warning: unused variable: `r` Oct 16 06:23:30.002 INFO kablam! --> src/io/decoders/map_decoder.rs:41:24 Oct 16 06:23:30.002 INFO kablam! | Oct 16 06:23:30.002 INFO kablam! 41 | fn read_list_as_map(r: &mut Reader) -> Result { Oct 16 06:23:30.002 INFO kablam! | ^ help: consider using `_r` instead Oct 16 06:23:30.002 INFO kablam! | Oct 16 06:23:30.002 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 06:23:30.002 INFO kablam! Oct 16 06:23:30.002 INFO kablam! warning: unused variable: `r` Oct 16 06:23:30.002 INFO kablam! --> src/io/decoders/map_decoder.rs:56:24 Oct 16 06:23:30.002 INFO kablam! | Oct 16 06:23:30.002 INFO kablam! 56 | fn read_struct_meta(r: &mut Reader) -> Result { Oct 16 06:23:30.002 INFO kablam! | ^ help: consider using `_r` instead Oct 16 06:23:30.002 INFO kablam! Oct 16 06:23:30.002 INFO kablam! warning: unused variable: `r` Oct 16 06:23:30.002 INFO kablam! --> src/io/decoders/map_decoder.rs:60:26 Oct 16 06:23:30.003 INFO kablam! | Oct 16 06:23:30.003 INFO kablam! 60 | fn read_struct_as_map(r: &mut Reader) -> Result { Oct 16 06:23:30.003 INFO kablam! | ^ help: consider using `_r` instead Oct 16 06:23:30.003 INFO kablam! Oct 16 06:23:30.003 INFO kablam! warning: unused variable: `v` Oct 16 06:23:30.003 INFO kablam! --> src/io/writer.rs:372:46 Oct 16 06:23:30.003 INFO kablam! | Oct 16 06:23:30.003 INFO kablam! 372 | fn write_struct(&mut self, v: &T) { Oct 16 06:23:30.003 INFO kablam! | ^ help: consider using `_v` instead Oct 16 06:23:30.003 INFO kablam! Oct 16 06:23:30.007 INFO kablam! warning: unused variable: `data` Oct 16 06:23:30.007 INFO kablam! --> src/rpc/filter.rs:41:21 Oct 16 06:23:30.007 INFO kablam! | Oct 16 06:23:30.007 INFO kablam! 41 | fn input(&self, data: &[u8]) -> &[u8] { Oct 16 06:23:30.007 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 16 06:23:30.007 INFO kablam! Oct 16 06:23:30.007 INFO kablam! warning: unused variable: `data` Oct 16 06:23:30.007 INFO kablam! --> src/rpc/filter.rs:45:22 Oct 16 06:23:30.007 INFO kablam! | Oct 16 06:23:30.007 INFO kablam! 45 | fn output(&self, data: &[u8]) -> &[u8] { Oct 16 06:23:30.007 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 16 06:23:30.007 INFO kablam! Oct 16 06:23:30.007 INFO kablam! warning: unused variable: `args` Oct 16 06:23:30.007 INFO kablam! --> src/rpc/base_client.rs:72:65 Oct 16 06:23:30.007 INFO kablam! | Oct 16 06:23:30.007 INFO kablam! 72 | fn decode(&self, data: Vec, args: &mut Vec) -> InvokeResult { Oct 16 06:23:30.007 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 16 06:23:30.007 INFO kablam! Oct 16 06:23:30.363 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:30.363 INFO kablam! --> src/io/decoders/string_decoder.rs:85:27 Oct 16 06:23:30.363 INFO kablam! | Oct 16 06:23:30.363 INFO kablam! 85 | r.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:30.363 INFO kablam! | ----^ Oct 16 06:23:30.363 INFO kablam! | | Oct 16 06:23:30.363 INFO kablam! | help: remove this `mut` Oct 16 06:23:30.363 INFO kablam! | Oct 16 06:23:30.363 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 06:23:30.363 INFO kablam! Oct 16 06:23:30.363 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:30.363 INFO kablam! --> src/io/decoders/string_decoder.rs:96:27 Oct 16 06:23:30.363 INFO kablam! | Oct 16 06:23:30.363 INFO kablam! 96 | r.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:30.363 INFO kablam! | ----^ Oct 16 06:23:30.363 INFO kablam! | | Oct 16 06:23:30.363 INFO kablam! | help: remove this `mut` Oct 16 06:23:30.363 INFO kablam! Oct 16 06:23:30.379 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:30.379 INFO kablam! --> src/io/decoders/map_decoder.rs:52:27 Oct 16 06:23:30.379 INFO kablam! | Oct 16 06:23:30.379 INFO kablam! 52 | r.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:30.379 INFO kablam! | ----^ Oct 16 06:23:30.379 INFO kablam! | | Oct 16 06:23:30.379 INFO kablam! | help: remove this `mut` Oct 16 06:23:30.379 INFO kablam! Oct 16 06:23:30.423 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:30.423 INFO kablam! --> src/io/reader.rs:101:34 Oct 16 06:23:30.423 INFO kablam! | Oct 16 06:23:30.423 INFO kablam! 101 | self.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:30.423 INFO kablam! | ----^ Oct 16 06:23:30.423 INFO kablam! | | Oct 16 06:23:30.423 INFO kablam! | help: remove this `mut` Oct 16 06:23:30.423 INFO kablam! Oct 16 06:23:30.423 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:30.423 INFO kablam! --> src/io/reader.rs:111:34 Oct 16 06:23:30.423 INFO kablam! | Oct 16 06:23:30.423 INFO kablam! 111 | self.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:30.423 INFO kablam! | ----^ Oct 16 06:23:30.423 INFO kablam! | | Oct 16 06:23:30.423 INFO kablam! | help: remove this `mut` Oct 16 06:23:30.423 INFO kablam! Oct 16 06:23:30.427 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:30.427 INFO kablam! --> src/io/reader.rs:158:34 Oct 16 06:23:30.427 INFO kablam! | Oct 16 06:23:30.427 INFO kablam! 158 | self.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:30.427 INFO kablam! | ----^ Oct 16 06:23:30.427 INFO kablam! | | Oct 16 06:23:30.427 INFO kablam! | help: remove this `mut` Oct 16 06:23:30.427 INFO kablam! Oct 16 06:23:30.443 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:30.443 INFO kablam! --> src/io/reader.rs:198:34 Oct 16 06:23:30.443 INFO kablam! | Oct 16 06:23:30.443 INFO kablam! 198 | self.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:30.443 INFO kablam! | ----^ Oct 16 06:23:30.443 INFO kablam! | | Oct 16 06:23:30.443 INFO kablam! | help: remove this `mut` Oct 16 06:23:30.443 INFO kablam! Oct 16 06:23:30.483 INFO kablam! warning: field is never used: `settings` Oct 16 06:23:30.483 INFO kablam! --> src/rpc/client.rs:61:5 Oct 16 06:23:30.483 INFO kablam! | Oct 16 06:23:30.483 INFO kablam! 61 | settings: &'a Option, Oct 16 06:23:30.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:23:30.483 INFO kablam! | Oct 16 06:23:30.483 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 06:23:30.483 INFO kablam! Oct 16 06:23:30.483 INFO kablam! warning: field is never used: `client` Oct 16 06:23:30.483 INFO kablam! --> src/rpc/client.rs:62:5 Oct 16 06:23:30.483 INFO kablam! | Oct 16 06:23:30.483 INFO kablam! 62 | client: &'a T Oct 16 06:23:30.483 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 06:23:30.483 INFO kablam! Oct 16 06:23:30.483 INFO kablam! warning: field is never used: `filter_manager` Oct 16 06:23:30.483 INFO kablam! --> src/rpc/base_client.rs:31:5 Oct 16 06:23:30.483 INFO kablam! | Oct 16 06:23:30.483 INFO kablam! 31 | filter_manager: FilterManager, Oct 16 06:23:30.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:23:30.483 INFO kablam! Oct 16 06:23:30.483 INFO kablam! warning: field is never used: `timeout` Oct 16 06:23:30.483 INFO kablam! --> src/rpc/base_client.rs:33:5 Oct 16 06:23:30.483 INFO kablam! | Oct 16 06:23:30.483 INFO kablam! 33 | timeout: Option Oct 16 06:23:30.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:23:30.483 INFO kablam! Oct 16 06:23:32.134 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.28s Oct 16 06:23:32.138 INFO kablam! su: No module specific data is present Oct 16 06:23:32.468 INFO running `"docker" "rm" "-f" "0e7398b3465ced43837617db8d0c2835c417328ad6567f8b9c4e79780bd706ec"` Oct 16 06:23:32.547 INFO blam! 0e7398b3465ced43837617db8d0c2835c417328ad6567f8b9c4e79780bd706ec Oct 16 06:23:32.547 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.759 INFO blam! 332c21622f2e66ada833d2220fd567295fa57f9b7a24423602411f70c73aaf76 Oct 16 06:23:32.766 INFO running `"docker" "start" "-a" "332c21622f2e66ada833d2220fd567295fa57f9b7a24423602411f70c73aaf76"` Oct 16 06:23:33.287 INFO kablam! usermod: no changes Oct 16 06:23:33.368 INFO kablam! Compiling hprose v0.1.0 (/source) Oct 16 06:23:35.387 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 16 06:23:35.387 INFO kablam! --> src/io/decoder.rs:53:37 Oct 16 06:23:35.388 INFO kablam! | Oct 16 06:23:35.388 INFO kablam! 53 | fn read_option(&mut self, mut f: F) -> Result Oct 16 06:23:35.388 INFO kablam! | ^^^^^ Oct 16 06:23:35.388 INFO kablam! | Oct 16 06:23:35.388 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 16 06:23:35.389 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.389 INFO kablam! = note: for more information, see issue #35203 Oct 16 06:23:35.389 INFO kablam! Oct 16 06:23:35.399 INFO kablam! warning: unused import: `str` Oct 16 06:23:35.399 INFO kablam! --> src/io/decoders/map_decoder.rs:24:19 Oct 16 06:23:35.399 INFO kablam! | Oct 16 06:23:35.400 INFO kablam! 24 | use std::{result, str}; Oct 16 06:23:35.400 INFO kablam! | ^^^ Oct 16 06:23:35.400 INFO kablam! | Oct 16 06:23:35.401 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 06:23:35.401 INFO kablam! Oct 16 06:23:35.401 INFO kablam! warning: unused import: `u32` Oct 16 06:23:35.402 INFO kablam! --> src/io/reader.rs:334:25 Oct 16 06:23:35.402 INFO kablam! | Oct 16 06:23:35.402 INFO kablam! 334 | use std::{i32, i64, u32, u64, f32, f64}; Oct 16 06:23:35.403 INFO kablam! | ^^^ Oct 16 06:23:35.403 INFO kablam! Oct 16 06:23:37.407 INFO kablam! warning: unused variable: `r` Oct 16 06:23:37.407 INFO kablam! --> src/io/decoders/map_decoder.rs:41:24 Oct 16 06:23:37.407 INFO kablam! | Oct 16 06:23:37.408 INFO kablam! 41 | fn read_list_as_map(r: &mut Reader) -> Result { Oct 16 06:23:37.408 INFO kablam! | ^ help: consider using `_r` instead Oct 16 06:23:37.408 INFO kablam! | Oct 16 06:23:37.408 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 06:23:37.408 INFO kablam! Oct 16 06:23:37.409 INFO kablam! warning: unused variable: `r` Oct 16 06:23:37.409 INFO kablam! --> src/io/decoders/map_decoder.rs:56:24 Oct 16 06:23:37.409 INFO kablam! | Oct 16 06:23:37.409 INFO kablam! 56 | fn read_struct_meta(r: &mut Reader) -> Result { Oct 16 06:23:37.410 INFO kablam! | ^ help: consider using `_r` instead Oct 16 06:23:37.410 INFO kablam! Oct 16 06:23:37.410 INFO kablam! warning: unused variable: `r` Oct 16 06:23:37.410 INFO kablam! --> src/io/decoders/map_decoder.rs:60:26 Oct 16 06:23:37.411 INFO kablam! | Oct 16 06:23:37.411 INFO kablam! 60 | fn read_struct_as_map(r: &mut Reader) -> Result { Oct 16 06:23:37.411 INFO kablam! | ^ help: consider using `_r` instead Oct 16 06:23:37.411 INFO kablam! Oct 16 06:23:37.415 INFO kablam! warning: unused variable: `v` Oct 16 06:23:37.415 INFO kablam! --> src/io/writer.rs:372:46 Oct 16 06:23:37.415 INFO kablam! | Oct 16 06:23:37.415 INFO kablam! 372 | fn write_struct(&mut self, v: &T) { Oct 16 06:23:37.416 INFO kablam! | ^ help: consider using `_v` instead Oct 16 06:23:37.416 INFO kablam! Oct 16 06:23:37.416 INFO kablam! warning: unused variable: `data` Oct 16 06:23:37.416 INFO kablam! --> src/rpc/filter.rs:41:21 Oct 16 06:23:37.417 INFO kablam! | Oct 16 06:23:37.417 INFO kablam! 41 | fn input(&self, data: &[u8]) -> &[u8] { Oct 16 06:23:37.417 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 16 06:23:37.417 INFO kablam! Oct 16 06:23:37.417 INFO kablam! warning: unused variable: `data` Oct 16 06:23:37.418 INFO kablam! --> src/rpc/filter.rs:45:22 Oct 16 06:23:37.418 INFO kablam! | Oct 16 06:23:37.418 INFO kablam! 45 | fn output(&self, data: &[u8]) -> &[u8] { Oct 16 06:23:37.418 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 16 06:23:37.419 INFO kablam! Oct 16 06:23:37.419 INFO kablam! warning: unused variable: `args` Oct 16 06:23:37.419 INFO kablam! --> src/rpc/base_client.rs:72:65 Oct 16 06:23:37.419 INFO kablam! | Oct 16 06:23:37.419 INFO kablam! 72 | fn decode(&self, data: Vec, args: &mut Vec) -> InvokeResult { Oct 16 06:23:37.420 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 16 06:23:37.420 INFO kablam! Oct 16 06:23:37.915 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:37.915 INFO kablam! --> src/io/decoders/string_decoder.rs:85:27 Oct 16 06:23:37.915 INFO kablam! | Oct 16 06:23:37.915 INFO kablam! 85 | r.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:37.915 INFO kablam! | ----^ Oct 16 06:23:37.915 INFO kablam! | | Oct 16 06:23:37.915 INFO kablam! | help: remove this `mut` Oct 16 06:23:37.915 INFO kablam! | Oct 16 06:23:37.915 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 06:23:37.915 INFO kablam! Oct 16 06:23:37.915 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:37.915 INFO kablam! --> src/io/decoders/string_decoder.rs:96:27 Oct 16 06:23:37.915 INFO kablam! | Oct 16 06:23:37.915 INFO kablam! 96 | r.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:37.915 INFO kablam! | ----^ Oct 16 06:23:37.915 INFO kablam! | | Oct 16 06:23:37.915 INFO kablam! | help: remove this `mut` Oct 16 06:23:37.915 INFO kablam! Oct 16 06:23:37.929 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:37.929 INFO kablam! --> src/io/decoders/map_decoder.rs:52:27 Oct 16 06:23:37.929 INFO kablam! | Oct 16 06:23:37.929 INFO kablam! 52 | r.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:37.929 INFO kablam! | ----^ Oct 16 06:23:37.929 INFO kablam! | | Oct 16 06:23:37.929 INFO kablam! | help: remove this `mut` Oct 16 06:23:37.930 INFO kablam! Oct 16 06:23:38.079 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:38.079 INFO kablam! --> src/io/reader.rs:101:34 Oct 16 06:23:38.079 INFO kablam! | Oct 16 06:23:38.079 INFO kablam! 101 | self.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:38.079 INFO kablam! | ----^ Oct 16 06:23:38.079 INFO kablam! | | Oct 16 06:23:38.079 INFO kablam! | help: remove this `mut` Oct 16 06:23:38.079 INFO kablam! Oct 16 06:23:38.079 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:38.079 INFO kablam! --> src/io/reader.rs:111:34 Oct 16 06:23:38.079 INFO kablam! | Oct 16 06:23:38.079 INFO kablam! 111 | self.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:38.079 INFO kablam! | ----^ Oct 16 06:23:38.079 INFO kablam! | | Oct 16 06:23:38.079 INFO kablam! | help: remove this `mut` Oct 16 06:23:38.079 INFO kablam! Oct 16 06:23:38.079 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:38.079 INFO kablam! --> src/io/reader.rs:158:34 Oct 16 06:23:38.079 INFO kablam! | Oct 16 06:23:38.079 INFO kablam! 158 | self.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:38.079 INFO kablam! | ----^ Oct 16 06:23:38.079 INFO kablam! | | Oct 16 06:23:38.079 INFO kablam! | help: remove this `mut` Oct 16 06:23:38.079 INFO kablam! Oct 16 06:23:38.087 INFO kablam! warning: variable does not need to be mutable Oct 16 06:23:38.087 INFO kablam! --> src/io/reader.rs:198:34 Oct 16 06:23:38.087 INFO kablam! | Oct 16 06:23:38.087 INFO kablam! 198 | self.refer.as_mut().map(|mut r| r.set(reference)); Oct 16 06:23:38.087 INFO kablam! | ----^ Oct 16 06:23:38.087 INFO kablam! | | Oct 16 06:23:38.087 INFO kablam! | help: remove this `mut` Oct 16 06:23:38.087 INFO kablam! Oct 16 06:23:38.223 INFO kablam! warning: field is never used: `settings` Oct 16 06:23:38.223 INFO kablam! --> src/rpc/client.rs:61:5 Oct 16 06:23:38.223 INFO kablam! | Oct 16 06:23:38.223 INFO kablam! 61 | settings: &'a Option, Oct 16 06:23:38.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:23:38.223 INFO kablam! | Oct 16 06:23:38.223 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 06:23:38.223 INFO kablam! Oct 16 06:23:38.223 INFO kablam! warning: field is never used: `client` Oct 16 06:23:38.223 INFO kablam! --> src/rpc/client.rs:62:5 Oct 16 06:23:38.223 INFO kablam! | Oct 16 06:23:38.223 INFO kablam! 62 | client: &'a T Oct 16 06:23:38.223 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 06:23:38.223 INFO kablam! Oct 16 06:23:38.223 INFO kablam! warning: field is never used: `filter_manager` Oct 16 06:23:38.223 INFO kablam! --> src/rpc/base_client.rs:31:5 Oct 16 06:23:38.223 INFO kablam! | Oct 16 06:23:38.223 INFO kablam! 31 | filter_manager: FilterManager, Oct 16 06:23:38.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:23:38.227 INFO kablam! Oct 16 06:23:38.227 INFO kablam! warning: field is never used: `timeout` Oct 16 06:23:38.227 INFO kablam! --> src/rpc/base_client.rs:33:5 Oct 16 06:23:38.227 INFO kablam! | Oct 16 06:23:38.227 INFO kablam! 33 | timeout: Option Oct 16 06:23:38.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 06:23:38.227 INFO kablam! Oct 16 06:23:41.947 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.64s Oct 16 06:23:41.949 INFO kablam! su: No module specific data is present Oct 16 06:23:42.706 INFO running `"docker" "rm" "-f" "332c21622f2e66ada833d2220fd567295fa57f9b7a24423602411f70c73aaf76"` Oct 16 06:23:42.888 INFO blam! 332c21622f2e66ada833d2220fd567295fa57f9b7a24423602411f70c73aaf76 Oct 16 06:23:42.889 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.198 INFO blam! 50d267ab11025e6c59207979a2b120b15c5bd81d56d9b7366d822c653190cee4 Oct 16 06:23:43.206 INFO running `"docker" "start" "-a" "50d267ab11025e6c59207979a2b120b15c5bd81d56d9b7366d822c653190cee4"` Oct 16 06:23:43.907 INFO kablam! usermod: no changes Oct 16 06:23:44.010 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 16 06:23:44.024 INFO kablam! Running /target/debug/deps/hprose-4abcddd1c370d55d Oct 16 06:23:44.031 INFO blam! Oct 16 06:23:44.031 INFO blam! running 52 tests Oct 16 06:23:44.031 INFO blam! test io::reader::benchmarks::benchmark_unserialize_i64 ... ok Oct 16 06:23:44.031 INFO blam! test io::reader::benchmarks::benchmark_unserialize_int_array ... ok Oct 16 06:23:44.031 INFO blam! test io::reader::benchmarks::benchmark_unserialize_bool ... ok Oct 16 06:23:44.031 INFO blam! test io::reader::benchmarks::benchmark_unserialize_map ... ok Oct 16 06:23:44.031 INFO blam! test io::reader::benchmarks::benchmark_unserialize_string ... ok Oct 16 06:23:44.031 INFO blam! test io::reader::tests::test_unserialize_bool ... ok Oct 16 06:23:44.031 INFO blam! test io::util::tests::test_utf16_len ... ok Oct 16 06:23:44.031 INFO blam! test io::util::tests::test_get_uint_bytes ... ok Oct 16 06:23:44.031 INFO blam! test io::reader::tests::test_unserialize_string ... ok Oct 16 06:23:44.031 INFO blam! test io::reader::tests::test_unserialize_f32 ... ok Oct 16 06:23:44.031 INFO blam! test io::reader::tests::test_unserialize_f64 ... ok Oct 16 06:23:44.031 INFO blam! test io::reader::tests::test_unserialize_i64 ... ok Oct 16 06:23:44.031 INFO blam! test io::util::tests::test_get_int_bytes ... ok Oct 16 06:23:44.031 INFO blam! test io::writer::benchmarks::benchmark_serialize_empty_map ... ok Oct 16 06:23:44.031 INFO blam! test io::writer::benchmarks::benchmark_serialize_f32 ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::benchmarks::benchmark_serialize_bool ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::benchmarks::benchmark_serialize_datetime ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::benchmarks::benchmark_serialize_bytes ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::benchmarks::benchmark_serialize_f64 ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::benchmarks::benchmark_serialize_int ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::benchmarks::benchmark_serialize_nil ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::benchmarks::benchmark_serialize_int_slice ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::benchmarks::benchmark_serialize_int_array ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::tests::test_serialize_bool ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::tests::test_serialize_bytes ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::tests::test_serialize_complex ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::tests::test_serialize_array ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::benchmarks::benchmark_serialize_str ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::benchmarks::benchmark_serialize_vec ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::tests::test_serialize_bigint ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::benchmarks::benchmark_serialize_string_key_map ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::tests::test_serialize_digit ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::tests::test_serialize_i32 ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::tests::test_serialize_i64 ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::tests::test_serialize_i8 ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::tests::test_serialize_map ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::tests::test_serialize_nil ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::tests::test_serialize_ratio ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::tests::test_serialize_slice ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::tests::test_serialize_str ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::tests::test_serialize_tuple ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::tests::test_serialize_u16 ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::tests::test_serialize_u32 ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::tests::test_serialize_u64 ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::tests::test_serialize_u8 ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::tests::test_serialize_uint ... ok Oct 16 06:23:44.046 INFO blam! test io::writer::tests::test_serialize_vec ... ok Oct 16 06:23:44.048 INFO blam! test io::writer::tests::test_serialize_datetime ... ok Oct 16 06:23:44.072 INFO blam! test io::writer::tests::test_serialize_f64 ... ok Oct 16 06:23:44.072 INFO kablam! Doc-tests hprose Oct 16 06:23:44.072 INFO blam! test io::writer::tests::test_serialize_i16 ... ok Oct 16 06:23:44.072 INFO blam! test io::writer::tests::test_serialize_int ... ok Oct 16 06:23:44.072 INFO blam! test io::writer::tests::test_serialize_f32 ... ok Oct 16 06:23:44.072 INFO blam! Oct 16 06:23:44.073 INFO blam! test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:23:44.073 INFO blam! Oct 16 06:23:47.768 INFO blam! Oct 16 06:23:47.768 INFO blam! running 0 tests Oct 16 06:23:47.768 INFO blam! Oct 16 06:23:47.769 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:23:47.769 INFO blam! Oct 16 06:23:47.773 INFO kablam! su: No module specific data is present Oct 16 06:23:48.373 INFO running `"docker" "rm" "-f" "50d267ab11025e6c59207979a2b120b15c5bd81d56d9b7366d822c653190cee4"` Oct 16 06:23:48.643 INFO blam! 50d267ab11025e6c59207979a2b120b15c5bd81d56d9b7366d822c653190cee4