[INFO] cloning repository https://github.com/forest1040/rusqx [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/forest1040/rusqx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fforest1040%2Frusqx", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fforest1040%2Frusqx'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dd10805a656cf1a7c29c20aa430388484dcbd89a [INFO] checking forest1040/rusqx against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fforest1040%2Frusqx" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/forest1040/rusqx 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/forest1040/rusqx [INFO] finished tweaking git repo https://github.com/forest1040/rusqx [INFO] tweaked toml for git repo https://github.com/forest1040/rusqx written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/forest1040/rusqx 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" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ndarray v0.15.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] b8db46efc1c6ce26bfdc96584125f86fbdf638b599a87b9a1de9cfd915446719 [INFO] running `Command { std: "docker" "start" "-a" "b8db46efc1c6ce26bfdc96584125f86fbdf638b599a87b9a1de9cfd915446719", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b8db46efc1c6ce26bfdc96584125f86fbdf638b599a87b9a1de9cfd915446719", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8db46efc1c6ce26bfdc96584125f86fbdf638b599a87b9a1de9cfd915446719", kill_on_drop: false }` [INFO] [stdout] b8db46efc1c6ce26bfdc96584125f86fbdf638b599a87b9a1de9cfd915446719 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] b1616b08fb06ec857e4bfc5aefc20fdff8b70860e858885ff30fc3ff975d71a0 [INFO] running `Command { std: "docker" "start" "-a" "b1616b08fb06ec857e4bfc5aefc20fdff8b70860e858885ff30fc3ff975d71a0", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling libc v0.2.120 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Checking once_cell v1.10.0 [INFO] [stderr] Checking matrixmultiply v0.3.2 [INFO] [stderr] Checking getrandom v0.2.5 [INFO] [stderr] Checking num-complex v0.4.0 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking ndarray v0.15.4 [INFO] [stderr] Checking num v0.4.0 [INFO] [stderr] Checking rusqx v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s [INFO] running `Command { std: "docker" "inspect" "b1616b08fb06ec857e4bfc5aefc20fdff8b70860e858885ff30fc3ff975d71a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1616b08fb06ec857e4bfc5aefc20fdff8b70860e858885ff30fc3ff975d71a0", kill_on_drop: false }` [INFO] [stdout] b1616b08fb06ec857e4bfc5aefc20fdff8b70860e858885ff30fc3ff975d71a0 [INFO] checking forest1040/rusqx 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%2Fforest1040%2Frusqx" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/forest1040/rusqx 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/forest1040/rusqx [INFO] finished tweaking git repo https://github.com/forest1040/rusqx [INFO] tweaked toml for git repo https://github.com/forest1040/rusqx written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/forest1040/rusqx 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" "+f9935d29d867449445ee008640ccca1bf1ae0889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] c866ca4f605211a63d1daf19557d05bc2e3502837a93e79f50dd357776db63a3 [INFO] running `Command { std: "docker" "start" "-a" "c866ca4f605211a63d1daf19557d05bc2e3502837a93e79f50dd357776db63a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c866ca4f605211a63d1daf19557d05bc2e3502837a93e79f50dd357776db63a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c866ca4f605211a63d1daf19557d05bc2e3502837a93e79f50dd357776db63a3", kill_on_drop: false }` [INFO] [stdout] c866ca4f605211a63d1daf19557d05bc2e3502837a93e79f50dd357776db63a3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 2cf157c4aac564647ff430ccffe4e7adaebbc2301c324ce50066892e8c0dacce [INFO] running `Command { std: "docker" "start" "-a" "2cf157c4aac564647ff430ccffe4e7adaebbc2301c324ce50066892e8c0dacce", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling libc v0.2.120 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Checking once_cell v1.10.0 [INFO] [stderr] Checking matrixmultiply v0.3.2 [INFO] [stderr] Checking getrandom v0.2.5 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking num-complex v0.4.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking ndarray v0.15.4 [INFO] [stderr] Checking num v0.4.0 [INFO] [stderr] Checking rusqx v0.1.0 (/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/lib.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | ( $([$($x: expr),*]),* ) => {{ [INFO] [stdout] | __________________________________^ [INFO] [stdout] 12 | | use num::complex::Complex; [INFO] [stdout] 13 | | array![ [INFO] [stdout] 14 | | $([$(Complex::new($x, 0.)),*]),* [INFO] [stdout] 15 | | ] [INFO] [stdout] 16 | | }}; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] ::: src/gates/double.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | matrix: carray![ [INFO] [stdout] | _________________- [INFO] [stdout] 47 | | [1., 0., 0., 0.], [INFO] [stdout] 48 | | [0., 1., 0., 0.], [INFO] [stdout] 49 | | [0., 0., 0., 1.], [INFO] [stdout] 50 | | [0., 0., 1., 0.] [INFO] [stdout] 51 | | ], [INFO] [stdout] | |_________- in this macro invocation [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] = note: this error originates in the macro `carray` (in Nightly builds, run with -Z macro-backtrace for more info) [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/lib.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | ( $([$($x: expr),*]),* ) => {{ [INFO] [stdout] | __________________________________^ [INFO] [stdout] 12 | | use num::complex::Complex; [INFO] [stdout] 13 | | array![ [INFO] [stdout] 14 | | $([$(Complex::new($x, 0.)),*]),* [INFO] [stdout] 15 | | ] [INFO] [stdout] 16 | | }}; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] ::: src/gates/double.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | matrix: carray![ [INFO] [stdout] | _________________- [INFO] [stdout] 57 | | [1., 0., 0., 0.], [INFO] [stdout] 58 | | [0., 0., 1., 0.], [INFO] [stdout] 59 | | [0., 1., 0., 0.], [INFO] [stdout] 60 | | [0., 0., 0., 1.] [INFO] [stdout] 61 | | ], [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `carray` (in Nightly builds, run with -Z macro-backtrace for more info) [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/gates/double.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | matrix: carray![ [INFO] [stdout] | _________________^ [INFO] [stdout] 67 | | [1., 0., 0., 0.], [INFO] [stdout] 68 | | [0., 0.5, 0.5, 0.], [INFO] [stdout] 69 | | [0., 0.5, 0.5, 0.], [INFO] [stdout] ... | [INFO] [stdout] 75 | | [0., 0., 0., 0.] [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/gates/single.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | matrix: carray![[1., 1.], [1., -1.]] / (2f64).sqrt(), [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/lib.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | ( $([$($x: expr),*]),* ) => {{ [INFO] [stdout] | __________________________________^ [INFO] [stdout] 12 | | use num::complex::Complex; [INFO] [stdout] 13 | | array![ [INFO] [stdout] 14 | | $([$(Complex::new($x, 0.)),*]),* [INFO] [stdout] 15 | | ] [INFO] [stdout] 16 | | }}; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] ::: src/gates/single.rs:62:17 [INFO] [stdout] | [INFO] [stdout] 62 | matrix: carray![[0., 1.], [1., 0.]], [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `carray` (in Nightly builds, run with -Z macro-backtrace for more info) [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/lib.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | ( $([$($x: expr),*]),* ) => {{ [INFO] [stdout] | __________________________________^ [INFO] [stdout] 12 | | use num::complex::Complex; [INFO] [stdout] 13 | | array![ [INFO] [stdout] 14 | | $([$(Complex::new($x, 0.)),*]),* [INFO] [stdout] 15 | | ] [INFO] [stdout] 16 | | }}; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] ::: src/gates/single.rs:67:17 [INFO] [stdout] | [INFO] [stdout] 67 | matrix: carray![[0., 1.], [1., 0.]], [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `carray` (in Nightly builds, run with -Z macro-backtrace for more info) [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/lib.rs:21:34 [INFO] [stdout] | [INFO] [stdout] 21 | ( $([$($x: expr),*]),* ) => {{ [INFO] [stdout] | __________________________________^ [INFO] [stdout] 22 | | use num::complex::Complex; [INFO] [stdout] 23 | | array![ [INFO] [stdout] 24 | | $([$(Complex::new(0., $x)),*]),* [INFO] [stdout] 25 | | ] [INFO] [stdout] 26 | | }}; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] ::: src/gates/single.rs:72:17 [INFO] [stdout] | [INFO] [stdout] 72 | matrix: carray_i![[0., 1.], [-1., 0.]], [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `carray_i` (in Nightly builds, run with -Z macro-backtrace for more info) [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/lib.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | ( $([$($x: expr),*]),* ) => {{ [INFO] [stdout] | __________________________________^ [INFO] [stdout] 12 | | use num::complex::Complex; [INFO] [stdout] 13 | | array![ [INFO] [stdout] 14 | | $([$(Complex::new($x, 0.)),*]),* [INFO] [stdout] 15 | | ] [INFO] [stdout] 16 | | }}; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] ::: src/gates/single.rs:77:17 [INFO] [stdout] | [INFO] [stdout] 77 | matrix: carray![[1., 0.], [0., -1.]], [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `carray` (in Nightly builds, run with -Z macro-backtrace for more info) [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/lib.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | ( $([$($x: expr),*]),* ) => {{ [INFO] [stdout] | __________________________________^ [INFO] [stdout] 12 | | use num::complex::Complex; [INFO] [stdout] 13 | | array![ [INFO] [stdout] 14 | | $([$(Complex::new($x, 0.)),*]),* [INFO] [stdout] 15 | | ] [INFO] [stdout] 16 | | }}; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] ::: src/gates/single.rs:82:17 [INFO] [stdout] | [INFO] [stdout] 82 | matrix: carray![[1., 0.], [0., 1.]], [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `carray` (in Nightly builds, run with -Z macro-backtrace for more info) [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/gates/single.rs:87:17 [INFO] [stdout] | [INFO] [stdout] 87 | matrix: carray![[1., 1.], [1., 1.]] / 2. + carray_i![[1., -1.], [-1., 1.]] / 2., [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/lib.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | ( $([$($x: expr),*]),* ) => {{ [INFO] [stdout] | __________________________________^ [INFO] [stdout] 12 | | use num::complex::Complex; [INFO] [stdout] 13 | | array![ [INFO] [stdout] 14 | | $([$(Complex::new($x, 0.)),*]),* [INFO] [stdout] 15 | | ] [INFO] [stdout] 16 | | }}; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] ::: src/gates/triple.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | matrix: carray![ [INFO] [stdout] | _________________- [INFO] [stdout] 45 | | [1., 0., 0., 0., 0., 0., 0., 0.], [INFO] [stdout] 46 | | [0., 1., 0., 0., 0., 0., 0., 0.], [INFO] [stdout] 47 | | [0., 0., 1., 0., 0., 0., 0., 0.], [INFO] [stdout] ... | [INFO] [stdout] 52 | | [0., 0., 0., 0., 0., 0., 1., 0.] [INFO] [stdout] 53 | | ], [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `carray` (in Nightly builds, run with -Z macro-backtrace for more info) [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/lib.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | ( $([$($x: expr),*]),* ) => {{ [INFO] [stdout] | __________________________________^ [INFO] [stdout] 12 | | use num::complex::Complex; [INFO] [stdout] 13 | | array![ [INFO] [stdout] 14 | | $([$(Complex::new($x, 0.)),*]),* [INFO] [stdout] 15 | | ] [INFO] [stdout] 16 | | }}; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] ::: src/gates/triple.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | matrix: carray![ [INFO] [stdout] | _________________- [INFO] [stdout] 59 | | [1., 0., 0., 0., 0., 0., 0., 0.], [INFO] [stdout] 60 | | [0., 1., 0., 0., 0., 0., 0., 0.], [INFO] [stdout] 61 | | [0., 0., 1., 0., 0., 0., 0., 0.], [INFO] [stdout] ... | [INFO] [stdout] 66 | | [0., 0., 0., 0., 0., 0., 0., 1.] [INFO] [stdout] 67 | | ], [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `carray` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rusqx` (lib) due to 13 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/lib.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | ( $([$($x: expr),*]),* ) => {{ [INFO] [stdout] | __________________________________^ [INFO] [stdout] 12 | | use num::complex::Complex; [INFO] [stdout] 13 | | array![ [INFO] [stdout] 14 | | $([$(Complex::new($x, 0.)),*]),* [INFO] [stdout] 15 | | ] [INFO] [stdout] 16 | | }}; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] ::: src/gates/double.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | matrix: carray![ [INFO] [stdout] | _________________- [INFO] [stdout] 47 | | [1., 0., 0., 0.], [INFO] [stdout] 48 | | [0., 1., 0., 0.], [INFO] [stdout] 49 | | [0., 0., 0., 1.], [INFO] [stdout] 50 | | [0., 0., 1., 0.] [INFO] [stdout] 51 | | ], [INFO] [stdout] | |_________- in this macro invocation [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] = note: this error originates in the macro `carray` (in Nightly builds, run with -Z macro-backtrace for more info) [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/lib.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | ( $([$($x: expr),*]),* ) => {{ [INFO] [stdout] | __________________________________^ [INFO] [stdout] 12 | | use num::complex::Complex; [INFO] [stdout] 13 | | array![ [INFO] [stdout] 14 | | $([$(Complex::new($x, 0.)),*]),* [INFO] [stdout] 15 | | ] [INFO] [stdout] 16 | | }}; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] ::: src/gates/double.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | matrix: carray![ [INFO] [stdout] | _________________- [INFO] [stdout] 57 | | [1., 0., 0., 0.], [INFO] [stdout] 58 | | [0., 0., 1., 0.], [INFO] [stdout] 59 | | [0., 1., 0., 0.], [INFO] [stdout] 60 | | [0., 0., 0., 1.] [INFO] [stdout] 61 | | ], [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `carray` (in Nightly builds, run with -Z macro-backtrace for more info) [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/gates/double.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | matrix: carray![ [INFO] [stdout] | _________________^ [INFO] [stdout] 67 | | [1., 0., 0., 0.], [INFO] [stdout] 68 | | [0., 0.5, 0.5, 0.], [INFO] [stdout] 69 | | [0., 0.5, 0.5, 0.], [INFO] [stdout] ... | [INFO] [stdout] 75 | | [0., 0., 0., 0.] [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/gates/single.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | matrix: carray![[1., 1.], [1., -1.]] / (2f64).sqrt(), [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/lib.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | ( $([$($x: expr),*]),* ) => {{ [INFO] [stdout] | __________________________________^ [INFO] [stdout] 12 | | use num::complex::Complex; [INFO] [stdout] 13 | | array![ [INFO] [stdout] 14 | | $([$(Complex::new($x, 0.)),*]),* [INFO] [stdout] 15 | | ] [INFO] [stdout] 16 | | }}; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] ::: src/gates/single.rs:62:17 [INFO] [stdout] | [INFO] [stdout] 62 | matrix: carray![[0., 1.], [1., 0.]], [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `carray` (in Nightly builds, run with -Z macro-backtrace for more info) [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/lib.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | ( $([$($x: expr),*]),* ) => {{ [INFO] [stdout] | __________________________________^ [INFO] [stdout] 12 | | use num::complex::Complex; [INFO] [stdout] 13 | | array![ [INFO] [stdout] 14 | | $([$(Complex::new($x, 0.)),*]),* [INFO] [stdout] 15 | | ] [INFO] [stdout] 16 | | }}; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] ::: src/gates/single.rs:67:17 [INFO] [stdout] | [INFO] [stdout] 67 | matrix: carray![[0., 1.], [1., 0.]], [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `carray` (in Nightly builds, run with -Z macro-backtrace for more info) [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/lib.rs:21:34 [INFO] [stdout] | [INFO] [stdout] 21 | ( $([$($x: expr),*]),* ) => {{ [INFO] [stdout] | __________________________________^ [INFO] [stdout] 22 | | use num::complex::Complex; [INFO] [stdout] 23 | | array![ [INFO] [stdout] 24 | | $([$(Complex::new(0., $x)),*]),* [INFO] [stdout] 25 | | ] [INFO] [stdout] 26 | | }}; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] ::: src/gates/single.rs:72:17 [INFO] [stdout] | [INFO] [stdout] 72 | matrix: carray_i![[0., 1.], [-1., 0.]], [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `carray_i` (in Nightly builds, run with -Z macro-backtrace for more info) [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/lib.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | ( $([$($x: expr),*]),* ) => {{ [INFO] [stdout] | __________________________________^ [INFO] [stdout] 12 | | use num::complex::Complex; [INFO] [stdout] 13 | | array![ [INFO] [stdout] 14 | | $([$(Complex::new($x, 0.)),*]),* [INFO] [stdout] 15 | | ] [INFO] [stdout] 16 | | }}; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] ::: src/gates/single.rs:77:17 [INFO] [stdout] | [INFO] [stdout] 77 | matrix: carray![[1., 0.], [0., -1.]], [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `carray` (in Nightly builds, run with -Z macro-backtrace for more info) [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/lib.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | ( $([$($x: expr),*]),* ) => {{ [INFO] [stdout] | __________________________________^ [INFO] [stdout] 12 | | use num::complex::Complex; [INFO] [stdout] 13 | | array![ [INFO] [stdout] 14 | | $([$(Complex::new($x, 0.)),*]),* [INFO] [stdout] 15 | | ] [INFO] [stdout] 16 | | }}; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] ::: src/gates/single.rs:82:17 [INFO] [stdout] | [INFO] [stdout] 82 | matrix: carray![[1., 0.], [0., 1.]], [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `carray` (in Nightly builds, run with -Z macro-backtrace for more info) [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/gates/single.rs:87:17 [INFO] [stdout] | [INFO] [stdout] 87 | matrix: carray![[1., 1.], [1., 1.]] / 2. + carray_i![[1., -1.], [-1., 1.]] / 2., [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/lib.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | ( $([$($x: expr),*]),* ) => {{ [INFO] [stdout] | __________________________________^ [INFO] [stdout] 12 | | use num::complex::Complex; [INFO] [stdout] 13 | | array![ [INFO] [stdout] 14 | | $([$(Complex::new($x, 0.)),*]),* [INFO] [stdout] 15 | | ] [INFO] [stdout] 16 | | }}; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] ::: src/gates/triple.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | matrix: carray![ [INFO] [stdout] | _________________- [INFO] [stdout] 45 | | [1., 0., 0., 0., 0., 0., 0., 0.], [INFO] [stdout] 46 | | [0., 1., 0., 0., 0., 0., 0., 0.], [INFO] [stdout] 47 | | [0., 0., 1., 0., 0., 0., 0., 0.], [INFO] [stdout] ... | [INFO] [stdout] 52 | | [0., 0., 0., 0., 0., 0., 1., 0.] [INFO] [stdout] 53 | | ], [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `carray` (in Nightly builds, run with -Z macro-backtrace for more info) [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/lib.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | ( $([$($x: expr),*]),* ) => {{ [INFO] [stdout] | __________________________________^ [INFO] [stdout] 12 | | use num::complex::Complex; [INFO] [stdout] 13 | | array![ [INFO] [stdout] 14 | | $([$(Complex::new($x, 0.)),*]),* [INFO] [stdout] 15 | | ] [INFO] [stdout] 16 | | }}; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] ::: src/gates/triple.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | matrix: carray![ [INFO] [stdout] | _________________- [INFO] [stdout] 59 | | [1., 0., 0., 0., 0., 0., 0., 0.], [INFO] [stdout] 60 | | [0., 1., 0., 0., 0., 0., 0., 0.], [INFO] [stdout] 61 | | [0., 0., 1., 0., 0., 0., 0., 0.], [INFO] [stdout] ... | [INFO] [stdout] 66 | | [0., 0., 0., 0., 0., 0., 0., 1.] [INFO] [stdout] 67 | | ], [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: this error originates in the macro `carray` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rusqx` (lib test) due to 13 previous errors [INFO] running `Command { std: "docker" "inspect" "2cf157c4aac564647ff430ccffe4e7adaebbc2301c324ce50066892e8c0dacce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2cf157c4aac564647ff430ccffe4e7adaebbc2301c324ce50066892e8c0dacce", kill_on_drop: false }` [INFO] [stdout] 2cf157c4aac564647ff430ccffe4e7adaebbc2301c324ce50066892e8c0dacce