Oct 21 23:45:41.885 INFO checking serde_transit-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:45:41.885 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 23:45:42.256 INFO blam! 23d079760a11a49326d8283d69a0e0eadc272cab09333ffa34686f452a68f9e3 Oct 21 23:45:42.261 INFO running `"docker" "start" "-a" "23d079760a11a49326d8283d69a0e0eadc272cab09333ffa34686f452a68f9e3"` Oct 21 23:45:43.383 INFO kablam! usermod: no changes Oct 21 23:45:43.472 INFO kablam! Checking serde_transit v0.1.0 (/source) Oct 21 23:45:44.340 INFO kablam! warning: private trait `ser::Formatter` in public interface (error E0445) Oct 21 23:45:44.340 INFO kablam! --> src/ser.rs:57:1 Oct 21 23:45:44.340 INFO kablam! | Oct 21 23:45:44.340 INFO kablam! 57 | / impl<'a, W, F> ser::Serializer for &'a mut Serializer Oct 21 23:45:44.340 INFO kablam! 58 | | where W: io::Write, Oct 21 23:45:44.340 INFO kablam! 59 | | F: Formatter Oct 21 23:45:44.340 INFO kablam! 60 | | { Oct 21 23:45:44.340 INFO kablam! ... | Oct 21 23:45:44.340 INFO kablam! 293 | | } Oct 21 23:45:44.340 INFO kablam! 294 | | } Oct 21 23:45:44.340 INFO kablam! | |_^ Oct 21 23:45:44.340 INFO kablam! | Oct 21 23:45:44.340 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 21 23:45:44.340 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 21 23:45:44.340 INFO kablam! = note: for more information, see issue #34537 Oct 21 23:45:44.340 INFO kablam! Oct 21 23:45:44.340 INFO kablam! warning: private trait `ser::Formatter` in public interface (error E0445) Oct 21 23:45:44.340 INFO kablam! --> src/ser.rs:424:1 Oct 21 23:45:44.340 INFO kablam! | Oct 21 23:45:44.340 INFO kablam! 424 | / impl<'a, W, F> ser::SerializeStruct for Compound<'a, W, F> Oct 21 23:45:44.340 INFO kablam! 425 | | where W: io::Write, Oct 21 23:45:44.340 INFO kablam! 426 | | F: Formatter Oct 21 23:45:44.340 INFO kablam! 427 | | { Oct 21 23:45:44.340 INFO kablam! ... | Oct 21 23:45:44.340 INFO kablam! 439 | | } Oct 21 23:45:44.340 INFO kablam! 440 | | } Oct 21 23:45:44.340 INFO kablam! | |_^ Oct 21 23:45:44.340 INFO kablam! | Oct 21 23:45:44.340 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 21 23:45:44.340 INFO kablam! = note: for more information, see issue #34537 Oct 21 23:45:44.340 INFO kablam! Oct 21 23:45:44.340 INFO kablam! warning: unused variable: `e` Oct 21 23:45:44.340 INFO kablam! --> src/error.rs:79:13 Oct 21 23:45:44.340 INFO kablam! | Oct 21 23:45:44.340 INFO kablam! 79 | fn from(e: json::Error) -> Error { Oct 21 23:45:44.341 INFO kablam! | ^ help: consider using `_e` instead Oct 21 23:45:44.341 INFO kablam! | Oct 21 23:45:44.341 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 23:45:44.341 INFO kablam! Oct 21 23:45:44.341 INFO kablam! warning: unused variable: `len` Oct 21 23:45:44.341 INFO kablam! --> src/ser.rs:234:28 Oct 21 23:45:44.341 INFO kablam! | Oct 21 23:45:44.341 INFO kablam! 234 | fn serialize_seq(self, len: Option) -> Result { Oct 21 23:45:44.341 INFO kablam! | ^^^ help: consider using `_len` instead Oct 21 23:45:44.341 INFO kablam! Oct 21 23:45:44.341 INFO kablam! warning: unused variable: `len` Oct 21 23:45:44.341 INFO kablam! --> src/ser.rs:243:30 Oct 21 23:45:44.341 INFO kablam! | Oct 21 23:45:44.341 INFO kablam! 243 | fn serialize_tuple(self, len: usize) -> Result { Oct 21 23:45:44.341 INFO kablam! | ^^^ help: consider using `_len` instead Oct 21 23:45:44.341 INFO kablam! Oct 21 23:45:44.341 INFO kablam! warning: unused variable: `name` Oct 21 23:45:44.341 INFO kablam! --> src/ser.rs:250:31 Oct 21 23:45:44.341 INFO kablam! | Oct 21 23:45:44.341 INFO kablam! 250 | name: &'static str, Oct 21 23:45:44.341 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 21 23:45:44.341 INFO kablam! Oct 21 23:45:44.341 INFO kablam! warning: unused variable: `len` Oct 21 23:45:44.341 INFO kablam! --> src/ser.rs:251:31 Oct 21 23:45:44.341 INFO kablam! | Oct 21 23:45:44.341 INFO kablam! 251 | len: usize) Oct 21 23:45:44.341 INFO kablam! | ^^^ help: consider using `_len` instead Oct 21 23:45:44.341 INFO kablam! Oct 21 23:45:44.341 INFO kablam! warning: unused variable: `name` Oct 21 23:45:44.341 INFO kablam! --> src/ser.rs:260:32 Oct 21 23:45:44.341 INFO kablam! | Oct 21 23:45:44.341 INFO kablam! 260 | name: &'static str, Oct 21 23:45:44.341 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 21 23:45:44.341 INFO kablam! Oct 21 23:45:44.341 INFO kablam! warning: unused variable: `variant_index` Oct 21 23:45:44.341 INFO kablam! --> src/ser.rs:261:32 Oct 21 23:45:44.341 INFO kablam! | Oct 21 23:45:44.341 INFO kablam! 261 | variant_index: u32, Oct 21 23:45:44.341 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_variant_index` instead Oct 21 23:45:44.341 INFO kablam! Oct 21 23:45:44.341 INFO kablam! warning: unused variable: `variant` Oct 21 23:45:44.341 INFO kablam! --> src/ser.rs:262:32 Oct 21 23:45:44.341 INFO kablam! | Oct 21 23:45:44.341 INFO kablam! 262 | variant: &'static str, Oct 21 23:45:44.341 INFO kablam! | ^^^^^^^ help: consider using `_variant` instead Oct 21 23:45:44.341 INFO kablam! Oct 21 23:45:44.341 INFO kablam! warning: unused variable: `len` Oct 21 23:45:44.341 INFO kablam! --> src/ser.rs:263:32 Oct 21 23:45:44.341 INFO kablam! | Oct 21 23:45:44.341 INFO kablam! 263 | len: usize) Oct 21 23:45:44.341 INFO kablam! | ^^^ help: consider using `_len` instead Oct 21 23:45:44.341 INFO kablam! Oct 21 23:45:44.341 INFO kablam! warning: unused variable: `len` Oct 21 23:45:44.341 INFO kablam! --> src/ser.rs:269:28 Oct 21 23:45:44.341 INFO kablam! | Oct 21 23:45:44.341 INFO kablam! 269 | fn serialize_map(self, len: Option) -> Result { Oct 21 23:45:44.341 INFO kablam! | ^^^ help: consider using `_len` instead Oct 21 23:45:44.341 INFO kablam! Oct 21 23:45:44.346 INFO kablam! warning: unused variable: `name` Oct 21 23:45:44.346 INFO kablam! --> src/ser.rs:287:33 Oct 21 23:45:44.346 INFO kablam! | Oct 21 23:45:44.346 INFO kablam! 287 | name: &'static str, Oct 21 23:45:44.346 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 21 23:45:44.347 INFO kablam! Oct 21 23:45:44.347 INFO kablam! warning: unused variable: `variant_index` Oct 21 23:45:44.347 INFO kablam! --> src/ser.rs:288:33 Oct 21 23:45:44.347 INFO kablam! | Oct 21 23:45:44.347 INFO kablam! 288 | variant_index: u32, Oct 21 23:45:44.347 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_variant_index` instead Oct 21 23:45:44.347 INFO kablam! Oct 21 23:45:44.347 INFO kablam! warning: unused variable: `variant` Oct 21 23:45:44.347 INFO kablam! --> src/ser.rs:289:33 Oct 21 23:45:44.347 INFO kablam! | Oct 21 23:45:44.347 INFO kablam! 289 | variant: &'static str, Oct 21 23:45:44.347 INFO kablam! | ^^^^^^^ help: consider using `_variant` instead Oct 21 23:45:44.347 INFO kablam! Oct 21 23:45:44.347 INFO kablam! warning: unused variable: `len` Oct 21 23:45:44.347 INFO kablam! --> src/ser.rs:290:33 Oct 21 23:45:44.347 INFO kablam! | Oct 21 23:45:44.347 INFO kablam! 290 | len: usize) Oct 21 23:45:44.347 INFO kablam! | ^^^ help: consider using `_len` instead Oct 21 23:45:44.347 INFO kablam! Oct 21 23:45:44.347 INFO kablam! warning: unused variable: `value` Oct 21 23:45:44.347 INFO kablam! --> src/ser.rs:314:40 Oct 21 23:45:44.347 INFO kablam! | Oct 21 23:45:44.347 INFO kablam! 314 | fn serialize_element(&mut self, value: &T) -> Result<()> Oct 21 23:45:44.347 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 21 23:45:44.347 INFO kablam! Oct 21 23:45:44.347 INFO kablam! warning: unused variable: `value` Oct 21 23:45:44.347 INFO kablam! --> src/ser.rs:331:40 Oct 21 23:45:44.347 INFO kablam! | Oct 21 23:45:44.347 INFO kablam! 331 | fn serialize_element(&mut self, value: &T) -> Result<()> Oct 21 23:45:44.347 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 21 23:45:44.347 INFO kablam! Oct 21 23:45:44.347 INFO kablam! warning: unused variable: `value` Oct 21 23:45:44.347 INFO kablam! --> src/ser.rs:347:38 Oct 21 23:45:44.347 INFO kablam! | Oct 21 23:45:44.347 INFO kablam! 347 | fn serialize_field(&mut self, value: &T) -> Result<()> Oct 21 23:45:44.347 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 21 23:45:44.347 INFO kablam! Oct 21 23:45:44.347 INFO kablam! warning: unused variable: `value` Oct 21 23:45:44.347 INFO kablam! --> src/ser.rs:371:38 Oct 21 23:45:44.347 INFO kablam! | Oct 21 23:45:44.347 INFO kablam! 371 | fn serialize_field(&mut self, value: &T) -> Result<()> Oct 21 23:45:44.347 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 21 23:45:44.347 INFO kablam! Oct 21 23:45:44.347 INFO kablam! warning: unused variable: `key` Oct 21 23:45:44.347 INFO kablam! --> src/ser.rs:402:36 Oct 21 23:45:44.347 INFO kablam! | Oct 21 23:45:44.347 INFO kablam! 402 | fn serialize_key(&mut self, key: &T) -> Result<()> Oct 21 23:45:44.347 INFO kablam! | ^^^ help: consider using `_key` instead Oct 21 23:45:44.347 INFO kablam! Oct 21 23:45:44.347 INFO kablam! warning: unused variable: `value` Oct 21 23:45:44.347 INFO kablam! --> src/ser.rs:411:38 Oct 21 23:45:44.347 INFO kablam! | Oct 21 23:45:44.347 INFO kablam! 411 | fn serialize_value(&mut self, value: &T) -> Result<()> Oct 21 23:45:44.347 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 21 23:45:44.347 INFO kablam! Oct 21 23:45:44.347 INFO kablam! warning: unused variable: `key` Oct 21 23:45:44.347 INFO kablam! --> src/ser.rs:448:38 Oct 21 23:45:44.347 INFO kablam! | Oct 21 23:45:44.347 INFO kablam! 448 | fn serialize_field(&mut self, key: &'static str, value: &T) -> Result<()> Oct 21 23:45:44.347 INFO kablam! | ^^^ help: consider using `_key` instead Oct 21 23:45:44.347 INFO kablam! Oct 21 23:45:44.347 INFO kablam! warning: unused variable: `value` Oct 21 23:45:44.347 INFO kablam! --> src/ser.rs:448:57 Oct 21 23:45:44.347 INFO kablam! | Oct 21 23:45:44.347 INFO kablam! 448 | fn serialize_field(&mut self, key: &'static str, value: &T) -> Result<()> Oct 21 23:45:44.347 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 21 23:45:44.347 INFO kablam! Oct 21 23:45:44.412 INFO kablam! warning: function is never used: `to_pretty_writer` Oct 21 23:45:44.412 INFO kablam! --> src/ser.rs:48:1 Oct 21 23:45:44.412 INFO kablam! | Oct 21 23:45:44.412 INFO kablam! 48 | / pub fn to_pretty_writer(writer: W, value: &T) -> Result<()> Oct 21 23:45:44.412 INFO kablam! 49 | | where W: io::Write, Oct 21 23:45:44.412 INFO kablam! 50 | | T: ser::Serialize Oct 21 23:45:44.412 INFO kablam! 51 | | { Oct 21 23:45:44.412 INFO kablam! ... | Oct 21 23:45:44.412 INFO kablam! 54 | | Ok(()) Oct 21 23:45:44.412 INFO kablam! 55 | | } Oct 21 23:45:44.412 INFO kablam! | |_^ Oct 21 23:45:44.412 INFO kablam! | Oct 21 23:45:44.412 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 23:45:44.412 INFO kablam! Oct 21 23:45:44.917 INFO kablam! warning: private trait `ser::Formatter` in public interface (error E0445) Oct 21 23:45:44.926 INFO kablam! --> src/ser.rs:57:1 Oct 21 23:45:44.927 INFO kablam! | Oct 21 23:45:44.927 INFO kablam! 57 | / impl<'a, W, F> ser::Serializer for &'a mut Serializer Oct 21 23:45:44.928 INFO kablam! 58 | | where W: io::Write, Oct 21 23:45:44.928 INFO kablam! 59 | | F: Formatter Oct 21 23:45:44.929 INFO kablam! 60 | | { Oct 21 23:45:44.929 INFO kablam! ... | Oct 21 23:45:44.929 INFO kablam! 293 | | } Oct 21 23:45:44.929 INFO kablam! 294 | | } Oct 21 23:45:44.930 INFO kablam! | |_^ Oct 21 23:45:44.930 INFO kablam! | Oct 21 23:45:44.930 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 21 23:45:44.930 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 21 23:45:44.931 INFO kablam! = note: for more information, see issue #34537 Oct 21 23:45:44.931 INFO kablam! Oct 21 23:45:44.931 INFO kablam! warning: private trait `ser::Formatter` in public interface (error E0445) Oct 21 23:45:44.932 INFO kablam! --> src/ser.rs:424:1 Oct 21 23:45:44.932 INFO kablam! | Oct 21 23:45:44.932 INFO kablam! 424 | / impl<'a, W, F> ser::SerializeStruct for Compound<'a, W, F> Oct 21 23:45:44.932 INFO kablam! 425 | | where W: io::Write, Oct 21 23:45:44.933 INFO kablam! 426 | | F: Formatter Oct 21 23:45:44.933 INFO kablam! 427 | | { Oct 21 23:45:44.933 INFO kablam! ... | Oct 21 23:45:44.934 INFO kablam! 439 | | } Oct 21 23:45:44.934 INFO kablam! 440 | | } Oct 21 23:45:44.934 INFO kablam! | |_^ Oct 21 23:45:44.934 INFO kablam! | Oct 21 23:45:44.935 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 21 23:45:44.935 INFO kablam! = note: for more information, see issue #34537 Oct 21 23:45:44.935 INFO kablam! Oct 21 23:45:44.935 INFO kablam! warning: unused variable: `e` Oct 21 23:45:44.936 INFO kablam! --> src/error.rs:79:13 Oct 21 23:45:44.936 INFO kablam! | Oct 21 23:45:44.936 INFO kablam! 79 | fn from(e: json::Error) -> Error { Oct 21 23:45:44.937 INFO kablam! | ^ help: consider using `_e` instead Oct 21 23:45:44.937 INFO kablam! | Oct 21 23:45:44.937 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 23:45:44.937 INFO kablam! Oct 21 23:45:44.938 INFO kablam! warning: unused variable: `len` Oct 21 23:45:44.938 INFO kablam! --> src/ser.rs:234:28 Oct 21 23:45:44.938 INFO kablam! | Oct 21 23:45:44.938 INFO kablam! 234 | fn serialize_seq(self, len: Option) -> Result { Oct 21 23:45:44.939 INFO kablam! | ^^^ help: consider using `_len` instead Oct 21 23:45:44.939 INFO kablam! Oct 21 23:45:44.939 INFO kablam! warning: unused variable: `len` Oct 21 23:45:44.940 INFO kablam! --> src/ser.rs:243:30 Oct 21 23:45:44.940 INFO kablam! | Oct 21 23:45:44.940 INFO kablam! 243 | fn serialize_tuple(self, len: usize) -> Result { Oct 21 23:45:44.940 INFO kablam! | ^^^ help: consider using `_len` instead Oct 21 23:45:44.941 INFO kablam! Oct 21 23:45:44.941 INFO kablam! warning: unused variable: `name` Oct 21 23:45:44.941 INFO kablam! --> src/ser.rs:250:31 Oct 21 23:45:44.941 INFO kablam! | Oct 21 23:45:44.942 INFO kablam! 250 | name: &'static str, Oct 21 23:45:44.942 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 21 23:45:44.942 INFO kablam! Oct 21 23:45:44.943 INFO kablam! warning: unused variable: `len` Oct 21 23:45:44.943 INFO kablam! --> src/ser.rs:251:31 Oct 21 23:45:44.943 INFO kablam! | Oct 21 23:45:44.943 INFO kablam! 251 | len: usize) Oct 21 23:45:44.944 INFO kablam! | ^^^ help: consider using `_len` instead Oct 21 23:45:44.944 INFO kablam! Oct 21 23:45:44.944 INFO kablam! warning: unused variable: `name` Oct 21 23:45:44.945 INFO kablam! --> src/ser.rs:260:32 Oct 21 23:45:44.945 INFO kablam! | Oct 21 23:45:44.945 INFO kablam! 260 | name: &'static str, Oct 21 23:45:44.946 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 21 23:45:44.946 INFO kablam! Oct 21 23:45:44.946 INFO kablam! warning: unused variable: `variant_index` Oct 21 23:45:44.946 INFO kablam! --> src/ser.rs:261:32 Oct 21 23:45:44.947 INFO kablam! | Oct 21 23:45:44.947 INFO kablam! 261 | variant_index: u32, Oct 21 23:45:44.947 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_variant_index` instead Oct 21 23:45:44.948 INFO kablam! Oct 21 23:45:44.948 INFO kablam! warning: unused variable: `variant` Oct 21 23:45:44.948 INFO kablam! --> src/ser.rs:262:32 Oct 21 23:45:44.948 INFO kablam! | Oct 21 23:45:44.949 INFO kablam! 262 | variant: &'static str, Oct 21 23:45:44.949 INFO kablam! | ^^^^^^^ help: consider using `_variant` instead Oct 21 23:45:44.949 INFO kablam! Oct 21 23:45:44.949 INFO kablam! warning: unused variable: `len` Oct 21 23:45:44.950 INFO kablam! --> src/ser.rs:263:32 Oct 21 23:45:44.950 INFO kablam! | Oct 21 23:45:44.950 INFO kablam! 263 | len: usize) Oct 21 23:45:44.951 INFO kablam! | ^^^ help: consider using `_len` instead Oct 21 23:45:44.951 INFO kablam! Oct 21 23:45:44.951 INFO kablam! warning: unused variable: `len` Oct 21 23:45:44.951 INFO kablam! --> src/ser.rs:269:28 Oct 21 23:45:44.952 INFO kablam! | Oct 21 23:45:44.952 INFO kablam! 269 | fn serialize_map(self, len: Option) -> Result { Oct 21 23:45:44.952 INFO kablam! | ^^^ help: consider using `_len` instead Oct 21 23:45:44.952 INFO kablam! Oct 21 23:45:44.953 INFO kablam! warning: unused variable: `name` Oct 21 23:45:44.953 INFO kablam! --> src/ser.rs:287:33 Oct 21 23:45:44.953 INFO kablam! | Oct 21 23:45:44.954 INFO kablam! 287 | name: &'static str, Oct 21 23:45:44.954 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 21 23:45:44.954 INFO kablam! Oct 21 23:45:44.954 INFO kablam! warning: unused variable: `variant_index` Oct 21 23:45:44.955 INFO kablam! --> src/ser.rs:288:33 Oct 21 23:45:44.955 INFO kablam! | Oct 21 23:45:44.955 INFO kablam! 288 | variant_index: u32, Oct 21 23:45:44.955 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_variant_index` instead Oct 21 23:45:44.956 INFO kablam! Oct 21 23:45:44.956 INFO kablam! warning: unused variable: `variant` Oct 21 23:45:44.956 INFO kablam! --> src/ser.rs:289:33 Oct 21 23:45:44.957 INFO kablam! | Oct 21 23:45:44.957 INFO kablam! 289 | variant: &'static str, Oct 21 23:45:44.957 INFO kablam! | ^^^^^^^ help: consider using `_variant` instead Oct 21 23:45:44.957 INFO kablam! Oct 21 23:45:44.958 INFO kablam! warning: unused variable: `len` Oct 21 23:45:44.958 INFO kablam! --> src/ser.rs:290:33 Oct 21 23:45:44.958 INFO kablam! | Oct 21 23:45:44.959 INFO kablam! 290 | len: usize) Oct 21 23:45:44.959 INFO kablam! | ^^^ help: consider using `_len` instead Oct 21 23:45:44.959 INFO kablam! Oct 21 23:45:44.959 INFO kablam! warning: unused variable: `value` Oct 21 23:45:44.960 INFO kablam! --> src/ser.rs:314:40 Oct 21 23:45:44.960 INFO kablam! | Oct 21 23:45:44.960 INFO kablam! 314 | fn serialize_element(&mut self, value: &T) -> Result<()> Oct 21 23:45:44.961 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 21 23:45:44.961 INFO kablam! Oct 21 23:45:44.961 INFO kablam! warning: unused variable: `value` Oct 21 23:45:44.961 INFO kablam! --> src/ser.rs:331:40 Oct 21 23:45:44.961 INFO kablam! | Oct 21 23:45:44.961 INFO kablam! 331 | fn serialize_element(&mut self, value: &T) -> Result<()> Oct 21 23:45:44.961 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 21 23:45:44.961 INFO kablam! Oct 21 23:45:44.961 INFO kablam! warning: unused variable: `value` Oct 21 23:45:44.961 INFO kablam! --> src/ser.rs:347:38 Oct 21 23:45:44.961 INFO kablam! | Oct 21 23:45:44.961 INFO kablam! 347 | fn serialize_field(&mut self, value: &T) -> Result<()> Oct 21 23:45:44.961 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 21 23:45:44.961 INFO kablam! Oct 21 23:45:44.961 INFO kablam! warning: unused variable: `value` Oct 21 23:45:44.962 INFO kablam! --> src/ser.rs:371:38 Oct 21 23:45:44.962 INFO kablam! | Oct 21 23:45:44.962 INFO kablam! 371 | fn serialize_field(&mut self, value: &T) -> Result<()> Oct 21 23:45:44.962 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 21 23:45:44.962 INFO kablam! Oct 21 23:45:44.962 INFO kablam! warning: unused variable: `key` Oct 21 23:45:44.962 INFO kablam! --> src/ser.rs:402:36 Oct 21 23:45:44.962 INFO kablam! | Oct 21 23:45:44.962 INFO kablam! 402 | fn serialize_key(&mut self, key: &T) -> Result<()> Oct 21 23:45:44.962 INFO kablam! | ^^^ help: consider using `_key` instead Oct 21 23:45:44.962 INFO kablam! Oct 21 23:45:44.962 INFO kablam! warning: unused variable: `value` Oct 21 23:45:44.962 INFO kablam! --> src/ser.rs:411:38 Oct 21 23:45:44.962 INFO kablam! | Oct 21 23:45:44.962 INFO kablam! 411 | fn serialize_value(&mut self, value: &T) -> Result<()> Oct 21 23:45:44.962 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 21 23:45:44.962 INFO kablam! Oct 21 23:45:44.962 INFO kablam! warning: unused variable: `key` Oct 21 23:45:44.962 INFO kablam! --> src/ser.rs:448:38 Oct 21 23:45:44.962 INFO kablam! | Oct 21 23:45:44.962 INFO kablam! 448 | fn serialize_field(&mut self, key: &'static str, value: &T) -> Result<()> Oct 21 23:45:44.962 INFO kablam! | ^^^ help: consider using `_key` instead Oct 21 23:45:44.962 INFO kablam! Oct 21 23:45:44.962 INFO kablam! warning: unused variable: `value` Oct 21 23:45:44.962 INFO kablam! --> src/ser.rs:448:57 Oct 21 23:45:44.963 INFO kablam! | Oct 21 23:45:44.963 INFO kablam! 448 | fn serialize_field(&mut self, key: &'static str, value: &T) -> Result<()> Oct 21 23:45:44.963 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 21 23:45:44.963 INFO kablam! Oct 21 23:45:45.044 INFO kablam! warning: function is never used: `to_pretty_writer` Oct 21 23:45:45.044 INFO kablam! --> src/ser.rs:48:1 Oct 21 23:45:45.044 INFO kablam! | Oct 21 23:45:45.044 INFO kablam! 48 | / pub fn to_pretty_writer(writer: W, value: &T) -> Result<()> Oct 21 23:45:45.044 INFO kablam! 49 | | where W: io::Write, Oct 21 23:45:45.044 INFO kablam! 50 | | T: ser::Serialize Oct 21 23:45:45.044 INFO kablam! 51 | | { Oct 21 23:45:45.044 INFO kablam! ... | Oct 21 23:45:45.044 INFO kablam! 54 | | Ok(()) Oct 21 23:45:45.044 INFO kablam! 55 | | } Oct 21 23:45:45.045 INFO kablam! | |_^ Oct 21 23:45:45.045 INFO kablam! | Oct 21 23:45:45.045 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 23:45:45.045 INFO kablam! Oct 21 23:45:45.045 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 23:45:45.045 INFO kablam! --> src/ser.rs:470:5 Oct 21 23:45:45.045 INFO kablam! | Oct 21 23:45:45.045 INFO kablam! 470 | to_writer(&mut writer, &test); Oct 21 23:45:45.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:45:45.045 INFO kablam! | Oct 21 23:45:45.045 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 23:45:45.045 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 23:45:45.045 INFO kablam! Oct 21 23:45:45.073 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.66s Oct 21 23:45:45.076 INFO kablam! su: No module specific data is present Oct 21 23:45:45.676 INFO running `"docker" "rm" "-f" "23d079760a11a49326d8283d69a0e0eadc272cab09333ffa34686f452a68f9e3"` Oct 21 23:45:45.945 INFO blam! 23d079760a11a49326d8283d69a0e0eadc272cab09333ffa34686f452a68f9e3