[INFO] fetching crate bsonrs 0.2.4... [INFO] testing bsonrs-0.2.4 against 1.59.0 for beta-1.60-1 [INFO] extracting crate bsonrs 0.2.4 into /workspace/builds/worker-21/source [INFO] validating manifest of crates.io crate bsonrs 0.2.4 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bsonrs 0.2.4 [INFO] finished tweaking crates.io crate bsonrs 0.2.4 [INFO] tweaked toml for crates.io crate bsonrs 0.2.4 written to /workspace/builds/worker-21/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d1cdd9de8a051f9fe7b22400c05d3571e9e8e9de9d73ef422122420a1fdcc14e [INFO] running `Command { std: "docker" "start" "-a" "d1cdd9de8a051f9fe7b22400c05d3571e9e8e9de9d73ef422122420a1fdcc14e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d1cdd9de8a051f9fe7b22400c05d3571e9e8e9de9d73ef422122420a1fdcc14e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1cdd9de8a051f9fe7b22400c05d3571e9e8e9de9d73ef422122420a1fdcc14e", kill_on_drop: false }` [INFO] [stdout] d1cdd9de8a051f9fe7b22400c05d3571e9e8e9de9d73ef422122420a1fdcc14e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eafd84f896d3de40894b217a8fcf38eba3c9718a451dd4d4462a8ce2181c2984 [INFO] running `Command { std: "docker" "start" "-a" "eafd84f896d3de40894b217a8fcf38eba3c9718a451dd4d4462a8ce2181c2984", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling serde_bytes v0.11.5 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling bsonrs v0.2.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:213:62 [INFO] [stdout] | [INFO] [stdout] 213 | $crate::value::Value::Document($crate::doc!{$($tt)+}); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/value.rs:409:17 [INFO] [stdout] | [INFO] [stdout] 409 | / doc!{ [INFO] [stdout] 410 | | "$date": { [INFO] [stdout] 411 | | "$numberLong": v.timestamp() * 1000 + i64::from(v.nanosecond()) / 1_000_000 [INFO] [stdout] 412 | | } [INFO] [stdout] 413 | | } [INFO] [stdout] | |_________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::bson` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/encode.rs:43:54 [INFO] [stdout] | [INFO] [stdout] 43 | EncodeError::IoError(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/decode.rs:83:54 [INFO] [stdout] | [INFO] [stdout] 83 | DecodeError::IoError(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/decode.rs:84:60 [INFO] [stdout] | [INFO] [stdout] 84 | DecodeError::FromUtf8Error(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/object_id.rs:276:49 [INFO] [stdout] | [INFO] [stdout] 276 | Error::FromHexError(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/object_id.rs:277:44 [INFO] [stdout] | [INFO] [stdout] 277 | Error::IoError(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/object_id.rs:278:46 [INFO] [stdout] | [INFO] [stdout] 278 | Error::RandError(ref err) => err.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.18s [INFO] running `Command { std: "docker" "inspect" "eafd84f896d3de40894b217a8fcf38eba3c9718a451dd4d4462a8ce2181c2984", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eafd84f896d3de40894b217a8fcf38eba3c9718a451dd4d4462a8ce2181c2984", kill_on_drop: false }` [INFO] [stdout] eafd84f896d3de40894b217a8fcf38eba3c9718a451dd4d4462a8ce2181c2984 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3bc44081fc1d99906efa6430379e56c90349a450bcec9d24de4a7c75ce7db005 [INFO] running `Command { std: "docker" "start" "-a" "3bc44081fc1d99906efa6430379e56c90349a450bcec9d24de4a7c75ce7db005", kill_on_drop: false }` [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:213:62 [INFO] [stdout] | [INFO] [stdout] 213 | $crate::value::Value::Document($crate::doc!{$($tt)+}); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/value.rs:409:17 [INFO] [stdout] | [INFO] [stdout] 409 | / doc!{ [INFO] [stdout] 410 | | "$date": { [INFO] [stdout] 411 | | "$numberLong": v.timestamp() * 1000 + i64::from(v.nanosecond()) / 1_000_000 [INFO] [stdout] 412 | | } [INFO] [stdout] 413 | | } [INFO] [stdout] | |_________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::bson` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bsonrs v0.2.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/encode.rs:43:54 [INFO] [stdout] | [INFO] [stdout] 43 | EncodeError::IoError(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/decode.rs:83:54 [INFO] [stdout] | [INFO] [stdout] 83 | DecodeError::IoError(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/decode.rs:84:60 [INFO] [stdout] | [INFO] [stdout] 84 | DecodeError::FromUtf8Error(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/object_id.rs:276:49 [INFO] [stdout] | [INFO] [stdout] 276 | Error::FromHexError(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/object_id.rs:277:44 [INFO] [stdout] | [INFO] [stdout] 277 | Error::IoError(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/object_id.rs:278:46 [INFO] [stdout] | [INFO] [stdout] 278 | Error::RandError(ref err) => err.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/macros.rs:213:62 [INFO] [stdout] | [INFO] [stdout] 213 | $crate::value::Value::Document($crate::doc!{$($tt)+}); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/value.rs:409:17 [INFO] [stdout] | [INFO] [stdout] 409 | / doc!{ [INFO] [stdout] 410 | | "$date": { [INFO] [stdout] 411 | | "$numberLong": v.timestamp() * 1000 + i64::from(v.nanosecond()) / 1_000_000 [INFO] [stdout] 412 | | } [INFO] [stdout] 413 | | } [INFO] [stdout] | |_________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `$crate::bson` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/encode.rs:43:54 [INFO] [stdout] | [INFO] [stdout] 43 | EncodeError::IoError(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/decode.rs:83:54 [INFO] [stdout] | [INFO] [stdout] 83 | DecodeError::IoError(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/decode.rs:84:60 [INFO] [stdout] | [INFO] [stdout] 84 | DecodeError::FromUtf8Error(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/object_id.rs:276:49 [INFO] [stdout] | [INFO] [stdout] 276 | Error::FromHexError(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/object_id.rs:277:44 [INFO] [stdout] | [INFO] [stdout] 277 | Error::IoError(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/object_id.rs:278:46 [INFO] [stdout] | [INFO] [stdout] 278 | Error::RandError(ref err) => err.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.51s [INFO] running `Command { std: "docker" "inspect" "3bc44081fc1d99906efa6430379e56c90349a450bcec9d24de4a7c75ce7db005", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bc44081fc1d99906efa6430379e56c90349a450bcec9d24de4a7c75ce7db005", kill_on_drop: false }` [INFO] [stdout] 3bc44081fc1d99906efa6430379e56c90349a450bcec9d24de4a7c75ce7db005 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b9e97434f2e9312ef2ef91adeb64dac9850ce06e0c4c5f6a397c1fd31764754c [INFO] running `Command { std: "docker" "start" "-a" "b9e97434f2e9312ef2ef91adeb64dac9850ce06e0c4c5f6a397c1fd31764754c", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/macros.rs:213:62 [INFO] [stderr] | [INFO] [stderr] 213 | $crate::value::Value::Document($crate::doc!{$($tt)+}); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/value.rs:409:17 [INFO] [stderr] | [INFO] [stderr] 409 | / doc!{ [INFO] [stderr] 410 | | "$date": { [INFO] [stderr] 411 | | "$numberLong": v.timestamp() * 1000 + i64::from(v.nanosecond()) / 1_000_000 [INFO] [stderr] 412 | | } [INFO] [stderr] 413 | | } [INFO] [stderr] | |_________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `$crate::bson` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/encode.rs:43:54 [INFO] [stderr] | [INFO] [stderr] 43 | EncodeError::IoError(ref inner) => inner.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/decode.rs:83:54 [INFO] [stderr] | [INFO] [stderr] 83 | DecodeError::IoError(ref inner) => inner.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/decode.rs:84:60 [INFO] [stderr] | [INFO] [stderr] 84 | DecodeError::FromUtf8Error(ref inner) => inner.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/object_id.rs:276:49 [INFO] [stderr] | [INFO] [stderr] 276 | Error::FromHexError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/object_id.rs:277:44 [INFO] [stderr] | [INFO] [stderr] 277 | Error::IoError(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/object_id.rs:278:46 [INFO] [stderr] | [INFO] [stderr] 278 | Error::RandError(ref err) => err.description() [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `bsonrs` (lib) generated 7 warnings [INFO] [stderr] warning: `bsonrs` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bsonrs-a348b9ddf1687f18) [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test doc::test::to_vec ... ok [INFO] [stdout] test test::into_and_from_json ... ok [INFO] [stdout] test util::md5::tests::index ... ok [INFO] [stdout] test util::hex::test::test_from_hex_okay_str ... ok [INFO] [stdout] test test::binary ... ok [INFO] [stdout] test util::md5::tests::compute ... ok [INFO] [stdout] test util::hex::test::test_invalid_length ... ok [INFO] [stdout] test util::hex::test::test_to_hex ... ok [INFO] [stdout] test encode::test::encode ... ok [INFO] [stdout] test test::serialize_and_deserialize ... ok [INFO] [stdout] test util::hex::test::test_empty ... ok [INFO] [stdout] test util::hex::test::test_invalid_char ... ok [INFO] [stdout] test util::hex::test::test_from_hex_whitespace ... ok [INFO] [stdout] test util::hex::test::test_from_hex_okay_bytes ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Doc-tests bsonrs [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test src/object_id.rs - object_id::ObjectId::with_bytes (line 70) ... ok [INFO] [stdout] test src/macros.rs - macros::doc (line 225) ... ok [INFO] [stdout] test src/macros.rs - macros::bson (line 5) ... ok [INFO] [stdout] test src/object_id.rs - object_id::ObjectId::with_string (line 86) ... ok [INFO] [stdout] test src/object_id.rs - object_id::ObjectId::new (line 30) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.44s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b9e97434f2e9312ef2ef91adeb64dac9850ce06e0c4c5f6a397c1fd31764754c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9e97434f2e9312ef2ef91adeb64dac9850ce06e0c4c5f6a397c1fd31764754c", kill_on_drop: false }` [INFO] [stdout] b9e97434f2e9312ef2ef91adeb64dac9850ce06e0c4c5f6a397c1fd31764754c