Sep 04 02:53:20.210 INFO checking unjson-0.0.3 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 02:53:20.210 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 02:53:20.210 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/try#5fe695a3844714c70e8f7731a553f7947987a68a:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 02:53:20.372 INFO blam! dd1f5d5e55354b6ee504d032f53e758c069a2a58e4dd3f32a114912c694c29c6 Sep 04 02:53:20.373 INFO running `"docker" "start" "-a" "dd1f5d5e55354b6ee504d032f53e758c069a2a58e4dd3f32a114912c694c29c6"` Sep 04 02:53:20.985 INFO kablam! Checking serde_json v0.5.1 Sep 04 02:53:21.419 INFO kablam! error[E0432]: unresolved import `serde::iter` Sep 04 02:53:21.419 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:7:12 Sep 04 02:53:21.419 INFO kablam! | Sep 04 02:53:21.419 INFO kablam! 7 | use serde::iter::LineColIterator; Sep 04 02:53:21.419 INFO kablam! | ^^^^ Could not find `iter` in `serde` Sep 04 02:53:21.419 INFO kablam! Sep 04 02:53:21.423 INFO kablam! error[E0407]: method `visit` is not a member of trait `de::Deserializer` Sep 04 02:53:21.423 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:521:5 Sep 04 02:53:21.423 INFO kablam! | Sep 04 02:53:21.423 INFO kablam! 521 | / fn visit(&mut self, visitor: V) -> Result Sep 04 02:53:21.423 INFO kablam! 522 | | where V: de::Visitor, Sep 04 02:53:21.423 INFO kablam! 523 | | { Sep 04 02:53:21.423 INFO kablam! 524 | | self.parse_value(visitor) Sep 04 02:53:21.423 INFO kablam! 525 | | } Sep 04 02:53:21.423 INFO kablam! | |_____^ not a member of trait `de::Deserializer` Sep 04 02:53:21.424 INFO kablam! Sep 04 02:53:21.424 INFO kablam! error[E0407]: method `visit_option` is not a member of trait `de::Deserializer` Sep 04 02:53:21.424 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:529:5 Sep 04 02:53:21.424 INFO kablam! | Sep 04 02:53:21.424 INFO kablam! 529 | / fn visit_option(&mut self, mut visitor: V) -> Result Sep 04 02:53:21.424 INFO kablam! 530 | | where V: de::Visitor, Sep 04 02:53:21.424 INFO kablam! 531 | | { Sep 04 02:53:21.424 INFO kablam! 532 | | try!(self.parse_whitespace()); Sep 04 02:53:21.424 INFO kablam! ... | Sep 04 02:53:21.424 INFO kablam! 543 | | } Sep 04 02:53:21.424 INFO kablam! 544 | | } Sep 04 02:53:21.424 INFO kablam! | |_____^ not a member of trait `de::Deserializer` Sep 04 02:53:21.424 INFO kablam! Sep 04 02:53:21.424 INFO kablam! error[E0407]: method `visit_newtype_struct` is not a member of trait `de::Deserializer` Sep 04 02:53:21.424 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:548:5 Sep 04 02:53:21.424 INFO kablam! | Sep 04 02:53:21.424 INFO kablam! 548 | / fn visit_newtype_struct(&mut self, Sep 04 02:53:21.424 INFO kablam! 549 | | _name: &str, Sep 04 02:53:21.424 INFO kablam! 550 | | mut visitor: V) -> Result Sep 04 02:53:21.424 INFO kablam! 551 | | where V: de::Visitor, Sep 04 02:53:21.424 INFO kablam! 552 | | { Sep 04 02:53:21.424 INFO kablam! 553 | | visitor.visit_newtype_struct(self) Sep 04 02:53:21.424 INFO kablam! 554 | | } Sep 04 02:53:21.424 INFO kablam! | |_____^ not a member of trait `de::Deserializer` Sep 04 02:53:21.424 INFO kablam! Sep 04 02:53:21.425 INFO kablam! error[E0407]: method `visit_enum` is not a member of trait `de::Deserializer` Sep 04 02:53:21.425 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:559:5 Sep 04 02:53:21.425 INFO kablam! | Sep 04 02:53:21.425 INFO kablam! 559 | / fn visit_enum(&mut self, Sep 04 02:53:21.425 INFO kablam! 560 | | _name: &str, Sep 04 02:53:21.425 INFO kablam! 561 | | _variants: &'static [&'static str], Sep 04 02:53:21.425 INFO kablam! 562 | | mut visitor: V) -> Result Sep 04 02:53:21.425 INFO kablam! ... | Sep 04 02:53:21.425 INFO kablam! 589 | | } Sep 04 02:53:21.425 INFO kablam! 590 | | } Sep 04 02:53:21.425 INFO kablam! | |_____^ not a member of trait `de::Deserializer` Sep 04 02:53:21.425 INFO kablam! Sep 04 02:53:21.440 INFO kablam! error[E0407]: method `format` is not a member of trait `de::Deserializer` Sep 04 02:53:21.440 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:593:5 Sep 04 02:53:21.440 INFO kablam! | Sep 04 02:53:21.440 INFO kablam! 593 | / fn format() -> &'static str { Sep 04 02:53:21.440 INFO kablam! 594 | | "json" Sep 04 02:53:21.440 INFO kablam! 595 | | } Sep 04 02:53:21.440 INFO kablam! | |_____^ not a member of trait `de::Deserializer` Sep 04 02:53:21.440 INFO kablam! Sep 04 02:53:21.447 INFO kablam! error[E0433]: failed to resolve. Could not find `ValueDeserializer` in `value` Sep 04 02:53:21.447 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:742:33 Sep 04 02:53:21.447 INFO kablam! | Sep 04 02:53:21.447 INFO kablam! 742 | let mut de = de::value::ValueDeserializer::into_deserializer(()); Sep 04 02:53:21.447 INFO kablam! | ^^^^^^^^^^^^^^^^^ Could not find `ValueDeserializer` in `value` Sep 04 02:53:21.447 INFO kablam! Sep 04 02:53:21.451 INFO kablam! error[E0407]: method `syntax` is not a member of trait `de::Error` Sep 04 02:53:21.451 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/error.rs:171:5 Sep 04 02:53:21.451 INFO kablam! | Sep 04 02:53:21.451 INFO kablam! 171 | / fn syntax(_: &str) -> Error { Sep 04 02:53:21.451 INFO kablam! 172 | | Error::SyntaxError(ErrorCode::ExpectedSomeValue, 0, 0) Sep 04 02:53:21.451 INFO kablam! 173 | | } Sep 04 02:53:21.451 INFO kablam! | |_____^ not a member of trait `de::Error` Sep 04 02:53:21.451 INFO kablam! Sep 04 02:53:21.451 INFO kablam! error[E0407]: method `end_of_stream` is not a member of trait `de::Error` Sep 04 02:53:21.451 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/error.rs:175:5 Sep 04 02:53:21.451 INFO kablam! | Sep 04 02:53:21.451 INFO kablam! 175 | / fn end_of_stream() -> Error { Sep 04 02:53:21.451 INFO kablam! 176 | | Error::SyntaxError(ErrorCode::EOFWhileParsingValue, 0, 0) Sep 04 02:53:21.451 INFO kablam! 177 | | } Sep 04 02:53:21.451 INFO kablam! | |_____^ not a member of trait `de::Error` Sep 04 02:53:21.451 INFO kablam! Sep 04 02:53:21.451 INFO kablam! error[E0407]: method `visit_bool` is not a member of trait `ser::Serializer` Sep 04 02:53:21.451 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:66:5 Sep 04 02:53:21.451 INFO kablam! | Sep 04 02:53:21.451 INFO kablam! 66 | / fn visit_bool(&mut self, value: bool) -> io::Result<()> { Sep 04 02:53:21.451 INFO kablam! 67 | | if value { Sep 04 02:53:21.451 INFO kablam! 68 | | self.writer.write_all(b"true") Sep 04 02:53:21.451 INFO kablam! 69 | | } else { Sep 04 02:53:21.451 INFO kablam! 70 | | self.writer.write_all(b"false") Sep 04 02:53:21.451 INFO kablam! 71 | | } Sep 04 02:53:21.451 INFO kablam! 72 | | } Sep 04 02:53:21.452 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.452 INFO kablam! Sep 04 02:53:21.452 INFO kablam! error[E0407]: method `visit_isize` is not a member of trait `ser::Serializer` Sep 04 02:53:21.452 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:75:5 Sep 04 02:53:21.452 INFO kablam! | Sep 04 02:53:21.452 INFO kablam! 75 | / fn visit_isize(&mut self, value: isize) -> io::Result<()> { Sep 04 02:53:21.452 INFO kablam! 76 | | write!(&mut self.writer, "{}", value) Sep 04 02:53:21.452 INFO kablam! 77 | | } Sep 04 02:53:21.452 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.452 INFO kablam! Sep 04 02:53:21.452 INFO kablam! error[E0407]: method `visit_i8` is not a member of trait `ser::Serializer` Sep 04 02:53:21.452 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:80:5 Sep 04 02:53:21.452 INFO kablam! | Sep 04 02:53:21.452 INFO kablam! 80 | / fn visit_i8(&mut self, value: i8) -> io::Result<()> { Sep 04 02:53:21.452 INFO kablam! 81 | | write!(&mut self.writer, "{}", value) Sep 04 02:53:21.452 INFO kablam! 82 | | } Sep 04 02:53:21.452 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.452 INFO kablam! Sep 04 02:53:21.452 INFO kablam! error[E0407]: method `visit_i16` is not a member of trait `ser::Serializer` Sep 04 02:53:21.452 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:85:5 Sep 04 02:53:21.452 INFO kablam! | Sep 04 02:53:21.452 INFO kablam! 85 | / fn visit_i16(&mut self, value: i16) -> io::Result<()> { Sep 04 02:53:21.452 INFO kablam! 86 | | write!(&mut self.writer, "{}", value) Sep 04 02:53:21.452 INFO kablam! 87 | | } Sep 04 02:53:21.453 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.453 INFO kablam! Sep 04 02:53:21.453 INFO kablam! error[E0407]: method `visit_i32` is not a member of trait `ser::Serializer` Sep 04 02:53:21.453 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:90:5 Sep 04 02:53:21.453 INFO kablam! | Sep 04 02:53:21.453 INFO kablam! 90 | / fn visit_i32(&mut self, value: i32) -> io::Result<()> { Sep 04 02:53:21.453 INFO kablam! 91 | | write!(&mut self.writer, "{}", value) Sep 04 02:53:21.453 INFO kablam! 92 | | } Sep 04 02:53:21.453 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.453 INFO kablam! Sep 04 02:53:21.453 INFO kablam! error[E0407]: method `visit_i64` is not a member of trait `ser::Serializer` Sep 04 02:53:21.453 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:95:5 Sep 04 02:53:21.453 INFO kablam! | Sep 04 02:53:21.453 INFO kablam! 95 | / fn visit_i64(&mut self, value: i64) -> io::Result<()> { Sep 04 02:53:21.453 INFO kablam! 96 | | write!(&mut self.writer, "{}", value) Sep 04 02:53:21.453 INFO kablam! 97 | | } Sep 04 02:53:21.453 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.453 INFO kablam! Sep 04 02:53:21.453 INFO kablam! error[E0407]: method `visit_usize` is not a member of trait `ser::Serializer` Sep 04 02:53:21.453 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:100:5 Sep 04 02:53:21.453 INFO kablam! | Sep 04 02:53:21.453 INFO kablam! 100 | / fn visit_usize(&mut self, value: usize) -> io::Result<()> { Sep 04 02:53:21.453 INFO kablam! 101 | | write!(&mut self.writer, "{}", value) Sep 04 02:53:21.453 INFO kablam! 102 | | } Sep 04 02:53:21.453 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.453 INFO kablam! Sep 04 02:53:21.454 INFO kablam! error[E0407]: method `visit_u8` is not a member of trait `ser::Serializer` Sep 04 02:53:21.454 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:105:5 Sep 04 02:53:21.454 INFO kablam! | Sep 04 02:53:21.454 INFO kablam! 105 | / fn visit_u8(&mut self, value: u8) -> io::Result<()> { Sep 04 02:53:21.454 INFO kablam! 106 | | write!(&mut self.writer, "{}", value) Sep 04 02:53:21.454 INFO kablam! 107 | | } Sep 04 02:53:21.454 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.454 INFO kablam! Sep 04 02:53:21.454 INFO kablam! error[E0407]: method `visit_u16` is not a member of trait `ser::Serializer` Sep 04 02:53:21.454 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:110:5 Sep 04 02:53:21.454 INFO kablam! | Sep 04 02:53:21.454 INFO kablam! 110 | / fn visit_u16(&mut self, value: u16) -> io::Result<()> { Sep 04 02:53:21.454 INFO kablam! 111 | | write!(&mut self.writer, "{}", value) Sep 04 02:53:21.454 INFO kablam! 112 | | } Sep 04 02:53:21.454 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.454 INFO kablam! Sep 04 02:53:21.454 INFO kablam! error[E0407]: method `visit_u32` is not a member of trait `ser::Serializer` Sep 04 02:53:21.454 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:115:5 Sep 04 02:53:21.454 INFO kablam! | Sep 04 02:53:21.454 INFO kablam! 115 | / fn visit_u32(&mut self, value: u32) -> io::Result<()> { Sep 04 02:53:21.454 INFO kablam! 116 | | write!(&mut self.writer, "{}", value) Sep 04 02:53:21.454 INFO kablam! 117 | | } Sep 04 02:53:21.454 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.454 INFO kablam! Sep 04 02:53:21.454 INFO kablam! error[E0407]: method `visit_u64` is not a member of trait `ser::Serializer` Sep 04 02:53:21.454 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:120:5 Sep 04 02:53:21.455 INFO kablam! | Sep 04 02:53:21.455 INFO kablam! 120 | / fn visit_u64(&mut self, value: u64) -> io::Result<()> { Sep 04 02:53:21.455 INFO kablam! 121 | | write!(&mut self.writer, "{}", value) Sep 04 02:53:21.455 INFO kablam! 122 | | } Sep 04 02:53:21.455 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.455 INFO kablam! Sep 04 02:53:21.455 INFO kablam! error[E0407]: method `visit_f32` is not a member of trait `ser::Serializer` Sep 04 02:53:21.455 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:125:5 Sep 04 02:53:21.455 INFO kablam! | Sep 04 02:53:21.455 INFO kablam! 125 | / fn visit_f32(&mut self, value: f32) -> io::Result<()> { Sep 04 02:53:21.455 INFO kablam! 126 | | fmt_f32_or_null(&mut self.writer, value) Sep 04 02:53:21.455 INFO kablam! 127 | | } Sep 04 02:53:21.455 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.455 INFO kablam! Sep 04 02:53:21.455 INFO kablam! error[E0407]: method `visit_f64` is not a member of trait `ser::Serializer` Sep 04 02:53:21.455 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:130:5 Sep 04 02:53:21.455 INFO kablam! | Sep 04 02:53:21.455 INFO kablam! 130 | / fn visit_f64(&mut self, value: f64) -> io::Result<()> { Sep 04 02:53:21.455 INFO kablam! 131 | | fmt_f64_or_null(&mut self.writer, value) Sep 04 02:53:21.455 INFO kablam! 132 | | } Sep 04 02:53:21.455 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.455 INFO kablam! Sep 04 02:53:21.455 INFO kablam! error[E0407]: method `visit_char` is not a member of trait `ser::Serializer` Sep 04 02:53:21.455 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:135:5 Sep 04 02:53:21.455 INFO kablam! | Sep 04 02:53:21.455 INFO kablam! 135 | / fn visit_char(&mut self, value: char) -> io::Result<()> { Sep 04 02:53:21.456 INFO kablam! 136 | | escape_char(&mut self.writer, value) Sep 04 02:53:21.456 INFO kablam! 137 | | } Sep 04 02:53:21.456 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.456 INFO kablam! Sep 04 02:53:21.456 INFO kablam! error[E0407]: method `visit_str` is not a member of trait `ser::Serializer` Sep 04 02:53:21.456 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:140:5 Sep 04 02:53:21.456 INFO kablam! | Sep 04 02:53:21.456 INFO kablam! 140 | / fn visit_str(&mut self, value: &str) -> io::Result<()> { Sep 04 02:53:21.456 INFO kablam! 141 | | escape_str(&mut self.writer, value) Sep 04 02:53:21.456 INFO kablam! 142 | | } Sep 04 02:53:21.456 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.456 INFO kablam! Sep 04 02:53:21.456 INFO kablam! error[E0407]: method `visit_none` is not a member of trait `ser::Serializer` Sep 04 02:53:21.456 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:145:5 Sep 04 02:53:21.456 INFO kablam! | Sep 04 02:53:21.456 INFO kablam! 145 | / fn visit_none(&mut self) -> io::Result<()> { Sep 04 02:53:21.456 INFO kablam! 146 | | self.visit_unit() Sep 04 02:53:21.456 INFO kablam! 147 | | } Sep 04 02:53:21.456 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.456 INFO kablam! Sep 04 02:53:21.456 INFO kablam! error[E0407]: method `visit_some` is not a member of trait `ser::Serializer` Sep 04 02:53:21.456 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:150:5 Sep 04 02:53:21.456 INFO kablam! | Sep 04 02:53:21.456 INFO kablam! 150 | / fn visit_some(&mut self, value: V) -> io::Result<()> Sep 04 02:53:21.456 INFO kablam! 151 | | where V: ser::Serialize Sep 04 02:53:21.457 INFO kablam! 152 | | { Sep 04 02:53:21.457 INFO kablam! 153 | | value.serialize(self) Sep 04 02:53:21.457 INFO kablam! 154 | | } Sep 04 02:53:21.457 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.457 INFO kablam! Sep 04 02:53:21.457 INFO kablam! error[E0407]: method `visit_unit` is not a member of trait `ser::Serializer` Sep 04 02:53:21.457 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:157:5 Sep 04 02:53:21.457 INFO kablam! | Sep 04 02:53:21.457 INFO kablam! 157 | / fn visit_unit(&mut self) -> io::Result<()> { Sep 04 02:53:21.457 INFO kablam! 158 | | self.writer.write_all(b"null") Sep 04 02:53:21.457 INFO kablam! 159 | | } Sep 04 02:53:21.457 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.457 INFO kablam! Sep 04 02:53:21.457 INFO kablam! error[E0407]: method `visit_newtype_struct` is not a member of trait `ser::Serializer` Sep 04 02:53:21.457 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:163:5 Sep 04 02:53:21.457 INFO kablam! | Sep 04 02:53:21.457 INFO kablam! 163 | / fn visit_newtype_struct(&mut self, Sep 04 02:53:21.457 INFO kablam! 164 | | _name: &'static str, Sep 04 02:53:21.457 INFO kablam! 165 | | value: T) -> Result<(), Self::Error> Sep 04 02:53:21.457 INFO kablam! 166 | | where T: ser::Serialize, Sep 04 02:53:21.457 INFO kablam! 167 | | { Sep 04 02:53:21.457 INFO kablam! 168 | | value.serialize(self) Sep 04 02:53:21.457 INFO kablam! 169 | | } Sep 04 02:53:21.457 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.457 INFO kablam! Sep 04 02:53:21.457 INFO kablam! error[E0407]: method `visit_unit_variant` is not a member of trait `ser::Serializer` Sep 04 02:53:21.458 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:172:5 Sep 04 02:53:21.458 INFO kablam! | Sep 04 02:53:21.458 INFO kablam! 172 | / fn visit_unit_variant(&mut self, Sep 04 02:53:21.458 INFO kablam! 173 | | _name: &str, Sep 04 02:53:21.458 INFO kablam! 174 | | _variant_index: usize, Sep 04 02:53:21.458 INFO kablam! 175 | | variant: &str) -> io::Result<()> { Sep 04 02:53:21.458 INFO kablam! ... | Sep 04 02:53:21.458 INFO kablam! 181 | | self.formatter.close(&mut self.writer, b'}') Sep 04 02:53:21.458 INFO kablam! 182 | | } Sep 04 02:53:21.458 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.458 INFO kablam! Sep 04 02:53:21.458 INFO kablam! error[E0407]: method `visit_newtype_variant` is not a member of trait `ser::Serializer` Sep 04 02:53:21.458 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:185:5 Sep 04 02:53:21.458 INFO kablam! | Sep 04 02:53:21.458 INFO kablam! 185 | / fn visit_newtype_variant(&mut self, Sep 04 02:53:21.458 INFO kablam! 186 | | _name: &str, Sep 04 02:53:21.458 INFO kablam! 187 | | _variant_index: usize, Sep 04 02:53:21.458 INFO kablam! 188 | | variant: &str, Sep 04 02:53:21.458 INFO kablam! ... | Sep 04 02:53:21.458 INFO kablam! 197 | | self.formatter.close(&mut self.writer, b'}') Sep 04 02:53:21.458 INFO kablam! 198 | | } Sep 04 02:53:21.458 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.458 INFO kablam! Sep 04 02:53:21.458 INFO kablam! error[E0407]: method `visit_seq` is not a member of trait `ser::Serializer` Sep 04 02:53:21.458 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:201:5 Sep 04 02:53:21.458 INFO kablam! | Sep 04 02:53:21.458 INFO kablam! 201 | / fn visit_seq(&mut self, mut visitor: V) -> io::Result<()> Sep 04 02:53:21.458 INFO kablam! 202 | | where V: ser::SeqVisitor, Sep 04 02:53:21.458 INFO kablam! 203 | | { Sep 04 02:53:21.458 INFO kablam! 204 | | match visitor.len() { Sep 04 02:53:21.458 INFO kablam! ... | Sep 04 02:53:21.458 INFO kablam! 218 | | Sep 04 02:53:21.458 INFO kablam! 219 | | } Sep 04 02:53:21.459 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.459 INFO kablam! Sep 04 02:53:21.459 INFO kablam! error[E0407]: method `visit_tuple_variant` is not a member of trait `ser::Serializer` Sep 04 02:53:21.459 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:222:5 Sep 04 02:53:21.459 INFO kablam! | Sep 04 02:53:21.459 INFO kablam! 222 | / fn visit_tuple_variant(&mut self, Sep 04 02:53:21.459 INFO kablam! 223 | | _name: &str, Sep 04 02:53:21.459 INFO kablam! 224 | | _variant_index: usize, Sep 04 02:53:21.459 INFO kablam! 225 | | variant: &str, Sep 04 02:53:21.459 INFO kablam! ... | Sep 04 02:53:21.459 INFO kablam! 234 | | self.formatter.close(&mut self.writer, b'}') Sep 04 02:53:21.459 INFO kablam! 235 | | } Sep 04 02:53:21.459 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.459 INFO kablam! Sep 04 02:53:21.459 INFO kablam! error[E0407]: method `visit_seq_elt` is not a member of trait `ser::Serializer` Sep 04 02:53:21.459 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:238:5 Sep 04 02:53:21.459 INFO kablam! | Sep 04 02:53:21.459 INFO kablam! 238 | / fn visit_seq_elt(&mut self, value: T) -> io::Result<()> Sep 04 02:53:21.459 INFO kablam! 239 | | where T: ser::Serialize, Sep 04 02:53:21.459 INFO kablam! 240 | | { Sep 04 02:53:21.459 INFO kablam! 241 | | try!(self.formatter.comma(&mut self.writer, self.first)); Sep 04 02:53:21.459 INFO kablam! ... | Sep 04 02:53:21.459 INFO kablam! 246 | | Ok(()) Sep 04 02:53:21.459 INFO kablam! 247 | | } Sep 04 02:53:21.459 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.459 INFO kablam! Sep 04 02:53:21.459 INFO kablam! error[E0407]: method `visit_map` is not a member of trait `ser::Serializer` Sep 04 02:53:21.459 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:250:5 Sep 04 02:53:21.459 INFO kablam! | Sep 04 02:53:21.459 INFO kablam! 250 | / fn visit_map(&mut self, mut visitor: V) -> io::Result<()> Sep 04 02:53:21.459 INFO kablam! 251 | | where V: ser::MapVisitor, Sep 04 02:53:21.459 INFO kablam! 252 | | { Sep 04 02:53:21.459 INFO kablam! 253 | | match visitor.len() { Sep 04 02:53:21.459 INFO kablam! ... | Sep 04 02:53:21.459 INFO kablam! 266 | | } Sep 04 02:53:21.459 INFO kablam! 267 | | } Sep 04 02:53:21.459 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.460 INFO kablam! Sep 04 02:53:21.461 INFO kablam! error[E0407]: method `visit_struct_variant` is not a member of trait `ser::Serializer` Sep 04 02:53:21.461 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:270:5 Sep 04 02:53:21.461 INFO kablam! | Sep 04 02:53:21.461 INFO kablam! 270 | / fn visit_struct_variant(&mut self, Sep 04 02:53:21.462 INFO kablam! 271 | | _name: &str, Sep 04 02:53:21.462 INFO kablam! 272 | | _variant_index: usize, Sep 04 02:53:21.462 INFO kablam! 273 | | variant: &str, Sep 04 02:53:21.462 INFO kablam! ... | Sep 04 02:53:21.462 INFO kablam! 283 | | self.formatter.close(&mut self.writer, b'}') Sep 04 02:53:21.462 INFO kablam! 284 | | } Sep 04 02:53:21.462 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.462 INFO kablam! Sep 04 02:53:21.465 INFO kablam! error[E0407]: method `visit_map_elt` is not a member of trait `ser::Serializer` Sep 04 02:53:21.465 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:287:5 Sep 04 02:53:21.465 INFO kablam! | Sep 04 02:53:21.465 INFO kablam! 287 | / fn visit_map_elt(&mut self, key: K, value: V) -> io::Result<()> Sep 04 02:53:21.465 INFO kablam! 288 | | where K: ser::Serialize, Sep 04 02:53:21.466 INFO kablam! 289 | | V: ser::Serialize, Sep 04 02:53:21.466 INFO kablam! 290 | | { Sep 04 02:53:21.466 INFO kablam! ... | Sep 04 02:53:21.466 INFO kablam! 299 | | Ok(()) Sep 04 02:53:21.466 INFO kablam! 300 | | } Sep 04 02:53:21.466 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.466 INFO kablam! Sep 04 02:53:21.466 INFO kablam! error[E0407]: method `format` is not a member of trait `ser::Serializer` Sep 04 02:53:21.466 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:303:5 Sep 04 02:53:21.466 INFO kablam! | Sep 04 02:53:21.466 INFO kablam! 303 | / fn format() -> &'static str { Sep 04 02:53:21.466 INFO kablam! 304 | | "json" Sep 04 02:53:21.466 INFO kablam! 305 | | } Sep 04 02:53:21.466 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.466 INFO kablam! Sep 04 02:53:21.471 INFO kablam! error[E0433]: failed to resolve. Could not find `VecVisitor` in `impls` Sep 04 02:53:21.471 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:332:46 Sep 04 02:53:21.471 INFO kablam! | Sep 04 02:53:21.471 INFO kablam! 332 | let values = try!(de::impls::VecVisitor::new().visit_seq(visitor)); Sep 04 02:53:21.471 INFO kablam! | ^^^^^^^^^^ Could not find `VecVisitor` in `impls` Sep 04 02:53:21.471 INFO kablam! Sep 04 02:53:21.475 INFO kablam! error[E0433]: failed to resolve. Could not find `BTreeMapVisitor` in `impls` Sep 04 02:53:21.475 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:340:46 Sep 04 02:53:21.475 INFO kablam! | Sep 04 02:53:21.475 INFO kablam! 340 | let values = try!(de::impls::BTreeMapVisitor::new().visit_map(visitor)); Sep 04 02:53:21.475 INFO kablam! | ^^^^^^^^^^^^^^^ Could not find `BTreeMapVisitor` in `impls` Sep 04 02:53:21.475 INFO kablam! Sep 04 02:53:21.476 INFO kablam! error[E0407]: method `visit_bool` is not a member of trait `ser::Serializer` Sep 04 02:53:21.476 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:404:5 Sep 04 02:53:21.476 INFO kablam! | Sep 04 02:53:21.476 INFO kablam! 404 | / fn visit_bool(&mut self, value: bool) -> Result<(), ()> { Sep 04 02:53:21.476 INFO kablam! 405 | | self.state.push(State::Value(Value::Bool(value))); Sep 04 02:53:21.476 INFO kablam! 406 | | Ok(()) Sep 04 02:53:21.476 INFO kablam! 407 | | } Sep 04 02:53:21.476 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.476 INFO kablam! Sep 04 02:53:21.476 INFO kablam! error[E0407]: method `visit_i64` is not a member of trait `ser::Serializer` Sep 04 02:53:21.476 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:410:5 Sep 04 02:53:21.476 INFO kablam! | Sep 04 02:53:21.476 INFO kablam! 410 | / fn visit_i64(&mut self, value: i64) -> Result<(), ()> { Sep 04 02:53:21.476 INFO kablam! 411 | | if value < 0 { Sep 04 02:53:21.476 INFO kablam! 412 | | self.state.push(State::Value(Value::I64(value))); Sep 04 02:53:21.476 INFO kablam! 413 | | } else { Sep 04 02:53:21.476 INFO kablam! ... | Sep 04 02:53:21.476 INFO kablam! 416 | | Ok(()) Sep 04 02:53:21.476 INFO kablam! 417 | | } Sep 04 02:53:21.476 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.476 INFO kablam! Sep 04 02:53:21.476 INFO kablam! error[E0407]: method `visit_u64` is not a member of trait `ser::Serializer` Sep 04 02:53:21.476 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:420:5 Sep 04 02:53:21.476 INFO kablam! | Sep 04 02:53:21.476 INFO kablam! 420 | / fn visit_u64(&mut self, value: u64) -> Result<(), ()> { Sep 04 02:53:21.476 INFO kablam! 421 | | self.state.push(State::Value(Value::U64(value))); Sep 04 02:53:21.476 INFO kablam! 422 | | Ok(()) Sep 04 02:53:21.477 INFO kablam! 423 | | } Sep 04 02:53:21.477 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.477 INFO kablam! Sep 04 02:53:21.477 INFO kablam! error[E0407]: method `visit_f64` is not a member of trait `ser::Serializer` Sep 04 02:53:21.477 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:426:5 Sep 04 02:53:21.477 INFO kablam! | Sep 04 02:53:21.477 INFO kablam! 426 | / fn visit_f64(&mut self, value: f64) -> Result<(), ()> { Sep 04 02:53:21.477 INFO kablam! 427 | | self.state.push(State::Value(Value::F64(value as f64))); Sep 04 02:53:21.477 INFO kablam! 428 | | Ok(()) Sep 04 02:53:21.477 INFO kablam! 429 | | } Sep 04 02:53:21.477 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.477 INFO kablam! Sep 04 02:53:21.477 INFO kablam! error[E0407]: method `visit_char` is not a member of trait `ser::Serializer` Sep 04 02:53:21.477 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:432:5 Sep 04 02:53:21.477 INFO kablam! | Sep 04 02:53:21.477 INFO kablam! 432 | / fn visit_char(&mut self, value: char) -> Result<(), ()> { Sep 04 02:53:21.477 INFO kablam! 433 | | self.state.push(State::Value(Value::String(value.to_string()))); Sep 04 02:53:21.477 INFO kablam! 434 | | Ok(()) Sep 04 02:53:21.477 INFO kablam! 435 | | } Sep 04 02:53:21.477 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.477 INFO kablam! Sep 04 02:53:21.477 INFO kablam! error[E0407]: method `visit_str` is not a member of trait `ser::Serializer` Sep 04 02:53:21.477 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:438:5 Sep 04 02:53:21.477 INFO kablam! | Sep 04 02:53:21.477 INFO kablam! 438 | / fn visit_str(&mut self, value: &str) -> Result<(), ()> { Sep 04 02:53:21.477 INFO kablam! 439 | | self.state.push(State::Value(Value::String(value.to_string()))); Sep 04 02:53:21.477 INFO kablam! 440 | | Ok(()) Sep 04 02:53:21.477 INFO kablam! 441 | | } Sep 04 02:53:21.477 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.477 INFO kablam! Sep 04 02:53:21.479 INFO kablam! error[E0407]: method `visit_none` is not a member of trait `ser::Serializer` Sep 04 02:53:21.479 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:444:5 Sep 04 02:53:21.479 INFO kablam! | Sep 04 02:53:21.479 INFO kablam! 444 | / fn visit_none(&mut self) -> Result<(), ()> { Sep 04 02:53:21.479 INFO kablam! 445 | | self.visit_unit() Sep 04 02:53:21.479 INFO kablam! 446 | | } Sep 04 02:53:21.479 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.479 INFO kablam! Sep 04 02:53:21.479 INFO kablam! error[E0407]: method `visit_some` is not a member of trait `ser::Serializer` Sep 04 02:53:21.479 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:449:5 Sep 04 02:53:21.479 INFO kablam! | Sep 04 02:53:21.479 INFO kablam! 449 | / fn visit_some(&mut self, value: V) -> Result<(), ()> Sep 04 02:53:21.479 INFO kablam! 450 | | where V: ser::Serialize, Sep 04 02:53:21.479 INFO kablam! 451 | | { Sep 04 02:53:21.479 INFO kablam! 452 | | value.serialize(self) Sep 04 02:53:21.479 INFO kablam! 453 | | } Sep 04 02:53:21.479 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.479 INFO kablam! Sep 04 02:53:21.479 INFO kablam! error[E0407]: method `visit_unit` is not a member of trait `ser::Serializer` Sep 04 02:53:21.479 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:456:5 Sep 04 02:53:21.479 INFO kablam! | Sep 04 02:53:21.479 INFO kablam! 456 | / fn visit_unit(&mut self) -> Result<(), ()> { Sep 04 02:53:21.479 INFO kablam! 457 | | self.state.push(State::Value(Value::Null)); Sep 04 02:53:21.479 INFO kablam! 458 | | Ok(()) Sep 04 02:53:21.479 INFO kablam! 459 | | } Sep 04 02:53:21.479 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.480 INFO kablam! Sep 04 02:53:21.480 INFO kablam! error[E0407]: method `visit_unit_variant` is not a member of trait `ser::Serializer` Sep 04 02:53:21.480 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:462:5 Sep 04 02:53:21.480 INFO kablam! | Sep 04 02:53:21.480 INFO kablam! 462 | / fn visit_unit_variant(&mut self, Sep 04 02:53:21.480 INFO kablam! 463 | | _name: &str, Sep 04 02:53:21.480 INFO kablam! 464 | | _variant_index: usize, Sep 04 02:53:21.480 INFO kablam! 465 | | variant: &str) -> Result<(), ()> { Sep 04 02:53:21.480 INFO kablam! ... | Sep 04 02:53:21.480 INFO kablam! 471 | | Ok(()) Sep 04 02:53:21.480 INFO kablam! 472 | | } Sep 04 02:53:21.480 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.480 INFO kablam! Sep 04 02:53:21.480 INFO kablam! error[E0407]: method `visit_newtype_variant` is not a member of trait `ser::Serializer` Sep 04 02:53:21.480 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:475:5 Sep 04 02:53:21.480 INFO kablam! | Sep 04 02:53:21.480 INFO kablam! 475 | / fn visit_newtype_variant(&mut self, Sep 04 02:53:21.480 INFO kablam! 476 | | _name: &str, Sep 04 02:53:21.480 INFO kablam! 477 | | _variant_index: usize, Sep 04 02:53:21.480 INFO kablam! 478 | | variant: &str, Sep 04 02:53:21.480 INFO kablam! ... | Sep 04 02:53:21.480 INFO kablam! 487 | | Ok(()) Sep 04 02:53:21.480 INFO kablam! 488 | | } Sep 04 02:53:21.480 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.480 INFO kablam! Sep 04 02:53:21.480 INFO kablam! error[E0407]: method `visit_seq` is not a member of trait `ser::Serializer` Sep 04 02:53:21.480 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:491:5 Sep 04 02:53:21.480 INFO kablam! | Sep 04 02:53:21.480 INFO kablam! 491 | / fn visit_seq(&mut self, mut visitor: V) -> Result<(), ()> Sep 04 02:53:21.480 INFO kablam! 492 | | where V: ser::SeqVisitor, Sep 04 02:53:21.480 INFO kablam! 493 | | { Sep 04 02:53:21.480 INFO kablam! 494 | | let len = visitor.len().unwrap_or(0); Sep 04 02:53:21.480 INFO kablam! ... | Sep 04 02:53:21.480 INFO kablam! 508 | | Ok(()) Sep 04 02:53:21.480 INFO kablam! 509 | | } Sep 04 02:53:21.480 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.481 INFO kablam! Sep 04 02:53:21.481 INFO kablam! error[E0407]: method `visit_tuple_variant` is not a member of trait `ser::Serializer` Sep 04 02:53:21.481 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:512:5 Sep 04 02:53:21.481 INFO kablam! | Sep 04 02:53:21.481 INFO kablam! 512 | / fn visit_tuple_variant(&mut self, Sep 04 02:53:21.481 INFO kablam! 513 | | _name: &str, Sep 04 02:53:21.481 INFO kablam! 514 | | _variant_index: usize, Sep 04 02:53:21.481 INFO kablam! 515 | | variant: &str, Sep 04 02:53:21.481 INFO kablam! ... | Sep 04 02:53:21.481 INFO kablam! 532 | | Ok(()) Sep 04 02:53:21.481 INFO kablam! 533 | | } Sep 04 02:53:21.481 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.481 INFO kablam! Sep 04 02:53:21.484 INFO kablam! error[E0407]: method `visit_seq_elt` is not a member of trait `ser::Serializer` Sep 04 02:53:21.484 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:536:5 Sep 04 02:53:21.484 INFO kablam! | Sep 04 02:53:21.484 INFO kablam! 536 | / fn visit_seq_elt(&mut self, value: T) -> Result<(), ()> Sep 04 02:53:21.484 INFO kablam! 537 | | where T: ser::Serialize, Sep 04 02:53:21.484 INFO kablam! 538 | | { Sep 04 02:53:21.484 INFO kablam! 539 | | try!(value.serialize(self)); Sep 04 02:53:21.484 INFO kablam! ... | Sep 04 02:53:21.484 INFO kablam! 551 | | Ok(()) Sep 04 02:53:21.484 INFO kablam! 552 | | } Sep 04 02:53:21.484 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.484 INFO kablam! Sep 04 02:53:21.485 INFO kablam! error[E0407]: method `visit_map` is not a member of trait `ser::Serializer` Sep 04 02:53:21.485 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:555:5 Sep 04 02:53:21.485 INFO kablam! | Sep 04 02:53:21.485 INFO kablam! 555 | / fn visit_map(&mut self, mut visitor: V) -> Result<(), ()> Sep 04 02:53:21.485 INFO kablam! 556 | | where V: ser::MapVisitor, Sep 04 02:53:21.485 INFO kablam! 557 | | { Sep 04 02:53:21.485 INFO kablam! 558 | | let values = BTreeMap::new(); Sep 04 02:53:21.485 INFO kablam! ... | Sep 04 02:53:21.485 INFO kablam! 571 | | Ok(()) Sep 04 02:53:21.485 INFO kablam! 572 | | } Sep 04 02:53:21.485 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.485 INFO kablam! Sep 04 02:53:21.488 INFO kablam! error[E0407]: method `visit_struct_variant` is not a member of trait `ser::Serializer` Sep 04 02:53:21.488 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:575:5 Sep 04 02:53:21.488 INFO kablam! | Sep 04 02:53:21.488 INFO kablam! 575 | / fn visit_struct_variant(&mut self, Sep 04 02:53:21.488 INFO kablam! 576 | | _name: &str, Sep 04 02:53:21.488 INFO kablam! 577 | | _variant_index: usize, Sep 04 02:53:21.488 INFO kablam! 578 | | variant: &str, Sep 04 02:53:21.488 INFO kablam! ... | Sep 04 02:53:21.488 INFO kablam! 595 | | Ok(()) Sep 04 02:53:21.488 INFO kablam! 596 | | } Sep 04 02:53:21.488 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.488 INFO kablam! Sep 04 02:53:21.491 INFO kablam! error[E0407]: method `visit_map_elt` is not a member of trait `ser::Serializer` Sep 04 02:53:21.491 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:599:5 Sep 04 02:53:21.491 INFO kablam! | Sep 04 02:53:21.491 INFO kablam! 599 | / fn visit_map_elt(&mut self, key: K, value: V) -> Result<(), ()> Sep 04 02:53:21.491 INFO kablam! 600 | | where K: ser::Serialize, Sep 04 02:53:21.491 INFO kablam! 601 | | V: ser::Serialize, Sep 04 02:53:21.492 INFO kablam! 602 | | { Sep 04 02:53:21.492 INFO kablam! ... | Sep 04 02:53:21.492 INFO kablam! 622 | | Ok(()) Sep 04 02:53:21.492 INFO kablam! 623 | | } Sep 04 02:53:21.492 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.492 INFO kablam! Sep 04 02:53:21.492 INFO kablam! error[E0407]: method `format` is not a member of trait `ser::Serializer` Sep 04 02:53:21.492 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:626:5 Sep 04 02:53:21.492 INFO kablam! | Sep 04 02:53:21.492 INFO kablam! 626 | / fn format() -> &'static str { Sep 04 02:53:21.492 INFO kablam! 627 | | "json" Sep 04 02:53:21.492 INFO kablam! 628 | | } Sep 04 02:53:21.492 INFO kablam! | |_____^ not a member of trait `ser::Serializer` Sep 04 02:53:21.492 INFO kablam! Sep 04 02:53:21.492 INFO kablam! error[E0407]: method `visit` is not a member of trait `de::Deserializer` Sep 04 02:53:21.492 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:648:5 Sep 04 02:53:21.492 INFO kablam! | Sep 04 02:53:21.492 INFO kablam! 648 | / fn visit(&mut self, mut visitor: V) -> Result Sep 04 02:53:21.492 INFO kablam! 649 | | where V: de::Visitor, Sep 04 02:53:21.492 INFO kablam! 650 | | { Sep 04 02:53:21.492 INFO kablam! 651 | | let value = match self.value.take() { Sep 04 02:53:21.492 INFO kablam! ... | Sep 04 02:53:21.492 INFO kablam! 680 | | } Sep 04 02:53:21.492 INFO kablam! 681 | | } Sep 04 02:53:21.492 INFO kablam! | |_____^ not a member of trait `de::Deserializer` Sep 04 02:53:21.492 INFO kablam! Sep 04 02:53:21.492 INFO kablam! error[E0407]: method `visit_option` is not a member of trait `de::Deserializer` Sep 04 02:53:21.492 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:684:5 Sep 04 02:53:21.492 INFO kablam! | Sep 04 02:53:21.492 INFO kablam! 684 | / fn visit_option(&mut self, mut visitor: V) -> Result Sep 04 02:53:21.492 INFO kablam! 685 | | where V: de::Visitor, Sep 04 02:53:21.492 INFO kablam! 686 | | { Sep 04 02:53:21.492 INFO kablam! 687 | | match self.value { Sep 04 02:53:21.492 INFO kablam! ... | Sep 04 02:53:21.492 INFO kablam! 691 | | } Sep 04 02:53:21.492 INFO kablam! 692 | | } Sep 04 02:53:21.492 INFO kablam! | |_____^ not a member of trait `de::Deserializer` Sep 04 02:53:21.492 INFO kablam! Sep 04 02:53:21.492 INFO kablam! error[E0407]: method `visit_enum` is not a member of trait `de::Deserializer` Sep 04 02:53:21.492 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:695:5 Sep 04 02:53:21.492 INFO kablam! | Sep 04 02:53:21.492 INFO kablam! 695 | / fn visit_enum(&mut self, Sep 04 02:53:21.492 INFO kablam! 696 | | _name: &str, Sep 04 02:53:21.493 INFO kablam! 697 | | _variants: &'static [&'static str], Sep 04 02:53:21.493 INFO kablam! 698 | | mut visitor: V) -> Result Sep 04 02:53:21.493 INFO kablam! ... | Sep 04 02:53:21.493 INFO kablam! 722 | | } Sep 04 02:53:21.493 INFO kablam! 723 | | } Sep 04 02:53:21.493 INFO kablam! | |_____^ not a member of trait `de::Deserializer` Sep 04 02:53:21.493 INFO kablam! Sep 04 02:53:21.495 INFO kablam! error[E0407]: method `visit_newtype_struct` is not a member of trait `de::Deserializer` Sep 04 02:53:21.495 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:726:5 Sep 04 02:53:21.495 INFO kablam! | Sep 04 02:53:21.495 INFO kablam! 726 | / fn visit_newtype_struct(&mut self, Sep 04 02:53:21.495 INFO kablam! 727 | | _name: &'static str, Sep 04 02:53:21.495 INFO kablam! 728 | | mut visitor: V) -> Result Sep 04 02:53:21.495 INFO kablam! 729 | | where V: de::Visitor, Sep 04 02:53:21.495 INFO kablam! 730 | | { Sep 04 02:53:21.495 INFO kablam! 731 | | visitor.visit_newtype_struct(self) Sep 04 02:53:21.495 INFO kablam! 732 | | } Sep 04 02:53:21.495 INFO kablam! | |_____^ not a member of trait `de::Deserializer` Sep 04 02:53:21.495 INFO kablam! Sep 04 02:53:21.495 INFO kablam! error[E0407]: method `format` is not a member of trait `de::Deserializer` Sep 04 02:53:21.495 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:735:5 Sep 04 02:53:21.495 INFO kablam! | Sep 04 02:53:21.495 INFO kablam! 735 | / fn format() -> &'static str { Sep 04 02:53:21.495 INFO kablam! 736 | | "json" Sep 04 02:53:21.495 INFO kablam! 737 | | } Sep 04 02:53:21.496 INFO kablam! | |_____^ not a member of trait `de::Deserializer` Sep 04 02:53:21.496 INFO kablam! Sep 04 02:53:21.498 INFO kablam! error[E0407]: method `visit` is not a member of trait `de::Deserializer` Sep 04 02:53:21.498 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:815:5 Sep 04 02:53:21.498 INFO kablam! | Sep 04 02:53:21.498 INFO kablam! 815 | / fn visit(&mut self, mut visitor: V) -> Result Sep 04 02:53:21.498 INFO kablam! 816 | | where V: de::Visitor, Sep 04 02:53:21.498 INFO kablam! 817 | | { Sep 04 02:53:21.498 INFO kablam! 818 | | if self.len == 0 { Sep 04 02:53:21.498 INFO kablam! ... | Sep 04 02:53:21.498 INFO kablam! 822 | | } Sep 04 02:53:21.498 INFO kablam! 823 | | } Sep 04 02:53:21.498 INFO kablam! | |_____^ not a member of trait `de::Deserializer` Sep 04 02:53:21.498 INFO kablam! Sep 04 02:53:21.503 INFO kablam! error[E0407]: method `visit` is not a member of trait `de::Deserializer` Sep 04 02:53:21.503 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:904:13 Sep 04 02:53:21.504 INFO kablam! | Sep 04 02:53:21.504 INFO kablam! 904 | / fn visit(&mut self, mut visitor: V) -> Result Sep 04 02:53:21.504 INFO kablam! 905 | | where V: de::Visitor, Sep 04 02:53:21.504 INFO kablam! 906 | | { Sep 04 02:53:21.504 INFO kablam! 907 | | visitor.visit_unit() Sep 04 02:53:21.504 INFO kablam! 908 | | } Sep 04 02:53:21.504 INFO kablam! | |_____________^ not a member of trait `de::Deserializer` Sep 04 02:53:21.504 INFO kablam! Sep 04 02:53:21.504 INFO kablam! error[E0407]: method `visit_option` is not a member of trait `de::Deserializer` Sep 04 02:53:21.504 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:910:13 Sep 04 02:53:21.504 INFO kablam! | Sep 04 02:53:21.504 INFO kablam! 910 | / fn visit_option(&mut self, mut visitor: V) -> Result Sep 04 02:53:21.504 INFO kablam! 911 | | where V: de::Visitor, Sep 04 02:53:21.504 INFO kablam! 912 | | { Sep 04 02:53:21.504 INFO kablam! 913 | | visitor.visit_none() Sep 04 02:53:21.504 INFO kablam! 914 | | } Sep 04 02:53:21.504 INFO kablam! | |_____________^ not a member of trait `de::Deserializer` Sep 04 02:53:21.504 INFO kablam! Sep 04 02:53:21.504 INFO kablam! error[E0407]: method `visit` is not a member of trait `de::Deserializer` Sep 04 02:53:21.504 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:929:5 Sep 04 02:53:21.504 INFO kablam! | Sep 04 02:53:21.504 INFO kablam! 929 | / fn visit(&mut self, mut visitor: V) -> Result Sep 04 02:53:21.504 INFO kablam! 930 | | where V: de::Visitor, Sep 04 02:53:21.505 INFO kablam! 931 | | { Sep 04 02:53:21.505 INFO kablam! 932 | | visitor.visit_map(self) Sep 04 02:53:21.505 INFO kablam! 933 | | } Sep 04 02:53:21.505 INFO kablam! | |_____^ not a member of trait `de::Deserializer` Sep 04 02:53:21.505 INFO kablam! Sep 04 02:53:21.505 INFO kablam! error[E0405]: cannot find trait `EnumVisitor` in module `de` Sep 04 02:53:21.505 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:563:22 Sep 04 02:53:21.505 INFO kablam! | Sep 04 02:53:21.505 INFO kablam! 563 | where V: de::EnumVisitor, Sep 04 02:53:21.505 INFO kablam! | ^^^^^^^^^^^ not found in `de` Sep 04 02:53:21.505 INFO kablam! Sep 04 02:53:21.505 INFO kablam! error[E0405]: cannot find trait `SeqVisitor` in module `de` Sep 04 02:53:21.505 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:612:20 Sep 04 02:53:21.505 INFO kablam! | Sep 04 02:53:21.505 INFO kablam! 612 | impl<'a, Iter> de::SeqVisitor for SeqVisitor<'a, Iter> Sep 04 02:53:21.505 INFO kablam! | ^^^^^^^^^^ did you mean `Visitor`? Sep 04 02:53:21.505 INFO kablam! Sep 04 02:53:21.505 INFO kablam! error[E0405]: cannot find trait `MapVisitor` in module `de` Sep 04 02:53:21.505 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:674:20 Sep 04 02:53:21.505 INFO kablam! | Sep 04 02:53:21.505 INFO kablam! 674 | impl<'a, Iter> de::MapVisitor for MapVisitor<'a, Iter> Sep 04 02:53:21.505 INFO kablam! | ^^^^^^^^^^ did you mean `Visitor`? Sep 04 02:53:21.505 INFO kablam! Sep 04 02:53:21.505 INFO kablam! error[E0405]: cannot find trait `VariantVisitor` in module `de` Sep 04 02:53:21.505 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:747:16 Sep 04 02:53:21.505 INFO kablam! | Sep 04 02:53:21.506 INFO kablam! 747 | impl de::VariantVisitor for Deserializer Sep 04 02:53:21.506 INFO kablam! | ^^^^^^^^^^^^^^ not found in `de` Sep 04 02:53:21.506 INFO kablam! Sep 04 02:53:21.506 INFO kablam! error[E0405]: cannot find trait `SeqVisitor` in module `ser` Sep 04 02:53:21.506 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:202:23 Sep 04 02:53:21.506 INFO kablam! | Sep 04 02:53:21.506 INFO kablam! 202 | where V: ser::SeqVisitor, Sep 04 02:53:21.508 INFO kablam! | ^^^^^^^^^^ not found in `ser` Sep 04 02:53:21.508 INFO kablam! Sep 04 02:53:21.508 INFO kablam! error[E0405]: cannot find trait `SeqVisitor` in module `ser` Sep 04 02:53:21.508 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:227:23 Sep 04 02:53:21.508 INFO kablam! | Sep 04 02:53:21.508 INFO kablam! 227 | where V: ser::SeqVisitor, Sep 04 02:53:21.508 INFO kablam! | ^^^^^^^^^^ not found in `ser` Sep 04 02:53:21.508 INFO kablam! Sep 04 02:53:21.508 INFO kablam! error[E0405]: cannot find trait `MapVisitor` in module `ser` Sep 04 02:53:21.508 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:251:23 Sep 04 02:53:21.508 INFO kablam! | Sep 04 02:53:21.508 INFO kablam! 251 | where V: ser::MapVisitor, Sep 04 02:53:21.508 INFO kablam! | ^^^^^^^^^^ not found in `ser` Sep 04 02:53:21.509 INFO kablam! Sep 04 02:53:21.509 INFO kablam! error[E0405]: cannot find trait `MapVisitor` in module `ser` Sep 04 02:53:21.509 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/ser.rs:275:23 Sep 04 02:53:21.509 INFO kablam! | Sep 04 02:53:21.509 INFO kablam! 275 | where V: ser::MapVisitor, Sep 04 02:53:21.509 INFO kablam! | ^^^^^^^^^^ not found in `ser` Sep 04 02:53:21.509 INFO kablam! Sep 04 02:53:21.509 INFO kablam! error[E0405]: cannot find trait `SeqVisitor` in module `de` Sep 04 02:53:21.509 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:330:30 Sep 04 02:53:21.509 INFO kablam! | Sep 04 02:53:21.509 INFO kablam! 330 | where V: de::SeqVisitor, Sep 04 02:53:21.509 INFO kablam! | ^^^^^^^^^^ did you mean `Visitor`? Sep 04 02:53:21.509 INFO kablam! Sep 04 02:53:21.509 INFO kablam! error[E0405]: cannot find trait `MapVisitor` in module `de` Sep 04 02:53:21.509 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:338:30 Sep 04 02:53:21.509 INFO kablam! | Sep 04 02:53:21.509 INFO kablam! 338 | where V: de::MapVisitor, Sep 04 02:53:21.509 INFO kablam! | ^^^^^^^^^^ did you mean `Visitor`? Sep 04 02:53:21.509 INFO kablam! Sep 04 02:53:21.509 INFO kablam! error[E0405]: cannot find trait `SeqVisitor` in module `ser` Sep 04 02:53:21.509 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:492:23 Sep 04 02:53:21.509 INFO kablam! | Sep 04 02:53:21.509 INFO kablam! 492 | where V: ser::SeqVisitor, Sep 04 02:53:21.509 INFO kablam! | ^^^^^^^^^^ not found in `ser` Sep 04 02:53:21.509 INFO kablam! Sep 04 02:53:21.509 INFO kablam! error[E0405]: cannot find trait `SeqVisitor` in module `ser` Sep 04 02:53:21.509 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:517:23 Sep 04 02:53:21.509 INFO kablam! | Sep 04 02:53:21.509 INFO kablam! 517 | where V: ser::SeqVisitor, Sep 04 02:53:21.510 INFO kablam! | ^^^^^^^^^^ not found in `ser` Sep 04 02:53:21.510 INFO kablam! Sep 04 02:53:21.510 INFO kablam! error[E0405]: cannot find trait `MapVisitor` in module `ser` Sep 04 02:53:21.510 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:556:23 Sep 04 02:53:21.510 INFO kablam! | Sep 04 02:53:21.510 INFO kablam! 556 | where V: ser::MapVisitor, Sep 04 02:53:21.510 INFO kablam! | ^^^^^^^^^^ not found in `ser` Sep 04 02:53:21.510 INFO kablam! Sep 04 02:53:21.510 INFO kablam! error[E0405]: cannot find trait `MapVisitor` in module `ser` Sep 04 02:53:21.510 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:580:23 Sep 04 02:53:21.510 INFO kablam! | Sep 04 02:53:21.510 INFO kablam! 580 | where V: ser::MapVisitor, Sep 04 02:53:21.510 INFO kablam! | ^^^^^^^^^^ not found in `ser` Sep 04 02:53:21.510 INFO kablam! Sep 04 02:53:21.510 INFO kablam! error[E0405]: cannot find trait `EnumVisitor` in module `de` Sep 04 02:53:21.510 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:699:22 Sep 04 02:53:21.510 INFO kablam! | Sep 04 02:53:21.510 INFO kablam! 699 | where V: de::EnumVisitor, Sep 04 02:53:21.510 INFO kablam! | ^^^^^^^^^^^ not found in `de` Sep 04 02:53:21.510 INFO kablam! Sep 04 02:53:21.510 INFO kablam! error[E0405]: cannot find trait `VariantVisitor` in module `de` Sep 04 02:53:21.510 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:746:14 Sep 04 02:53:21.510 INFO kablam! | Sep 04 02:53:21.510 INFO kablam! 746 | impl<'a> de::VariantVisitor for VariantDeserializer<'a> { Sep 04 02:53:21.510 INFO kablam! | ^^^^^^^^^^^^^^ not found in `de` Sep 04 02:53:21.510 INFO kablam! Sep 04 02:53:21.511 INFO kablam! error[E0405]: cannot find trait `SeqVisitor` in module `de` Sep 04 02:53:21.511 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:826:14 Sep 04 02:53:21.511 INFO kablam! | Sep 04 02:53:21.511 INFO kablam! 826 | impl<'a> de::SeqVisitor for SeqDeserializer<'a> { Sep 04 02:53:21.511 INFO kablam! | ^^^^^^^^^^ did you mean `Visitor`? Sep 04 02:53:21.511 INFO kablam! Sep 04 02:53:21.511 INFO kablam! error[E0405]: cannot find trait `MapVisitor` in module `de` Sep 04 02:53:21.512 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:862:14 Sep 04 02:53:21.512 INFO kablam! | Sep 04 02:53:21.512 INFO kablam! 862 | impl<'a> de::MapVisitor for MapDeserializer<'a> { Sep 04 02:53:21.512 INFO kablam! | ^^^^^^^^^^ did you mean `Visitor`? Sep 04 02:53:21.512 INFO kablam! Sep 04 02:53:21.512 INFO kablam! error[E0603]: module `impls` is private Sep 04 02:53:21.512 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:332:35 Sep 04 02:53:21.512 INFO kablam! | Sep 04 02:53:21.512 INFO kablam! 332 | let values = try!(de::impls::VecVisitor::new().visit_seq(visitor)); Sep 04 02:53:21.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:53:21.512 INFO kablam! Sep 04 02:53:21.512 INFO kablam! error[E0603]: module `impls` is private Sep 04 02:53:21.512 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:340:35 Sep 04 02:53:21.512 INFO kablam! | Sep 04 02:53:21.512 INFO kablam! 340 | let values = try!(de::impls::BTreeMapVisitor::new().visit_map(visitor)); Sep 04 02:53:21.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:53:21.512 INFO kablam! Sep 04 02:53:21.537 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.537 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:110:18 Sep 04 02:53:21.537 INFO kablam! | Sep 04 02:53:21.537 INFO kablam! 110 | where V: de::Visitor, Sep 04 02:53:21.537 INFO kablam! | ^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.537 INFO kablam! Sep 04 02:53:21.537 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.537 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:178:18 Sep 04 02:53:21.537 INFO kablam! | Sep 04 02:53:21.538 INFO kablam! 178 | where V: de::Visitor, Sep 04 02:53:21.538 INFO kablam! | ^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.538 INFO kablam! Sep 04 02:53:21.538 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.538 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:231:18 Sep 04 02:53:21.538 INFO kablam! | Sep 04 02:53:21.538 INFO kablam! 231 | where V: de::Visitor, Sep 04 02:53:21.538 INFO kablam! | ^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.538 INFO kablam! Sep 04 02:53:21.538 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.538 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:266:18 Sep 04 02:53:21.538 INFO kablam! | Sep 04 02:53:21.539 INFO kablam! 266 | where V: de::Visitor, Sep 04 02:53:21.539 INFO kablam! | ^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.539 INFO kablam! Sep 04 02:53:21.539 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.539 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:298:18 Sep 04 02:53:21.539 INFO kablam! | Sep 04 02:53:21.539 INFO kablam! 298 | where V: de::Visitor, Sep 04 02:53:21.539 INFO kablam! | ^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.539 INFO kablam! Sep 04 02:53:21.539 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.539 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:343:18 Sep 04 02:53:21.539 INFO kablam! | Sep 04 02:53:21.539 INFO kablam! 343 | where V: de::Visitor, Sep 04 02:53:21.539 INFO kablam! | ^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.539 INFO kablam! Sep 04 02:53:21.539 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.539 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:515:12 Sep 04 02:53:21.539 INFO kablam! | Sep 04 02:53:21.539 INFO kablam! 515 | impl de::Deserializer for Deserializer Sep 04 02:53:21.539 INFO kablam! | ^^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.539 INFO kablam! Sep 04 02:53:21.539 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.539 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:522:18 Sep 04 02:53:21.539 INFO kablam! | Sep 04 02:53:21.539 INFO kablam! 522 | where V: de::Visitor, Sep 04 02:53:21.539 INFO kablam! | ^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.539 INFO kablam! Sep 04 02:53:21.539 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.539 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:530:18 Sep 04 02:53:21.539 INFO kablam! | Sep 04 02:53:21.539 INFO kablam! 530 | where V: de::Visitor, Sep 04 02:53:21.539 INFO kablam! | ^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.539 INFO kablam! Sep 04 02:53:21.539 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.540 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:551:18 Sep 04 02:53:21.540 INFO kablam! | Sep 04 02:53:21.540 INFO kablam! 551 | where V: de::Visitor, Sep 04 02:53:21.540 INFO kablam! | ^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.540 INFO kablam! Sep 04 02:53:21.540 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.540 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:618:18 Sep 04 02:53:21.540 INFO kablam! | Sep 04 02:53:21.540 INFO kablam! 618 | where T: de::Deserialize, Sep 04 02:53:21.540 INFO kablam! | ^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.540 INFO kablam! Sep 04 02:53:21.540 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.540 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:680:18 Sep 04 02:53:21.540 INFO kablam! | Sep 04 02:53:21.540 INFO kablam! 680 | where K: de::Deserialize, Sep 04 02:53:21.540 INFO kablam! | ^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.540 INFO kablam! Sep 04 02:53:21.540 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.540 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:718:18 Sep 04 02:53:21.540 INFO kablam! | Sep 04 02:53:21.540 INFO kablam! 718 | where V: de::Deserialize, Sep 04 02:53:21.540 INFO kablam! | ^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.540 INFO kablam! Sep 04 02:53:21.540 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.540 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:740:18 Sep 04 02:53:21.540 INFO kablam! | Sep 04 02:53:21.540 INFO kablam! 740 | where V: de::Deserialize, Sep 04 02:53:21.540 INFO kablam! | ^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.541 INFO kablam! Sep 04 02:53:21.541 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.541 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:753:18 Sep 04 02:53:21.541 INFO kablam! | Sep 04 02:53:21.541 INFO kablam! 753 | where V: de::Deserialize Sep 04 02:53:21.541 INFO kablam! | ^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.541 INFO kablam! Sep 04 02:53:21.541 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.541 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:765:18 Sep 04 02:53:21.541 INFO kablam! | Sep 04 02:53:21.541 INFO kablam! 765 | where T: de::Deserialize, Sep 04 02:53:21.541 INFO kablam! | ^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.541 INFO kablam! Sep 04 02:53:21.541 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.541 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:773:18 Sep 04 02:53:21.541 INFO kablam! | Sep 04 02:53:21.541 INFO kablam! 773 | where V: de::Visitor, Sep 04 02:53:21.541 INFO kablam! | ^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.541 INFO kablam! Sep 04 02:53:21.541 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.541 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:781:18 Sep 04 02:53:21.541 INFO kablam! | Sep 04 02:53:21.541 INFO kablam! 781 | where V: de::Visitor, Sep 04 02:53:21.541 INFO kablam! | ^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.541 INFO kablam! Sep 04 02:53:21.541 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.541 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:790:14 Sep 04 02:53:21.541 INFO kablam! | Sep 04 02:53:21.541 INFO kablam! 790 | T: de::Deserialize, Sep 04 02:53:21.542 INFO kablam! | ^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.542 INFO kablam! Sep 04 02:53:21.542 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.542 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:803:14 Sep 04 02:53:21.542 INFO kablam! | Sep 04 02:53:21.542 INFO kablam! 803 | T: de::Deserialize, Sep 04 02:53:21.542 INFO kablam! | ^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.542 INFO kablam! Sep 04 02:53:21.542 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.542 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:810:14 Sep 04 02:53:21.542 INFO kablam! | Sep 04 02:53:21.542 INFO kablam! 810 | where T: de::Deserialize Sep 04 02:53:21.542 INFO kablam! | ^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.542 INFO kablam! Sep 04 02:53:21.542 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.542 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/de.rs:817:14 Sep 04 02:53:21.542 INFO kablam! | Sep 04 02:53:21.542 INFO kablam! 817 | where T: de::Deserialize Sep 04 02:53:21.542 INFO kablam! | ^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.542 INFO kablam! Sep 04 02:53:21.542 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.542 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:265:6 Sep 04 02:53:21.542 INFO kablam! | Sep 04 02:53:21.542 INFO kablam! 265 | impl de::Deserialize for Value { Sep 04 02:53:21.542 INFO kablam! | ^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.542 INFO kablam! Sep 04 02:53:21.542 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.542 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:268:18 Sep 04 02:53:21.542 INFO kablam! | Sep 04 02:53:21.543 INFO kablam! 268 | where D: de::Deserializer, Sep 04 02:53:21.543 INFO kablam! | ^^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.543 INFO kablam! Sep 04 02:53:21.543 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.544 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:272:14 Sep 04 02:53:21.544 INFO kablam! | Sep 04 02:53:21.544 INFO kablam! 272 | impl de::Visitor for ValueVisitor { Sep 04 02:53:21.544 INFO kablam! | ^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.544 INFO kablam! Sep 04 02:53:21.544 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.544 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:318:26 Sep 04 02:53:21.544 INFO kablam! | Sep 04 02:53:21.544 INFO kablam! 318 | where D: de::Deserializer, Sep 04 02:53:21.544 INFO kablam! | ^^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.544 INFO kablam! Sep 04 02:53:21.544 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.544 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:644:6 Sep 04 02:53:21.544 INFO kablam! | Sep 04 02:53:21.544 INFO kablam! 644 | impl de::Deserializer for Deserializer { Sep 04 02:53:21.544 INFO kablam! | ^^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.544 INFO kablam! Sep 04 02:53:21.545 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.545 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:649:18 Sep 04 02:53:21.545 INFO kablam! | Sep 04 02:53:21.545 INFO kablam! 649 | where V: de::Visitor, Sep 04 02:53:21.545 INFO kablam! | ^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.545 INFO kablam! Sep 04 02:53:21.545 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.545 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:685:18 Sep 04 02:53:21.545 INFO kablam! | Sep 04 02:53:21.545 INFO kablam! 685 | where V: de::Visitor, Sep 04 02:53:21.545 INFO kablam! | ^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.545 INFO kablam! Sep 04 02:53:21.545 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.545 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:729:18 Sep 04 02:53:21.545 INFO kablam! | Sep 04 02:53:21.545 INFO kablam! 729 | where V: de::Visitor, Sep 04 02:53:21.545 INFO kablam! | ^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.545 INFO kablam! Sep 04 02:53:21.545 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.545 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:750:18 Sep 04 02:53:21.545 INFO kablam! | Sep 04 02:53:21.545 INFO kablam! 750 | where V: de::Deserialize, Sep 04 02:53:21.545 INFO kablam! | ^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.545 INFO kablam! Sep 04 02:53:21.546 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.546 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:760:18 Sep 04 02:53:21.546 INFO kablam! | Sep 04 02:53:21.546 INFO kablam! 760 | where T: de::Deserialize, Sep 04 02:53:21.546 INFO kablam! | ^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.546 INFO kablam! Sep 04 02:53:21.546 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.546 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:768:18 Sep 04 02:53:21.546 INFO kablam! | Sep 04 02:53:21.546 INFO kablam! 768 | where V: de::Visitor, Sep 04 02:53:21.546 INFO kablam! | ^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.546 INFO kablam! Sep 04 02:53:21.546 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.547 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:787:18 Sep 04 02:53:21.548 INFO kablam! | Sep 04 02:53:21.548 INFO kablam! 787 | where V: de::Visitor, Sep 04 02:53:21.548 INFO kablam! | ^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.548 INFO kablam! Sep 04 02:53:21.548 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.548 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:811:10 Sep 04 02:53:21.548 INFO kablam! | Sep 04 02:53:21.548 INFO kablam! 811 | impl<'a> de::Deserializer for SeqDeserializer<'a> { Sep 04 02:53:21.548 INFO kablam! | ^^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.548 INFO kablam! Sep 04 02:53:21.548 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.548 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:816:18 Sep 04 02:53:21.548 INFO kablam! | Sep 04 02:53:21.548 INFO kablam! 816 | where V: de::Visitor, Sep 04 02:53:21.548 INFO kablam! | ^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.549 INFO kablam! Sep 04 02:53:21.549 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.549 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:830:18 Sep 04 02:53:21.549 INFO kablam! | Sep 04 02:53:21.549 INFO kablam! 830 | where T: de::Deserialize Sep 04 02:53:21.549 INFO kablam! | ^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.549 INFO kablam! Sep 04 02:53:21.549 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.549 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:866:18 Sep 04 02:53:21.549 INFO kablam! | Sep 04 02:53:21.549 INFO kablam! 866 | where T: de::Deserialize Sep 04 02:53:21.549 INFO kablam! | ^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.549 INFO kablam! Sep 04 02:53:21.549 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.549 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:880:18 Sep 04 02:53:21.549 INFO kablam! | Sep 04 02:53:21.549 INFO kablam! 880 | where T: de::Deserialize Sep 04 02:53:21.549 INFO kablam! | ^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.549 INFO kablam! Sep 04 02:53:21.549 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.549 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:896:18 Sep 04 02:53:21.549 INFO kablam! | Sep 04 02:53:21.549 INFO kablam! 896 | where V: de::Deserialize, Sep 04 02:53:21.549 INFO kablam! | ^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.549 INFO kablam! Sep 04 02:53:21.549 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.549 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:901:14 Sep 04 02:53:21.549 INFO kablam! | Sep 04 02:53:21.549 INFO kablam! 901 | impl de::Deserializer for UnitDeserializer { Sep 04 02:53:21.549 INFO kablam! | ^^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.549 INFO kablam! Sep 04 02:53:21.549 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.550 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:905:26 Sep 04 02:53:21.550 INFO kablam! | Sep 04 02:53:21.550 INFO kablam! 905 | where V: de::Visitor, Sep 04 02:53:21.550 INFO kablam! | ^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.550 INFO kablam! Sep 04 02:53:21.550 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.550 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:911:26 Sep 04 02:53:21.550 INFO kablam! | Sep 04 02:53:21.550 INFO kablam! 911 | where V: de::Visitor, Sep 04 02:53:21.550 INFO kablam! | ^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.550 INFO kablam! Sep 04 02:53:21.550 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.550 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:925:10 Sep 04 02:53:21.550 INFO kablam! | Sep 04 02:53:21.550 INFO kablam! 925 | impl<'a> de::Deserializer for MapDeserializer<'a> { Sep 04 02:53:21.550 INFO kablam! | ^^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.550 INFO kablam! Sep 04 02:53:21.550 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.550 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:930:18 Sep 04 02:53:21.550 INFO kablam! | Sep 04 02:53:21.550 INFO kablam! 930 | where V: de::Visitor, Sep 04 02:53:21.550 INFO kablam! | ^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.550 INFO kablam! Sep 04 02:53:21.550 INFO kablam! error[E0106]: missing lifetime specifier Sep 04 02:53:21.550 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_json-0.5.1/src/value.rs:947:14 Sep 04 02:53:21.550 INFO kablam! | Sep 04 02:53:21.550 INFO kablam! 947 | where T: de::Deserialize Sep 04 02:53:21.550 INFO kablam! | ^^^^^^^^^^^^^^^ expected lifetime parameter Sep 04 02:53:21.550 INFO kablam! Sep 04 02:53:21.551 INFO kablam! error: aborting due to 132 previous errors Sep 04 02:53:21.551 INFO kablam! Sep 04 02:53:21.551 INFO kablam! Some errors occurred: E0106, E0405, E0407, E0432, E0433, E0603. Sep 04 02:53:21.551 INFO kablam! For more information about an error, try `rustc --explain E0106`. Sep 04 02:53:21.557 INFO kablam! error: Could not compile `serde_json`. Sep 04 02:53:21.557 INFO kablam! Sep 04 02:53:21.557 INFO kablam! To learn more, run the command again with --verbose. Sep 04 02:53:21.558 INFO kablam! su: No module specific data is present Sep 04 02:53:22.039 INFO running `"docker" "rm" "-f" "dd1f5d5e55354b6ee504d032f53e758c069a2a58e4dd3f32a114912c694c29c6"` Sep 04 02:53:22.212 INFO blam! dd1f5d5e55354b6ee504d032f53e758c069a2a58e4dd3f32a114912c694c29c6