[INFO] cloning repository https://github.com/insight-cv-platform/edge-communication-protocol-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/insight-cv-platform/edge-communication-protocol-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finsight-cv-platform%2Fedge-communication-protocol-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finsight-cv-platform%2Fedge-communication-protocol-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ac0c9a7e1303371aa1db2bda3a24b47510579c1a [INFO] checking insight-cv-platform/edge-communication-protocol-rust against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finsight-cv-platform%2Fedge-communication-protocol-rust" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/insight-cv-platform/edge-communication-protocol-rust on toolchain 1f12b9b0fdbe735968ac002792a720f0ba4faca6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/insight-cv-platform/edge-communication-protocol-rust [INFO] finished tweaking git repo https://github.com/insight-cv-platform/edge-communication-protocol-rust [INFO] tweaked toml for git repo https://github.com/insight-cv-platform/edge-communication-protocol-rust written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 83 packages to latest compatible versions [INFO] [stderr] Adding crc v1.8.1 (latest: v3.2.1) [INFO] [stderr] Adding digest v0.9.0 (latest: v0.10.7) [INFO] [stderr] Adding generic-array v0.14.7 (latest: v1.1.0) [INFO] [stderr] Adding getrandom v0.1.16 (latest: v0.2.15) [INFO] [stderr] Adding heck v0.3.3 (latest: v0.5.0) [INFO] [stderr] Adding indoc v1.0.9 (latest: v2.0.5) [INFO] [stderr] Adding libflate v1.4.0 (latest: v2.1.0) [INFO] [stderr] Adding libflate_lz77 v1.2.0 (latest: v2.1.0) [INFO] [stderr] Adding num-bigint v0.2.6 (latest: v0.4.6) [INFO] [stderr] Adding pyo3 v0.16.6 (latest: v0.22.2) [INFO] [stderr] Adding pyo3-build-config v0.16.6 (latest: v0.22.2) [INFO] [stderr] Adding pyo3-ffi v0.16.6 (latest: v0.22.2) [INFO] [stderr] Adding pyo3-macros v0.16.6 (latest: v0.22.2) [INFO] [stderr] Adding pyo3-macros-backend v0.16.6 (latest: v0.22.2) [INFO] [stderr] Adding rand v0.7.3 (latest: v0.8.5) [INFO] [stderr] Adding rand_chacha v0.2.2 (latest: v0.3.1) [INFO] [stderr] Adding rand_core v0.5.1 (latest: v0.6.4) [INFO] [stderr] Adding rand_hc v0.2.0 (latest: v0.3.2) [INFO] [stderr] Adding snap v0.2.5 (latest: v1.1.1) [INFO] [stderr] Adding strum v0.18.0 (latest: v0.26.3) [INFO] [stderr] Adding strum_macros v0.18.0 (latest: v0.26.4) [INFO] [stderr] Adding syn v1.0.109 (latest: v2.0.76) [INFO] [stderr] Adding synstructure v0.12.6 (latest: v0.13.1) [INFO] [stderr] Adding typed-builder v0.5.1 (latest: v0.20.0) [INFO] [stderr] Adding unindent v0.1.11 (latest: v0.2.3) [INFO] [stderr] Adding uuid v0.8.2 (latest: v1.10.0) [INFO] [stderr] Adding wasi v0.9.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) [INFO] [stderr] Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) [INFO] [stderr] Adding zerocopy v0.3.2 (latest: v0.7.35) [INFO] [stderr] Adding zerocopy-derive v0.2.0 (latest: v0.7.35) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded zerocopy v0.3.2 [INFO] [stderr] Downloaded snap v0.2.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1c0da1e1759eaaea5752a4bd641b06529e636e97c7fbbceeffe13bcc32eecc54 [INFO] running `Command { std: "docker" "start" "-a" "1c0da1e1759eaaea5752a4bd641b06529e636e97c7fbbceeffe13bcc32eecc54", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1c0da1e1759eaaea5752a4bd641b06529e636e97c7fbbceeffe13bcc32eecc54", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c0da1e1759eaaea5752a4bd641b06529e636e97c7fbbceeffe13bcc32eecc54", kill_on_drop: false }` [INFO] [stdout] 1c0da1e1759eaaea5752a4bd641b06529e636e97c7fbbceeffe13bcc32eecc54 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] afef4d0b8dfa8201d076211b45d3f78c908d128856178e6cea8025e5e0208438 [INFO] running `Command { std: "docker" "start" "-a" "afef4d0b8dfa8201d076211b45d3f78c908d128856178e6cea8025e5e0208438", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling target-lexicon v0.12.16 [INFO] [stderr] Compiling serde v1.0.209 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling build_const v0.2.2 [INFO] [stderr] Compiling unicode-xid v0.2.5 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Compiling serde_json v1.0.127 [INFO] [stderr] Checking rle-decode-fast v1.0.3 [INFO] [stderr] Checking libflate_lz77 v1.2.0 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling pyo3-build-config v0.16.6 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Compiling syn v2.0.76 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking snap v0.2.5 [INFO] [stderr] Checking libflate v1.4.0 [INFO] [stderr] Compiling indoc v1.0.9 [INFO] [stderr] Checking strum v0.18.0 [INFO] [stderr] Checking unindent v0.1.11 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Compiling pyo3-ffi v0.16.6 [INFO] [stderr] Compiling pyo3 v0.16.6 [INFO] [stderr] Compiling serde_derive v1.0.209 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling pyo3-macros-backend v0.16.6 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling zerocopy-derive v0.2.0 [INFO] [stderr] Compiling typed-builder v0.5.1 [INFO] [stderr] Compiling strum_macros v0.18.0 [INFO] [stderr] Checking zerocopy v0.3.2 [INFO] [stderr] Compiling pyo3-macros v0.16.6 [INFO] [stderr] Checking uuid v0.8.2 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking avro-rs v0.13.0 [INFO] [stderr] Checking protocol v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.58s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: snap v0.2.5 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "afef4d0b8dfa8201d076211b45d3f78c908d128856178e6cea8025e5e0208438", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "afef4d0b8dfa8201d076211b45d3f78c908d128856178e6cea8025e5e0208438", kill_on_drop: false }` [INFO] [stdout] afef4d0b8dfa8201d076211b45d3f78c908d128856178e6cea8025e5e0208438 [INFO] checking insight-cv-platform/edge-communication-protocol-rust against try#f9935d29d867449445ee008640ccca1bf1ae0889+rustflags=-Dtail_expr_drop_order for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finsight-cv-platform%2Fedge-communication-protocol-rust" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/insight-cv-platform/edge-communication-protocol-rust on toolchain f9935d29d867449445ee008640ccca1bf1ae0889 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/insight-cv-platform/edge-communication-protocol-rust [INFO] finished tweaking git repo https://github.com/insight-cv-platform/edge-communication-protocol-rust [INFO] tweaked toml for git repo https://github.com/insight-cv-platform/edge-communication-protocol-rust written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 83 packages to latest compatible versions [INFO] [stderr] Adding crc v1.8.1 (latest: v3.2.1) [INFO] [stderr] Adding digest v0.9.0 (latest: v0.10.7) [INFO] [stderr] Adding generic-array v0.14.7 (latest: v1.1.0) [INFO] [stderr] Adding getrandom v0.1.16 (latest: v0.2.15) [INFO] [stderr] Adding heck v0.3.3 (latest: v0.5.0) [INFO] [stderr] Adding indoc v1.0.9 (latest: v2.0.5) [INFO] [stderr] Adding libflate v1.4.0 (latest: v2.1.0) [INFO] [stderr] Adding libflate_lz77 v1.2.0 (latest: v2.1.0) [INFO] [stderr] Adding num-bigint v0.2.6 (latest: v0.4.6) [INFO] [stderr] Adding pyo3 v0.16.6 (latest: v0.22.2) [INFO] [stderr] Adding pyo3-build-config v0.16.6 (latest: v0.22.2) [INFO] [stderr] Adding pyo3-ffi v0.16.6 (latest: v0.22.2) [INFO] [stderr] Adding pyo3-macros v0.16.6 (latest: v0.22.2) [INFO] [stderr] Adding pyo3-macros-backend v0.16.6 (latest: v0.22.2) [INFO] [stderr] Adding rand v0.7.3 (latest: v0.8.5) [INFO] [stderr] Adding rand_chacha v0.2.2 (latest: v0.3.1) [INFO] [stderr] Adding rand_core v0.5.1 (latest: v0.6.4) [INFO] [stderr] Adding rand_hc v0.2.0 (latest: v0.3.2) [INFO] [stderr] Adding snap v0.2.5 (latest: v1.1.1) [INFO] [stderr] Adding strum v0.18.0 (latest: v0.26.3) [INFO] [stderr] Adding strum_macros v0.18.0 (latest: v0.26.4) [INFO] [stderr] Adding syn v1.0.109 (latest: v2.0.76) [INFO] [stderr] Adding synstructure v0.12.6 (latest: v0.13.1) [INFO] [stderr] Adding typed-builder v0.5.1 (latest: v0.20.0) [INFO] [stderr] Adding unindent v0.1.11 (latest: v0.2.3) [INFO] [stderr] Adding uuid v0.8.2 (latest: v1.10.0) [INFO] [stderr] Adding wasi v0.9.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) [INFO] [stderr] Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) [INFO] [stderr] Adding zerocopy v0.3.2 (latest: v0.7.35) [INFO] [stderr] Adding zerocopy-derive v0.2.0 (latest: v0.7.35) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7d519579f5cdd9439debd11922123ac532458d6640ac127cabc15531727442f2 [INFO] running `Command { std: "docker" "start" "-a" "7d519579f5cdd9439debd11922123ac532458d6640ac127cabc15531727442f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7d519579f5cdd9439debd11922123ac532458d6640ac127cabc15531727442f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d519579f5cdd9439debd11922123ac532458d6640ac127cabc15531727442f2", kill_on_drop: false }` [INFO] [stdout] 7d519579f5cdd9439debd11922123ac532458d6640ac127cabc15531727442f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Dtail_expr_drop_order" "-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d3d23888c2555d27f30d4989087cd4d0c91e6f4341766416e6bb4f20af67185 [INFO] running `Command { std: "docker" "start" "-a" "8d3d23888c2555d27f30d4989087cd4d0c91e6f4341766416e6bb4f20af67185", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling target-lexicon v0.12.16 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling serde v1.0.209 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling build_const v0.2.2 [INFO] [stderr] Compiling unicode-xid v0.2.5 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Checking rle-decode-fast v1.0.3 [INFO] [stderr] Compiling serde_json v1.0.127 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Checking libflate_lz77 v1.2.0 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling pyo3-build-config v0.16.6 [INFO] [stderr] Compiling syn v2.0.76 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking snap v0.2.5 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking libflate v1.4.0 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking strum v0.18.0 [INFO] [stderr] Compiling indoc v1.0.9 [INFO] [stderr] Checking unindent v0.1.11 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Compiling pyo3-ffi v0.16.6 [INFO] [stderr] Compiling pyo3 v0.16.6 [INFO] [stderr] Compiling serde_derive v1.0.209 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling pyo3-macros-backend v0.16.6 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling zerocopy-derive v0.2.0 [INFO] [stderr] Compiling strum_macros v0.18.0 [INFO] [stderr] Compiling typed-builder v0.5.1 [INFO] [stderr] Checking zerocopy v0.3.2 [INFO] [stderr] Compiling pyo3-macros v0.16.6 [INFO] [stderr] Checking uuid v0.8.2 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking avro-rs v0.13.0 [INFO] [stderr] Checking protocol v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/avro.rs:167:9 [INFO] [stdout] | [INFO] [stdout] 162 | fn pack_message_into_envelope(&self, schema_name: &str, payload: Value) -> Vec { [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 163 | let mut envelope = self.get_record(MESSAGE_ENVELOPE_SCHEMA); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 167 | to_avro_datum(self.get_schema(MESSAGE_ENVELOPE_SCHEMA).unwrap(), envelope).unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/avro.rs:289:13 [INFO] [stdout] | [INFO] [stdout] 286 | let gil = Python::acquire_gil(); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 289 | T::load(message).map(|o| Py::new(py, o).unwrap().to_object(py)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/avro.rs:289:38 [INFO] [stdout] | [INFO] [stdout] 289 | T::load(message).map(|o| Py::new(py, o).unwrap().to_object(py)) [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/ffprobe.rs:226:14 [INFO] [stdout] | [INFO] [stdout] 221 | let mut object = mb.get_record(SERVICES_FFPROBE_REQUEST_SCHEMA); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 226 | Some(ProtocolMessage { [INFO] [stdout] | ______________^ [INFO] [stdout] 227 | | schema: String::from(SERVICES_FFPROBE_REQUEST_SCHEMA), [INFO] [stdout] 228 | | object: Value::from(object), [INFO] [stdout] 229 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/ffprobe.rs:244:14 [INFO] [stdout] | [INFO] [stdout] 235 | let mut object = mb.get_record(SERVICES_FFPROBE_RESPONSE_SCHEMA); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 242 | let streams_array: Vec = self.streams.iter().map(gen_hash_map).collect(); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 243 | object.put("streams", Value::Array(streams_array)); [INFO] [stdout] 244 | Some(ProtocolMessage { [INFO] [stdout] | ______________^ [INFO] [stdout] 245 | | schema: String::from(SERVICES_FFPROBE_RESPONSE_SCHEMA), [INFO] [stdout] 246 | | object: Value::from(object), [INFO] [stdout] 247 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/keep_alive.rs:64:14 [INFO] [stdout] | [INFO] [stdout] 61 | let mut object = mb.get_record(KEEPALIVE_MESSAGE_SCHEMA); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 64 | Some(ProtocolMessage { [INFO] [stdout] | ______________^ [INFO] [stdout] 65 | | schema: String::from(KEEPALIVE_MESSAGE_SCHEMA), [INFO] [stdout] 66 | | object: Value::from(object), [INFO] [stdout] 67 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/ping.rs:100:14 [INFO] [stdout] | [INFO] [stdout] 88 | let mut object = mb.get_record(PING_REQUEST_RESPONSE_SCHEMA); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 100 | Some(ProtocolMessage { [INFO] [stdout] | ______________^ [INFO] [stdout] 101 | | schema: String::from(PING_REQUEST_RESPONSE_SCHEMA), [INFO] [stdout] 102 | | object: Value::from(object), [INFO] [stdout] 103 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/storage/notify_message.rs:110:14 [INFO] [stdout] | [INFO] [stdout] 93 | let mut obj = mb.get_record(NOTIFY_MESSAGE_SCHEMA); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 110 | Some(ProtocolMessage { [INFO] [stdout] | ______________^ [INFO] [stdout] 111 | | schema: String::from(NOTIFY_MESSAGE_SCHEMA), [INFO] [stdout] 112 | | object: Value::from(obj), [INFO] [stdout] 113 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/storage/stream_track_unit_elements.rs:107:14 [INFO] [stdout] | [INFO] [stdout] 101 | let mut obj = mb.get_record(STREAM_TRACK_UNIT_ELEMENTS_REQUEST_SCHEMA); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 107 | Some(ProtocolMessage { [INFO] [stdout] | ______________^ [INFO] [stdout] 108 | | schema: String::from(STREAM_TRACK_UNIT_ELEMENTS_REQUEST_SCHEMA), [INFO] [stdout] 109 | | object: Value::from(obj), [INFO] [stdout] 110 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/storage/stream_track_unit_elements.rs:233:44 [INFO] [stdout] | [INFO] [stdout] 233 | .map(|x| (x.0.clone(), Value::String(x.1.clone()))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/storage/stream_track_unit_elements.rs:248:14 [INFO] [stdout] | [INFO] [stdout] 242 | let mut obj = mb.get_record(STREAM_TRACK_UNIT_ELEMENTS_RESPONSE_SCHEMA); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 246 | let values: Vec = self.values.iter().map(payload_to_avro).collect(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 247 | obj.put("values", Value::Array(values)); [INFO] [stdout] 248 | Some(ProtocolMessage { [INFO] [stdout] | ______________^ [INFO] [stdout] 249 | | schema: String::from(STREAM_TRACK_UNIT_ELEMENTS_RESPONSE_SCHEMA), [INFO] [stdout] 250 | | object: Value::from(obj), [INFO] [stdout] 251 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/storage/stream_track_units.rs:106:14 [INFO] [stdout] | [INFO] [stdout] 100 | let mut obj = mb.get_record(STREAM_TRACK_UNITS_REQUEST_SCHEMA); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 106 | Some(ProtocolMessage { [INFO] [stdout] | ______________^ [INFO] [stdout] 107 | | schema: String::from(STREAM_TRACK_UNITS_REQUEST_SCHEMA), [INFO] [stdout] 108 | | object: Value::from(obj), [INFO] [stdout] 109 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/storage/stream_track_units.rs:224:14 [INFO] [stdout] | [INFO] [stdout] 217 | let mut obj = mb.get_record(STREAM_TRACK_UNITS_RESPONSE_SCHEMA); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 222 | let values: Vec = self.units.iter().map(|x| Value::Long(*x)).collect(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 223 | obj.put("units", Value::Array(values)); [INFO] [stdout] 224 | Some(ProtocolMessage { [INFO] [stdout] | ______________^ [INFO] [stdout] 225 | | schema: String::from(STREAM_TRACK_UNITS_RESPONSE_SCHEMA), [INFO] [stdout] 226 | | object: Value::from(obj), [INFO] [stdout] 227 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/storage/stream_tracks.rs:73:14 [INFO] [stdout] | [INFO] [stdout] 58 | let mut obj = mb.get_record(STREAM_TRACKS_RESPONSE_SCHEMA); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 61 | let tracks: Vec = self [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 73 | Some(ProtocolMessage { [INFO] [stdout] | ______________^ [INFO] [stdout] 74 | | schema: String::from(STREAM_TRACKS_RESPONSE_SCHEMA), [INFO] [stdout] 75 | | object: Value::from(obj), [INFO] [stdout] 76 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/storage/stream_tracks.rs:181:14 [INFO] [stdout] | [INFO] [stdout] 177 | let mut obj = mb.get_record(STREAM_TRACKS_REQUEST_SCHEMA); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 181 | Some(ProtocolMessage { [INFO] [stdout] | ______________^ [INFO] [stdout] 182 | | schema: String::from(STREAM_TRACKS_REQUEST_SCHEMA), [INFO] [stdout] 183 | | object: Value::from(obj), [INFO] [stdout] 184 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/storage/unit_element_message.rs:129:14 [INFO] [stdout] | [INFO] [stdout] 114 | let mut obj = mb.get_record(UNIT_ELEMENT_MESSAGE_SCHEMA); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 129 | Some(ProtocolMessage { [INFO] [stdout] | ______________^ [INFO] [stdout] 130 | | schema: String::from(UNIT_ELEMENT_MESSAGE_SCHEMA), [INFO] [stdout] 131 | | object: Value::from(obj), [INFO] [stdout] 132 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/storage/unit_element_message.rs:123:44 [INFO] [stdout] | [INFO] [stdout] 123 | .map(|x| (x.0.clone(), Value::String(x.1.clone()))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/utils.rs:20:39 [INFO] [stdout] | [INFO] [stdout] 20 | .map(|(k, v)| (k.clone(), Value::String(v.clone()))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/avro.rs:167:9 [INFO] [stdout] | [INFO] [stdout] 162 | fn pack_message_into_envelope(&self, schema_name: &str, payload: Value) -> Vec { [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 163 | let mut envelope = self.get_record(MESSAGE_ENVELOPE_SCHEMA); [INFO] [stdout] | -------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 167 | to_avro_datum(self.get_schema(MESSAGE_ENVELOPE_SCHEMA).unwrap(), envelope).unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/avro.rs:289:13 [INFO] [stdout] | [INFO] [stdout] 286 | let gil = Python::acquire_gil(); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 289 | T::load(message).map(|o| Py::new(py, o).unwrap().to_object(py)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/avro.rs:289:38 [INFO] [stdout] | [INFO] [stdout] 289 | T::load(message).map(|o| Py::new(py, o).unwrap().to_object(py)) [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/ffprobe.rs:226:14 [INFO] [stdout] | [INFO] [stdout] 221 | let mut object = mb.get_record(SERVICES_FFPROBE_REQUEST_SCHEMA); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 226 | Some(ProtocolMessage { [INFO] [stdout] | ______________^ [INFO] [stdout] 227 | | schema: String::from(SERVICES_FFPROBE_REQUEST_SCHEMA), [INFO] [stdout] 228 | | object: Value::from(object), [INFO] [stdout] 229 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/ffprobe.rs:244:14 [INFO] [stdout] | [INFO] [stdout] 235 | let mut object = mb.get_record(SERVICES_FFPROBE_RESPONSE_SCHEMA); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 242 | let streams_array: Vec = self.streams.iter().map(gen_hash_map).collect(); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 243 | object.put("streams", Value::Array(streams_array)); [INFO] [stdout] 244 | Some(ProtocolMessage { [INFO] [stdout] | ______________^ [INFO] [stdout] 245 | | schema: String::from(SERVICES_FFPROBE_RESPONSE_SCHEMA), [INFO] [stdout] 246 | | object: Value::from(object), [INFO] [stdout] 247 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/keep_alive.rs:64:14 [INFO] [stdout] | [INFO] [stdout] 61 | let mut object = mb.get_record(KEEPALIVE_MESSAGE_SCHEMA); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 64 | Some(ProtocolMessage { [INFO] [stdout] | ______________^ [INFO] [stdout] 65 | | schema: String::from(KEEPALIVE_MESSAGE_SCHEMA), [INFO] [stdout] 66 | | object: Value::from(object), [INFO] [stdout] 67 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/ping.rs:100:14 [INFO] [stdout] | [INFO] [stdout] 88 | let mut object = mb.get_record(PING_REQUEST_RESPONSE_SCHEMA); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 100 | Some(ProtocolMessage { [INFO] [stdout] | ______________^ [INFO] [stdout] 101 | | schema: String::from(PING_REQUEST_RESPONSE_SCHEMA), [INFO] [stdout] 102 | | object: Value::from(object), [INFO] [stdout] 103 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/storage/notify_message.rs:110:14 [INFO] [stdout] | [INFO] [stdout] 93 | let mut obj = mb.get_record(NOTIFY_MESSAGE_SCHEMA); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 110 | Some(ProtocolMessage { [INFO] [stdout] | ______________^ [INFO] [stdout] 111 | | schema: String::from(NOTIFY_MESSAGE_SCHEMA), [INFO] [stdout] 112 | | object: Value::from(obj), [INFO] [stdout] 113 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/storage/stream_track_unit_elements.rs:107:14 [INFO] [stdout] | [INFO] [stdout] 101 | let mut obj = mb.get_record(STREAM_TRACK_UNIT_ELEMENTS_REQUEST_SCHEMA); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 107 | Some(ProtocolMessage { [INFO] [stdout] | ______________^ [INFO] [stdout] 108 | | schema: String::from(STREAM_TRACK_UNIT_ELEMENTS_REQUEST_SCHEMA), [INFO] [stdout] 109 | | object: Value::from(obj), [INFO] [stdout] 110 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/storage/stream_track_unit_elements.rs:233:44 [INFO] [stdout] | [INFO] [stdout] 233 | .map(|x| (x.0.clone(), Value::String(x.1.clone()))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/storage/stream_track_unit_elements.rs:248:14 [INFO] [stdout] | [INFO] [stdout] 242 | let mut obj = mb.get_record(STREAM_TRACK_UNIT_ELEMENTS_RESPONSE_SCHEMA); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 246 | let values: Vec = self.values.iter().map(payload_to_avro).collect(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 247 | obj.put("values", Value::Array(values)); [INFO] [stdout] 248 | Some(ProtocolMessage { [INFO] [stdout] | ______________^ [INFO] [stdout] 249 | | schema: String::from(STREAM_TRACK_UNIT_ELEMENTS_RESPONSE_SCHEMA), [INFO] [stdout] 250 | | object: Value::from(obj), [INFO] [stdout] 251 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/storage/stream_track_units.rs:106:14 [INFO] [stdout] | [INFO] [stdout] 100 | let mut obj = mb.get_record(STREAM_TRACK_UNITS_REQUEST_SCHEMA); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 106 | Some(ProtocolMessage { [INFO] [stdout] | ______________^ [INFO] [stdout] 107 | | schema: String::from(STREAM_TRACK_UNITS_REQUEST_SCHEMA), [INFO] [stdout] 108 | | object: Value::from(obj), [INFO] [stdout] 109 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/storage/stream_track_units.rs:224:14 [INFO] [stdout] | [INFO] [stdout] 217 | let mut obj = mb.get_record(STREAM_TRACK_UNITS_RESPONSE_SCHEMA); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 222 | let values: Vec = self.units.iter().map(|x| Value::Long(*x)).collect(); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 223 | obj.put("units", Value::Array(values)); [INFO] [stdout] 224 | Some(ProtocolMessage { [INFO] [stdout] | ______________^ [INFO] [stdout] 225 | | schema: String::from(STREAM_TRACK_UNITS_RESPONSE_SCHEMA), [INFO] [stdout] 226 | | object: Value::from(obj), [INFO] [stdout] 227 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/storage/stream_tracks.rs:73:14 [INFO] [stdout] | [INFO] [stdout] 58 | let mut obj = mb.get_record(STREAM_TRACKS_RESPONSE_SCHEMA); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 61 | let tracks: Vec = self [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 73 | Some(ProtocolMessage { [INFO] [stdout] | ______________^ [INFO] [stdout] 74 | | schema: String::from(STREAM_TRACKS_RESPONSE_SCHEMA), [INFO] [stdout] 75 | | object: Value::from(obj), [INFO] [stdout] 76 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/storage/stream_tracks.rs:181:14 [INFO] [stdout] | [INFO] [stdout] 177 | let mut obj = mb.get_record(STREAM_TRACKS_REQUEST_SCHEMA); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 181 | Some(ProtocolMessage { [INFO] [stdout] | ______________^ [INFO] [stdout] 182 | | schema: String::from(STREAM_TRACKS_REQUEST_SCHEMA), [INFO] [stdout] 183 | | object: Value::from(obj), [INFO] [stdout] 184 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 18 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/storage/unit_element_message.rs:129:14 [INFO] [stdout] | [INFO] [stdout] 114 | let mut obj = mb.get_record(UNIT_ELEMENT_MESSAGE_SCHEMA); [INFO] [stdout] | --- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 129 | Some(ProtocolMessage { [INFO] [stdout] | ______________^ [INFO] [stdout] 130 | | schema: String::from(UNIT_ELEMENT_MESSAGE_SCHEMA), [INFO] [stdout] 131 | | object: Value::from(obj), [INFO] [stdout] 132 | | }) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/objects/services/storage/unit_element_message.rs:123:44 [INFO] [stdout] | [INFO] [stdout] 123 | .map(|x| (x.0.clone(), Value::String(x.1.clone()))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/utils.rs:20:39 [INFO] [stdout] | [INFO] [stdout] 20 | .map(|(k, v)| (k.clone(), Value::String(v.clone()))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `protocol` (lib test) due to 19 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 18 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `protocol` (lib) due to 19 previous errors [INFO] running `Command { std: "docker" "inspect" "8d3d23888c2555d27f30d4989087cd4d0c91e6f4341766416e6bb4f20af67185", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d3d23888c2555d27f30d4989087cd4d0c91e6f4341766416e6bb4f20af67185", kill_on_drop: false }` [INFO] [stdout] 8d3d23888c2555d27f30d4989087cd4d0c91e6f4341766416e6bb4f20af67185