[INFO] fetching crate bsonrs 0.2.4...
[INFO] testing bsonrs-0.2.4 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate bsonrs 0.2.4 into /workspace/builds/worker-2-tc2/source
[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-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate bsonrs 0.2.4 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 51 packages to latest compatible versions
[INFO] [stderr]       Adding indexmap v1.9.3 (available: v2.12.0)
[INFO] [stderr]       Adding rand v0.7.3 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e446bb8f33c848e9f2a8387b2e49797efa81a68c41d3242ebd2ce0df7638173f
[INFO] running `Command { std: "docker" "start" "-a" "e446bb8f33c848e9f2a8387b2e49797efa81a68c41d3242ebd2ce0df7638173f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e446bb8f33c848e9f2a8387b2e49797efa81a68c41d3242ebd2ce0df7638173f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e446bb8f33c848e9f2a8387b2e49797efa81a68c41d3242ebd2ce0df7638173f", kill_on_drop: false }`
[INFO] [stdout] e446bb8f33c848e9f2a8387b2e49797efa81a68c41d3242ebd2ce0df7638173f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] faa0bd573f6da408fa1589c202e02fe994c6fe4faf30d2b059234edfa12edd8a
[INFO] running `Command { std: "docker" "start" "-a" "faa0bd573f6da408fa1589c202e02fe994c6fe4faf30d2b059234edfa12edd8a", kill_on_drop: false }`
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling serde_bytes v0.11.19
[INFO] [stderr]    Compiling bsonrs v0.2.4 (/opt/rustwide/workdir)
[INFO] [stdout] error: 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]     = 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 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[deny(semicolon_in_expressions_from_macros)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this error originates in the macro `$crate::bson` which comes from the expansion of the macro `doc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stdout]    --> src/value.rs:454:47
[INFO] [stdout]     |
[INFO] [stdout] 454 |                 return Value::UTCDatetime(Utc.timestamp(long / 1000, ((long % 1000) * 1_000_000) as u32));
[INFO] [stdout]     |                                               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `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] 
[INFO] [stdout] warning: use of deprecated method `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 method `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 method `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 method `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 method `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: method `write_hex` is never used
[INFO] [stdout]  --> src/util/hex.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub trait ToHex {
[INFO] [stdout]   |           ----- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 7 |     fn write_hex<W: fmt::Write>(&self, w: &mut W) -> fmt::Result {
[INFO] [stdout]   |        ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/doc.rs:82:18
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub fn entry(&mut self, key: String) -> Entry<String, Value> {
[INFO] [stdout]    |                  ^^^^^^^^^                  ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub fn entry(&mut self, key: String) -> Entry<'_, String, Value> {
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/doc.rs:140:18
[INFO] [stdout]     |
[INFO] [stdout] 140 |     pub fn drain(&mut self, range: RangeFull) -> Drain<String, Value> {
[INFO] [stdout]     |                  ^^^^^^^^^                       ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 140 |     pub fn drain(&mut self, range: RangeFull) -> Drain<'_, String, Value> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/doc.rs:152:17
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub fn keys(&self) -> Keys<String, Value> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub fn keys(&self) -> Keys<'_, String, Value> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/doc.rs:156:18
[INFO] [stdout]     |
[INFO] [stdout] 156 |     pub fn value(&self) -> Values<String, Value> {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 156 |     pub fn value(&self) -> Values<'_, String, Value> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/doc.rs:160:22
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub fn value_mut(&mut self) -> ValuesMut<String, Value> {
[INFO] [stdout]     |                      ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub fn value_mut(&mut self) -> ValuesMut<'_, String, Value> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `[u8; 64]` does not permit being left uninitialized
[INFO] [stdout]   --> src/util/md5.rs:80:29
[INFO] [stdout]    |
[INFO] [stdout] 80 |             input: unsafe { mem::MaybeUninit::uninit().assume_init() },
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             this code causes undefined behavior when executed
[INFO] [stdout]    |                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]    |
[INFO] [stdout]    = note: integers must be initialized
[INFO] [stdout]    = note: `#[warn(invalid_value)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `[u32; 16]` does not permit being left uninitialized
[INFO] [stdout]   --> src/util/md5.rs:86:45
[INFO] [stdout]    |
[INFO] [stdout] 86 |         let mut input: [u32; 16] = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                             |
[INFO] [stdout]    |                                             this code causes undefined behavior when executed
[INFO] [stdout]    |                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]    |
[INFO] [stdout]    = note: integers must be initialized
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `[u32; 16]` does not permit being left uninitialized
[INFO] [stdout]    --> src/util/md5.rs:121:45
[INFO] [stdout]     |
[INFO] [stdout] 121 |         let mut input: [u32; 16] = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the type `[u8; 16]` does not permit being left uninitialized
[INFO] [stdout]    --> src/util/md5.rs:139:45
[INFO] [stdout]     |
[INFO] [stdout] 139 |         let mut digest: [u8; 16] = unsafe { mem::MaybeUninit::uninit().assume_init() };
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             this code causes undefined behavior when executed
[INFO] [stdout]     |                                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
[INFO] [stdout]     |
[INFO] [stdout]     = note: integers must be initialized
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/object_id.rs:182:30
[INFO] [stdout]     |
[INFO] [stdout] 182 |         if let Some(bytes) = MACHINE_BYTES.as_ref() {
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bsonrs` (lib) due to 2 previous errors; 18 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "faa0bd573f6da408fa1589c202e02fe994c6fe4faf30d2b059234edfa12edd8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "faa0bd573f6da408fa1589c202e02fe994c6fe4faf30d2b059234edfa12edd8a", kill_on_drop: false }`
[INFO] [stdout] faa0bd573f6da408fa1589c202e02fe994c6fe4faf30d2b059234edfa12edd8a
