Sep 02 05:39:37.063 INFO checking oplog-0.3.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 05:39:37.063 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 05:39:37.063 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 05:39:37.218 INFO blam! 5dc57437e3f718560d545d5859f9ccb423e13ef93402301c19d5079cf62e0e8b Sep 02 05:39:37.223 INFO running `"docker" "start" "-a" "5dc57437e3f718560d545d5859f9ccb423e13ef93402301c19d5079cf62e0e8b"` Sep 02 05:39:37.967 INFO kablam! Checking bson v0.12.3 Sep 02 05:39:37.967 INFO kablam! Checking bson v0.10.0 Sep 02 05:39:37.967 INFO kablam! Checking textnonce v0.6.4 Sep 02 05:39:37.969 INFO kablam! Checking scan_fmt v0.1.3 Sep 02 05:39:41.142 INFO kablam! Checking mongodb v0.3.10 Sep 02 05:39:46.325 INFO kablam! Checking oplog v0.3.0 (file:///source) Sep 02 05:39:48.506 INFO kablam! warning: unused `#[macro_use]` import Sep 02 05:39:48.506 INFO kablam! --> src/lib.rs:51:1 Sep 02 05:39:48.507 INFO kablam! | Sep 02 05:39:48.507 INFO kablam! 51 | #[macro_use] Sep 02 05:39:48.507 INFO kablam! | ^^^^^^^^^^^^ Sep 02 05:39:48.507 INFO kablam! | Sep 02 05:39:48.507 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 05:39:48.507 INFO kablam! Sep 02 05:39:49.258 INFO kablam! error[E0308]: mismatched types Sep 02 05:39:49.258 INFO kablam! --> src/oplog.rs:31:61 Sep 02 05:39:49.258 INFO kablam! | Sep 02 05:39:49.258 INFO kablam! 31 | Some(Ok(document)) => return Operation::new(&document).ok(), Sep 02 05:39:49.258 INFO kablam! | ^^^^^^^^^ expected struct `bson::ordered::OrderedDocument`, found a different struct `bson::ordered::OrderedDocument` Sep 02 05:39:49.259 INFO kablam! | Sep 02 05:39:49.259 INFO kablam! = note: expected type `&bson::ordered::OrderedDocument` (struct `bson::ordered::OrderedDocument`) Sep 02 05:39:49.259 INFO kablam! found type `&bson::ordered::OrderedDocument` (struct `bson::ordered::OrderedDocument`) Sep 02 05:39:49.259 INFO kablam! note: Perhaps two different versions of crate `bson` are being used? Sep 02 05:39:49.259 INFO kablam! --> src/oplog.rs:31:61 Sep 02 05:39:49.259 INFO kablam! | Sep 02 05:39:49.259 INFO kablam! 31 | Some(Ok(document)) => return Operation::new(&document).ok(), Sep 02 05:39:49.259 INFO kablam! | ^^^^^^^^^ Sep 02 05:39:49.259 INFO kablam! Sep 02 05:39:49.477 INFO kablam! error[E0308]: mismatched types Sep 02 05:39:49.478 INFO kablam! --> src/oplog.rs:31:61 Sep 02 05:39:49.478 INFO kablam! | Sep 02 05:39:49.478 INFO kablam! 31 | Some(Ok(document)) => return Operation::new(&document).ok(), Sep 02 05:39:49.478 INFO kablam! | ^^^^^^^^^ expected struct `bson::ordered::OrderedDocument`, found a different struct `bson::ordered::OrderedDocument` Sep 02 05:39:49.478 INFO kablam! | Sep 02 05:39:49.478 INFO kablam! = note: expected type `&bson::ordered::OrderedDocument` (struct `bson::ordered::OrderedDocument`) Sep 02 05:39:49.478 INFO kablam! found type `&bson::ordered::OrderedDocument` (struct `bson::ordered::OrderedDocument`) Sep 02 05:39:49.478 INFO kablam! note: Perhaps two different versions of crate `bson` are being used? Sep 02 05:39:49.478 INFO kablam! --> src/oplog.rs:31:61 Sep 02 05:39:49.478 INFO kablam! | Sep 02 05:39:49.478 INFO kablam! 31 | Some(Ok(document)) => return Operation::new(&document).ok(), Sep 02 05:39:49.478 INFO kablam! | ^^^^^^^^^ Sep 02 05:39:49.478 INFO kablam! Sep 02 05:39:49.507 INFO kablam! error[E0308]: mismatched types Sep 02 05:39:49.507 INFO kablam! --> src/oplog.rs:111:32 Sep 02 05:39:49.508 INFO kablam! | Sep 02 05:39:49.508 INFO kablam! 111 | let cursor = coll.find(self.filter.clone(), Some(opts))?; Sep 02 05:39:49.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `bson::ordered::OrderedDocument`, found a different struct `bson::ordered::OrderedDocument` Sep 02 05:39:49.508 INFO kablam! | Sep 02 05:39:49.508 INFO kablam! = note: expected type `std::option::Option` (struct `bson::ordered::OrderedDocument`) Sep 02 05:39:49.508 INFO kablam! found type `std::option::Option` (struct `bson::ordered::OrderedDocument`) Sep 02 05:39:49.508 INFO kablam! note: Perhaps two different versions of crate `bson` are being used? Sep 02 05:39:49.508 INFO kablam! --> src/oplog.rs:111:32 Sep 02 05:39:49.508 INFO kablam! | Sep 02 05:39:49.508 INFO kablam! 111 | let cursor = coll.find(self.filter.clone(), Some(opts))?; Sep 02 05:39:49.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 02 05:39:49.508 INFO kablam! Sep 02 05:39:49.515 INFO kablam! error: aborting due to 2 previous errors Sep 02 05:39:49.515 INFO kablam! Sep 02 05:39:49.515 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 02 05:39:49.525 INFO kablam! error: Could not compile `oplog`. Sep 02 05:39:49.525 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 05:39:49.792 INFO kablam! error[E0308]: mismatched types Sep 02 05:39:49.792 INFO kablam! --> src/oplog.rs:111:32 Sep 02 05:39:49.792 INFO kablam! | Sep 02 05:39:49.792 INFO kablam! 111 | let cursor = coll.find(self.filter.clone(), Some(opts))?; Sep 02 05:39:49.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `bson::ordered::OrderedDocument`, found a different struct `bson::ordered::OrderedDocument` Sep 02 05:39:49.792 INFO kablam! | Sep 02 05:39:49.792 INFO kablam! = note: expected type `std::option::Option` (struct `bson::ordered::OrderedDocument`) Sep 02 05:39:49.792 INFO kablam! found type `std::option::Option` (struct `bson::ordered::OrderedDocument`) Sep 02 05:39:49.792 INFO kablam! note: Perhaps two different versions of crate `bson` are being used? Sep 02 05:39:49.792 INFO kablam! --> src/oplog.rs:111:32 Sep 02 05:39:49.792 INFO kablam! | Sep 02 05:39:49.792 INFO kablam! 111 | let cursor = coll.find(self.filter.clone(), Some(opts))?; Sep 02 05:39:49.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 02 05:39:49.792 INFO kablam! Sep 02 05:39:49.803 INFO kablam! error: aborting due to 2 previous errors Sep 02 05:39:49.803 INFO kablam! Sep 02 05:39:49.803 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 02 05:39:49.824 INFO kablam! error: Could not compile `oplog`. Sep 02 05:39:49.824 INFO kablam! Sep 02 05:39:49.824 INFO kablam! To learn more, run the command again with --verbose. Sep 02 05:39:49.826 INFO kablam! su: No module specific data is present Sep 02 05:39:50.294 INFO running `"docker" "rm" "-f" "5dc57437e3f718560d545d5859f9ccb423e13ef93402301c19d5079cf62e0e8b"` Sep 02 05:39:50.389 INFO blam! 5dc57437e3f718560d545d5859f9ccb423e13ef93402301c19d5079cf62e0e8b