[INFO] fetching crate libfmi 2.2.4... [INFO] checking libfmi-2.2.4 against try#4d98531622e1718ae0bc3c7a1ab9cd8938428452+rustflags=-Dtail_expr_drop_order for pr-129604 [INFO] extracting crate libfmi 2.2.4 into /workspace/builds/worker-3-tc2/source [INFO] validating manifest of crates.io crate libfmi 2.2.4 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 crates.io crate libfmi 2.2.4 [INFO] finished tweaking crates.io crate libfmi 2.2.4 [INFO] tweaked toml for crates.io crate libfmi 2.2.4 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" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 15 packages to latest compatible versions [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-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" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d9496a2d98ccfc31a5c5148ceb18f035a6fbcf2fa3df2893e1b89f3c6063dcea [INFO] running `Command { std: "docker" "start" "-a" "d9496a2d98ccfc31a5c5148ceb18f035a6fbcf2fa3df2893e1b89f3c6063dcea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d9496a2d98ccfc31a5c5148ceb18f035a6fbcf2fa3df2893e1b89f3c6063dcea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9496a2d98ccfc31a5c5148ceb18f035a6fbcf2fa3df2893e1b89f3c6063dcea", kill_on_drop: false }` [INFO] [stdout] d9496a2d98ccfc31a5c5148ceb18f035a6fbcf2fa3df2893e1b89f3c6063dcea [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" "+4d98531622e1718ae0bc3c7a1ab9cd8938428452" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3f43604ffbbc9b1264e15c6d8e9647a50b6636b8b4e892c8f4aa72f03cdc2497 [INFO] running `Command { std: "docker" "start" "-a" "3f43604ffbbc9b1264e15c6d8e9647a50b6636b8b4e892c8f4aa72f03cdc2497", kill_on_drop: false }` [INFO] [stderr] Compiling libfmi v2.2.4 (/opt/rustwide/workdir) [INFO] [stderr] Checking libloading v0.8.5 [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/fmi.rs:819:12 [INFO] [stdout] | [INFO] [stdout] 749 | pub unsafe fn from_library(library: L) -> Result [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 753 | let __library = library.into(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 754 | let fmi2GetTypesPlatform = [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 755 | unsafe { __library.get(b"fmi2GetTypesPlatform\0") }.map(|sym| *sym); [INFO] [stdout] 756 | let fmi2GetVersion = unsafe { __library.get(b"fmi2GetVersion\0") }.map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 757 | let fmi2SetDebugLogging = [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 758 | unsafe { __library.get(b"fmi2SetDebugLogging\0") }.map(|sym| *sym); [INFO] [stdout] 759 | let fmi2Instantiate = unsafe { __library.get(b"fmi2Instantiate\0") }.map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 760 | let fmi2FreeInstance = unsafe { __library.get(b"fmi2FreeInstance\0") }.map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 761 | let fmi2SetupExperiment = [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 762 | unsafe { __library.get(b"fmi2SetupExperiment\0") }.map(|sym| *sym); [INFO] [stdout] 763 | let fmi2EnterInitializationMode = [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 764 | unsafe { __library.get(b"fmi2EnterInitializationMode\0") }.map(|sym| *sym); [INFO] [stdout] 765 | let fmi2ExitInitializationMode = [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 766 | unsafe { __library.get(b"fmi2ExitInitializationMode\0") }.map(|sym| *sym); [INFO] [stdout] 767 | let fmi2Terminate = unsafe { __library.get(b"fmi2Terminate\0") }.map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 768 | let fmi2Reset = unsafe { __library.get(b"fmi2Reset\0") }.map(|sym| *sym); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 769 | let fmi2GetReal = unsafe { __library.get(b"fmi2GetReal\0") }.map(|sym| *sym); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 770 | let fmi2GetInteger = unsafe { __library.get(b"fmi2GetInteger\0") }.map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 771 | let fmi2GetBoolean = unsafe { __library.get(b"fmi2GetBoolean\0") }.map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 772 | let fmi2GetString = unsafe { __library.get(b"fmi2GetString\0") }.map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 773 | let fmi2SetReal = unsafe { __library.get(b"fmi2SetReal\0") }.map(|sym| *sym); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 774 | let fmi2SetInteger = unsafe { __library.get(b"fmi2SetInteger\0") }.map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 775 | let fmi2SetBoolean = unsafe { __library.get(b"fmi2SetBoolean\0") }.map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 776 | let fmi2SetString = unsafe { __library.get(b"fmi2SetString\0") }.map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 777 | let fmi2GetFMUstate = unsafe { __library.get(b"fmi2GetFMUstate\0") }.map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 778 | let fmi2SetFMUstate = unsafe { __library.get(b"fmi2SetFMUstate\0") }.map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 779 | let fmi2FreeFMUstate = unsafe { __library.get(b"fmi2FreeFMUstate\0") }.map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 780 | let fmi2SerializedFMUstateSize = [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 781 | unsafe { __library.get(b"fmi2SerializedFMUstateSize\0") }.map(|sym| *sym); [INFO] [stdout] 782 | let fmi2SerializeFMUstate = [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 783 | unsafe { __library.get(b"fmi2SerializeFMUstate\0") }.map(|sym| *sym); [INFO] [stdout] 784 | let fmi2DeSerializeFMUstate = [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 785 | unsafe { __library.get(b"fmi2DeSerializeFMUstate\0") }.map(|sym| *sym); [INFO] [stdout] 786 | let fmi2GetDirectionalDerivative = [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 787 | unsafe { __library.get(b"fmi2GetDirectionalDerivative\0") }.map(|sym| *sym); [INFO] [stdout] 788 | let fmi2EnterEventMode = unsafe { __library.get(b"fmi2EnterEventMode\0") }.map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 789 | let fmi2NewDiscreteStates = [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 790 | unsafe { __library.get(b"fmi2NewDiscreteStates\0") }.map(|sym| *sym); [INFO] [stdout] 791 | let fmi2EnterContinuousTimeMode = [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 792 | unsafe { __library.get(b"fmi2EnterContinuousTimeMode\0") }.map(|sym| *sym); [INFO] [stdout] 793 | let fmi2CompletedIntegratorStep = [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 794 | unsafe { __library.get(b"fmi2CompletedIntegratorStep\0") }.map(|sym| *sym); [INFO] [stdout] 795 | let fmi2SetTime = unsafe { __library.get(b"fmi2SetTime\0") }.map(|sym| *sym); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 796 | let fmi2SetContinuousStates = [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 797 | unsafe { __library.get(b"fmi2SetContinuousStates\0") }.map(|sym| *sym); [INFO] [stdout] 798 | let fmi2GetDerivatives = unsafe { __library.get(b"fmi2GetDerivatives\0") }.map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 799 | let fmi2GetEventIndicators = [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 800 | unsafe { __library.get(b"fmi2GetEventIndicators\0") }.map(|sym| *sym); [INFO] [stdout] 801 | let fmi2GetContinuousStates = [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 802 | unsafe { __library.get(b"fmi2GetContinuousStates\0") }.map(|sym| *sym); [INFO] [stdout] 803 | let fmi2GetNominalsOfContinuousStates = [INFO] [stdout] | --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 804 | unsafe { __library.get(b"fmi2GetNominalsOfContinuousStates\0") }.map(|sym| *sym); [INFO] [stdout] 805 | let fmi2SetRealInputDerivatives = [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 806 | unsafe { __library.get(b"fmi2SetRealInputDerivatives\0") }.map(|sym| *sym); [INFO] [stdout] 807 | let fmi2GetRealOutputDerivatives = [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 808 | unsafe { __library.get(b"fmi2GetRealOutputDerivatives\0") }.map(|sym| *sym); [INFO] [stdout] 809 | let fmi2DoStep = unsafe { __library.get(b"fmi2DoStep\0") }.map(|sym| *sym); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 810 | let fmi2CancelStep = unsafe { __library.get(b"fmi2CancelStep\0") }.map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 811 | let fmi2GetStatus = unsafe { __library.get(b"fmi2GetStatus\0") }.map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 812 | let fmi2GetRealStatus = unsafe { __library.get(b"fmi2GetRealStatus\0") }.map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 813 | let fmi2GetIntegerStatus = [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 814 | unsafe { __library.get(b"fmi2GetIntegerStatus\0") }.map(|sym| *sym); [INFO] [stdout] 815 | let fmi2GetBooleanStatus = [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 816 | unsafe { __library.get(b"fmi2GetBooleanStatus\0") }.map(|sym| *sym); [INFO] [stdout] 817 | let fmi2GetStringStatus = [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 818 | unsafe { __library.get(b"fmi2GetStringStatus\0") }.map(|sym| *sym); [INFO] [stdout] 819 | Ok(Fmi2Dll { [INFO] [stdout] | ____________^ [INFO] [stdout] 820 | | __library, [INFO] [stdout] 821 | | fmi2GetTypesPlatform, [INFO] [stdout] 822 | | fmi2GetVersion, [INFO] [stdout] ... | [INFO] [stdout] 864 | | fmi2GetStringStatus, [INFO] [stdout] 865 | | }) [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: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `libfmi` (lib) due to 2 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] --> src/fmi.rs:819:12 [INFO] [stdout] | [INFO] [stdout] 749 | pub unsafe fn from_library(library: L) -> Result [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 753 | let __library = library.into(); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 754 | let fmi2GetTypesPlatform = [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 755 | unsafe { __library.get(b"fmi2GetTypesPlatform\0") }.map(|sym| *sym); [INFO] [stdout] 756 | let fmi2GetVersion = unsafe { __library.get(b"fmi2GetVersion\0") }.map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 757 | let fmi2SetDebugLogging = [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 758 | unsafe { __library.get(b"fmi2SetDebugLogging\0") }.map(|sym| *sym); [INFO] [stdout] 759 | let fmi2Instantiate = unsafe { __library.get(b"fmi2Instantiate\0") }.map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 760 | let fmi2FreeInstance = unsafe { __library.get(b"fmi2FreeInstance\0") }.map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 761 | let fmi2SetupExperiment = [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 762 | unsafe { __library.get(b"fmi2SetupExperiment\0") }.map(|sym| *sym); [INFO] [stdout] 763 | let fmi2EnterInitializationMode = [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 764 | unsafe { __library.get(b"fmi2EnterInitializationMode\0") }.map(|sym| *sym); [INFO] [stdout] 765 | let fmi2ExitInitializationMode = [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 766 | unsafe { __library.get(b"fmi2ExitInitializationMode\0") }.map(|sym| *sym); [INFO] [stdout] 767 | let fmi2Terminate = unsafe { __library.get(b"fmi2Terminate\0") }.map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 768 | let fmi2Reset = unsafe { __library.get(b"fmi2Reset\0") }.map(|sym| *sym); [INFO] [stdout] | --------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 769 | let fmi2GetReal = unsafe { __library.get(b"fmi2GetReal\0") }.map(|sym| *sym); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 770 | let fmi2GetInteger = unsafe { __library.get(b"fmi2GetInteger\0") }.map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 771 | let fmi2GetBoolean = unsafe { __library.get(b"fmi2GetBoolean\0") }.map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 772 | let fmi2GetString = unsafe { __library.get(b"fmi2GetString\0") }.map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 773 | let fmi2SetReal = unsafe { __library.get(b"fmi2SetReal\0") }.map(|sym| *sym); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 774 | let fmi2SetInteger = unsafe { __library.get(b"fmi2SetInteger\0") }.map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 775 | let fmi2SetBoolean = unsafe { __library.get(b"fmi2SetBoolean\0") }.map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 776 | let fmi2SetString = unsafe { __library.get(b"fmi2SetString\0") }.map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 777 | let fmi2GetFMUstate = unsafe { __library.get(b"fmi2GetFMUstate\0") }.map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 778 | let fmi2SetFMUstate = unsafe { __library.get(b"fmi2SetFMUstate\0") }.map(|sym| *sym); [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 779 | let fmi2FreeFMUstate = unsafe { __library.get(b"fmi2FreeFMUstate\0") }.map(|sym| *sym); [INFO] [stdout] | ---------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 780 | let fmi2SerializedFMUstateSize = [INFO] [stdout] | -------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 781 | unsafe { __library.get(b"fmi2SerializedFMUstateSize\0") }.map(|sym| *sym); [INFO] [stdout] 782 | let fmi2SerializeFMUstate = [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 783 | unsafe { __library.get(b"fmi2SerializeFMUstate\0") }.map(|sym| *sym); [INFO] [stdout] 784 | let fmi2DeSerializeFMUstate = [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 785 | unsafe { __library.get(b"fmi2DeSerializeFMUstate\0") }.map(|sym| *sym); [INFO] [stdout] 786 | let fmi2GetDirectionalDerivative = [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 787 | unsafe { __library.get(b"fmi2GetDirectionalDerivative\0") }.map(|sym| *sym); [INFO] [stdout] 788 | let fmi2EnterEventMode = unsafe { __library.get(b"fmi2EnterEventMode\0") }.map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 789 | let fmi2NewDiscreteStates = [INFO] [stdout] | --------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 790 | unsafe { __library.get(b"fmi2NewDiscreteStates\0") }.map(|sym| *sym); [INFO] [stdout] 791 | let fmi2EnterContinuousTimeMode = [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 792 | unsafe { __library.get(b"fmi2EnterContinuousTimeMode\0") }.map(|sym| *sym); [INFO] [stdout] 793 | let fmi2CompletedIntegratorStep = [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 794 | unsafe { __library.get(b"fmi2CompletedIntegratorStep\0") }.map(|sym| *sym); [INFO] [stdout] 795 | let fmi2SetTime = unsafe { __library.get(b"fmi2SetTime\0") }.map(|sym| *sym); [INFO] [stdout] | ----------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 796 | let fmi2SetContinuousStates = [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 797 | unsafe { __library.get(b"fmi2SetContinuousStates\0") }.map(|sym| *sym); [INFO] [stdout] 798 | let fmi2GetDerivatives = unsafe { __library.get(b"fmi2GetDerivatives\0") }.map(|sym| *sym); [INFO] [stdout] | ------------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 799 | let fmi2GetEventIndicators = [INFO] [stdout] | ---------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 800 | unsafe { __library.get(b"fmi2GetEventIndicators\0") }.map(|sym| *sym); [INFO] [stdout] 801 | let fmi2GetContinuousStates = [INFO] [stdout] | ----------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 802 | unsafe { __library.get(b"fmi2GetContinuousStates\0") }.map(|sym| *sym); [INFO] [stdout] 803 | let fmi2GetNominalsOfContinuousStates = [INFO] [stdout] | --------------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 804 | unsafe { __library.get(b"fmi2GetNominalsOfContinuousStates\0") }.map(|sym| *sym); [INFO] [stdout] 805 | let fmi2SetRealInputDerivatives = [INFO] [stdout] | --------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 806 | unsafe { __library.get(b"fmi2SetRealInputDerivatives\0") }.map(|sym| *sym); [INFO] [stdout] 807 | let fmi2GetRealOutputDerivatives = [INFO] [stdout] | ---------------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 808 | unsafe { __library.get(b"fmi2GetRealOutputDerivatives\0") }.map(|sym| *sym); [INFO] [stdout] 809 | let fmi2DoStep = unsafe { __library.get(b"fmi2DoStep\0") }.map(|sym| *sym); [INFO] [stdout] | ---------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 810 | let fmi2CancelStep = unsafe { __library.get(b"fmi2CancelStep\0") }.map(|sym| *sym); [INFO] [stdout] | -------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 811 | let fmi2GetStatus = unsafe { __library.get(b"fmi2GetStatus\0") }.map(|sym| *sym); [INFO] [stdout] | ------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 812 | let fmi2GetRealStatus = unsafe { __library.get(b"fmi2GetRealStatus\0") }.map(|sym| *sym); [INFO] [stdout] | ----------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 813 | let fmi2GetIntegerStatus = [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 814 | unsafe { __library.get(b"fmi2GetIntegerStatus\0") }.map(|sym| *sym); [INFO] [stdout] 815 | let fmi2GetBooleanStatus = [INFO] [stdout] | -------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 816 | unsafe { __library.get(b"fmi2GetBooleanStatus\0") }.map(|sym| *sym); [INFO] [stdout] 817 | let fmi2GetStringStatus = [INFO] [stdout] | ------------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 818 | unsafe { __library.get(b"fmi2GetStringStatus\0") }.map(|sym| *sym); [INFO] [stdout] 819 | Ok(Fmi2Dll { [INFO] [stdout] | ____________^ [INFO] [stdout] 820 | | __library, [INFO] [stdout] 821 | | fmi2GetTypesPlatform, [INFO] [stdout] 822 | | fmi2GetVersion, [INFO] [stdout] ... | [INFO] [stdout] 864 | | fmi2GetStringStatus, [INFO] [stdout] 865 | | }) [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: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `libfmi` (lib test) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "3f43604ffbbc9b1264e15c6d8e9647a50b6636b8b4e892c8f4aa72f03cdc2497", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f43604ffbbc9b1264e15c6d8e9647a50b6636b8b4e892c8f4aa72f03cdc2497", kill_on_drop: false }` [INFO] [stdout] 3f43604ffbbc9b1264e15c6d8e9647a50b6636b8b4e892c8f4aa72f03cdc2497