[INFO] fetching crate zkp-u256 0.2.1... [INFO] testing zkp-u256-0.2.1 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate zkp-u256 0.2.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate zkp-u256 0.2.1 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate zkp-u256 0.2.1 [INFO] finished tweaking crates.io crate zkp-u256 0.2.1 [INFO] tweaked toml for crates.io crate zkp-u256 0.2.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2884b7d2b94559f9e0cc4bad2fa6f0f559f8bdac4b5d14425b5ec088fa5d9356 [INFO] running `Command { std: "docker" "start" "-a" "2884b7d2b94559f9e0cc4bad2fa6f0f559f8bdac4b5d14425b5ec088fa5d9356", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2884b7d2b94559f9e0cc4bad2fa6f0f559f8bdac4b5d14425b5ec088fa5d9356", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2884b7d2b94559f9e0cc4bad2fa6f0f559f8bdac4b5d14425b5ec088fa5d9356", kill_on_drop: false }` [INFO] [stdout] 2884b7d2b94559f9e0cc4bad2fa6f0f559f8bdac4b5d14425b5ec088fa5d9356 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 64976ec97379c21e1fbdc7ea6e065200d1bf255ef9df410bf4bfc6a9fb3c783c [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" "64976ec97379c21e1fbdc7ea6e065200d1bf255ef9df410bf4bfc6a9fb3c783c", kill_on_drop: false }` [INFO] [stderr] Compiling radium v0.3.0 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling byte-slice-cast v0.3.5 [INFO] [stderr] Compiling no-std-compat v0.4.1 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling bitvec v0.17.4 [INFO] [stderr] Compiling parity-scale-codec v1.3.7 [INFO] [stderr] Compiling zkp-u256 v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stdout] --> src/arch/generic/knuth_division.rs:2:30 [INFO] [stdout] | [INFO] [stdout] 2 | use core::{convert::TryFrom, u64}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | deprecated_in_future, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stdout] --> src/binary.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | u64, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stdout] --> src/conversion.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | use std::u64; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stdout] --> src/division.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | u64, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stdout] --> src/multiplicative.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | u64, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stdout] --> src/u256.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 14 | use std::{cmp::Ordering, u64}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:131:22 [INFO] [stdout] | [INFO] [stdout] 131 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:132:22 [INFO] [stdout] | [INFO] [stdout] 132 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/u256.rs:28:14 [INFO] [stdout] | [INFO] [stdout] 28 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/u256.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/u256.rs:30:14 [INFO] [stdout] | [INFO] [stdout] 30 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/u256.rs:31:14 [INFO] [stdout] | [INFO] [stdout] 31 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | impl_from_int!(i8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:104:30 [INFO] [stdout] | [INFO] [stdout] 104 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | impl_from_int!(i8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 105 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | impl_from_int!(i8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 114 | impl_from_int!(i16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:104:30 [INFO] [stdout] | [INFO] [stdout] 104 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 114 | impl_from_int!(i16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 105 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 114 | impl_from_int!(i16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 115 | impl_from_int!(i32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:104:30 [INFO] [stdout] | [INFO] [stdout] 104 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 115 | impl_from_int!(i32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 105 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 115 | impl_from_int!(i32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | impl_from_int!(i64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:104:30 [INFO] [stdout] | [INFO] [stdout] 104 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | impl_from_int!(i64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 105 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | impl_from_int!(i64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | impl_from_int!(isize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:104:30 [INFO] [stdout] | [INFO] [stdout] 104 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | impl_from_int!(isize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 105 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | impl_from_int!(isize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 27 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.93s [INFO] running `Command { std: "docker" "inspect" "64976ec97379c21e1fbdc7ea6e065200d1bf255ef9df410bf4bfc6a9fb3c783c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64976ec97379c21e1fbdc7ea6e065200d1bf255ef9df410bf4bfc6a9fb3c783c", kill_on_drop: false }` [INFO] [stdout] 64976ec97379c21e1fbdc7ea6e065200d1bf255ef9df410bf4bfc6a9fb3c783c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dca6c1457e290414ca4952b8c81f0dd11c1d1121ec8d9595d52127e470926b49 [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" "dca6c1457e290414ca4952b8c81f0dd11c1d1121ec8d9595d52127e470926b49", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling zkp-macros-lib v0.2.0 [INFO] [stdout] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stdout] --> src/arch/generic/knuth_division.rs:2:30 [INFO] [stdout] | [INFO] [stdout] 2 | use core::{convert::TryFrom, u64}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | deprecated_in_future, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stdout] --> src/binary.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | u64, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stdout] --> src/conversion.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | use std::u64; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stdout] --> src/division.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | u64, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stdout] --> src/multiplicative.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | u64, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stdout] --> src/u256.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 14 | use std::{cmp::Ordering, u64}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:131:22 [INFO] [stdout] | [INFO] [stdout] 131 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:132:22 [INFO] [stdout] | [INFO] [stdout] 132 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/u256.rs:28:14 [INFO] [stdout] | [INFO] [stdout] 28 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/u256.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/u256.rs:30:14 [INFO] [stdout] | [INFO] [stdout] 30 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/u256.rs:31:14 [INFO] [stdout] | [INFO] [stdout] 31 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | impl_from_int!(i8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:104:30 [INFO] [stdout] | [INFO] [stdout] 104 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | impl_from_int!(i8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 105 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | impl_from_int!(i8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 114 | impl_from_int!(i16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:104:30 [INFO] [stdout] | [INFO] [stdout] 104 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 114 | impl_from_int!(i16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 105 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 114 | impl_from_int!(i16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 115 | impl_from_int!(i32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:104:30 [INFO] [stdout] | [INFO] [stdout] 104 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 115 | impl_from_int!(i32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 105 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 115 | impl_from_int!(i32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | impl_from_int!(i64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:104:30 [INFO] [stdout] | [INFO] [stdout] 104 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | impl_from_int!(i64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 105 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | impl_from_int!(i64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | impl_from_int!(isize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:104:30 [INFO] [stdout] | [INFO] [stdout] 104 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | impl_from_int!(isize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 105 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | impl_from_int!(isize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 27 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rusty-fork v0.2.2 [INFO] [stderr] Compiling zkp-macros-impl v0.2.0 [INFO] [stderr] Compiling proptest v0.9.6 [INFO] [stderr] Compiling zkp-macros-decl v0.2.0 [INFO] [stderr] Compiling proptest-derive v0.1.2 [INFO] [stderr] Compiling zkp-u256 v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stdout] --> src/arch/generic/knuth_division.rs:2:30 [INFO] [stdout] | [INFO] [stdout] 2 | use core::{convert::TryFrom, u64}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | deprecated_in_future, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stdout] --> src/binary.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | u64, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stdout] --> src/conversion.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | use std::u64; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stdout] --> src/division.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | u64, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stdout] --> src/multiplicative.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | u64, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stdout] --> src/u256.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 14 | use std::{cmp::Ordering, u64}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/arch/generic/knuth_division.rs:180:28 [INFO] [stdout] | [INFO] [stdout] 180 | const FULL: u64 = u64::max_value(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:131:22 [INFO] [stdout] | [INFO] [stdout] 131 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:132:22 [INFO] [stdout] | [INFO] [stdout] 132 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/u256.rs:28:14 [INFO] [stdout] | [INFO] [stdout] 28 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/u256.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/u256.rs:30:14 [INFO] [stdout] | [INFO] [stdout] 30 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/u256.rs:31:14 [INFO] [stdout] | [INFO] [stdout] 31 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/arch/generic/knuth_division.rs:193:39 [INFO] [stdout] | [INFO] [stdout] 193 | let expected_quotient = [u64::max_value(), 6]; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | impl_from_int!(i8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:104:30 [INFO] [stdout] | [INFO] [stdout] 104 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | impl_from_int!(i8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 105 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | impl_from_int!(i8); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 114 | impl_from_int!(i16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:104:30 [INFO] [stdout] | [INFO] [stdout] 104 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 114 | impl_from_int!(i16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 105 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 114 | impl_from_int!(i16); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 115 | impl_from_int!(i32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:104:30 [INFO] [stdout] | [INFO] [stdout] 104 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 115 | impl_from_int!(i32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 105 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 115 | impl_from_int!(i32); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | impl_from_int!(i64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:104:30 [INFO] [stdout] | [INFO] [stdout] 104 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | impl_from_int!(i64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 105 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | impl_from_int!(i64); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | impl_from_int!(isize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:104:30 [INFO] [stdout] | [INFO] [stdout] 104 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | impl_from_int!(isize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/conversion.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 105 | u64::max_value(), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | impl_from_int!(isize); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 29 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 38.76s [INFO] running `Command { std: "docker" "inspect" "dca6c1457e290414ca4952b8c81f0dd11c1d1121ec8d9595d52127e470926b49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dca6c1457e290414ca4952b8c81f0dd11c1d1121ec8d9595d52127e470926b49", kill_on_drop: false }` [INFO] [stdout] dca6c1457e290414ca4952b8c81f0dd11c1d1121ec8d9595d52127e470926b49 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fd5e23273f1bb41321c2600272f221998dd7d026b247880f11a7ae1829d455e7 [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" "fd5e23273f1bb41321c2600272f221998dd7d026b247880f11a7ae1829d455e7", kill_on_drop: false }` [INFO] [stderr] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stderr] --> src/arch/generic/knuth_division.rs:2:30 [INFO] [stderr] | [INFO] [stderr] 2 | use core::{convert::TryFrom, u64}; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | deprecated_in_future, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stderr] --> src/binary.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | u64, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stderr] --> src/conversion.rs:10:10 [INFO] [stderr] | [INFO] [stderr] 10 | use std::u64; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stderr] --> src/division.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | u64, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stderr] --> src/multiplicative.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | u64, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stderr] --> src/u256.rs:14:26 [INFO] [stderr] | [INFO] [stderr] 14 | use std::{cmp::Ordering, u64}; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/conversion.rs:131:22 [INFO] [stderr] | [INFO] [stderr] 131 | u64::max_value(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/conversion.rs:132:22 [INFO] [stderr] | [INFO] [stderr] 132 | u64::max_value(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/u256.rs:28:14 [INFO] [stderr] | [INFO] [stderr] 28 | u64::max_value(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/u256.rs:29:14 [INFO] [stderr] | [INFO] [stderr] 29 | u64::max_value(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/u256.rs:30:14 [INFO] [stderr] | [INFO] [stderr] 30 | u64::max_value(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/u256.rs:31:14 [INFO] [stderr] | [INFO] [stderr] 31 | u64::max_value(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/conversion.rs:103:30 [INFO] [stderr] | [INFO] [stderr] 103 | u64::max_value(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 113 | impl_from_int!(i8); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/conversion.rs:104:30 [INFO] [stderr] | [INFO] [stderr] 104 | u64::max_value(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 113 | impl_from_int!(i8); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/conversion.rs:105:30 [INFO] [stderr] | [INFO] [stderr] 105 | u64::max_value(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 113 | impl_from_int!(i8); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/conversion.rs:103:30 [INFO] [stderr] | [INFO] [stderr] 103 | u64::max_value(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 114 | impl_from_int!(i16); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/conversion.rs:104:30 [INFO] [stderr] | [INFO] [stderr] 104 | u64::max_value(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 114 | impl_from_int!(i16); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/conversion.rs:105:30 [INFO] [stderr] | [INFO] [stderr] 105 | u64::max_value(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 114 | impl_from_int!(i16); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/conversion.rs:103:30 [INFO] [stderr] | [INFO] [stderr] 103 | u64::max_value(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 115 | impl_from_int!(i32); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/conversion.rs:104:30 [INFO] [stderr] | [INFO] [stderr] 104 | u64::max_value(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 115 | impl_from_int!(i32); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/conversion.rs:105:30 [INFO] [stderr] | [INFO] [stderr] 105 | u64::max_value(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 115 | impl_from_int!(i32); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/conversion.rs:103:30 [INFO] [stderr] | [INFO] [stderr] 103 | u64::max_value(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 116 | impl_from_int!(i64); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/conversion.rs:104:30 [INFO] [stderr] | [INFO] [stderr] 104 | u64::max_value(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 116 | impl_from_int!(i64); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/conversion.rs:105:30 [INFO] [stderr] | [INFO] [stderr] 105 | u64::max_value(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 116 | impl_from_int!(i64); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/conversion.rs:103:30 [INFO] [stderr] | [INFO] [stderr] 103 | u64::max_value(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 117 | impl_from_int!(isize); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/conversion.rs:104:30 [INFO] [stderr] | [INFO] [stderr] 104 | u64::max_value(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 117 | impl_from_int!(isize); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/conversion.rs:105:30 [INFO] [stderr] | [INFO] [stderr] 105 | u64::max_value(), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 117 | impl_from_int!(isize); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_from_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `zkp-u256` (lib) generated 27 warnings [INFO] [stderr] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/arch/generic/knuth_division.rs:180:28 [INFO] [stderr] | [INFO] [stderr] 180 | const FULL: u64 = u64::max_value(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of associated function `core::num::::max_value` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/arch/generic/knuth_division.rs:193:39 [INFO] [stderr] | [INFO] [stderr] 193 | let expected_quotient = [u64::max_value(), 6]; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `zkp-u256` (lib test) generated 29 warnings (27 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/zkp_u256-57e9791cf6d36ffd) [INFO] [stdout] [INFO] [stdout] running 47 tests [INFO] [stdout] test algorithms::montgomery::generic::tests::test_mul_redc ... ok [INFO] [stdout] test additive::tests::test_sub ... ok [INFO] [stdout] test algorithms::montgomery::proth::tests::test_mul_redc ... ok [INFO] [stdout] test algorithms::montgomery::generic::tests::test_redc ... ok [INFO] [stdout] test additive::tests::commutative_add ... ok [INFO] [stdout] test arch::generic::lehmer_gcd::tests::test_gcd_lehmer_extended_equal_inputs ... ok [INFO] [stdout] test algorithms::montgomery::proth::tests::test_mul_redc_generic_consistent ... ok [INFO] [stdout] test algorithms::montgomery::proth::tests::test_redc ... ok [INFO] [stdout] test algorithms::montgomery::generic::tests::test_to_montgomery_const_consistent ... ok [INFO] [stdout] test additive::tests::test_add ... ok [INFO] [stdout] test algorithms::montgomery::tests::test_redc ... ok [INFO] [stdout] test arch::generic::lehmer_gcd::tests::test_lehmer_small ... ok [INFO] [stdout] test arch::generic::lehmer_gcd::tests::test_issue ... ok [INFO] [stdout] test arch::generic::lehmer_gcd::tests::test_lehmer_double ... ok [INFO] [stdout] test arch::generic::knuth_division::tests::div_3by2_tests ... ok [INFO] [stdout] test arch::generic::knuth_division::tests::test_divrem_4by3 ... ok [INFO] [stdout] test arch::generic::knuth_division::tests::test_divrem_4by4 ... ok [INFO] [stdout] test arch::generic::knuth_division::tests::test_divrem_8by4 ... ok [INFO] [stdout] test binary::tests::test_shl ... ok [INFO] [stdout] test arch::generic::lehmer_gcd::tests::test_gcd_lehmer ... ok [INFO] [stdout] test arch::generic::lehmer_gcd::tests::test_lehmer_loop_match_gcd ... ok [INFO] [stdout] test arch::generic::lehmer_gcd::tests::test_lehmer_loop ... ok [INFO] [stdout] test algorithms::montgomery::tests::test_mul_redc ... ok [INFO] [stdout] test arch::generic::knuth_division::tests::div_3by2_correct ... ok [INFO] [stdout] test algorithms::montgomery::proth::tests::test_redc_generic_consistent ... ok [INFO] [stdout] test division::tests::test_invmod_small ... ok [INFO] [stdout] test conversion::tests::serde::test_one ... ok [INFO] [stdout] test conversion::tests::test_bool ... ok [INFO] [stdout] test division::tests::invmod_us256 ... ok [INFO] [stdout] test arch::generic::lehmer_gcd::tests::test_mat_mul_match_formula ... ok [INFO] [stdout] test division::tests::test_divrem_u64 ... ok [INFO] [stdout] test encoding::tests::test_from_decimal_str ... ok [INFO] [stdout] test multiplicative::tests::test_mul_full ... ok [INFO] [stdout] test multiplicative::tests::test_mulmod ... ok [INFO] [stdout] test multiplicative::tests::test_mul ... ok [INFO] [stdout] test arch::generic::lehmer_gcd::tests::test_inv_lehmer ... ok [INFO] [stdout] test division::tests::test_invmod256 ... ok [INFO] [stdout] test division::tests::test_invmod ... ok [INFO] [stdout] test binary::tests::test_shr ... ok [INFO] [stdout] test division::tests::test_divrem ... ok [INFO] [stdout] test arch::generic::lehmer_gcd::tests::test_gcd_lehmer_extended ... ok [INFO] [stdout] test multiplicative::tests::square ... ok [INFO] [stdout] test multiplicative::tests::mul_full_lo ... ok [INFO] [stdout] test conversion::tests::serde::test_json_value ... ok [INFO] [stdout] test conversion::tests::serde::test_bincode ... ok [INFO] [stdout] test conversion::tests::serde::test_json ... ok [INFO] [stderr] Doc-tests zkp-u256 [INFO] [stdout] test encoding::tests::test_decimal_to_from ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s [INFO] [stdout] [INFO] [stderr] warning: lint `missing_doc_code_examples` has been renamed to `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | missing_doc_code_examples, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_doc_code_examples` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: lint `private_doc_tests` has been renamed to `rustdoc::private_doc_tests` [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | private_doc_tests, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::private_doc_tests` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "fd5e23273f1bb41321c2600272f221998dd7d026b247880f11a7ae1829d455e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd5e23273f1bb41321c2600272f221998dd7d026b247880f11a7ae1829d455e7", kill_on_drop: false }` [INFO] [stdout] fd5e23273f1bb41321c2600272f221998dd7d026b247880f11a7ae1829d455e7