[INFO] fetching crate sir_ddft 1.0.1... [INFO] testing sir_ddft-1.0.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate sir_ddft 1.0.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate sir_ddft 1.0.1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-8/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-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded font-kit v0.7.1 [INFO] [stderr] Downloaded palette_derive v0.5.0 [INFO] [stderr] Downloaded palette v0.5.0 [INFO] [stderr] Downloaded rustfft v6.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "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] 95e4cec13aa83c87f26941dc563e83e26136c59a96ec330838a6413423fd0371 [INFO] running `Command { std: "docker" "start" "-a" "95e4cec13aa83c87f26941dc563e83e26136c59a96ec330838a6413423fd0371", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "95e4cec13aa83c87f26941dc563e83e26136c59a96ec330838a6413423fd0371", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95e4cec13aa83c87f26941dc563e83e26136c59a96ec330838a6413423fd0371", kill_on_drop: false }` [INFO] [stdout] 95e4cec13aa83c87f26941dc563e83e26136c59a96ec330838a6413423fd0371 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "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] 8513a0c9574eed890d77206b332966970db99549ea652b1e2778b6bd85bbb808 [INFO] running `Command { std: "docker" "start" "-a" "8513a0c9574eed890d77206b332966970db99549ea652b1e2778b6bd85bbb808", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling strength_reduce v0.2.3 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling primal-check v0.3.1 [INFO] [stderr] Compiling transpose v0.2.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" "8513a0c9574eed890d77206b332966970db99549ea652b1e2778b6bd85bbb808", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8513a0c9574eed890d77206b332966970db99549ea652b1e2778b6bd85bbb808", kill_on_drop: false }` [INFO] [stdout] 8513a0c9574eed890d77206b332966970db99549ea652b1e2778b6bd85bbb808