[INFO] fetching crate lock_freedom 0.1.0... [INFO] building lock_freedom-0.1.0 against master#11663cd3bfefef7d34e8f0892c250bf698049392+rustflags=-Dtail-expr-drop-order for pr-134523 [INFO] extracting crate lock_freedom 0.1.0 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate lock_freedom 0.1.0 on toolchain 11663cd3bfefef7d34e8f0892c250bf698049392 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate lock_freedom 0.1.0 [INFO] finished tweaking crates.io crate lock_freedom 0.1.0 [INFO] tweaked toml for crates.io crate lock_freedom 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 71 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.3.6 (available: v0.5.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tux-owned-alloc v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a83619b4b8be19eddfd7925fce3bb92b0f88bbfcaaab8857cd877ddde4e926f1 [INFO] running `Command { std: "docker" "start" "-a" "a83619b4b8be19eddfd7925fce3bb92b0f88bbfcaaab8857cd877ddde4e926f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a83619b4b8be19eddfd7925fce3bb92b0f88bbfcaaab8857cd877ddde4e926f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a83619b4b8be19eddfd7925fce3bb92b0f88bbfcaaab8857cd877ddde4e926f1", kill_on_drop: false }` [INFO] [stdout] a83619b4b8be19eddfd7925fce3bb92b0f88bbfcaaab8857cd877ddde4e926f1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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 -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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 70560f7d559a4201d3457a13657b09820211930b1ccf3998b875168f757e7809 [INFO] running `Command { std: "docker" "start" "-a" "70560f7d559a4201d3457a13657b09820211930b1ccf3998b875168f757e7809", kill_on_drop: false }` [INFO] [stderr] Compiling tux-owned-alloc v0.2.0 [INFO] [stderr] Compiling lock_freedom v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: relative drop order changing in Rust 2024 [INFO] [stdout] --> src/tls/mod.rs:74:37 [INFO] [stdout] | [INFO] [stdout] 74 | while let Some(mut table) = tables.pop() { [INFO] [stdout] | --------- ^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#1` [INFO] [stdout] | | up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] | `table` calls a custom destructor [INFO] [stdout] | `table` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | } [INFO] [stdout] | - now the temporary value is dropped here, before the local variables in the block or statement [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tux-owned-alloc-0.2.0/src/owned.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / impl Drop for OwnedAlloc [INFO] [stdout] 111 | | where [INFO] [stdout] 112 | | T: ?Sized, [INFO] [stdout] | |______________^ [INFO] [stdout] note: `table` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tux-owned-alloc-0.2.0/src/owned.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / impl Drop for OwnedAlloc [INFO] [stdout] 111 | | where [INFO] [stdout] 112 | | T: ?Sized, [INFO] [stdout] | |______________^ [INFO] [stdout] = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: relative drop order changing in Rust 2024 [INFO] [stdout] --> src/tls/mod.rs:371:37 [INFO] [stdout] | [INFO] [stdout] 371 | while let Some(mut table) = tables.pop() { [INFO] [stdout] | --------- ^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#1` [INFO] [stdout] | | up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] | `table` calls a custom destructor [INFO] [stdout] | `table` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 374 | } [INFO] [stdout] | - now the temporary value is dropped here, before the local variables in the block or statement [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tux-owned-alloc-0.2.0/src/owned.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / impl Drop for OwnedAlloc [INFO] [stdout] 111 | | where [INFO] [stdout] 112 | | T: ?Sized, [INFO] [stdout] | |______________^ [INFO] [stdout] note: `table` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tux-owned-alloc-0.2.0/src/owned.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / impl Drop for OwnedAlloc [INFO] [stdout] 111 | | where [INFO] [stdout] 112 | | T: ?Sized, [INFO] [stdout] | |______________^ [INFO] [stdout] = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: relative drop order changing in Rust 2024 [INFO] [stdout] --> src/map/guard.rs:250:30 [INFO] [stdout] | [INFO] [stdout] 249 | let alloc = unsafe { OwnedAlloc::from_raw(self.nnptr) }; [INFO] [stdout] | ----- [INFO] [stdout] | | [INFO] [stdout] | `alloc` calls a custom destructor [INFO] [stdout] | `alloc` will be dropped later as of Edition 2024 [INFO] [stdout] 250 | if let Some(incin) = self.origin.upgrade() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value will be stored in a temporary; let us call it `#1` [INFO] [stdout] | up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 253 | } [INFO] [stdout] | - now the temporary value is dropped here, before the local variables in the block or statement [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> src/tls/mod.rs:360:1 [INFO] [stdout] | [INFO] [stdout] 360 | / impl Drop for ThreadLocal { [INFO] [stdout] 361 | | fn drop(&mut self) { [INFO] [stdout] 362 | | let mut tables = Vec::new(); [INFO] [stdout] ... | [INFO] [stdout] 376 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `alloc` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tux-owned-alloc-0.2.0/src/owned.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / impl Drop for OwnedAlloc [INFO] [stdout] 111 | | where [INFO] [stdout] 112 | | T: ?Sized, [INFO] [stdout] | |______________^ [INFO] [stdout] = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: relative drop order changing in Rust 2024 [INFO] [stdout] --> src/map/table.rs:187:27 [INFO] [stdout] | [INFO] [stdout] 174 | let mut bucket = OwnedAlloc::from_raw(bucket_nnptr); [INFO] [stdout] | ---------- [INFO] [stdout] | | [INFO] [stdout] | `bucket` calls a custom destructor [INFO] [stdout] | `bucket` will be dropped later as of Edition 2024 [INFO] [stdout] 175 | bucket.take_first(); [INFO] [stdout] | ------------------- [INFO] [stdout] | | [INFO] [stdout] | this value will be stored in a temporary; let us call it `#1` [INFO] [stdout] | `#1` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 187 | match bucket.insert(inserter, pause, incin) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value will be stored in a temporary; let us call it `#2` [INFO] [stdout] | up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 221 | } else { [INFO] [stdout] | - now the temporary value is dropped here, before the local variables in the block or statement [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see [INFO] [stdout] note: `#2` invokes this custom destructor [INFO] [stdout] --> src/map/guard.rs:246:1 [INFO] [stdout] | [INFO] [stdout] 246 | / impl Drop for Removed { [INFO] [stdout] 247 | | fn drop(&mut self) { [INFO] [stdout] 248 | | // We own the allocation. This must be safe. [INFO] [stdout] 249 | | let alloc = unsafe { OwnedAlloc::from_raw(self.nnptr) }; [INFO] [stdout] ... | [INFO] [stdout] 254 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `bucket` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tux-owned-alloc-0.2.0/src/owned.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / impl Drop for OwnedAlloc [INFO] [stdout] 111 | | where [INFO] [stdout] 112 | | T: ?Sized, [INFO] [stdout] | |______________^ [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tux-owned-alloc-0.2.0/src/owned.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / impl Drop for OwnedAlloc [INFO] [stdout] 111 | | where [INFO] [stdout] 112 | | T: ?Sized, [INFO] [stdout] | |______________^ [INFO] [stdout] = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: relative drop order changing in Rust 2024 [INFO] [stdout] --> src/map/mod.rs:111:37 [INFO] [stdout] | [INFO] [stdout] 111 | while let Some(mut table) = tables.pop() { [INFO] [stdout] | --------- ^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#1` [INFO] [stdout] | | up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] | `table` calls a custom destructor [INFO] [stdout] | `table` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 115 | } [INFO] [stdout] | - now the temporary value is dropped here, before the local variables in the block or statement [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tux-owned-alloc-0.2.0/src/owned.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / impl Drop for OwnedAlloc [INFO] [stdout] 111 | | where [INFO] [stdout] 112 | | T: ?Sized, [INFO] [stdout] | |______________^ [INFO] [stdout] note: `table` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tux-owned-alloc-0.2.0/src/owned.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / impl Drop for OwnedAlloc [INFO] [stdout] 111 | | where [INFO] [stdout] 112 | | T: ?Sized, [INFO] [stdout] | |______________^ [INFO] [stdout] = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: relative drop order changing in Rust 2024 [INFO] [stdout] --> src/map/mod.rs:404:37 [INFO] [stdout] | [INFO] [stdout] 404 | while let Some(mut table) = tables.pop() { [INFO] [stdout] | --------- ^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | this value will be stored in a temporary; let us call it `#1` [INFO] [stdout] | | up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] | `table` calls a custom destructor [INFO] [stdout] | `table` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 408 | } [INFO] [stdout] | - now the temporary value is dropped here, before the local variables in the block or statement [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tux-owned-alloc-0.2.0/src/owned.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / impl Drop for OwnedAlloc [INFO] [stdout] 111 | | where [INFO] [stdout] 112 | | T: ?Sized, [INFO] [stdout] | |______________^ [INFO] [stdout] note: `table` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tux-owned-alloc-0.2.0/src/owned.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / impl Drop for OwnedAlloc [INFO] [stdout] 111 | | where [INFO] [stdout] 112 | | T: ?Sized, [INFO] [stdout] | |______________^ [INFO] [stdout] = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: relative drop order changing in Rust 2024 [INFO] [stdout] --> src/channel/spsc.rs:138:19 [INFO] [stdout] | [INFO] [stdout] 138 | match node.message.take() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value will be stored in a temporary; let us call it `#3` [INFO] [stdout] | up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 148 | unsafe { OwnedAlloc::from_raw(self.front) }; [INFO] [stdout] | -------------------------------- [INFO] [stdout] | | [INFO] [stdout] | this value will be stored in a temporary; let us call it `#1` [INFO] [stdout] | `#1` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 164 | unsafe { OwnedAlloc::from_raw(self.front) }; [INFO] [stdout] | -------------------------------- [INFO] [stdout] | | [INFO] [stdout] | this value will be stored in a temporary; let us call it `#2` [INFO] [stdout] | `#2` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 179 | } [INFO] [stdout] | - now the temporary value is dropped here, before the local variables in the block or statement [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tux-owned-alloc-0.2.0/src/owned.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / impl Drop for OwnedAlloc [INFO] [stdout] 111 | | where [INFO] [stdout] 112 | | T: ?Sized, [INFO] [stdout] | |______________^ [INFO] [stdout] note: `#2` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tux-owned-alloc-0.2.0/src/owned.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / impl Drop for OwnedAlloc [INFO] [stdout] 111 | | where [INFO] [stdout] 112 | | T: ?Sized, [INFO] [stdout] | |______________^ [INFO] [stdout] = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: relative drop order changing in Rust 2024 [INFO] [stdout] --> src/channel/mpsc.rs:188:19 [INFO] [stdout] | [INFO] [stdout] 188 | match node.message.take() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this value will be stored in a temporary; let us call it `#3` [INFO] [stdout] | up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 198 | OwnedAlloc::from_raw(self.front); [INFO] [stdout] | -------------------------------- [INFO] [stdout] | | [INFO] [stdout] | this value will be stored in a temporary; let us call it `#1` [INFO] [stdout] | `#1` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 242 | OwnedAlloc::from_raw(self.front); [INFO] [stdout] | -------------------------------- [INFO] [stdout] | | [INFO] [stdout] | this value will be stored in a temporary; let us call it `#2` [INFO] [stdout] | `#2` will be dropped later as of Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 251 | } [INFO] [stdout] | - now the temporary value is dropped here, before the local variables in the block or statement [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see [INFO] [stdout] note: `#1` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tux-owned-alloc-0.2.0/src/owned.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / impl Drop for OwnedAlloc [INFO] [stdout] 111 | | where [INFO] [stdout] 112 | | T: ?Sized, [INFO] [stdout] | |______________^ [INFO] [stdout] note: `#2` invokes this custom destructor [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tux-owned-alloc-0.2.0/src/owned.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / impl Drop for OwnedAlloc [INFO] [stdout] 111 | | where [INFO] [stdout] 112 | | T: ?Sized, [INFO] [stdout] | |______________^ [INFO] [stdout] = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `lock_freedom` (lib) due to 8 previous errors [INFO] running `Command { std: "docker" "inspect" "70560f7d559a4201d3457a13657b09820211930b1ccf3998b875168f757e7809", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70560f7d559a4201d3457a13657b09820211930b1ccf3998b875168f757e7809", kill_on_drop: false }` [INFO] [stdout] 70560f7d559a4201d3457a13657b09820211930b1ccf3998b875168f757e7809