Sep 21 06:09:12.993 INFO checking oplog-0.3.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 06:09:12.993 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 06:09:12.993 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 06:09:13.139 INFO blam! 867c7e92e55769aa65e1f6fa7a0e144dfdb4fa9d14cae216c0bbbd359edf2d35 Sep 21 06:09:13.141 INFO running `"docker" "start" "-a" "867c7e92e55769aa65e1f6fa7a0e144dfdb4fa9d14cae216c0bbbd359edf2d35"` Sep 21 06:09:14.628 INFO kablam! usermod: no changes Sep 21 06:09:14.743 INFO kablam! Checking semver v0.8.0 Sep 21 06:09:14.744 INFO kablam! Checking bson v0.12.3 Sep 21 06:09:14.745 INFO kablam! Checking bson v0.10.0 Sep 21 06:09:14.745 INFO kablam! Checking scan_fmt v0.1.3 Sep 21 06:09:14.745 INFO kablam! Checking textnonce v0.6.4 Sep 21 06:09:16.632 INFO kablam! Checking mongodb v0.3.10 Sep 21 06:09:19.616 INFO kablam! Checking oplog v0.3.0 (/source) Sep 21 06:09:20.614 INFO kablam! warning: unused `#[macro_use]` import Sep 21 06:09:20.614 INFO kablam! --> src/lib.rs:51:1 Sep 21 06:09:20.614 INFO kablam! | Sep 21 06:09:20.614 INFO kablam! 51 | #[macro_use] Sep 21 06:09:20.614 INFO kablam! | ^^^^^^^^^^^^ Sep 21 06:09:20.614 INFO kablam! | Sep 21 06:09:20.614 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 06:09:20.614 INFO kablam! Sep 21 06:09:21.015 INFO kablam! error[E0308]: mismatched types Sep 21 06:09:21.015 INFO kablam! --> src/oplog.rs:31:61 Sep 21 06:09:21.015 INFO kablam! | Sep 21 06:09:21.015 INFO kablam! 31 | Some(Ok(document)) => return Operation::new(&document).ok(), Sep 21 06:09:21.015 INFO kablam! | ^^^^^^^^^ expected struct `bson::ordered::OrderedDocument`, found a different struct `bson::ordered::OrderedDocument` Sep 21 06:09:21.015 INFO kablam! | Sep 21 06:09:21.015 INFO kablam! = note: expected type `&bson::ordered::OrderedDocument` (struct `bson::ordered::OrderedDocument`) Sep 21 06:09:21.015 INFO kablam! found type `&bson::ordered::OrderedDocument` (struct `bson::ordered::OrderedDocument`) Sep 21 06:09:21.015 INFO kablam! note: Perhaps two different versions of crate `bson` are being used? Sep 21 06:09:21.015 INFO kablam! --> src/oplog.rs:31:61 Sep 21 06:09:21.015 INFO kablam! | Sep 21 06:09:21.015 INFO kablam! 31 | Some(Ok(document)) => return Operation::new(&document).ok(), Sep 21 06:09:21.015 INFO kablam! | ^^^^^^^^^ Sep 21 06:09:21.015 INFO kablam! Sep 21 06:09:21.191 INFO kablam! error[E0308]: mismatched types Sep 21 06:09:21.191 INFO kablam! --> src/oplog.rs:31:61 Sep 21 06:09:21.191 INFO kablam! | Sep 21 06:09:21.191 INFO kablam! 31 | Some(Ok(document)) => return Operation::new(&document).ok(), Sep 21 06:09:21.191 INFO kablam! | ^^^^^^^^^ expected struct `bson::ordered::OrderedDocument`, found a different struct `bson::ordered::OrderedDocument` Sep 21 06:09:21.191 INFO kablam! | Sep 21 06:09:21.191 INFO kablam! = note: expected type `&bson::ordered::OrderedDocument` (struct `bson::ordered::OrderedDocument`) Sep 21 06:09:21.191 INFO kablam! found type `&bson::ordered::OrderedDocument` (struct `bson::ordered::OrderedDocument`) Sep 21 06:09:21.191 INFO kablam! note: Perhaps two different versions of crate `bson` are being used? Sep 21 06:09:21.191 INFO kablam! --> src/oplog.rs:31:61 Sep 21 06:09:21.191 INFO kablam! | Sep 21 06:09:21.191 INFO kablam! 31 | Some(Ok(document)) => return Operation::new(&document).ok(), Sep 21 06:09:21.191 INFO kablam! | ^^^^^^^^^ Sep 21 06:09:21.191 INFO kablam! Sep 21 06:09:21.252 INFO kablam! error[E0308]: mismatched types Sep 21 06:09:21.252 INFO kablam! --> src/oplog.rs:111:32 Sep 21 06:09:21.253 INFO kablam! | Sep 21 06:09:21.253 INFO kablam! 111 | let cursor = coll.find(self.filter.clone(), Some(opts))?; Sep 21 06:09:21.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `bson::ordered::OrderedDocument`, found a different struct `bson::ordered::OrderedDocument` Sep 21 06:09:21.253 INFO kablam! | Sep 21 06:09:21.253 INFO kablam! = note: expected type `std::option::Option` (struct `bson::ordered::OrderedDocument`) Sep 21 06:09:21.253 INFO kablam! found type `std::option::Option` (struct `bson::ordered::OrderedDocument`) Sep 21 06:09:21.253 INFO kablam! note: Perhaps two different versions of crate `bson` are being used? Sep 21 06:09:21.253 INFO kablam! --> src/oplog.rs:111:32 Sep 21 06:09:21.253 INFO kablam! | Sep 21 06:09:21.253 INFO kablam! 111 | let cursor = coll.find(self.filter.clone(), Some(opts))?; Sep 21 06:09:21.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:09:21.253 INFO kablam! Sep 21 06:09:21.263 INFO kablam! error: aborting due to 2 previous errors Sep 21 06:09:21.263 INFO kablam! Sep 21 06:09:21.263 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 21 06:09:21.274 INFO kablam! error: Could not compile `oplog`. Sep 21 06:09:21.274 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 06:09:21.345 INFO kablam! error[E0308]: mismatched types Sep 21 06:09:21.345 INFO kablam! --> src/oplog.rs:111:32 Sep 21 06:09:21.345 INFO kablam! | Sep 21 06:09:21.345 INFO kablam! 111 | let cursor = coll.find(self.filter.clone(), Some(opts))?; Sep 21 06:09:21.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `bson::ordered::OrderedDocument`, found a different struct `bson::ordered::OrderedDocument` Sep 21 06:09:21.345 INFO kablam! | Sep 21 06:09:21.345 INFO kablam! = note: expected type `std::option::Option` (struct `bson::ordered::OrderedDocument`) Sep 21 06:09:21.345 INFO kablam! found type `std::option::Option` (struct `bson::ordered::OrderedDocument`) Sep 21 06:09:21.345 INFO kablam! note: Perhaps two different versions of crate `bson` are being used? Sep 21 06:09:21.345 INFO kablam! --> src/oplog.rs:111:32 Sep 21 06:09:21.345 INFO kablam! | Sep 21 06:09:21.345 INFO kablam! 111 | let cursor = coll.find(self.filter.clone(), Some(opts))?; Sep 21 06:09:21.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 06:09:21.345 INFO kablam! Sep 21 06:09:21.353 INFO kablam! error: aborting due to 2 previous errors Sep 21 06:09:21.353 INFO kablam! Sep 21 06:09:21.353 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 21 06:09:21.367 INFO kablam! error: Could not compile `oplog`. Sep 21 06:09:21.367 INFO kablam! Sep 21 06:09:21.367 INFO kablam! To learn more, run the command again with --verbose. Sep 21 06:09:21.368 INFO kablam! su: No module specific data is present Sep 21 06:09:22.275 INFO running `"docker" "rm" "-f" "867c7e92e55769aa65e1f6fa7a0e144dfdb4fa9d14cae216c0bbbd359edf2d35"` Sep 21 06:09:22.336 INFO blam! 867c7e92e55769aa65e1f6fa7a0e144dfdb4fa9d14cae216c0bbbd359edf2d35