[INFO] cloning repository https://github.com/DanNixon/satori [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DanNixon/satori" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanNixon%2Fsatori", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanNixon%2Fsatori'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e127e6d93ac5e033474a3ba02fb29efb707e598b [INFO] checking DanNixon/satori/e127e6d93ac5e033474a3ba02fb29efb707e598b against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanNixon%2Fsatori" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/DanNixon/satori on toolchain 4d98531622e1718ae0bc3c7a1ab9cd8938428452 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/DanNixon/satori [INFO] finished tweaking git repo https://github.com/DanNixon/satori [INFO] tweaked toml for git repo https://github.com/DanNixon/satori written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/DanNixon/satori already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cdde90184c858dc8ec21d2ec11d273c36034f386d804693d7ef9fc0269703180 [INFO] running `Command { std: "docker" "start" "-a" "cdde90184c858dc8ec21d2ec11d273c36034f386d804693d7ef9fc0269703180", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cdde90184c858dc8ec21d2ec11d273c36034f386d804693d7ef9fc0269703180", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cdde90184c858dc8ec21d2ec11d273c36034f386d804693d7ef9fc0269703180", kill_on_drop: false }` [INFO] [stdout] cdde90184c858dc8ec21d2ec11d273c36034f386d804693d7ef9fc0269703180 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 109272bc3dcfe3ccbbe797734de26c8e507494382c2126dd4d931da27c21619f [INFO] running `Command { std: "docker" "start" "-a" "109272bc3dcfe3ccbbe797734de26c8e507494382c2126dd4d931da27c21619f", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.209 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Compiling cc v1.1.6 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking mio v1.0.1 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking openssl-probe v0.1.5 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking tinyvec v1.8.0 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling serde_json v1.0.127 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Checking hashbrown v0.13.2 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling openssl-sys v0.9.103 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.66 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Checking regex-syntax v0.8.4 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Checking winnow v0.6.18 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Checking rustls-native-certs v0.6.3 [INFO] [stderr] Checking flume v0.11.0 [INFO] [stderr] Checking const-random v0.1.18 [INFO] [stderr] Compiling smartstring v1.0.1 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Checking dlv-list v0.5.2 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking ordered-multimap v0.6.0 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking ipnet v2.9.0 [INFO] [stderr] Checking rxml_validation v0.9.1 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking rust-ini v0.19.0 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking opaque-debug v0.3.1 [INFO] [stderr] Checking ff v0.13.0 [INFO] [stderr] Checking base16ct v0.2.0 [INFO] [stderr] Checking md5 v0.7.0 [INFO] [stderr] Checking group v0.13.0 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Compiling axum-core v0.4.3 [INFO] [stderr] Checking encoding_rs v0.8.34 [INFO] [stderr] Checking clap_lex v0.6.0 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Checking raw-cpuid v10.7.0 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Checking clap_builder v4.4.18 [INFO] [stderr] Compiling axum v0.7.5 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking event-listener v5.3.1 [INFO] [stderr] Checking sct v0.7.1 [INFO] [stderr] Checking rustls-webpki v0.101.7 [INFO] [stderr] Checking quanta v0.11.1 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking half v2.4.1 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Checking sketches-ddsketch v0.2.2 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Checking event-listener-strategy v0.5.2 [INFO] [stderr] Checking nix v0.27.1 [INFO] [stderr] Checking regex v1.10.6 [INFO] [stderr] Checking async-channel v2.3.1 [INFO] [stderr] Checking signal-hook v0.3.17 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling serde_derive v1.0.209 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling async-trait v0.1.81 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Compiling serde_with_macros v3.9.0 [INFO] [stderr] Checking der v0.7.9 [INFO] [stderr] Compiling maybe-async v0.2.10 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Checking thiserror v1.0.63 [INFO] [stderr] Compiling metrics-macros v0.7.1 [INFO] [stderr] Checking aws-region v0.25.4 [INFO] [stderr] Compiling clap_derive v4.4.7 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.1 [INFO] [stderr] Checking tempfile v3.12.0 [INFO] [stderr] Checking metrics v0.21.1 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking metrics-util v0.15.0 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Checking signal-hook-mio v0.2.3 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Compiling strum_macros v0.25.3 [INFO] [stderr] Checking pin-project v1.1.5 [INFO] [stderr] Compiling ctor v0.2.8 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Compiling indoc v2.0.5 [INFO] [stderr] Checking x25519-dalek v2.0.1 [INFO] [stderr] Checking crossterm v0.27.0 [INFO] [stderr] Checking itertools v0.11.0 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking unicode-segmentation v1.11.0 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Checking clap v4.4.18 [INFO] [stderr] Checking unicode-width v0.1.13 [INFO] [stderr] Checking utf8-width v0.1.7 [INFO] [stderr] Checking http-range-header v0.4.1 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking satori-integration-tests v0.3.1 (/opt/rustwide/workdir/integration-tests) [INFO] [stderr] Checking strum v0.25.0 [INFO] [stderr] Checking bytes v1.7.1 [INFO] [stderr] Checking url v2.5.2 [INFO] [stderr] Checking serde_spanned v0.6.7 [INFO] [stderr] Checking toml_datetime v0.6.8 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking serde_with v3.9.0 [INFO] [stderr] Checking deranged v0.3.11 [INFO] [stderr] Checking toml_edit v0.22.20 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking tokio v1.40.0 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking inout v0.1.3 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking time v0.3.36 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking universal-hash v0.5.1 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Checking attohttpc v0.26.1 [INFO] [stderr] Checking rxml v0.9.1 [INFO] [stderr] Checking quick-xml v0.30.0 [INFO] [stderr] Checking http-body-util v0.1.2 [INFO] [stderr] Checking hkdf v0.12.4 [INFO] [stderr] Checking toml v0.8.19 [INFO] [stderr] Checking crypto-bigint v0.5.5 [INFO] [stderr] Checking sec1 v0.7.3 [INFO] [stderr] Checking polyval v0.6.2 [INFO] [stderr] Checking aead v0.5.2 [INFO] [stderr] Checking ghash v0.5.1 [INFO] [stderr] Checking minidom v0.15.2 [INFO] [stderr] Checking poly1305 v0.8.0 [INFO] [stderr] Checking aes v0.8.4 [INFO] [stderr] Checking chacha20 v0.9.1 [INFO] [stderr] Checking ctr v0.9.2 [INFO] [stderr] Checking serde_path_to_error v0.1.16 [INFO] [stderr] Checking aws-creds v0.36.0 [INFO] [stderr] Checking m3u8-rs v5.0.5 [INFO] [stderr] Checking tokio-util v0.7.11 [INFO] [stderr] Checking tokio-rustls v0.24.1 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking hyper v1.4.1 [INFO] [stderr] Checking rumqttc v0.23.0 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking aes-gcm v0.10.3 [INFO] [stderr] Checking h2 v0.3.26 [INFO] [stderr] Checking tokio-stream v0.1.15 [INFO] [stderr] Checking elliptic-curve v0.13.8 [INFO] [stderr] Checking chacha20poly1305 v0.10.1 [INFO] [stderr] Checking ciborium v0.2.2 [INFO] [stderr] Checking tower-http v0.5.2 [INFO] [stderr] Checking primeorder v0.13.6 [INFO] [stderr] Checking ratatui v0.23.0 [INFO] [stderr] Checking hyper-util v0.1.6 [INFO] [stderr] Checking p256 v0.13.2 [INFO] [stderr] Checking byte-unit v4.0.19 [INFO] [stderr] Checking hpke v0.11.0 [INFO] [stderr] Checking satori-common v0.3.1 (/opt/rustwide/workdir/common) [INFO] [stderr] Checking hyper v0.14.30 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking hyper-rustls v0.24.2 [INFO] [stderr] Checking metrics-exporter-prometheus v0.12.2 [INFO] [stderr] Checking rust-s3 v0.34.0 [INFO] [stderr] Checking reqwest v0.11.27 [INFO] [stderr] Checking satori-agent v0.3.1 (/opt/rustwide/workdir/agent) [INFO] [stderr] Checking satori-event-processor v0.3.1 (/opt/rustwide/workdir/event-processor) [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] --> agent/src/main.rs:115:27 [INFO] [stdout] | [INFO] [stdout] 107 | let frame_image = frame_image.clone(); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 115 | match frame_image.lock().unwrap().as_ref() { [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] --> agent/src/main.rs:129:21 [INFO] [stdout] | [INFO] [stdout] 108 | let jpeg_multipart_tx = jpeg_multipart_tx.clone(); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 126 | let stream = BroadcastStream::new(jpeg_multipart_tx.subscribe()); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 127 | let body = Body::from_stream(stream); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 128 | [INFO] [stdout] 129 | / ( [INFO] [stdout] 130 | | [( [INFO] [stdout] 131 | | header::CONTENT_TYPE, [INFO] [stdout] 132 | | "multipart/x-mixed-replace; boundary=frame", [INFO] [stdout] 133 | | )], [INFO] [stdout] 134 | | body, [INFO] [stdout] 135 | | ) [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] --> agent/src/ffmpeg/streamer.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 32 | pub(crate) fn new(config: Config, jpeg_tx: Sender) -> Self { [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 35 | terminate: Arc::new(Mutex::new(false)), [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] --> agent/src/ffmpeg/streamer.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 32 | pub(crate) fn new(config: Config, jpeg_tx: Sender) -> Self { [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 36 | ffmpeg_pid: Default::default(), [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] --> agent/src/ffmpeg/streamer.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 32 | pub(crate) fn new(config: Config, jpeg_tx: Sender) -> Self { [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 37 | handle: None, [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 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `satori-agent` (bin "satori-agent") due to 6 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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] --> agent/src/main.rs:115:27 [INFO] [stdout] | [INFO] [stdout] 107 | let frame_image = frame_image.clone(); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 115 | match frame_image.lock().unwrap().as_ref() { [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] --> agent/src/main.rs:129:21 [INFO] [stdout] | [INFO] [stdout] 108 | let jpeg_multipart_tx = jpeg_multipart_tx.clone(); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 126 | let stream = BroadcastStream::new(jpeg_multipart_tx.subscribe()); [INFO] [stdout] | ------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 127 | let body = Body::from_stream(stream); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 128 | [INFO] [stdout] 129 | / ( [INFO] [stdout] 130 | | [( [INFO] [stdout] 131 | | header::CONTENT_TYPE, [INFO] [stdout] 132 | | "multipart/x-mixed-replace; boundary=frame", [INFO] [stdout] 133 | | )], [INFO] [stdout] 134 | | body, [INFO] [stdout] 135 | | ) [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] --> agent/src/ffmpeg/streamer.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 32 | pub(crate) fn new(config: Config, jpeg_tx: Sender) -> Self { [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 35 | terminate: Arc::new(Mutex::new(false)), [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] --> agent/src/ffmpeg/streamer.rs:36:25 [INFO] [stdout] | [INFO] [stdout] 32 | pub(crate) fn new(config: Config, jpeg_tx: Sender) -> Self { [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 36 | ffmpeg_pid: Default::default(), [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] --> agent/src/ffmpeg/streamer.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 32 | pub(crate) fn new(config: Config, jpeg_tx: Sender) -> Self { [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 37 | handle: None, [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 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `satori-agent` (bin "satori-agent" test) due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "109272bc3dcfe3ccbbe797734de26c8e507494382c2126dd4d931da27c21619f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "109272bc3dcfe3ccbbe797734de26c8e507494382c2126dd4d931da27c21619f", kill_on_drop: false }` [INFO] [stdout] 109272bc3dcfe3ccbbe797734de26c8e507494382c2126dd4d931da27c21619f