[INFO] fetching crate concrete 0.1.9... [INFO] checking concrete-0.1.9 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate concrete 0.1.9 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate concrete 0.1.9 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate concrete 0.1.9 [INFO] finished tweaking crates.io crate concrete 0.1.9 [INFO] tweaked toml for crates.io crate concrete 0.1.9 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded concrete-core v0.1.9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 37ba67d8b88705858024226fb63ce267110d94560359f462a1dfd8ac57d079ec [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "37ba67d8b88705858024226fb63ce267110d94560359f462a1dfd8ac57d079ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "37ba67d8b88705858024226fb63ce267110d94560359f462a1dfd8ac57d079ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37ba67d8b88705858024226fb63ce267110d94560359f462a1dfd8ac57d079ec", kill_on_drop: false }` [INFO] [stdout] 37ba67d8b88705858024226fb63ce267110d94560359f462a1dfd8ac57d079ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--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] 1cae58477ca8f1823fc98a0103e0f497164667b800c0a6027659e34294090375 [INFO] running `Command { std: "docker" "start" "-a" "1cae58477ca8f1823fc98a0103e0f497164667b800c0a6027659e34294090375", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling cc v1.0.69 [INFO] [stderr] Checking gimli v0.25.0 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Compiling concrete-core v0.1.9 [INFO] [stderr] Compiling concrete v0.1.9 (/tmp/fixit) [INFO] [stderr] Checking rustc-demangle v0.1.20 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Checking colored v2.0.0 [INFO] [stderr] Migrating build.rs from 2018 edition to 2021 [INFO] [stderr] Checking object v0.26.1 [INFO] [stderr] Compiling backtrace v0.3.61 [INFO] [stderr] Checking addr2line v0.16.0 [INFO] [stderr] Compiling serde_derive v1.0.128 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Checking thiserror v1.0.26 [INFO] [stderr] Checking fftw v0.7.0 [INFO] [stderr] Checking serde v1.0.128 [INFO] [stderr] Checking concrete-commons v0.1.0 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking serde_json v1.0.66 [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:494:10 [INFO] [stdout] | [INFO] [stdout] 494 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:66:24 [INFO] [stdout] | [INFO] [stdout] 66 | return Err(MinMaxError!(min, max)); [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 `MinMaxError` (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/error.rs:478:10 [INFO] [stdout] | [INFO] [stdout] 478 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:69:24 [INFO] [stdout] | [INFO] [stdout] 69 | return Err(PrecisionError!()); [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 `PrecisionError` (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/error.rs:494:10 [INFO] [stdout] | [INFO] [stdout] 494 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:114:24 [INFO] [stdout] | [INFO] [stdout] 114 | return Err(MinMaxError!(min, max)); [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 `MinMaxError` (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/error.rs:478:10 [INFO] [stdout] | [INFO] [stdout] 478 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:117:24 [INFO] [stdout] | [INFO] [stdout] 117 | return Err(PrecisionError!()); [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 `PrecisionError` (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/error.rs:270:10 [INFO] [stdout] | [INFO] [stdout] 270 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:160:17 [INFO] [stdout] | [INFO] [stdout] 160 | Err(NoNoiseInCiphertext!(variance)) [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 `NoNoiseInCiphertext` (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/error.rs:509:10 [INFO] [stdout] | [INFO] [stdout] 509 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:207:24 [INFO] [stdout] | [INFO] [stdout] 207 | return Err(RadiusError!(radius)); [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 `RadiusError` (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/error.rs:478:10 [INFO] [stdout] | [INFO] [stdout] 478 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:210:24 [INFO] [stdout] | [INFO] [stdout] 210 | return Err(PrecisionError!()); [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 `PrecisionError` (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/error.rs:325:10 [INFO] [stdout] | [INFO] [stdout] 325 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:244:24 [INFO] [stdout] | [INFO] [stdout] 244 | return Err(MessageOutsideIntervalError!(message, self.o, self.delta)); [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 `MessageOutsideIntervalError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:402:24 [INFO] [stdout] | [INFO] [stdout] 402 | return Err(InvalidEncoderError!(self.nb_bit_precision, self.delta)); [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 `InvalidEncoderError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:405:24 [INFO] [stdout] | [INFO] [stdout] 405 | return Err(NotEnoughPaddingError!(self.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:325:10 [INFO] [stdout] | [INFO] [stdout] 325 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:467:24 [INFO] [stdout] | [INFO] [stdout] 467 | return Err(MessageOutsideIntervalError!(m, self.o, self.delta)); [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 `MessageOutsideIntervalError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:497:24 [INFO] [stdout] | [INFO] [stdout] 497 | return Err(InvalidEncoderError!(self.nb_bit_precision, self.delta)); [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 `InvalidEncoderError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:549:24 [INFO] [stdout] | [INFO] [stdout] 549 | return Err(InvalidEncoderError!(self.nb_bit_precision, self.delta)); [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 `InvalidEncoderError` (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/error.rs:270:10 [INFO] [stdout] | [INFO] [stdout] 270 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:176:24 [INFO] [stdout] | [INFO] [stdout] 176 | return Err(NoNoiseInCiphertext!(var)); [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 `NoNoiseInCiphertext` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:221:24 [INFO] [stdout] | [INFO] [stdout] 221 | return Err(DimensionError!(self.dimension, sk.dimension)); [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 `DimensionError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:264:24 [INFO] [stdout] | [INFO] [stdout] 264 | return Err(DimensionError!(self.dimension, sk.dimension)); [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 `DimensionError` (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/error.rs:342:10 [INFO] [stdout] | [INFO] [stdout] 342 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:348:24 [INFO] [stdout] | [INFO] [stdout] 348 | return Err(MessageTooBigError!(message, self.encoder.delta)); [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 `MessageTooBigError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:437:24 [INFO] [stdout] | [INFO] [stdout] 437 | return Err(InvalidEncoderError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 438 | | self.encoder.nb_bit_precision, [INFO] [stdout] 439 | | self.encoder.delta [INFO] [stdout] 440 | | )); [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 `InvalidEncoderError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:543:24 [INFO] [stdout] | [INFO] [stdout] 543 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:554:24 [INFO] [stdout] | [INFO] [stdout] 554 | return Err(DeltaError!(enc1.delta, enc2.delta)); [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 `DeltaError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:556:24 [INFO] [stdout] | [INFO] [stdout] 556 | return Err(PaddingError!(enc1.nb_bit_padding, enc2.nb_bit_padding)); [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 `PaddingError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:665:24 [INFO] [stdout] | [INFO] [stdout] 665 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:671:24 [INFO] [stdout] | [INFO] [stdout] 671 | return Err(DeltaError!(self.encoder.delta, ct.encoder.delta)); [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 `DeltaError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:773:24 [INFO] [stdout] | [INFO] [stdout] 773 | return Err(PaddingError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 774 | | self.encoder.nb_bit_padding, [INFO] [stdout] 775 | | ct.encoder.nb_bit_padding [INFO] [stdout] 776 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:780:24 [INFO] [stdout] | [INFO] [stdout] 780 | return Err(NotEnoughPaddingError!(self.encoder.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:784:24 [INFO] [stdout] | [INFO] [stdout] 784 | return Err(DeltaError!(self.encoder.delta, ct.encoder.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:789:24 [INFO] [stdout] | [INFO] [stdout] 789 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:892:24 [INFO] [stdout] | [INFO] [stdout] 892 | return Err(PaddingError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 893 | | self.encoder.nb_bit_padding, [INFO] [stdout] 894 | | ct.encoder.nb_bit_padding [INFO] [stdout] 895 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:899:24 [INFO] [stdout] | [INFO] [stdout] 899 | return Err(NotEnoughPaddingError!(self.encoder.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:903:24 [INFO] [stdout] | [INFO] [stdout] 903 | return Err(DeltaError!(self.encoder.delta, ct.encoder.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:908:24 [INFO] [stdout] | [INFO] [stdout] 908 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1008:24 [INFO] [stdout] | [INFO] [stdout] 1008 | return Err(PaddingError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1009 | | self.encoder.nb_bit_padding, [INFO] [stdout] 1010 | | ct.encoder.nb_bit_padding [INFO] [stdout] 1011 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1015:24 [INFO] [stdout] | [INFO] [stdout] 1015 | return Err(NotEnoughPaddingError!(self.encoder.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1019:24 [INFO] [stdout] | [INFO] [stdout] 1019 | return Err(DeltaError!(self.encoder.delta, ct.encoder.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1024:24 [INFO] [stdout] | [INFO] [stdout] 1024 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1129:24 [INFO] [stdout] | [INFO] [stdout] 1129 | return Err(PaddingError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1130 | | self.encoder.nb_bit_padding, [INFO] [stdout] 1131 | | ct.encoder.nb_bit_padding [INFO] [stdout] 1132 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1136:24 [INFO] [stdout] | [INFO] [stdout] 1136 | return Err(NotEnoughPaddingError!(self.encoder.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1140:24 [INFO] [stdout] | [INFO] [stdout] 1140 | return Err(DeltaError!(self.encoder.delta, ct.encoder.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1145:24 [INFO] [stdout] | [INFO] [stdout] 1145 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:427:10 [INFO] [stdout] | [INFO] [stdout] 427 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1369:24 [INFO] [stdout] | [INFO] [stdout] 1369 | return Err(ConstantMaximumError!(constant, max_constant)); [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 `ConstantMaximumError` (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/error.rs:446:10 [INFO] [stdout] | [INFO] [stdout] 446 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1373:24 [INFO] [stdout] | [INFO] [stdout] 1373 | return Err(ZeroInIntervalError!(self.encoder.o, self.encoder.delta)); [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 `ZeroInIntervalError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1377:24 [INFO] [stdout] | [INFO] [stdout] 1377 | return Err(NotEnoughPaddingError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1378 | | self.encoder.nb_bit_padding, [INFO] [stdout] 1379 | | nb_bit_padding [INFO] [stdout] 1380 | | )); [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 `NotEnoughPaddingError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1557:24 [INFO] [stdout] | [INFO] [stdout] 1557 | return Err(InvalidEncoderError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1558 | | self.encoder.nb_bit_precision, [INFO] [stdout] 1559 | | self.encoder.delta [INFO] [stdout] 1560 | | )); [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 `InvalidEncoderError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1778:24 [INFO] [stdout] | [INFO] [stdout] 1778 | return Err(DimensionError!(self.dimension, bsk.get_lwe_dimension())); [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 `DimensionError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1954:24 [INFO] [stdout] | [INFO] [stdout] 1954 | return Err(NotEnoughPaddingError!(ct1.encoder.nb_bit_precision, 2)); [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 `NotEnoughPaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:2027:24 [INFO] [stdout] | [INFO] [stdout] 2027 | return Err(NotEnoughPaddingError!(self.encoder.nb_bit_padding, nb)); [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 `NotEnoughPaddingError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/plaintext/mod.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | return Err(IndexError!(self.nb_plaintexts, nth)); [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 `IndexError` (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/error.rs:556:10 [INFO] [stdout] | [INFO] [stdout] 556 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:75:24 [INFO] [stdout] | [INFO] [stdout] 75 | return Err(ZeroCiphertextsInStructureError!(nb_ciphertexts)); [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 `ZeroCiphertextsInStructureError` (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/error.rs:541:10 [INFO] [stdout] | [INFO] [stdout] 541 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:81:24 [INFO] [stdout] | [INFO] [stdout] 81 | return Err(NotPowerOfTwoError!(polynomial_size)); [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 `NotPowerOfTwoError` (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/error.rs:571:10 [INFO] [stdout] | [INFO] [stdout] 571 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:431:24 [INFO] [stdout] | [INFO] [stdout] 431 | return Err(WrongSizeError!(plaintexts.len())); [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 `WrongSizeError` (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/error.rs:270:10 [INFO] [stdout] | [INFO] [stdout] 270 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:435:24 [INFO] [stdout] | [INFO] [stdout] 435 | return Err(NoNoiseInCiphertext!(sk.get_variance())); [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 `NoNoiseInCiphertext` (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/error.rs:254:10 [INFO] [stdout] | [INFO] [stdout] 254 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:485:24 [INFO] [stdout] | [INFO] [stdout] 485 | return Err(PolynomialSizeError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 486 | | sk.polynomial_size, [INFO] [stdout] 487 | | self.polynomial_size [INFO] [stdout] 488 | | )); [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 `PolynomialSizeError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:490:24 [INFO] [stdout] | [INFO] [stdout] 490 | return Err(DimensionError!(sk.dimension, self.dimension)); [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 `DimensionError` (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/error.rs:254:10 [INFO] [stdout] | [INFO] [stdout] 254 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:552:24 [INFO] [stdout] | [INFO] [stdout] 552 | return Err(PolynomialSizeError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 553 | | sk.polynomial_size, [INFO] [stdout] 554 | | self.polynomial_size [INFO] [stdout] 555 | | )); [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 `PolynomialSizeError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:557:24 [INFO] [stdout] | [INFO] [stdout] 557 | return Err(DimensionError!(sk.dimension, self.dimension)); [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 `DimensionError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:679:24 [INFO] [stdout] | [INFO] [stdout] 679 | return Err(IndexError!(self.nb_ciphertexts, n_ciphertext)); [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 `IndexError` (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/error.rs:526:10 [INFO] [stdout] | [INFO] [stdout] 526 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:683:24 [INFO] [stdout] | [INFO] [stdout] 683 | return Err(MonomialError!(self.polynomial_size, n_coeff)); [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 `MonomialError` (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/error.rs:588:10 [INFO] [stdout] | [INFO] [stdout] 588 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:789:24 [INFO] [stdout] | [INFO] [stdout] 789 | return Err(NotEnoughValidEncoderError!(nb_valid, messages.len())); [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 `NotEnoughValidEncoderError` (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/error.rs:342:10 [INFO] [stdout] | [INFO] [stdout] 342 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:819:36 [INFO] [stdout] | [INFO] [stdout] 819 | return Err(MessageTooBigError!(m, encoder.delta)); [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 `MessageTooBigError` (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/error.rs:588:10 [INFO] [stdout] | [INFO] [stdout] 588 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:869:24 [INFO] [stdout] | [INFO] [stdout] 869 | return Err(NotEnoughValidEncoderError!(nb_valid, messages.len())); [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 `NotEnoughValidEncoderError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:917:24 [INFO] [stdout] | [INFO] [stdout] 917 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:254:10 [INFO] [stdout] | [INFO] [stdout] 254 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:921:24 [INFO] [stdout] | [INFO] [stdout] 921 | return Err(PolynomialSizeError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 922 | | self.polynomial_size, [INFO] [stdout] 923 | | ct.polynomial_size [INFO] [stdout] 924 | | )); [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 `PolynomialSizeError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:931:28 [INFO] [stdout] | [INFO] [stdout] 931 | return Err(DeltaError!(self_enc.delta, ct_enc.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1028:24 [INFO] [stdout] | [INFO] [stdout] 1028 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:254:10 [INFO] [stdout] | [INFO] [stdout] 254 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1032:24 [INFO] [stdout] | [INFO] [stdout] 1032 | return Err(PolynomialSizeError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1033 | | self.polynomial_size, [INFO] [stdout] 1034 | | ct.polynomial_size [INFO] [stdout] 1035 | | )); [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 `PolynomialSizeError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1043:32 [INFO] [stdout] | [INFO] [stdout] 1043 | return Err(PaddingError!( [INFO] [stdout] | ________________________________- [INFO] [stdout] 1044 | | self_enc.nb_bit_padding, [INFO] [stdout] 1045 | | ct_enc.nb_bit_padding [INFO] [stdout] 1046 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1050:32 [INFO] [stdout] | [INFO] [stdout] 1050 | return Err(NotEnoughPaddingError!(self_enc.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1054:32 [INFO] [stdout] | [INFO] [stdout] 1054 | return Err(DeltaError!(self_enc.delta, ct_enc.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1131:24 [INFO] [stdout] | [INFO] [stdout] 1131 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:254:10 [INFO] [stdout] | [INFO] [stdout] 254 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1135:24 [INFO] [stdout] | [INFO] [stdout] 1135 | return Err(PolynomialSizeError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1136 | | self.polynomial_size, [INFO] [stdout] 1137 | | ct.polynomial_size [INFO] [stdout] 1138 | | )); [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 `PolynomialSizeError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1145:32 [INFO] [stdout] | [INFO] [stdout] 1145 | return Err(PaddingError!( [INFO] [stdout] | ________________________________- [INFO] [stdout] 1146 | | self_enc.nb_bit_padding, [INFO] [stdout] 1147 | | ct_enc.nb_bit_padding [INFO] [stdout] 1148 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1152:32 [INFO] [stdout] | [INFO] [stdout] 1152 | return Err(NotEnoughPaddingError!(self_enc.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1156:32 [INFO] [stdout] | [INFO] [stdout] 1156 | return Err(DeltaError!(self_enc.delta, ct_enc.delta)); [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 `DeltaError` (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/error.rs:465:10 [INFO] [stdout] | [INFO] [stdout] 465 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1319:24 [INFO] [stdout] | [INFO] [stdout] 1319 | return Err(NbCTError!(constants.len(), self.nb_valid())); [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 `NbCTError` (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/error.rs:427:10 [INFO] [stdout] | [INFO] [stdout] 427 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1325:28 [INFO] [stdout] | [INFO] [stdout] 1325 | return Err(ConstantMaximumError!(*c, max_constant)); [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 `ConstantMaximumError` (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/error.rs:446:10 [INFO] [stdout] | [INFO] [stdout] 446 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1334:32 [INFO] [stdout] | [INFO] [stdout] 1334 | return Err(ZeroInIntervalError!(encoder.o, encoder.delta)); [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 `ZeroInIntervalError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1338:32 [INFO] [stdout] | [INFO] [stdout] 1338 | return Err(NotEnoughPaddingError!( [INFO] [stdout] | ________________________________- [INFO] [stdout] 1339 | | encoder.nb_bit_padding, [INFO] [stdout] 1340 | | nb_bit_padding [INFO] [stdout] 1341 | | )); [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 `NotEnoughPaddingError` (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/error.rs:556:10 [INFO] [stdout] | [INFO] [stdout] 556 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:75:24 [INFO] [stdout] | [INFO] [stdout] 75 | return Err(ZeroCiphertextsInStructureError!(nb_ciphertexts)); [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 `ZeroCiphertextsInStructureError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:127:24 [INFO] [stdout] | [INFO] [stdout] 127 | return Err(IndexError!(self.nb_ciphertexts, self_index)); [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 `IndexError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:132:24 [INFO] [stdout] | [INFO] [stdout] 132 | return Err(IndexError!(ct.nb_ciphertexts, ct_index)); [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 `IndexError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:181:24 [INFO] [stdout] | [INFO] [stdout] 181 | return Err(IndexError!(self.nb_ciphertexts, n)); [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 `IndexError` (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/error.rs:270:10 [INFO] [stdout] | [INFO] [stdout] 270 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:463:24 [INFO] [stdout] | [INFO] [stdout] 463 | return Err(NoNoiseInCiphertext!(var)); [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 `NoNoiseInCiphertext` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:513:24 [INFO] [stdout] | [INFO] [stdout] 513 | return Err(DimensionError!(self.dimension, sk.dimension)); [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 `DimensionError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:567:24 [INFO] [stdout] | [INFO] [stdout] 567 | return Err(DimensionError!(self.dimension, sk.dimension)); [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 `DimensionError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:616:24 [INFO] [stdout] | [INFO] [stdout] 616 | return Err(DimensionError!(self.dimension, sk.dimension)); [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 `DimensionError` (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/error.rs:342:10 [INFO] [stdout] | [INFO] [stdout] 342 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:721:28 [INFO] [stdout] | [INFO] [stdout] 721 | return Err(MessageTooBigError!(*m, lwe_encoder.delta)); [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 `MessageTooBigError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:811:28 [INFO] [stdout] | [INFO] [stdout] 811 | return Err(InvalidEncoderError!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 812 | | lwe_encoder.nb_bit_precision, [INFO] [stdout] 813 | | lwe_encoder.delta [INFO] [stdout] 814 | | )); [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 `InvalidEncoderError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:917:24 [INFO] [stdout] | [INFO] [stdout] 917 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:937:28 [INFO] [stdout] | [INFO] [stdout] 937 | return Err(DeltaError!(enc1.delta, enc2.delta)); [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 `DeltaError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:939:28 [INFO] [stdout] | [INFO] [stdout] 939 | return Err(PaddingError!(enc1.nb_bit_padding, enc2.nb_bit_padding)); [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 `PaddingError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1055:24 [INFO] [stdout] | [INFO] [stdout] 1055 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1061:28 [INFO] [stdout] | [INFO] [stdout] 1061 | return Err(DeltaError!(self_enc.delta, ct_enc.delta)); [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 `DeltaError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1188:28 [INFO] [stdout] | [INFO] [stdout] 1188 | return Err(PaddingError!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 1189 | | self_enc.nb_bit_padding, [INFO] [stdout] 1190 | | ct_enc.nb_bit_padding [INFO] [stdout] 1191 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1195:28 [INFO] [stdout] | [INFO] [stdout] 1195 | return Err(NotEnoughPaddingError!(self_enc.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1199:28 [INFO] [stdout] | [INFO] [stdout] 1199 | return Err(DeltaError!(self_enc.delta, ct_enc.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1205:24 [INFO] [stdout] | [INFO] [stdout] 1205 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1316:28 [INFO] [stdout] | [INFO] [stdout] 1316 | return Err(PaddingError!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 1317 | | self_enc.nb_bit_padding, [INFO] [stdout] 1318 | | ct_enc.nb_bit_padding [INFO] [stdout] 1319 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1323:28 [INFO] [stdout] | [INFO] [stdout] 1323 | return Err(NotEnoughPaddingError!(self_enc.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1327:28 [INFO] [stdout] | [INFO] [stdout] 1327 | return Err(DeltaError!(self_enc.delta, ct_enc.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1333:24 [INFO] [stdout] | [INFO] [stdout] 1333 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:465:10 [INFO] [stdout] | [INFO] [stdout] 465 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1583:24 [INFO] [stdout] | [INFO] [stdout] 1583 | return Err(NbCTError!(constants.len(), self.nb_ciphertexts)); [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 `NbCTError` (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/error.rs:427:10 [INFO] [stdout] | [INFO] [stdout] 427 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1590:28 [INFO] [stdout] | [INFO] [stdout] 1590 | return Err(ConstantMaximumError!(*c, max_constant)); [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 `ConstantMaximumError` (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/error.rs:446:10 [INFO] [stdout] | [INFO] [stdout] 446 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1594:28 [INFO] [stdout] | [INFO] [stdout] 1594 | return Err(ZeroInIntervalError!(encoder.o, encoder.delta)); [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 `ZeroInIntervalError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1598:28 [INFO] [stdout] | [INFO] [stdout] 1598 | return Err(NotEnoughPaddingError!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 1599 | | encoder.nb_bit_padding, [INFO] [stdout] 1600 | | nb_bit_padding [INFO] [stdout] 1601 | | )); [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 `NotEnoughPaddingError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1787:24 [INFO] [stdout] | [INFO] [stdout] 1787 | return Err(IndexError!(self.nb_ciphertexts, n)); [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 `IndexError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1791:24 [INFO] [stdout] | [INFO] [stdout] 1791 | return Err(InvalidEncoderError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1792 | | self.encoders[n].nb_bit_precision, [INFO] [stdout] 1793 | | self.encoders[n].delta [INFO] [stdout] 1794 | | )); [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 `InvalidEncoderError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:2036:24 [INFO] [stdout] | [INFO] [stdout] 2036 | return Err(IndexError!(self.nb_ciphertexts, n)); [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 `IndexError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:2040:24 [INFO] [stdout] | [INFO] [stdout] 2040 | return Err(DimensionError!(self.dimension, bsk.get_lwe_dimension())); [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 `DimensionError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:2237:24 [INFO] [stdout] | [INFO] [stdout] 2237 | return Err(NotEnoughPaddingError!(ct1.encoders[0].nb_bit_precision, 2)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:2392:28 [INFO] [stdout] | [INFO] [stdout] 2392 | return Err(DeltaError!(self.encoders[0].delta, enc_in.delta)); [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 `DeltaError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:2394:28 [INFO] [stdout] | [INFO] [stdout] 2394 | return Err(PaddingError!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 2395 | | self.encoders[0].nb_bit_padding, [INFO] [stdout] 2396 | | enc_in.nb_bit_padding [INFO] [stdout] 2397 | | )); [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 `PaddingError` (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/error.rs:478:10 [INFO] [stdout] | [INFO] [stdout] 478 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe_bsk.rs:59:24 [INFO] [stdout] | [INFO] [stdout] 59 | return Err(PrecisionError!()); [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 `PrecisionError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe_bsk.rs:64:24 [INFO] [stdout] | [INFO] [stdout] 64 | return Err(NotEnoughPaddingError!(encoder_input.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:606:10 [INFO] [stdout] | [INFO] [stdout] 606 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe_secret_key.rs:66:24 [INFO] [stdout] | [INFO] [stdout] 66 | return Err(LweToRlweError!(self.dimension, polynomial_size)); [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 `LweToRlweError` (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/error.rs:541:10 [INFO] [stdout] | [INFO] [stdout] 541 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/rlwe_params.rs:161:24 [INFO] [stdout] | [INFO] [stdout] 161 | return Err(NotPowerOfTwoError!(polynomial_size)); [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 `NotPowerOfTwoError` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 116 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:494:10 [INFO] [stdout] | [INFO] [stdout] 494 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:66:24 [INFO] [stdout] | [INFO] [stdout] 66 | return Err(MinMaxError!(min, max)); [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 `MinMaxError` (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/error.rs:478:10 [INFO] [stdout] | [INFO] [stdout] 478 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:69:24 [INFO] [stdout] | [INFO] [stdout] 69 | return Err(PrecisionError!()); [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 `PrecisionError` (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/error.rs:494:10 [INFO] [stdout] | [INFO] [stdout] 494 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:114:24 [INFO] [stdout] | [INFO] [stdout] 114 | return Err(MinMaxError!(min, max)); [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 `MinMaxError` (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/error.rs:478:10 [INFO] [stdout] | [INFO] [stdout] 478 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:117:24 [INFO] [stdout] | [INFO] [stdout] 117 | return Err(PrecisionError!()); [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 `PrecisionError` (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/error.rs:270:10 [INFO] [stdout] | [INFO] [stdout] 270 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:160:17 [INFO] [stdout] | [INFO] [stdout] 160 | Err(NoNoiseInCiphertext!(variance)) [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 `NoNoiseInCiphertext` (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/error.rs:509:10 [INFO] [stdout] | [INFO] [stdout] 509 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:207:24 [INFO] [stdout] | [INFO] [stdout] 207 | return Err(RadiusError!(radius)); [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 `RadiusError` (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/error.rs:478:10 [INFO] [stdout] | [INFO] [stdout] 478 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:210:24 [INFO] [stdout] | [INFO] [stdout] 210 | return Err(PrecisionError!()); [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 `PrecisionError` (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/error.rs:325:10 [INFO] [stdout] | [INFO] [stdout] 325 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:244:24 [INFO] [stdout] | [INFO] [stdout] 244 | return Err(MessageOutsideIntervalError!(message, self.o, self.delta)); [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 `MessageOutsideIntervalError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:402:24 [INFO] [stdout] | [INFO] [stdout] 402 | return Err(InvalidEncoderError!(self.nb_bit_precision, self.delta)); [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 `InvalidEncoderError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:405:24 [INFO] [stdout] | [INFO] [stdout] 405 | return Err(NotEnoughPaddingError!(self.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:325:10 [INFO] [stdout] | [INFO] [stdout] 325 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:467:24 [INFO] [stdout] | [INFO] [stdout] 467 | return Err(MessageOutsideIntervalError!(m, self.o, self.delta)); [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 `MessageOutsideIntervalError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:497:24 [INFO] [stdout] | [INFO] [stdout] 497 | return Err(InvalidEncoderError!(self.nb_bit_precision, self.delta)); [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 `InvalidEncoderError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:549:24 [INFO] [stdout] | [INFO] [stdout] 549 | return Err(InvalidEncoderError!(self.nb_bit_precision, self.delta)); [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 `InvalidEncoderError` (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/error.rs:270:10 [INFO] [stdout] | [INFO] [stdout] 270 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:176:24 [INFO] [stdout] | [INFO] [stdout] 176 | return Err(NoNoiseInCiphertext!(var)); [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 `NoNoiseInCiphertext` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:221:24 [INFO] [stdout] | [INFO] [stdout] 221 | return Err(DimensionError!(self.dimension, sk.dimension)); [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 `DimensionError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:264:24 [INFO] [stdout] | [INFO] [stdout] 264 | return Err(DimensionError!(self.dimension, sk.dimension)); [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 `DimensionError` (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/error.rs:342:10 [INFO] [stdout] | [INFO] [stdout] 342 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:348:24 [INFO] [stdout] | [INFO] [stdout] 348 | return Err(MessageTooBigError!(message, self.encoder.delta)); [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 `MessageTooBigError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:437:24 [INFO] [stdout] | [INFO] [stdout] 437 | return Err(InvalidEncoderError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 438 | | self.encoder.nb_bit_precision, [INFO] [stdout] 439 | | self.encoder.delta [INFO] [stdout] 440 | | )); [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 `InvalidEncoderError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:543:24 [INFO] [stdout] | [INFO] [stdout] 543 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:554:24 [INFO] [stdout] | [INFO] [stdout] 554 | return Err(DeltaError!(enc1.delta, enc2.delta)); [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 `DeltaError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:556:24 [INFO] [stdout] | [INFO] [stdout] 556 | return Err(PaddingError!(enc1.nb_bit_padding, enc2.nb_bit_padding)); [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 `PaddingError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:665:24 [INFO] [stdout] | [INFO] [stdout] 665 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:671:24 [INFO] [stdout] | [INFO] [stdout] 671 | return Err(DeltaError!(self.encoder.delta, ct.encoder.delta)); [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 `DeltaError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:773:24 [INFO] [stdout] | [INFO] [stdout] 773 | return Err(PaddingError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 774 | | self.encoder.nb_bit_padding, [INFO] [stdout] 775 | | ct.encoder.nb_bit_padding [INFO] [stdout] 776 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:780:24 [INFO] [stdout] | [INFO] [stdout] 780 | return Err(NotEnoughPaddingError!(self.encoder.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:784:24 [INFO] [stdout] | [INFO] [stdout] 784 | return Err(DeltaError!(self.encoder.delta, ct.encoder.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:789:24 [INFO] [stdout] | [INFO] [stdout] 789 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:892:24 [INFO] [stdout] | [INFO] [stdout] 892 | return Err(PaddingError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 893 | | self.encoder.nb_bit_padding, [INFO] [stdout] 894 | | ct.encoder.nb_bit_padding [INFO] [stdout] 895 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:899:24 [INFO] [stdout] | [INFO] [stdout] 899 | return Err(NotEnoughPaddingError!(self.encoder.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:903:24 [INFO] [stdout] | [INFO] [stdout] 903 | return Err(DeltaError!(self.encoder.delta, ct.encoder.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:908:24 [INFO] [stdout] | [INFO] [stdout] 908 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1008:24 [INFO] [stdout] | [INFO] [stdout] 1008 | return Err(PaddingError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1009 | | self.encoder.nb_bit_padding, [INFO] [stdout] 1010 | | ct.encoder.nb_bit_padding [INFO] [stdout] 1011 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1015:24 [INFO] [stdout] | [INFO] [stdout] 1015 | return Err(NotEnoughPaddingError!(self.encoder.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1019:24 [INFO] [stdout] | [INFO] [stdout] 1019 | return Err(DeltaError!(self.encoder.delta, ct.encoder.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1024:24 [INFO] [stdout] | [INFO] [stdout] 1024 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1129:24 [INFO] [stdout] | [INFO] [stdout] 1129 | return Err(PaddingError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1130 | | self.encoder.nb_bit_padding, [INFO] [stdout] 1131 | | ct.encoder.nb_bit_padding [INFO] [stdout] 1132 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1136:24 [INFO] [stdout] | [INFO] [stdout] 1136 | return Err(NotEnoughPaddingError!(self.encoder.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1140:24 [INFO] [stdout] | [INFO] [stdout] 1140 | return Err(DeltaError!(self.encoder.delta, ct.encoder.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1145:24 [INFO] [stdout] | [INFO] [stdout] 1145 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:427:10 [INFO] [stdout] | [INFO] [stdout] 427 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1369:24 [INFO] [stdout] | [INFO] [stdout] 1369 | return Err(ConstantMaximumError!(constant, max_constant)); [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 `ConstantMaximumError` (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/error.rs:446:10 [INFO] [stdout] | [INFO] [stdout] 446 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1373:24 [INFO] [stdout] | [INFO] [stdout] 1373 | return Err(ZeroInIntervalError!(self.encoder.o, self.encoder.delta)); [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 `ZeroInIntervalError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1377:24 [INFO] [stdout] | [INFO] [stdout] 1377 | return Err(NotEnoughPaddingError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1378 | | self.encoder.nb_bit_padding, [INFO] [stdout] 1379 | | nb_bit_padding [INFO] [stdout] 1380 | | )); [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 `NotEnoughPaddingError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1557:24 [INFO] [stdout] | [INFO] [stdout] 1557 | return Err(InvalidEncoderError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1558 | | self.encoder.nb_bit_precision, [INFO] [stdout] 1559 | | self.encoder.delta [INFO] [stdout] 1560 | | )); [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 `InvalidEncoderError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1778:24 [INFO] [stdout] | [INFO] [stdout] 1778 | return Err(DimensionError!(self.dimension, bsk.get_lwe_dimension())); [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 `DimensionError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1954:24 [INFO] [stdout] | [INFO] [stdout] 1954 | return Err(NotEnoughPaddingError!(ct1.encoder.nb_bit_precision, 2)); [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 `NotEnoughPaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:2027:24 [INFO] [stdout] | [INFO] [stdout] 2027 | return Err(NotEnoughPaddingError!(self.encoder.nb_bit_padding, nb)); [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 `NotEnoughPaddingError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/plaintext/mod.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | return Err(IndexError!(self.nb_plaintexts, nth)); [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 `IndexError` (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/error.rs:556:10 [INFO] [stdout] | [INFO] [stdout] 556 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:75:24 [INFO] [stdout] | [INFO] [stdout] 75 | return Err(ZeroCiphertextsInStructureError!(nb_ciphertexts)); [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 `ZeroCiphertextsInStructureError` (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/error.rs:541:10 [INFO] [stdout] | [INFO] [stdout] 541 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:81:24 [INFO] [stdout] | [INFO] [stdout] 81 | return Err(NotPowerOfTwoError!(polynomial_size)); [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 `NotPowerOfTwoError` (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/error.rs:571:10 [INFO] [stdout] | [INFO] [stdout] 571 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:431:24 [INFO] [stdout] | [INFO] [stdout] 431 | return Err(WrongSizeError!(plaintexts.len())); [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 `WrongSizeError` (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/error.rs:270:10 [INFO] [stdout] | [INFO] [stdout] 270 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:435:24 [INFO] [stdout] | [INFO] [stdout] 435 | return Err(NoNoiseInCiphertext!(sk.get_variance())); [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 `NoNoiseInCiphertext` (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/error.rs:254:10 [INFO] [stdout] | [INFO] [stdout] 254 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:485:24 [INFO] [stdout] | [INFO] [stdout] 485 | return Err(PolynomialSizeError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 486 | | sk.polynomial_size, [INFO] [stdout] 487 | | self.polynomial_size [INFO] [stdout] 488 | | )); [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 `PolynomialSizeError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:490:24 [INFO] [stdout] | [INFO] [stdout] 490 | return Err(DimensionError!(sk.dimension, self.dimension)); [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 `DimensionError` (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/error.rs:254:10 [INFO] [stdout] | [INFO] [stdout] 254 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:552:24 [INFO] [stdout] | [INFO] [stdout] 552 | return Err(PolynomialSizeError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 553 | | sk.polynomial_size, [INFO] [stdout] 554 | | self.polynomial_size [INFO] [stdout] 555 | | )); [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 `PolynomialSizeError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:557:24 [INFO] [stdout] | [INFO] [stdout] 557 | return Err(DimensionError!(sk.dimension, self.dimension)); [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 `DimensionError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:679:24 [INFO] [stdout] | [INFO] [stdout] 679 | return Err(IndexError!(self.nb_ciphertexts, n_ciphertext)); [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 `IndexError` (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/error.rs:526:10 [INFO] [stdout] | [INFO] [stdout] 526 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:683:24 [INFO] [stdout] | [INFO] [stdout] 683 | return Err(MonomialError!(self.polynomial_size, n_coeff)); [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 `MonomialError` (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/error.rs:588:10 [INFO] [stdout] | [INFO] [stdout] 588 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:789:24 [INFO] [stdout] | [INFO] [stdout] 789 | return Err(NotEnoughValidEncoderError!(nb_valid, messages.len())); [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 `NotEnoughValidEncoderError` (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/error.rs:342:10 [INFO] [stdout] | [INFO] [stdout] 342 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:819:36 [INFO] [stdout] | [INFO] [stdout] 819 | return Err(MessageTooBigError!(m, encoder.delta)); [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 `MessageTooBigError` (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/error.rs:588:10 [INFO] [stdout] | [INFO] [stdout] 588 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:869:24 [INFO] [stdout] | [INFO] [stdout] 869 | return Err(NotEnoughValidEncoderError!(nb_valid, messages.len())); [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 `NotEnoughValidEncoderError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:917:24 [INFO] [stdout] | [INFO] [stdout] 917 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:254:10 [INFO] [stdout] | [INFO] [stdout] 254 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:921:24 [INFO] [stdout] | [INFO] [stdout] 921 | return Err(PolynomialSizeError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 922 | | self.polynomial_size, [INFO] [stdout] 923 | | ct.polynomial_size [INFO] [stdout] 924 | | )); [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 `PolynomialSizeError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:931:28 [INFO] [stdout] | [INFO] [stdout] 931 | return Err(DeltaError!(self_enc.delta, ct_enc.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1028:24 [INFO] [stdout] | [INFO] [stdout] 1028 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:254:10 [INFO] [stdout] | [INFO] [stdout] 254 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1032:24 [INFO] [stdout] | [INFO] [stdout] 1032 | return Err(PolynomialSizeError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1033 | | self.polynomial_size, [INFO] [stdout] 1034 | | ct.polynomial_size [INFO] [stdout] 1035 | | )); [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 `PolynomialSizeError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1043:32 [INFO] [stdout] | [INFO] [stdout] 1043 | return Err(PaddingError!( [INFO] [stdout] | ________________________________- [INFO] [stdout] 1044 | | self_enc.nb_bit_padding, [INFO] [stdout] 1045 | | ct_enc.nb_bit_padding [INFO] [stdout] 1046 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1050:32 [INFO] [stdout] | [INFO] [stdout] 1050 | return Err(NotEnoughPaddingError!(self_enc.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1054:32 [INFO] [stdout] | [INFO] [stdout] 1054 | return Err(DeltaError!(self_enc.delta, ct_enc.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1131:24 [INFO] [stdout] | [INFO] [stdout] 1131 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:254:10 [INFO] [stdout] | [INFO] [stdout] 254 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1135:24 [INFO] [stdout] | [INFO] [stdout] 1135 | return Err(PolynomialSizeError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1136 | | self.polynomial_size, [INFO] [stdout] 1137 | | ct.polynomial_size [INFO] [stdout] 1138 | | )); [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 `PolynomialSizeError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1145:32 [INFO] [stdout] | [INFO] [stdout] 1145 | return Err(PaddingError!( [INFO] [stdout] | ________________________________- [INFO] [stdout] 1146 | | self_enc.nb_bit_padding, [INFO] [stdout] 1147 | | ct_enc.nb_bit_padding [INFO] [stdout] 1148 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1152:32 [INFO] [stdout] | [INFO] [stdout] 1152 | return Err(NotEnoughPaddingError!(self_enc.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1156:32 [INFO] [stdout] | [INFO] [stdout] 1156 | return Err(DeltaError!(self_enc.delta, ct_enc.delta)); [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 `DeltaError` (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/error.rs:465:10 [INFO] [stdout] | [INFO] [stdout] 465 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1319:24 [INFO] [stdout] | [INFO] [stdout] 1319 | return Err(NbCTError!(constants.len(), self.nb_valid())); [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 `NbCTError` (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/error.rs:427:10 [INFO] [stdout] | [INFO] [stdout] 427 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1325:28 [INFO] [stdout] | [INFO] [stdout] 1325 | return Err(ConstantMaximumError!(*c, max_constant)); [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 `ConstantMaximumError` (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/error.rs:446:10 [INFO] [stdout] | [INFO] [stdout] 446 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1334:32 [INFO] [stdout] | [INFO] [stdout] 1334 | return Err(ZeroInIntervalError!(encoder.o, encoder.delta)); [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 `ZeroInIntervalError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1338:32 [INFO] [stdout] | [INFO] [stdout] 1338 | return Err(NotEnoughPaddingError!( [INFO] [stdout] | ________________________________- [INFO] [stdout] 1339 | | encoder.nb_bit_padding, [INFO] [stdout] 1340 | | nb_bit_padding [INFO] [stdout] 1341 | | )); [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 `NotEnoughPaddingError` (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/error.rs:556:10 [INFO] [stdout] | [INFO] [stdout] 556 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:75:24 [INFO] [stdout] | [INFO] [stdout] 75 | return Err(ZeroCiphertextsInStructureError!(nb_ciphertexts)); [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 `ZeroCiphertextsInStructureError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:127:24 [INFO] [stdout] | [INFO] [stdout] 127 | return Err(IndexError!(self.nb_ciphertexts, self_index)); [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 `IndexError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:132:24 [INFO] [stdout] | [INFO] [stdout] 132 | return Err(IndexError!(ct.nb_ciphertexts, ct_index)); [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 `IndexError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:181:24 [INFO] [stdout] | [INFO] [stdout] 181 | return Err(IndexError!(self.nb_ciphertexts, n)); [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 `IndexError` (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/error.rs:270:10 [INFO] [stdout] | [INFO] [stdout] 270 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:463:24 [INFO] [stdout] | [INFO] [stdout] 463 | return Err(NoNoiseInCiphertext!(var)); [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 `NoNoiseInCiphertext` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:513:24 [INFO] [stdout] | [INFO] [stdout] 513 | return Err(DimensionError!(self.dimension, sk.dimension)); [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 `DimensionError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:567:24 [INFO] [stdout] | [INFO] [stdout] 567 | return Err(DimensionError!(self.dimension, sk.dimension)); [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 `DimensionError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:616:24 [INFO] [stdout] | [INFO] [stdout] 616 | return Err(DimensionError!(self.dimension, sk.dimension)); [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 `DimensionError` (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/error.rs:342:10 [INFO] [stdout] | [INFO] [stdout] 342 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:721:28 [INFO] [stdout] | [INFO] [stdout] 721 | return Err(MessageTooBigError!(*m, lwe_encoder.delta)); [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 `MessageTooBigError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:811:28 [INFO] [stdout] | [INFO] [stdout] 811 | return Err(InvalidEncoderError!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 812 | | lwe_encoder.nb_bit_precision, [INFO] [stdout] 813 | | lwe_encoder.delta [INFO] [stdout] 814 | | )); [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 `InvalidEncoderError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:917:24 [INFO] [stdout] | [INFO] [stdout] 917 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:937:28 [INFO] [stdout] | [INFO] [stdout] 937 | return Err(DeltaError!(enc1.delta, enc2.delta)); [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 `DeltaError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:939:28 [INFO] [stdout] | [INFO] [stdout] 939 | return Err(PaddingError!(enc1.nb_bit_padding, enc2.nb_bit_padding)); [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 `PaddingError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1055:24 [INFO] [stdout] | [INFO] [stdout] 1055 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1061:28 [INFO] [stdout] | [INFO] [stdout] 1061 | return Err(DeltaError!(self_enc.delta, ct_enc.delta)); [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 `DeltaError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1188:28 [INFO] [stdout] | [INFO] [stdout] 1188 | return Err(PaddingError!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 1189 | | self_enc.nb_bit_padding, [INFO] [stdout] 1190 | | ct_enc.nb_bit_padding [INFO] [stdout] 1191 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1195:28 [INFO] [stdout] | [INFO] [stdout] 1195 | return Err(NotEnoughPaddingError!(self_enc.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1199:28 [INFO] [stdout] | [INFO] [stdout] 1199 | return Err(DeltaError!(self_enc.delta, ct_enc.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1205:24 [INFO] [stdout] | [INFO] [stdout] 1205 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1316:28 [INFO] [stdout] | [INFO] [stdout] 1316 | return Err(PaddingError!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 1317 | | self_enc.nb_bit_padding, [INFO] [stdout] 1318 | | ct_enc.nb_bit_padding [INFO] [stdout] 1319 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1323:28 [INFO] [stdout] | [INFO] [stdout] 1323 | return Err(NotEnoughPaddingError!(self_enc.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1327:28 [INFO] [stdout] | [INFO] [stdout] 1327 | return Err(DeltaError!(self_enc.delta, ct_enc.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1333:24 [INFO] [stdout] | [INFO] [stdout] 1333 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:465:10 [INFO] [stdout] | [INFO] [stdout] 465 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1583:24 [INFO] [stdout] | [INFO] [stdout] 1583 | return Err(NbCTError!(constants.len(), self.nb_ciphertexts)); [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 `NbCTError` (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/error.rs:427:10 [INFO] [stdout] | [INFO] [stdout] 427 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1590:28 [INFO] [stdout] | [INFO] [stdout] 1590 | return Err(ConstantMaximumError!(*c, max_constant)); [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 `ConstantMaximumError` (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/error.rs:446:10 [INFO] [stdout] | [INFO] [stdout] 446 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1594:28 [INFO] [stdout] | [INFO] [stdout] 1594 | return Err(ZeroInIntervalError!(encoder.o, encoder.delta)); [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 `ZeroInIntervalError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1598:28 [INFO] [stdout] | [INFO] [stdout] 1598 | return Err(NotEnoughPaddingError!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 1599 | | encoder.nb_bit_padding, [INFO] [stdout] 1600 | | nb_bit_padding [INFO] [stdout] 1601 | | )); [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 `NotEnoughPaddingError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1787:24 [INFO] [stdout] | [INFO] [stdout] 1787 | return Err(IndexError!(self.nb_ciphertexts, n)); [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 `IndexError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1791:24 [INFO] [stdout] | [INFO] [stdout] 1791 | return Err(InvalidEncoderError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1792 | | self.encoders[n].nb_bit_precision, [INFO] [stdout] 1793 | | self.encoders[n].delta [INFO] [stdout] 1794 | | )); [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 `InvalidEncoderError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:2036:24 [INFO] [stdout] | [INFO] [stdout] 2036 | return Err(IndexError!(self.nb_ciphertexts, n)); [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 `IndexError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:2040:24 [INFO] [stdout] | [INFO] [stdout] 2040 | return Err(DimensionError!(self.dimension, bsk.get_lwe_dimension())); [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 `DimensionError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:2237:24 [INFO] [stdout] | [INFO] [stdout] 2237 | return Err(NotEnoughPaddingError!(ct1.encoders[0].nb_bit_precision, 2)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:2392:28 [INFO] [stdout] | [INFO] [stdout] 2392 | return Err(DeltaError!(self.encoders[0].delta, enc_in.delta)); [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 `DeltaError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:2394:28 [INFO] [stdout] | [INFO] [stdout] 2394 | return Err(PaddingError!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 2395 | | self.encoders[0].nb_bit_padding, [INFO] [stdout] 2396 | | enc_in.nb_bit_padding [INFO] [stdout] 2397 | | )); [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 `PaddingError` (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/error.rs:478:10 [INFO] [stdout] | [INFO] [stdout] 478 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe_bsk.rs:59:24 [INFO] [stdout] | [INFO] [stdout] 59 | return Err(PrecisionError!()); [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 `PrecisionError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe_bsk.rs:64:24 [INFO] [stdout] | [INFO] [stdout] 64 | return Err(NotEnoughPaddingError!(encoder_input.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:606:10 [INFO] [stdout] | [INFO] [stdout] 606 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe_secret_key.rs:66:24 [INFO] [stdout] | [INFO] [stdout] 66 | return Err(LweToRlweError!(self.dimension, polynomial_size)); [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 `LweToRlweError` (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/error.rs:541:10 [INFO] [stdout] | [INFO] [stdout] 541 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/rlwe_params.rs:161:24 [INFO] [stdout] | [INFO] [stdout] 161 | return Err(NotPowerOfTwoError!(polynomial_size)); [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 `NotPowerOfTwoError` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 116 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.27s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Compiling concrete v0.1.9 (/tmp/fixit) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:494:10 [INFO] [stdout] | [INFO] [stdout] 494 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:66:24 [INFO] [stdout] | [INFO] [stdout] 66 | return Err(MinMaxError!(min, max)); [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 `MinMaxError` (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/error.rs:478:10 [INFO] [stdout] | [INFO] [stdout] 478 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:69:24 [INFO] [stdout] | [INFO] [stdout] 69 | return Err(PrecisionError!()); [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 `PrecisionError` (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/error.rs:494:10 [INFO] [stdout] | [INFO] [stdout] 494 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:114:24 [INFO] [stdout] | [INFO] [stdout] 114 | return Err(MinMaxError!(min, max)); [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 `MinMaxError` (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/error.rs:478:10 [INFO] [stdout] | [INFO] [stdout] 478 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:117:24 [INFO] [stdout] | [INFO] [stdout] 117 | return Err(PrecisionError!()); [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 `PrecisionError` (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/error.rs:270:10 [INFO] [stdout] | [INFO] [stdout] 270 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:160:17 [INFO] [stdout] | [INFO] [stdout] 160 | Err(NoNoiseInCiphertext!(variance)) [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 `NoNoiseInCiphertext` (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/error.rs:509:10 [INFO] [stdout] | [INFO] [stdout] 509 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:207:24 [INFO] [stdout] | [INFO] [stdout] 207 | return Err(RadiusError!(radius)); [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 `RadiusError` (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/error.rs:478:10 [INFO] [stdout] | [INFO] [stdout] 478 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:210:24 [INFO] [stdout] | [INFO] [stdout] 210 | return Err(PrecisionError!()); [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 `PrecisionError` (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/error.rs:325:10 [INFO] [stdout] | [INFO] [stdout] 325 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:244:24 [INFO] [stdout] | [INFO] [stdout] 244 | return Err(MessageOutsideIntervalError!(message, self.o, self.delta)); [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 `MessageOutsideIntervalError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:402:24 [INFO] [stdout] | [INFO] [stdout] 402 | return Err(InvalidEncoderError!(self.nb_bit_precision, self.delta)); [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 `InvalidEncoderError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:405:24 [INFO] [stdout] | [INFO] [stdout] 405 | return Err(NotEnoughPaddingError!(self.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:325:10 [INFO] [stdout] | [INFO] [stdout] 325 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:467:24 [INFO] [stdout] | [INFO] [stdout] 467 | return Err(MessageOutsideIntervalError!(m, self.o, self.delta)); [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 `MessageOutsideIntervalError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:497:24 [INFO] [stdout] | [INFO] [stdout] 497 | return Err(InvalidEncoderError!(self.nb_bit_precision, self.delta)); [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 `InvalidEncoderError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:549:24 [INFO] [stdout] | [INFO] [stdout] 549 | return Err(InvalidEncoderError!(self.nb_bit_precision, self.delta)); [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 `InvalidEncoderError` (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/error.rs:270:10 [INFO] [stdout] | [INFO] [stdout] 270 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:176:24 [INFO] [stdout] | [INFO] [stdout] 176 | return Err(NoNoiseInCiphertext!(var)); [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 `NoNoiseInCiphertext` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:221:24 [INFO] [stdout] | [INFO] [stdout] 221 | return Err(DimensionError!(self.dimension, sk.dimension)); [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 `DimensionError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:264:24 [INFO] [stdout] | [INFO] [stdout] 264 | return Err(DimensionError!(self.dimension, sk.dimension)); [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 `DimensionError` (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/error.rs:342:10 [INFO] [stdout] | [INFO] [stdout] 342 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:348:24 [INFO] [stdout] | [INFO] [stdout] 348 | return Err(MessageTooBigError!(message, self.encoder.delta)); [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 `MessageTooBigError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:437:24 [INFO] [stdout] | [INFO] [stdout] 437 | return Err(InvalidEncoderError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 438 | | self.encoder.nb_bit_precision, [INFO] [stdout] 439 | | self.encoder.delta [INFO] [stdout] 440 | | )); [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 `InvalidEncoderError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:543:24 [INFO] [stdout] | [INFO] [stdout] 543 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:554:24 [INFO] [stdout] | [INFO] [stdout] 554 | return Err(DeltaError!(enc1.delta, enc2.delta)); [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 `DeltaError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:556:24 [INFO] [stdout] | [INFO] [stdout] 556 | return Err(PaddingError!(enc1.nb_bit_padding, enc2.nb_bit_padding)); [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 `PaddingError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:665:24 [INFO] [stdout] | [INFO] [stdout] 665 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:671:24 [INFO] [stdout] | [INFO] [stdout] 671 | return Err(DeltaError!(self.encoder.delta, ct.encoder.delta)); [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 `DeltaError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:773:24 [INFO] [stdout] | [INFO] [stdout] 773 | return Err(PaddingError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 774 | | self.encoder.nb_bit_padding, [INFO] [stdout] 775 | | ct.encoder.nb_bit_padding [INFO] [stdout] 776 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:780:24 [INFO] [stdout] | [INFO] [stdout] 780 | return Err(NotEnoughPaddingError!(self.encoder.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:784:24 [INFO] [stdout] | [INFO] [stdout] 784 | return Err(DeltaError!(self.encoder.delta, ct.encoder.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:789:24 [INFO] [stdout] | [INFO] [stdout] 789 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:892:24 [INFO] [stdout] | [INFO] [stdout] 892 | return Err(PaddingError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 893 | | self.encoder.nb_bit_padding, [INFO] [stdout] 894 | | ct.encoder.nb_bit_padding [INFO] [stdout] 895 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:899:24 [INFO] [stdout] | [INFO] [stdout] 899 | return Err(NotEnoughPaddingError!(self.encoder.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:903:24 [INFO] [stdout] | [INFO] [stdout] 903 | return Err(DeltaError!(self.encoder.delta, ct.encoder.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:908:24 [INFO] [stdout] | [INFO] [stdout] 908 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1008:24 [INFO] [stdout] | [INFO] [stdout] 1008 | return Err(PaddingError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1009 | | self.encoder.nb_bit_padding, [INFO] [stdout] 1010 | | ct.encoder.nb_bit_padding [INFO] [stdout] 1011 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1015:24 [INFO] [stdout] | [INFO] [stdout] 1015 | return Err(NotEnoughPaddingError!(self.encoder.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1019:24 [INFO] [stdout] | [INFO] [stdout] 1019 | return Err(DeltaError!(self.encoder.delta, ct.encoder.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1024:24 [INFO] [stdout] | [INFO] [stdout] 1024 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1129:24 [INFO] [stdout] | [INFO] [stdout] 1129 | return Err(PaddingError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1130 | | self.encoder.nb_bit_padding, [INFO] [stdout] 1131 | | ct.encoder.nb_bit_padding [INFO] [stdout] 1132 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1136:24 [INFO] [stdout] | [INFO] [stdout] 1136 | return Err(NotEnoughPaddingError!(self.encoder.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1140:24 [INFO] [stdout] | [INFO] [stdout] 1140 | return Err(DeltaError!(self.encoder.delta, ct.encoder.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1145:24 [INFO] [stdout] | [INFO] [stdout] 1145 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:427:10 [INFO] [stdout] | [INFO] [stdout] 427 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1369:24 [INFO] [stdout] | [INFO] [stdout] 1369 | return Err(ConstantMaximumError!(constant, max_constant)); [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 `ConstantMaximumError` (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/error.rs:446:10 [INFO] [stdout] | [INFO] [stdout] 446 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1373:24 [INFO] [stdout] | [INFO] [stdout] 1373 | return Err(ZeroInIntervalError!(self.encoder.o, self.encoder.delta)); [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 `ZeroInIntervalError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1377:24 [INFO] [stdout] | [INFO] [stdout] 1377 | return Err(NotEnoughPaddingError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1378 | | self.encoder.nb_bit_padding, [INFO] [stdout] 1379 | | nb_bit_padding [INFO] [stdout] 1380 | | )); [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 `NotEnoughPaddingError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1557:24 [INFO] [stdout] | [INFO] [stdout] 1557 | return Err(InvalidEncoderError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1558 | | self.encoder.nb_bit_precision, [INFO] [stdout] 1559 | | self.encoder.delta [INFO] [stdout] 1560 | | )); [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 `InvalidEncoderError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1778:24 [INFO] [stdout] | [INFO] [stdout] 1778 | return Err(DimensionError!(self.dimension, bsk.get_lwe_dimension())); [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 `DimensionError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1954:24 [INFO] [stdout] | [INFO] [stdout] 1954 | return Err(NotEnoughPaddingError!(ct1.encoder.nb_bit_precision, 2)); [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 `NotEnoughPaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:2027:24 [INFO] [stdout] | [INFO] [stdout] 2027 | return Err(NotEnoughPaddingError!(self.encoder.nb_bit_padding, nb)); [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 `NotEnoughPaddingError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/plaintext/mod.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | return Err(IndexError!(self.nb_plaintexts, nth)); [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 `IndexError` (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/error.rs:556:10 [INFO] [stdout] | [INFO] [stdout] 556 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:75:24 [INFO] [stdout] | [INFO] [stdout] 75 | return Err(ZeroCiphertextsInStructureError!(nb_ciphertexts)); [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 `ZeroCiphertextsInStructureError` (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/error.rs:541:10 [INFO] [stdout] | [INFO] [stdout] 541 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:81:24 [INFO] [stdout] | [INFO] [stdout] 81 | return Err(NotPowerOfTwoError!(polynomial_size)); [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 `NotPowerOfTwoError` (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/error.rs:571:10 [INFO] [stdout] | [INFO] [stdout] 571 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:431:24 [INFO] [stdout] | [INFO] [stdout] 431 | return Err(WrongSizeError!(plaintexts.len())); [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 `WrongSizeError` (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/error.rs:270:10 [INFO] [stdout] | [INFO] [stdout] 270 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:435:24 [INFO] [stdout] | [INFO] [stdout] 435 | return Err(NoNoiseInCiphertext!(sk.get_variance())); [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 `NoNoiseInCiphertext` (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/error.rs:254:10 [INFO] [stdout] | [INFO] [stdout] 254 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:485:24 [INFO] [stdout] | [INFO] [stdout] 485 | return Err(PolynomialSizeError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 486 | | sk.polynomial_size, [INFO] [stdout] 487 | | self.polynomial_size [INFO] [stdout] 488 | | )); [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 `PolynomialSizeError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:490:24 [INFO] [stdout] | [INFO] [stdout] 490 | return Err(DimensionError!(sk.dimension, self.dimension)); [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 `DimensionError` (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/error.rs:254:10 [INFO] [stdout] | [INFO] [stdout] 254 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:552:24 [INFO] [stdout] | [INFO] [stdout] 552 | return Err(PolynomialSizeError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 553 | | sk.polynomial_size, [INFO] [stdout] 554 | | self.polynomial_size [INFO] [stdout] 555 | | )); [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 `PolynomialSizeError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:557:24 [INFO] [stdout] | [INFO] [stdout] 557 | return Err(DimensionError!(sk.dimension, self.dimension)); [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 `DimensionError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:679:24 [INFO] [stdout] | [INFO] [stdout] 679 | return Err(IndexError!(self.nb_ciphertexts, n_ciphertext)); [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 `IndexError` (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/error.rs:526:10 [INFO] [stdout] | [INFO] [stdout] 526 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:683:24 [INFO] [stdout] | [INFO] [stdout] 683 | return Err(MonomialError!(self.polynomial_size, n_coeff)); [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 `MonomialError` (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/error.rs:588:10 [INFO] [stdout] | [INFO] [stdout] 588 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:789:24 [INFO] [stdout] | [INFO] [stdout] 789 | return Err(NotEnoughValidEncoderError!(nb_valid, messages.len())); [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 `NotEnoughValidEncoderError` (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/error.rs:342:10 [INFO] [stdout] | [INFO] [stdout] 342 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:819:36 [INFO] [stdout] | [INFO] [stdout] 819 | return Err(MessageTooBigError!(m, encoder.delta)); [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 `MessageTooBigError` (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/error.rs:588:10 [INFO] [stdout] | [INFO] [stdout] 588 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:869:24 [INFO] [stdout] | [INFO] [stdout] 869 | return Err(NotEnoughValidEncoderError!(nb_valid, messages.len())); [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 `NotEnoughValidEncoderError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:917:24 [INFO] [stdout] | [INFO] [stdout] 917 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:254:10 [INFO] [stdout] | [INFO] [stdout] 254 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:921:24 [INFO] [stdout] | [INFO] [stdout] 921 | return Err(PolynomialSizeError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 922 | | self.polynomial_size, [INFO] [stdout] 923 | | ct.polynomial_size [INFO] [stdout] 924 | | )); [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 `PolynomialSizeError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:931:28 [INFO] [stdout] | [INFO] [stdout] 931 | return Err(DeltaError!(self_enc.delta, ct_enc.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1028:24 [INFO] [stdout] | [INFO] [stdout] 1028 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:254:10 [INFO] [stdout] | [INFO] [stdout] 254 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1032:24 [INFO] [stdout] | [INFO] [stdout] 1032 | return Err(PolynomialSizeError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1033 | | self.polynomial_size, [INFO] [stdout] 1034 | | ct.polynomial_size [INFO] [stdout] 1035 | | )); [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 `PolynomialSizeError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1043:32 [INFO] [stdout] | [INFO] [stdout] 1043 | return Err(PaddingError!( [INFO] [stdout] | ________________________________- [INFO] [stdout] 1044 | | self_enc.nb_bit_padding, [INFO] [stdout] 1045 | | ct_enc.nb_bit_padding [INFO] [stdout] 1046 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1050:32 [INFO] [stdout] | [INFO] [stdout] 1050 | return Err(NotEnoughPaddingError!(self_enc.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1054:32 [INFO] [stdout] | [INFO] [stdout] 1054 | return Err(DeltaError!(self_enc.delta, ct_enc.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1131:24 [INFO] [stdout] | [INFO] [stdout] 1131 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:254:10 [INFO] [stdout] | [INFO] [stdout] 254 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1135:24 [INFO] [stdout] | [INFO] [stdout] 1135 | return Err(PolynomialSizeError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1136 | | self.polynomial_size, [INFO] [stdout] 1137 | | ct.polynomial_size [INFO] [stdout] 1138 | | )); [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 `PolynomialSizeError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1145:32 [INFO] [stdout] | [INFO] [stdout] 1145 | return Err(PaddingError!( [INFO] [stdout] | ________________________________- [INFO] [stdout] 1146 | | self_enc.nb_bit_padding, [INFO] [stdout] 1147 | | ct_enc.nb_bit_padding [INFO] [stdout] 1148 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1152:32 [INFO] [stdout] | [INFO] [stdout] 1152 | return Err(NotEnoughPaddingError!(self_enc.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1156:32 [INFO] [stdout] | [INFO] [stdout] 1156 | return Err(DeltaError!(self_enc.delta, ct_enc.delta)); [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 `DeltaError` (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/error.rs:465:10 [INFO] [stdout] | [INFO] [stdout] 465 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1319:24 [INFO] [stdout] | [INFO] [stdout] 1319 | return Err(NbCTError!(constants.len(), self.nb_valid())); [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 `NbCTError` (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/error.rs:427:10 [INFO] [stdout] | [INFO] [stdout] 427 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1325:28 [INFO] [stdout] | [INFO] [stdout] 1325 | return Err(ConstantMaximumError!(*c, max_constant)); [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 `ConstantMaximumError` (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/error.rs:446:10 [INFO] [stdout] | [INFO] [stdout] 446 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1334:32 [INFO] [stdout] | [INFO] [stdout] 1334 | return Err(ZeroInIntervalError!(encoder.o, encoder.delta)); [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 `ZeroInIntervalError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1338:32 [INFO] [stdout] | [INFO] [stdout] 1338 | return Err(NotEnoughPaddingError!( [INFO] [stdout] | ________________________________- [INFO] [stdout] 1339 | | encoder.nb_bit_padding, [INFO] [stdout] 1340 | | nb_bit_padding [INFO] [stdout] 1341 | | )); [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 `NotEnoughPaddingError` (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/error.rs:556:10 [INFO] [stdout] | [INFO] [stdout] 556 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:75:24 [INFO] [stdout] | [INFO] [stdout] 75 | return Err(ZeroCiphertextsInStructureError!(nb_ciphertexts)); [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 `ZeroCiphertextsInStructureError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:127:24 [INFO] [stdout] | [INFO] [stdout] 127 | return Err(IndexError!(self.nb_ciphertexts, self_index)); [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 `IndexError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:132:24 [INFO] [stdout] | [INFO] [stdout] 132 | return Err(IndexError!(ct.nb_ciphertexts, ct_index)); [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 `IndexError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:181:24 [INFO] [stdout] | [INFO] [stdout] 181 | return Err(IndexError!(self.nb_ciphertexts, n)); [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 `IndexError` (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/error.rs:270:10 [INFO] [stdout] | [INFO] [stdout] 270 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:463:24 [INFO] [stdout] | [INFO] [stdout] 463 | return Err(NoNoiseInCiphertext!(var)); [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 `NoNoiseInCiphertext` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:513:24 [INFO] [stdout] | [INFO] [stdout] 513 | return Err(DimensionError!(self.dimension, sk.dimension)); [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 `DimensionError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:567:24 [INFO] [stdout] | [INFO] [stdout] 567 | return Err(DimensionError!(self.dimension, sk.dimension)); [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 `DimensionError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:616:24 [INFO] [stdout] | [INFO] [stdout] 616 | return Err(DimensionError!(self.dimension, sk.dimension)); [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 `DimensionError` (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/error.rs:342:10 [INFO] [stdout] | [INFO] [stdout] 342 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:721:28 [INFO] [stdout] | [INFO] [stdout] 721 | return Err(MessageTooBigError!(*m, lwe_encoder.delta)); [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 `MessageTooBigError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:811:28 [INFO] [stdout] | [INFO] [stdout] 811 | return Err(InvalidEncoderError!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 812 | | lwe_encoder.nb_bit_precision, [INFO] [stdout] 813 | | lwe_encoder.delta [INFO] [stdout] 814 | | )); [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 `InvalidEncoderError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:917:24 [INFO] [stdout] | [INFO] [stdout] 917 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:937:28 [INFO] [stdout] | [INFO] [stdout] 937 | return Err(DeltaError!(enc1.delta, enc2.delta)); [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 `DeltaError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:939:28 [INFO] [stdout] | [INFO] [stdout] 939 | return Err(PaddingError!(enc1.nb_bit_padding, enc2.nb_bit_padding)); [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 `PaddingError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1055:24 [INFO] [stdout] | [INFO] [stdout] 1055 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1061:28 [INFO] [stdout] | [INFO] [stdout] 1061 | return Err(DeltaError!(self_enc.delta, ct_enc.delta)); [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 `DeltaError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1188:28 [INFO] [stdout] | [INFO] [stdout] 1188 | return Err(PaddingError!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 1189 | | self_enc.nb_bit_padding, [INFO] [stdout] 1190 | | ct_enc.nb_bit_padding [INFO] [stdout] 1191 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1195:28 [INFO] [stdout] | [INFO] [stdout] 1195 | return Err(NotEnoughPaddingError!(self_enc.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1199:28 [INFO] [stdout] | [INFO] [stdout] 1199 | return Err(DeltaError!(self_enc.delta, ct_enc.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1205:24 [INFO] [stdout] | [INFO] [stdout] 1205 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1316:28 [INFO] [stdout] | [INFO] [stdout] 1316 | return Err(PaddingError!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 1317 | | self_enc.nb_bit_padding, [INFO] [stdout] 1318 | | ct_enc.nb_bit_padding [INFO] [stdout] 1319 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1323:28 [INFO] [stdout] | [INFO] [stdout] 1323 | return Err(NotEnoughPaddingError!(self_enc.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1327:28 [INFO] [stdout] | [INFO] [stdout] 1327 | return Err(DeltaError!(self_enc.delta, ct_enc.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1333:24 [INFO] [stdout] | [INFO] [stdout] 1333 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:465:10 [INFO] [stdout] | [INFO] [stdout] 465 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1583:24 [INFO] [stdout] | [INFO] [stdout] 1583 | return Err(NbCTError!(constants.len(), self.nb_ciphertexts)); [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 `NbCTError` (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/error.rs:427:10 [INFO] [stdout] | [INFO] [stdout] 427 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1590:28 [INFO] [stdout] | [INFO] [stdout] 1590 | return Err(ConstantMaximumError!(*c, max_constant)); [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 `ConstantMaximumError` (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/error.rs:446:10 [INFO] [stdout] | [INFO] [stdout] 446 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1594:28 [INFO] [stdout] | [INFO] [stdout] 1594 | return Err(ZeroInIntervalError!(encoder.o, encoder.delta)); [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 `ZeroInIntervalError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1598:28 [INFO] [stdout] | [INFO] [stdout] 1598 | return Err(NotEnoughPaddingError!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 1599 | | encoder.nb_bit_padding, [INFO] [stdout] 1600 | | nb_bit_padding [INFO] [stdout] 1601 | | )); [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 `NotEnoughPaddingError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1787:24 [INFO] [stdout] | [INFO] [stdout] 1787 | return Err(IndexError!(self.nb_ciphertexts, n)); [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 `IndexError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1791:24 [INFO] [stdout] | [INFO] [stdout] 1791 | return Err(InvalidEncoderError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1792 | | self.encoders[n].nb_bit_precision, [INFO] [stdout] 1793 | | self.encoders[n].delta [INFO] [stdout] 1794 | | )); [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 `InvalidEncoderError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:2036:24 [INFO] [stdout] | [INFO] [stdout] 2036 | return Err(IndexError!(self.nb_ciphertexts, n)); [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 `IndexError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:2040:24 [INFO] [stdout] | [INFO] [stdout] 2040 | return Err(DimensionError!(self.dimension, bsk.get_lwe_dimension())); [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 `DimensionError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:2237:24 [INFO] [stdout] | [INFO] [stdout] 2237 | return Err(NotEnoughPaddingError!(ct1.encoders[0].nb_bit_precision, 2)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:2392:28 [INFO] [stdout] | [INFO] [stdout] 2392 | return Err(DeltaError!(self.encoders[0].delta, enc_in.delta)); [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 `DeltaError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:2394:28 [INFO] [stdout] | [INFO] [stdout] 2394 | return Err(PaddingError!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 2395 | | self.encoders[0].nb_bit_padding, [INFO] [stdout] 2396 | | enc_in.nb_bit_padding [INFO] [stdout] 2397 | | )); [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 `PaddingError` (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/error.rs:478:10 [INFO] [stdout] | [INFO] [stdout] 478 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe_bsk.rs:59:24 [INFO] [stdout] | [INFO] [stdout] 59 | return Err(PrecisionError!()); [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 `PrecisionError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe_bsk.rs:64:24 [INFO] [stdout] | [INFO] [stdout] 64 | return Err(NotEnoughPaddingError!(encoder_input.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:606:10 [INFO] [stdout] | [INFO] [stdout] 606 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe_secret_key.rs:66:24 [INFO] [stdout] | [INFO] [stdout] 66 | return Err(LweToRlweError!(self.dimension, polynomial_size)); [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 `LweToRlweError` (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/error.rs:541:10 [INFO] [stdout] | [INFO] [stdout] 541 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/rlwe_params.rs:161:24 [INFO] [stdout] | [INFO] [stdout] 161 | return Err(NotPowerOfTwoError!(polynomial_size)); [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 `NotPowerOfTwoError` (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/error.rs:494:10 [INFO] [stdout] | [INFO] [stdout] 494 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:66:24 [INFO] [stdout] | [INFO] [stdout] 66 | return Err(MinMaxError!(min, max)); [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 `MinMaxError` (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/error.rs:478:10 [INFO] [stdout] | [INFO] [stdout] 478 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:69:24 [INFO] [stdout] | [INFO] [stdout] 69 | return Err(PrecisionError!()); [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 `PrecisionError` (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/error.rs:494:10 [INFO] [stdout] | [INFO] [stdout] 494 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:114:24 [INFO] [stdout] | [INFO] [stdout] 114 | return Err(MinMaxError!(min, max)); [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 `MinMaxError` (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/error.rs:478:10 [INFO] [stdout] | [INFO] [stdout] 478 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:117:24 [INFO] [stdout] | [INFO] [stdout] 117 | return Err(PrecisionError!()); [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 `PrecisionError` (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/error.rs:270:10 [INFO] [stdout] | [INFO] [stdout] 270 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:160:17 [INFO] [stdout] | [INFO] [stdout] 160 | Err(NoNoiseInCiphertext!(variance)) [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 `NoNoiseInCiphertext` (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/error.rs:509:10 [INFO] [stdout] | [INFO] [stdout] 509 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:207:24 [INFO] [stdout] | [INFO] [stdout] 207 | return Err(RadiusError!(radius)); [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 `RadiusError` (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/error.rs:478:10 [INFO] [stdout] | [INFO] [stdout] 478 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:210:24 [INFO] [stdout] | [INFO] [stdout] 210 | return Err(PrecisionError!()); [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 `PrecisionError` (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/error.rs:325:10 [INFO] [stdout] | [INFO] [stdout] 325 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:244:24 [INFO] [stdout] | [INFO] [stdout] 244 | return Err(MessageOutsideIntervalError!(message, self.o, self.delta)); [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 `MessageOutsideIntervalError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:402:24 [INFO] [stdout] | [INFO] [stdout] 402 | return Err(InvalidEncoderError!(self.nb_bit_precision, self.delta)); [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 `InvalidEncoderError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:405:24 [INFO] [stdout] | [INFO] [stdout] 405 | return Err(NotEnoughPaddingError!(self.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:325:10 [INFO] [stdout] | [INFO] [stdout] 325 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:467:24 [INFO] [stdout] | [INFO] [stdout] 467 | return Err(MessageOutsideIntervalError!(m, self.o, self.delta)); [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 `MessageOutsideIntervalError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:497:24 [INFO] [stdout] | [INFO] [stdout] 497 | return Err(InvalidEncoderError!(self.nb_bit_precision, self.delta)); [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 `InvalidEncoderError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/encoder/mod.rs:549:24 [INFO] [stdout] | [INFO] [stdout] 549 | return Err(InvalidEncoderError!(self.nb_bit_precision, self.delta)); [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 `InvalidEncoderError` (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/error.rs:270:10 [INFO] [stdout] | [INFO] [stdout] 270 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:176:24 [INFO] [stdout] | [INFO] [stdout] 176 | return Err(NoNoiseInCiphertext!(var)); [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 `NoNoiseInCiphertext` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:221:24 [INFO] [stdout] | [INFO] [stdout] 221 | return Err(DimensionError!(self.dimension, sk.dimension)); [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 `DimensionError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:264:24 [INFO] [stdout] | [INFO] [stdout] 264 | return Err(DimensionError!(self.dimension, sk.dimension)); [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 `DimensionError` (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/error.rs:342:10 [INFO] [stdout] | [INFO] [stdout] 342 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:348:24 [INFO] [stdout] | [INFO] [stdout] 348 | return Err(MessageTooBigError!(message, self.encoder.delta)); [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 `MessageTooBigError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:437:24 [INFO] [stdout] | [INFO] [stdout] 437 | return Err(InvalidEncoderError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 438 | | self.encoder.nb_bit_precision, [INFO] [stdout] 439 | | self.encoder.delta [INFO] [stdout] 440 | | )); [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 `InvalidEncoderError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:543:24 [INFO] [stdout] | [INFO] [stdout] 543 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:554:24 [INFO] [stdout] | [INFO] [stdout] 554 | return Err(DeltaError!(enc1.delta, enc2.delta)); [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 `DeltaError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:556:24 [INFO] [stdout] | [INFO] [stdout] 556 | return Err(PaddingError!(enc1.nb_bit_padding, enc2.nb_bit_padding)); [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 `PaddingError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:665:24 [INFO] [stdout] | [INFO] [stdout] 665 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:671:24 [INFO] [stdout] | [INFO] [stdout] 671 | return Err(DeltaError!(self.encoder.delta, ct.encoder.delta)); [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 `DeltaError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:773:24 [INFO] [stdout] | [INFO] [stdout] 773 | return Err(PaddingError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 774 | | self.encoder.nb_bit_padding, [INFO] [stdout] 775 | | ct.encoder.nb_bit_padding [INFO] [stdout] 776 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:780:24 [INFO] [stdout] | [INFO] [stdout] 780 | return Err(NotEnoughPaddingError!(self.encoder.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:784:24 [INFO] [stdout] | [INFO] [stdout] 784 | return Err(DeltaError!(self.encoder.delta, ct.encoder.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:789:24 [INFO] [stdout] | [INFO] [stdout] 789 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:892:24 [INFO] [stdout] | [INFO] [stdout] 892 | return Err(PaddingError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 893 | | self.encoder.nb_bit_padding, [INFO] [stdout] 894 | | ct.encoder.nb_bit_padding [INFO] [stdout] 895 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:899:24 [INFO] [stdout] | [INFO] [stdout] 899 | return Err(NotEnoughPaddingError!(self.encoder.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:903:24 [INFO] [stdout] | [INFO] [stdout] 903 | return Err(DeltaError!(self.encoder.delta, ct.encoder.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:908:24 [INFO] [stdout] | [INFO] [stdout] 908 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1008:24 [INFO] [stdout] | [INFO] [stdout] 1008 | return Err(PaddingError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1009 | | self.encoder.nb_bit_padding, [INFO] [stdout] 1010 | | ct.encoder.nb_bit_padding [INFO] [stdout] 1011 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1015:24 [INFO] [stdout] | [INFO] [stdout] 1015 | return Err(NotEnoughPaddingError!(self.encoder.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1019:24 [INFO] [stdout] | [INFO] [stdout] 1019 | return Err(DeltaError!(self.encoder.delta, ct.encoder.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1024:24 [INFO] [stdout] | [INFO] [stdout] 1024 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1129:24 [INFO] [stdout] | [INFO] [stdout] 1129 | return Err(PaddingError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1130 | | self.encoder.nb_bit_padding, [INFO] [stdout] 1131 | | ct.encoder.nb_bit_padding [INFO] [stdout] 1132 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1136:24 [INFO] [stdout] | [INFO] [stdout] 1136 | return Err(NotEnoughPaddingError!(self.encoder.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1140:24 [INFO] [stdout] | [INFO] [stdout] 1140 | return Err(DeltaError!(self.encoder.delta, ct.encoder.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1145:24 [INFO] [stdout] | [INFO] [stdout] 1145 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:427:10 [INFO] [stdout] | [INFO] [stdout] 427 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1369:24 [INFO] [stdout] | [INFO] [stdout] 1369 | return Err(ConstantMaximumError!(constant, max_constant)); [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 `ConstantMaximumError` (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/error.rs:446:10 [INFO] [stdout] | [INFO] [stdout] 446 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1373:24 [INFO] [stdout] | [INFO] [stdout] 1373 | return Err(ZeroInIntervalError!(self.encoder.o, self.encoder.delta)); [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 `ZeroInIntervalError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1377:24 [INFO] [stdout] | [INFO] [stdout] 1377 | return Err(NotEnoughPaddingError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1378 | | self.encoder.nb_bit_padding, [INFO] [stdout] 1379 | | nb_bit_padding [INFO] [stdout] 1380 | | )); [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 `NotEnoughPaddingError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1557:24 [INFO] [stdout] | [INFO] [stdout] 1557 | return Err(InvalidEncoderError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1558 | | self.encoder.nb_bit_precision, [INFO] [stdout] 1559 | | self.encoder.delta [INFO] [stdout] 1560 | | )); [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 `InvalidEncoderError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1778:24 [INFO] [stdout] | [INFO] [stdout] 1778 | return Err(DimensionError!(self.dimension, bsk.get_lwe_dimension())); [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 `DimensionError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:1954:24 [INFO] [stdout] | [INFO] [stdout] 1954 | return Err(NotEnoughPaddingError!(ct1.encoder.nb_bit_precision, 2)); [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 `NotEnoughPaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe/mod.rs:2027:24 [INFO] [stdout] | [INFO] [stdout] 2027 | return Err(NotEnoughPaddingError!(self.encoder.nb_bit_padding, nb)); [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 `NotEnoughPaddingError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/plaintext/mod.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | return Err(IndexError!(self.nb_plaintexts, nth)); [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 `IndexError` (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/error.rs:556:10 [INFO] [stdout] | [INFO] [stdout] 556 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:75:24 [INFO] [stdout] | [INFO] [stdout] 75 | return Err(ZeroCiphertextsInStructureError!(nb_ciphertexts)); [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 `ZeroCiphertextsInStructureError` (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/error.rs:541:10 [INFO] [stdout] | [INFO] [stdout] 541 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:81:24 [INFO] [stdout] | [INFO] [stdout] 81 | return Err(NotPowerOfTwoError!(polynomial_size)); [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 `NotPowerOfTwoError` (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/error.rs:571:10 [INFO] [stdout] | [INFO] [stdout] 571 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:431:24 [INFO] [stdout] | [INFO] [stdout] 431 | return Err(WrongSizeError!(plaintexts.len())); [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 `WrongSizeError` (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/error.rs:270:10 [INFO] [stdout] | [INFO] [stdout] 270 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:435:24 [INFO] [stdout] | [INFO] [stdout] 435 | return Err(NoNoiseInCiphertext!(sk.get_variance())); [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 `NoNoiseInCiphertext` (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/error.rs:254:10 [INFO] [stdout] | [INFO] [stdout] 254 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:485:24 [INFO] [stdout] | [INFO] [stdout] 485 | return Err(PolynomialSizeError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 486 | | sk.polynomial_size, [INFO] [stdout] 487 | | self.polynomial_size [INFO] [stdout] 488 | | )); [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 `PolynomialSizeError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:490:24 [INFO] [stdout] | [INFO] [stdout] 490 | return Err(DimensionError!(sk.dimension, self.dimension)); [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 `DimensionError` (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/error.rs:254:10 [INFO] [stdout] | [INFO] [stdout] 254 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:552:24 [INFO] [stdout] | [INFO] [stdout] 552 | return Err(PolynomialSizeError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 553 | | sk.polynomial_size, [INFO] [stdout] 554 | | self.polynomial_size [INFO] [stdout] 555 | | )); [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 `PolynomialSizeError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:557:24 [INFO] [stdout] | [INFO] [stdout] 557 | return Err(DimensionError!(sk.dimension, self.dimension)); [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 `DimensionError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:679:24 [INFO] [stdout] | [INFO] [stdout] 679 | return Err(IndexError!(self.nb_ciphertexts, n_ciphertext)); [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 `IndexError` (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/error.rs:526:10 [INFO] [stdout] | [INFO] [stdout] 526 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:683:24 [INFO] [stdout] | [INFO] [stdout] 683 | return Err(MonomialError!(self.polynomial_size, n_coeff)); [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 `MonomialError` (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/error.rs:588:10 [INFO] [stdout] | [INFO] [stdout] 588 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:789:24 [INFO] [stdout] | [INFO] [stdout] 789 | return Err(NotEnoughValidEncoderError!(nb_valid, messages.len())); [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 `NotEnoughValidEncoderError` (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/error.rs:342:10 [INFO] [stdout] | [INFO] [stdout] 342 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:819:36 [INFO] [stdout] | [INFO] [stdout] 819 | return Err(MessageTooBigError!(m, encoder.delta)); [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 `MessageTooBigError` (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/error.rs:588:10 [INFO] [stdout] | [INFO] [stdout] 588 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:869:24 [INFO] [stdout] | [INFO] [stdout] 869 | return Err(NotEnoughValidEncoderError!(nb_valid, messages.len())); [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 `NotEnoughValidEncoderError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:917:24 [INFO] [stdout] | [INFO] [stdout] 917 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:254:10 [INFO] [stdout] | [INFO] [stdout] 254 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:921:24 [INFO] [stdout] | [INFO] [stdout] 921 | return Err(PolynomialSizeError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 922 | | self.polynomial_size, [INFO] [stdout] 923 | | ct.polynomial_size [INFO] [stdout] 924 | | )); [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 `PolynomialSizeError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:931:28 [INFO] [stdout] | [INFO] [stdout] 931 | return Err(DeltaError!(self_enc.delta, ct_enc.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1028:24 [INFO] [stdout] | [INFO] [stdout] 1028 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:254:10 [INFO] [stdout] | [INFO] [stdout] 254 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1032:24 [INFO] [stdout] | [INFO] [stdout] 1032 | return Err(PolynomialSizeError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1033 | | self.polynomial_size, [INFO] [stdout] 1034 | | ct.polynomial_size [INFO] [stdout] 1035 | | )); [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 `PolynomialSizeError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1043:32 [INFO] [stdout] | [INFO] [stdout] 1043 | return Err(PaddingError!( [INFO] [stdout] | ________________________________- [INFO] [stdout] 1044 | | self_enc.nb_bit_padding, [INFO] [stdout] 1045 | | ct_enc.nb_bit_padding [INFO] [stdout] 1046 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1050:32 [INFO] [stdout] | [INFO] [stdout] 1050 | return Err(NotEnoughPaddingError!(self_enc.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1054:32 [INFO] [stdout] | [INFO] [stdout] 1054 | return Err(DeltaError!(self_enc.delta, ct_enc.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1131:24 [INFO] [stdout] | [INFO] [stdout] 1131 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:254:10 [INFO] [stdout] | [INFO] [stdout] 254 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1135:24 [INFO] [stdout] | [INFO] [stdout] 1135 | return Err(PolynomialSizeError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1136 | | self.polynomial_size, [INFO] [stdout] 1137 | | ct.polynomial_size [INFO] [stdout] 1138 | | )); [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 `PolynomialSizeError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1145:32 [INFO] [stdout] | [INFO] [stdout] 1145 | return Err(PaddingError!( [INFO] [stdout] | ________________________________- [INFO] [stdout] 1146 | | self_enc.nb_bit_padding, [INFO] [stdout] 1147 | | ct_enc.nb_bit_padding [INFO] [stdout] 1148 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1152:32 [INFO] [stdout] | [INFO] [stdout] 1152 | return Err(NotEnoughPaddingError!(self_enc.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1156:32 [INFO] [stdout] | [INFO] [stdout] 1156 | return Err(DeltaError!(self_enc.delta, ct_enc.delta)); [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 `DeltaError` (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/error.rs:465:10 [INFO] [stdout] | [INFO] [stdout] 465 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1319:24 [INFO] [stdout] | [INFO] [stdout] 1319 | return Err(NbCTError!(constants.len(), self.nb_valid())); [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 `NbCTError` (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/error.rs:427:10 [INFO] [stdout] | [INFO] [stdout] 427 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1325:28 [INFO] [stdout] | [INFO] [stdout] 1325 | return Err(ConstantMaximumError!(*c, max_constant)); [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 `ConstantMaximumError` (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/error.rs:446:10 [INFO] [stdout] | [INFO] [stdout] 446 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1334:32 [INFO] [stdout] | [INFO] [stdout] 1334 | return Err(ZeroInIntervalError!(encoder.o, encoder.delta)); [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 `ZeroInIntervalError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_rlwe/mod.rs:1338:32 [INFO] [stdout] | [INFO] [stdout] 1338 | return Err(NotEnoughPaddingError!( [INFO] [stdout] | ________________________________- [INFO] [stdout] 1339 | | encoder.nb_bit_padding, [INFO] [stdout] 1340 | | nb_bit_padding [INFO] [stdout] 1341 | | )); [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 `NotEnoughPaddingError` (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/error.rs:556:10 [INFO] [stdout] | [INFO] [stdout] 556 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:75:24 [INFO] [stdout] | [INFO] [stdout] 75 | return Err(ZeroCiphertextsInStructureError!(nb_ciphertexts)); [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 `ZeroCiphertextsInStructureError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:127:24 [INFO] [stdout] | [INFO] [stdout] 127 | return Err(IndexError!(self.nb_ciphertexts, self_index)); [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 `IndexError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:132:24 [INFO] [stdout] | [INFO] [stdout] 132 | return Err(IndexError!(ct.nb_ciphertexts, ct_index)); [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 `IndexError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:181:24 [INFO] [stdout] | [INFO] [stdout] 181 | return Err(IndexError!(self.nb_ciphertexts, n)); [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 `IndexError` (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/error.rs:270:10 [INFO] [stdout] | [INFO] [stdout] 270 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:463:24 [INFO] [stdout] | [INFO] [stdout] 463 | return Err(NoNoiseInCiphertext!(var)); [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 `NoNoiseInCiphertext` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:513:24 [INFO] [stdout] | [INFO] [stdout] 513 | return Err(DimensionError!(self.dimension, sk.dimension)); [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 `DimensionError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:567:24 [INFO] [stdout] | [INFO] [stdout] 567 | return Err(DimensionError!(self.dimension, sk.dimension)); [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 `DimensionError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:616:24 [INFO] [stdout] | [INFO] [stdout] 616 | return Err(DimensionError!(self.dimension, sk.dimension)); [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 `DimensionError` (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/error.rs:342:10 [INFO] [stdout] | [INFO] [stdout] 342 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:721:28 [INFO] [stdout] | [INFO] [stdout] 721 | return Err(MessageTooBigError!(*m, lwe_encoder.delta)); [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 `MessageTooBigError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:811:28 [INFO] [stdout] | [INFO] [stdout] 811 | return Err(InvalidEncoderError!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 812 | | lwe_encoder.nb_bit_precision, [INFO] [stdout] 813 | | lwe_encoder.delta [INFO] [stdout] 814 | | )); [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 `InvalidEncoderError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:917:24 [INFO] [stdout] | [INFO] [stdout] 917 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:937:28 [INFO] [stdout] | [INFO] [stdout] 937 | return Err(DeltaError!(enc1.delta, enc2.delta)); [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 `DeltaError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:939:28 [INFO] [stdout] | [INFO] [stdout] 939 | return Err(PaddingError!(enc1.nb_bit_padding, enc2.nb_bit_padding)); [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 `PaddingError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1055:24 [INFO] [stdout] | [INFO] [stdout] 1055 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1061:28 [INFO] [stdout] | [INFO] [stdout] 1061 | return Err(DeltaError!(self_enc.delta, ct_enc.delta)); [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 `DeltaError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1188:28 [INFO] [stdout] | [INFO] [stdout] 1188 | return Err(PaddingError!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 1189 | | self_enc.nb_bit_padding, [INFO] [stdout] 1190 | | ct_enc.nb_bit_padding [INFO] [stdout] 1191 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1195:28 [INFO] [stdout] | [INFO] [stdout] 1195 | return Err(NotEnoughPaddingError!(self_enc.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1199:28 [INFO] [stdout] | [INFO] [stdout] 1199 | return Err(DeltaError!(self_enc.delta, ct_enc.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1205:24 [INFO] [stdout] | [INFO] [stdout] 1205 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1316:28 [INFO] [stdout] | [INFO] [stdout] 1316 | return Err(PaddingError!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 1317 | | self_enc.nb_bit_padding, [INFO] [stdout] 1318 | | ct_enc.nb_bit_padding [INFO] [stdout] 1319 | | )); [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 `PaddingError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1323:28 [INFO] [stdout] | [INFO] [stdout] 1323 | return Err(NotEnoughPaddingError!(self_enc.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1327:28 [INFO] [stdout] | [INFO] [stdout] 1327 | return Err(DeltaError!(self_enc.delta, ct_enc.delta)); [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 `DeltaError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1333:24 [INFO] [stdout] | [INFO] [stdout] 1333 | return Err(DimensionError!(self.dimension, ct.dimension)); [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 `DimensionError` (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/error.rs:465:10 [INFO] [stdout] | [INFO] [stdout] 465 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1583:24 [INFO] [stdout] | [INFO] [stdout] 1583 | return Err(NbCTError!(constants.len(), self.nb_ciphertexts)); [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 `NbCTError` (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/error.rs:427:10 [INFO] [stdout] | [INFO] [stdout] 427 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1590:28 [INFO] [stdout] | [INFO] [stdout] 1590 | return Err(ConstantMaximumError!(*c, max_constant)); [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 `ConstantMaximumError` (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/error.rs:446:10 [INFO] [stdout] | [INFO] [stdout] 446 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1594:28 [INFO] [stdout] | [INFO] [stdout] 1594 | return Err(ZeroInIntervalError!(encoder.o, encoder.delta)); [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 `ZeroInIntervalError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1598:28 [INFO] [stdout] | [INFO] [stdout] 1598 | return Err(NotEnoughPaddingError!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 1599 | | encoder.nb_bit_padding, [INFO] [stdout] 1600 | | nb_bit_padding [INFO] [stdout] 1601 | | )); [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 `NotEnoughPaddingError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1787:24 [INFO] [stdout] | [INFO] [stdout] 1787 | return Err(IndexError!(self.nb_ciphertexts, n)); [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 `IndexError` (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/error.rs:304:10 [INFO] [stdout] | [INFO] [stdout] 304 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:1791:24 [INFO] [stdout] | [INFO] [stdout] 1791 | return Err(InvalidEncoderError!( [INFO] [stdout] | ________________________- [INFO] [stdout] 1792 | | self.encoders[n].nb_bit_precision, [INFO] [stdout] 1793 | | self.encoders[n].delta [INFO] [stdout] 1794 | | )); [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 `InvalidEncoderError` (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/error.rs:410:10 [INFO] [stdout] | [INFO] [stdout] 410 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:2036:24 [INFO] [stdout] | [INFO] [stdout] 2036 | return Err(IndexError!(self.nb_ciphertexts, n)); [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 `IndexError` (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/error.rs:287:10 [INFO] [stdout] | [INFO] [stdout] 287 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:2040:24 [INFO] [stdout] | [INFO] [stdout] 2040 | return Err(DimensionError!(self.dimension, bsk.get_lwe_dimension())); [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 `DimensionError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:2237:24 [INFO] [stdout] | [INFO] [stdout] 2237 | return Err(NotEnoughPaddingError!(ct1.encoders[0].nb_bit_precision, 2)); [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 `NotEnoughPaddingError` (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/error.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:2392:28 [INFO] [stdout] | [INFO] [stdout] 2392 | return Err(DeltaError!(self.encoders[0].delta, enc_in.delta)); [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 `DeltaError` (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/error.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector_lwe/mod.rs:2394:28 [INFO] [stdout] | [INFO] [stdout] 2394 | return Err(PaddingError!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 2395 | | self.encoders[0].nb_bit_padding, [INFO] [stdout] 2396 | | enc_in.nb_bit_padding [INFO] [stdout] 2397 | | )); [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 `PaddingError` (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/error.rs:478:10 [INFO] [stdout] | [INFO] [stdout] 478 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe_bsk.rs:59:24 [INFO] [stdout] | [INFO] [stdout] 59 | return Err(PrecisionError!()); [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 `PrecisionError` (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/error.rs:393:10 [INFO] [stdout] | [INFO] [stdout] 393 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe_bsk.rs:64:24 [INFO] [stdout] | [INFO] [stdout] 64 | return Err(NotEnoughPaddingError!(encoder_input.nb_bit_padding, 1)); [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 `NotEnoughPaddingError` (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/error.rs:606:10 [INFO] [stdout] | [INFO] [stdout] 606 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lwe_secret_key.rs:66:24 [INFO] [stdout] | [INFO] [stdout] 66 | return Err(LweToRlweError!(self.dimension, polynomial_size)); [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 `LweToRlweError` (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/error.rs:541:10 [INFO] [stdout] | [INFO] [stdout] 541 | }; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/rlwe_params.rs:161:24 [INFO] [stdout] | [INFO] [stdout] 161 | return Err(NotPowerOfTwoError!(polynomial_size)); [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 `NotPowerOfTwoError` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 116 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 116 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.17s [INFO] running `Command { std: "docker" "inspect" "1cae58477ca8f1823fc98a0103e0f497164667b800c0a6027659e34294090375", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1cae58477ca8f1823fc98a0103e0f497164667b800c0a6027659e34294090375", kill_on_drop: false }` [INFO] [stdout] 1cae58477ca8f1823fc98a0103e0f497164667b800c0a6027659e34294090375