[INFO] crate oplog 0.3.0 is already in cache [INFO] testing oplog-0.3.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate oplog 0.3.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate oplog 0.3.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate oplog 0.3.0 [INFO] finished tweaking crates.io crate oplog 0.3.0 [INFO] tweaked toml for crates.io crate oplog 0.3.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c039040d78097ee7b1b3f80b8dc68be79cb4b1072ca84356f648913dc05c91ed [INFO] running `"docker" "start" "-a" "c039040d78097ee7b1b3f80b8dc68be79cb4b1072ca84356f648913dc05c91ed"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling try_from v0.2.2 [INFO] [stderr] Compiling md5 v0.3.8 [INFO] [stderr] Compiling linked-hash-map v0.3.0 [INFO] [stderr] Compiling separator v0.3.1 [INFO] [stderr] Compiling semver v0.8.0 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling md-5 v0.7.0 [INFO] [stderr] Compiling sha-1 v0.7.0 [INFO] [stderr] Compiling scan_fmt v0.1.3 [INFO] [stderr] Compiling textnonce v0.6.5 [INFO] [stderr] Compiling bson v0.13.0 [INFO] [stderr] Compiling bson v0.10.0 [INFO] [stderr] Compiling mongodb v0.3.12 [INFO] [stderr] Compiling oplog v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:87:45 [INFO] [stderr] | [INFO] [stderr] 87 | Error::Database(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:88:49 [INFO] [stderr] | [INFO] [stderr] 88 | Error::MissingField(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/oplog.rs:31:61 [INFO] [stderr] | [INFO] [stderr] 31 | Some(Ok(document)) => return Operation::new(&document).ok(), [INFO] [stderr] | ^^^^^^^^^ expected struct `bson::ordered::OrderedDocument`, found struct `mongodb::ordered::OrderedDocument` [INFO] [stderr] | [INFO] [stderr] = note: expected reference `&bson::ordered::OrderedDocument` [INFO] [stderr] found reference `&mongodb::ordered::OrderedDocument` [INFO] [stderr] = note: perhaps two different versions of crate `bson` are being used? [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/oplog.rs:111:32 [INFO] [stderr] | [INFO] [stderr] 111 | let cursor = coll.find(self.filter.clone(), Some(opts))?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ expected struct `mongodb::ordered::OrderedDocument`, found struct `bson::ordered::OrderedDocument` [INFO] [stderr] | [INFO] [stderr] = note: expected enum `std::option::Option` [INFO] [stderr] found enum `std::option::Option` [INFO] [stderr] = note: perhaps two different versions of crate `bson` are being used? [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `oplog`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "c039040d78097ee7b1b3f80b8dc68be79cb4b1072ca84356f648913dc05c91ed"` [INFO] running `"docker" "rm" "-f" "c039040d78097ee7b1b3f80b8dc68be79cb4b1072ca84356f648913dc05c91ed"` [INFO] [stdout] c039040d78097ee7b1b3f80b8dc68be79cb4b1072ca84356f648913dc05c91ed