[INFO] fetching crate sir_ddft 1.0.1... [INFO] testing sir_ddft-1.0.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate sir_ddft 1.0.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate sir_ddft 1.0.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sir_ddft 1.0.1 [INFO] finished tweaking crates.io crate sir_ddft 1.0.1 [INFO] tweaked toml for crates.io crate sir_ddft 1.0.1 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate crates.io crate sir_ddft 1.0.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6bff9c95e3395930b47103865e5bf820cbd99ccf9e76e86dee455a8c5d6bb7f5 [INFO] running `Command { std: "docker" "start" "-a" "6bff9c95e3395930b47103865e5bf820cbd99ccf9e76e86dee455a8c5d6bb7f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6bff9c95e3395930b47103865e5bf820cbd99ccf9e76e86dee455a8c5d6bb7f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6bff9c95e3395930b47103865e5bf820cbd99ccf9e76e86dee455a8c5d6bb7f5", kill_on_drop: false }` [INFO] [stdout] 6bff9c95e3395930b47103865e5bf820cbd99ccf9e76e86dee455a8c5d6bb7f5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] bd4365cf0dc1f2dcfea0aede600e356a991ff46ac6f584ee966142f3e874991b [INFO] running `Command { std: "docker" "start" "-a" "bd4365cf0dc1f2dcfea0aede600e356a991ff46ac6f584ee966142f3e874991b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling transpose v0.2.1 [INFO] [stderr] Compiling primal-check v0.3.1 [INFO] [stderr] Compiling rustfft v6.0.0 [INFO] [stderr] Compiling sir_ddft v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/sir_ddft_solver_1d.rs:96:6 [INFO] [stdout] | [INFO] [stdout] 96 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:156:10 [INFO] [stdout] | [INFO] [stdout] 156 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 163 | let curr = idx2!(ix,iy); [INFO] [stdout] | ------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | - mob_S * ddft_term!(S,conv_sr); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | - mob_S * ddft_term!(S,conv_sr); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | - mob_S * ddft_term!(S,conv_sr); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | - mob_S * ddft_term!(S,conv_sr); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | - mob_S * ddft_term!(S,conv_sr); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | - mob_S * ddft_term!(S,conv_sr); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | - mob_S * ddft_term!(S,conv_sr); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | - mob_S * ddft_term!(S,conv_sr); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 192 | - mob_I * ddft_term!(I,conv_i); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 192 | - mob_I * ddft_term!(I,conv_i); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 192 | - mob_I * ddft_term!(I,conv_i); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 192 | - mob_I * ddft_term!(I,conv_i); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 192 | - mob_I * ddft_term!(I,conv_i); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 192 | - mob_I * ddft_term!(I,conv_i); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 192 | - mob_I * ddft_term!(I,conv_i); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 192 | - mob_I * ddft_term!(I,conv_i); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 196 | - mob_R * ddft_term!(R,conv_sr); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 196 | - mob_R * ddft_term!(R,conv_sr); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 196 | - mob_R * ddft_term!(R,conv_sr); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 196 | - mob_R * ddft_term!(R,conv_sr); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 196 | - mob_R * ddft_term!(R,conv_sr); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 196 | - mob_R * ddft_term!(R,conv_sr); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 196 | - mob_R * ddft_term!(R,conv_sr); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/sir_ddft_solver_2d.rs:154:33 [INFO] [stdout] | [INFO] [stdout] 154 | ($ix) + ($iy)*nx; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 196 | - mob_R * ddft_term!(R,conv_sr); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `idx2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/helpers.rs:131:6 [INFO] [stdout] | [INFO] [stdout] 131 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: evaluation of `core::core_arch::macros::ValidateConstImm::<51_i32, 0_i32, 15_i32>::VALID` failed [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::panic::panic_2021` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] note: the above error was encountered while instantiating `fn std::arch::x86_64::_mm_blend_ps::<51_i32>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustfft-6.0.0/src/avx/avx_vector.rs:1314:23 [INFO] [stdout] | [INFO] [stdout] 1314 | let blended = _mm_blend_ps(rows[0], rows[2], 0x33); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: evaluation of `core::core_arch::macros::ValidateConstImm::<5_i32, 0_i32, 3_i32>::VALID` failed [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::panic::panic_2021` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] note: the above error was encountered while instantiating `fn std::arch::x86_64::_mm_permute_pd::<5_i32>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustfft-6.0.0/src/avx/avx_vector.rs:1859:9 [INFO] [stdout] | [INFO] [stdout] 1859 | _mm_permute_pd(self, 0x05) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0080]: evaluation of `core::core_arch::macros::ValidateConstImm::<15_i32, 0_i32, 3_i32>::VALID` failed [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::panic::panic_2021` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] note: the above error was encountered while instantiating `fn std::arch::x86_64::_mm_permute_pd::<15_i32>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustfft-6.0.0/src/avx/avx_vector.rs:1863:32 [INFO] [stdout] | [INFO] [stdout] 1863 | (_mm_movedup_pd(self), _mm_permute_pd(self, 0x0F)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0080`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sir_ddft` due to 4 previous errors; 28 warnings emitted [INFO] running `Command { std: "docker" "inspect" "bd4365cf0dc1f2dcfea0aede600e356a991ff46ac6f584ee966142f3e874991b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd4365cf0dc1f2dcfea0aede600e356a991ff46ac6f584ee966142f3e874991b", kill_on_drop: false }` [INFO] [stdout] bd4365cf0dc1f2dcfea0aede600e356a991ff46ac6f584ee966142f3e874991b