Sep 06 02:55:43.587 INFO checking oplog-0.3.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 02:55:43.587 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 02:55:43.587 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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=1000" "-e" "CMD=cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 02:55:43.715 INFO blam! 380cee1e0d603ab0905d676eb901607cafb1d2b9418d34c82c30dfd0c6cbe274 Sep 06 02:55:43.717 INFO running `"docker" "start" "-a" "380cee1e0d603ab0905d676eb901607cafb1d2b9418d34c82c30dfd0c6cbe274"` Sep 06 02:55:45.255 INFO kablam! usermod: no changes Sep 06 02:55:45.366 INFO kablam! Checking semver v0.8.0 Sep 06 02:55:45.368 INFO kablam! Checking bson v0.12.3 Sep 06 02:55:45.368 INFO kablam! Checking bson v0.10.0 Sep 06 02:55:45.368 INFO kablam! Checking textnonce v0.6.4 Sep 06 02:55:45.368 INFO kablam! Checking scan_fmt v0.1.3 Sep 06 02:55:47.293 INFO kablam! Checking mongodb v0.3.10 Sep 06 02:55:50.762 INFO kablam! Checking oplog v0.3.0 (file:///source) Sep 06 02:55:51.908 INFO kablam! warning: unused `#[macro_use]` import Sep 06 02:55:51.908 INFO kablam! --> src/lib.rs:51:1 Sep 06 02:55:51.908 INFO kablam! | Sep 06 02:55:51.908 INFO kablam! 51 | #[macro_use] Sep 06 02:55:51.908 INFO kablam! | ^^^^^^^^^^^^ Sep 06 02:55:51.908 INFO kablam! | Sep 06 02:55:51.908 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 02:55:51.908 INFO kablam! Sep 06 02:55:52.167 INFO kablam! error[E0308]: mismatched types Sep 06 02:55:52.167 INFO kablam! --> src/oplog.rs:31:61 Sep 06 02:55:52.167 INFO kablam! | Sep 06 02:55:52.167 INFO kablam! 31 | Some(Ok(document)) => return Operation::new(&document).ok(), Sep 06 02:55:52.167 INFO kablam! | ^^^^^^^^^ expected struct `bson::ordered::OrderedDocument`, found a different struct `bson::ordered::OrderedDocument` Sep 06 02:55:52.167 INFO kablam! | Sep 06 02:55:52.167 INFO kablam! = note: expected type `&bson::ordered::OrderedDocument` (struct `bson::ordered::OrderedDocument`) Sep 06 02:55:52.167 INFO kablam! found type `&bson::ordered::OrderedDocument` (struct `bson::ordered::OrderedDocument`) Sep 06 02:55:52.167 INFO kablam! note: Perhaps two different versions of crate `bson` are being used? Sep 06 02:55:52.167 INFO kablam! --> src/oplog.rs:31:61 Sep 06 02:55:52.167 INFO kablam! | Sep 06 02:55:52.167 INFO kablam! 31 | Some(Ok(document)) => return Operation::new(&document).ok(), Sep 06 02:55:52.167 INFO kablam! | ^^^^^^^^^ Sep 06 02:55:52.168 INFO kablam! Sep 06 02:55:52.303 INFO kablam! error[E0308]: mismatched types Sep 06 02:55:52.303 INFO kablam! --> src/oplog.rs:31:61 Sep 06 02:55:52.303 INFO kablam! | Sep 06 02:55:52.303 INFO kablam! 31 | Some(Ok(document)) => return Operation::new(&document).ok(), Sep 06 02:55:52.303 INFO kablam! | ^^^^^^^^^ expected struct `bson::ordered::OrderedDocument`, found a different struct `bson::ordered::OrderedDocument` Sep 06 02:55:52.303 INFO kablam! | Sep 06 02:55:52.303 INFO kablam! = note: expected type `&bson::ordered::OrderedDocument` (struct `bson::ordered::OrderedDocument`) Sep 06 02:55:52.303 INFO kablam! found type `&bson::ordered::OrderedDocument` (struct `bson::ordered::OrderedDocument`) Sep 06 02:55:52.303 INFO kablam! note: Perhaps two different versions of crate `bson` are being used? Sep 06 02:55:52.303 INFO kablam! --> src/oplog.rs:31:61 Sep 06 02:55:52.303 INFO kablam! | Sep 06 02:55:52.303 INFO kablam! 31 | Some(Ok(document)) => return Operation::new(&document).ok(), Sep 06 02:55:52.303 INFO kablam! | ^^^^^^^^^ Sep 06 02:55:52.303 INFO kablam! Sep 06 02:55:52.328 INFO kablam! error[E0308]: mismatched types Sep 06 02:55:52.328 INFO kablam! --> src/oplog.rs:111:32 Sep 06 02:55:52.328 INFO kablam! | Sep 06 02:55:52.328 INFO kablam! 111 | let cursor = coll.find(self.filter.clone(), Some(opts))?; Sep 06 02:55:52.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `bson::ordered::OrderedDocument`, found a different struct `bson::ordered::OrderedDocument` Sep 06 02:55:52.328 INFO kablam! | Sep 06 02:55:52.328 INFO kablam! = note: expected type `std::option::Option` (struct `bson::ordered::OrderedDocument`) Sep 06 02:55:52.328 INFO kablam! found type `std::option::Option` (struct `bson::ordered::OrderedDocument`) Sep 06 02:55:52.328 INFO kablam! note: Perhaps two different versions of crate `bson` are being used? Sep 06 02:55:52.328 INFO kablam! --> src/oplog.rs:111:32 Sep 06 02:55:52.328 INFO kablam! | Sep 06 02:55:52.328 INFO kablam! 111 | let cursor = coll.find(self.filter.clone(), Some(opts))?; Sep 06 02:55:52.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 06 02:55:52.328 INFO kablam! Sep 06 02:55:52.334 INFO kablam! error: aborting due to 2 previous errors Sep 06 02:55:52.334 INFO kablam! Sep 06 02:55:52.334 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 06 02:55:52.344 INFO kablam! error: Could not compile `oplog`. Sep 06 02:55:52.344 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 02:55:52.465 INFO kablam! error[E0308]: mismatched types Sep 06 02:55:52.465 INFO kablam! --> src/oplog.rs:111:32 Sep 06 02:55:52.465 INFO kablam! | Sep 06 02:55:52.465 INFO kablam! 111 | let cursor = coll.find(self.filter.clone(), Some(opts))?; Sep 06 02:55:52.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `bson::ordered::OrderedDocument`, found a different struct `bson::ordered::OrderedDocument` Sep 06 02:55:52.465 INFO kablam! | Sep 06 02:55:52.465 INFO kablam! = note: expected type `std::option::Option` (struct `bson::ordered::OrderedDocument`) Sep 06 02:55:52.465 INFO kablam! found type `std::option::Option` (struct `bson::ordered::OrderedDocument`) Sep 06 02:55:52.465 INFO kablam! note: Perhaps two different versions of crate `bson` are being used? Sep 06 02:55:52.465 INFO kablam! --> src/oplog.rs:111:32 Sep 06 02:55:52.465 INFO kablam! | Sep 06 02:55:52.465 INFO kablam! 111 | let cursor = coll.find(self.filter.clone(), Some(opts))?; Sep 06 02:55:52.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 06 02:55:52.465 INFO kablam! Sep 06 02:55:52.472 INFO kablam! error: aborting due to 2 previous errors Sep 06 02:55:52.472 INFO kablam! Sep 06 02:55:52.472 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 06 02:55:52.485 INFO kablam! error: Could not compile `oplog`. Sep 06 02:55:52.485 INFO kablam! Sep 06 02:55:52.485 INFO kablam! To learn more, run the command again with --verbose. Sep 06 02:55:52.487 INFO kablam! su: No module specific data is present Sep 06 02:55:52.971 INFO running `"docker" "rm" "-f" "380cee1e0d603ab0905d676eb901607cafb1d2b9418d34c82c30dfd0c6cbe274"` Sep 06 02:55:53.054 INFO blam! 380cee1e0d603ab0905d676eb901607cafb1d2b9418d34c82c30dfd0c6cbe274