Sep 04 09:02:16.420 INFO checking oplog-0.3.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 09:02:16.420 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 09:02:16.420 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 09:02:16.593 INFO blam! aec76a351e77d065ceb1471be74f3ab354d629db37df4c237c76bacb92447673 Sep 04 09:02:16.595 INFO running `"docker" "start" "-a" "aec76a351e77d065ceb1471be74f3ab354d629db37df4c237c76bacb92447673"` Sep 04 09:02:17.528 INFO kablam! Checking bson v0.12.3 Sep 04 09:02:17.528 INFO kablam! Checking bson v0.10.0 Sep 04 09:02:17.528 INFO kablam! Checking scan_fmt v0.1.3 Sep 04 09:02:17.528 INFO kablam! Checking textnonce v0.6.4 Sep 04 09:02:20.953 INFO kablam! Checking mongodb v0.3.10 Sep 04 09:02:26.329 INFO kablam! Checking oplog v0.3.0 (file:///source) Sep 04 09:02:28.680 INFO kablam! warning: unused `#[macro_use]` import Sep 04 09:02:28.680 INFO kablam! --> src/lib.rs:51:1 Sep 04 09:02:28.680 INFO kablam! | Sep 04 09:02:28.680 INFO kablam! 51 | #[macro_use] Sep 04 09:02:28.680 INFO kablam! | ^^^^^^^^^^^^ Sep 04 09:02:28.680 INFO kablam! | Sep 04 09:02:28.680 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 09:02:28.680 INFO kablam! Sep 04 09:02:29.396 INFO kablam! error[E0308]: mismatched types Sep 04 09:02:29.396 INFO kablam! --> src/oplog.rs:31:61 Sep 04 09:02:29.396 INFO kablam! | Sep 04 09:02:29.396 INFO kablam! 31 | Some(Ok(document)) => return Operation::new(&document).ok(), Sep 04 09:02:29.396 INFO kablam! | ^^^^^^^^^ expected struct `bson::ordered::OrderedDocument`, found a different struct `bson::ordered::OrderedDocument` Sep 04 09:02:29.396 INFO kablam! | Sep 04 09:02:29.397 INFO kablam! = note: expected type `&bson::ordered::OrderedDocument` (struct `bson::ordered::OrderedDocument`) Sep 04 09:02:29.397 INFO kablam! found type `&bson::ordered::OrderedDocument` (struct `bson::ordered::OrderedDocument`) Sep 04 09:02:29.397 INFO kablam! note: Perhaps two different versions of crate `bson` are being used? Sep 04 09:02:29.397 INFO kablam! --> src/oplog.rs:31:61 Sep 04 09:02:29.397 INFO kablam! | Sep 04 09:02:29.397 INFO kablam! 31 | Some(Ok(document)) => return Operation::new(&document).ok(), Sep 04 09:02:29.397 INFO kablam! | ^^^^^^^^^ Sep 04 09:02:29.397 INFO kablam! Sep 04 09:02:29.499 INFO kablam! error[E0308]: mismatched types Sep 04 09:02:29.499 INFO kablam! --> src/oplog.rs:31:61 Sep 04 09:02:29.499 INFO kablam! | Sep 04 09:02:29.499 INFO kablam! 31 | Some(Ok(document)) => return Operation::new(&document).ok(), Sep 04 09:02:29.499 INFO kablam! | ^^^^^^^^^ expected struct `bson::ordered::OrderedDocument`, found a different struct `bson::ordered::OrderedDocument` Sep 04 09:02:29.499 INFO kablam! | Sep 04 09:02:29.499 INFO kablam! = note: expected type `&bson::ordered::OrderedDocument` (struct `bson::ordered::OrderedDocument`) Sep 04 09:02:29.499 INFO kablam! found type `&bson::ordered::OrderedDocument` (struct `bson::ordered::OrderedDocument`) Sep 04 09:02:29.499 INFO kablam! note: Perhaps two different versions of crate `bson` are being used? Sep 04 09:02:29.499 INFO kablam! --> src/oplog.rs:31:61 Sep 04 09:02:29.499 INFO kablam! | Sep 04 09:02:29.499 INFO kablam! 31 | Some(Ok(document)) => return Operation::new(&document).ok(), Sep 04 09:02:29.500 INFO kablam! | ^^^^^^^^^ Sep 04 09:02:29.500 INFO kablam! Sep 04 09:02:29.611 INFO kablam! error[E0308]: mismatched types Sep 04 09:02:29.611 INFO kablam! --> src/oplog.rs:111:32 Sep 04 09:02:29.611 INFO kablam! | Sep 04 09:02:29.611 INFO kablam! 111 | let cursor = coll.find(self.filter.clone(), Some(opts))?; Sep 04 09:02:29.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `bson::ordered::OrderedDocument`, found a different struct `bson::ordered::OrderedDocument` Sep 04 09:02:29.611 INFO kablam! | Sep 04 09:02:29.611 INFO kablam! = note: expected type `std::option::Option` (struct `bson::ordered::OrderedDocument`) Sep 04 09:02:29.611 INFO kablam! found type `std::option::Option` (struct `bson::ordered::OrderedDocument`) Sep 04 09:02:29.611 INFO kablam! note: Perhaps two different versions of crate `bson` are being used? Sep 04 09:02:29.611 INFO kablam! --> src/oplog.rs:111:32 Sep 04 09:02:29.611 INFO kablam! | Sep 04 09:02:29.611 INFO kablam! 111 | let cursor = coll.find(self.filter.clone(), Some(opts))?; Sep 04 09:02:29.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 09:02:29.611 INFO kablam! Sep 04 09:02:29.620 INFO kablam! error: aborting due to 2 previous errors Sep 04 09:02:29.620 INFO kablam! Sep 04 09:02:29.620 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 04 09:02:29.633 INFO kablam! error: Could not compile `oplog`. Sep 04 09:02:29.633 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 09:02:29.848 INFO kablam! error[E0308]: mismatched types Sep 04 09:02:29.848 INFO kablam! --> src/oplog.rs:111:32 Sep 04 09:02:29.848 INFO kablam! | Sep 04 09:02:29.848 INFO kablam! 111 | let cursor = coll.find(self.filter.clone(), Some(opts))?; Sep 04 09:02:29.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `bson::ordered::OrderedDocument`, found a different struct `bson::ordered::OrderedDocument` Sep 04 09:02:29.848 INFO kablam! | Sep 04 09:02:29.848 INFO kablam! = note: expected type `std::option::Option` (struct `bson::ordered::OrderedDocument`) Sep 04 09:02:29.848 INFO kablam! found type `std::option::Option` (struct `bson::ordered::OrderedDocument`) Sep 04 09:02:29.848 INFO kablam! note: Perhaps two different versions of crate `bson` are being used? Sep 04 09:02:29.848 INFO kablam! --> src/oplog.rs:111:32 Sep 04 09:02:29.848 INFO kablam! | Sep 04 09:02:29.848 INFO kablam! 111 | let cursor = coll.find(self.filter.clone(), Some(opts))?; Sep 04 09:02:29.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 09:02:29.848 INFO kablam! Sep 04 09:02:29.855 INFO kablam! error: aborting due to 2 previous errors Sep 04 09:02:29.855 INFO kablam! Sep 04 09:02:29.855 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 04 09:02:29.872 INFO kablam! error: Could not compile `oplog`. Sep 04 09:02:29.872 INFO kablam! Sep 04 09:02:29.872 INFO kablam! To learn more, run the command again with --verbose. Sep 04 09:02:29.874 INFO kablam! su: No module specific data is present Sep 04 09:02:30.292 INFO running `"docker" "rm" "-f" "aec76a351e77d065ceb1471be74f3ab354d629db37df4c237c76bacb92447673"` Sep 04 09:02:30.399 INFO blam! aec76a351e77d065ceb1471be74f3ab354d629db37df4c237c76bacb92447673