bigint 4.4.3

DEPRECATED: use uint instead
Documentation
Build #247551 2020-05-07T13:28:43.162973+00:00
# rustc version
rustc 1.45.0-nightly (1836e3b42 2020-05-06)# docs.rs version
docsrs 0.6.0 (6060a0b 2020-05-07)# build log
[INFO] running `"docker" "create" "-v" "/home/cratesfyi/workspace/builds/bigint-4.4.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/bigint-4.4.3/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1001" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=-Z unstable-options --resource-suffix -20200506-1.45.0-nightly-1836e3b42 --static-root-path / --cap-lints warn --extern-html-root-url quickcheck=https://docs.rs/quickcheck/0.4.1 --extern-html-root-url crunchy=https://docs.rs/crunchy/0.1.6 --extern-html-root-url byteorder=https://docs.rs/byteorder/1.3.4" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "doc" "--lib" "--no-deps" "-j2"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] caeb614e0a091612628aac7528b4a46f1415d9bf131810cec86a05e14124d231
[INFO] running `"docker" "start" "-a" "caeb614e0a091612628aac7528b4a46f1415d9bf131810cec86a05e14124d231"`
[INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted
[INFO] [stderr]    Compiling crunchy v0.1.6
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]  Documenting bigint v4.4.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: constant `i` should have an upper case name
[INFO] [stderr]    --> src/uint.rs:90:8
[INFO] [stderr]     |
[INFO] [stderr] 90  |             for i in 0..$n_words {
[INFO] [stderr]     |                 ^ help: convert the identifier to upper case (notice the capitalization): `I`
[INFO] [stderr] ...
[INFO] [stderr] 975 | construct_uint!(U128, 2);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `i` should have an upper case name
[INFO] [stderr]    --> src/uint.rs:90:8
[INFO] [stderr]     |
[INFO] [stderr] 90  |             for i in 0..$n_words {
[INFO] [stderr]     |                 ^ help: convert the identifier to upper case (notice the capitalization): `I`
[INFO] [stderr] ...
[INFO] [stderr] 975 | construct_uint!(U128, 2);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `i` should have an upper case name
[INFO] [stderr]    --> src/uint.rs:90:8
[INFO] [stderr]     |
[INFO] [stderr] 90  |             for i in 0..$n_words {
[INFO] [stderr]     |                 ^ help: convert the identifier to upper case (notice the capitalization): `I`
[INFO] [stderr] ...
[INFO] [stderr] 975 | construct_uint!(U128, 2);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `i` should have an upper case name
[INFO] [stderr]    --> src/uint.rs:156:8
[INFO] [stderr]     |
[INFO] [stderr] 156 |             for i in 0..$n_words {
[INFO] [stderr]     |                 ^ help: convert the identifier to upper case (notice the capitalization): `I`
[INFO] [stderr] ...
[INFO] [stderr] 975 | construct_uint!(U128, 2);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `j` should have an upper case name
[INFO] [stderr]    --> src/uint.rs:161:10
[INFO] [stderr]     |
[INFO] [stderr] 161 |                     for j in 0..$n_words {
[INFO] [stderr]     |                         ^ help: convert the identifier to upper case: `J`
[INFO] [stderr] ...
[INFO] [stderr] 975 | construct_uint!(U128, 2);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `i` should have an upper case name
[INFO] [stderr]    --> src/uint.rs:204:9
[INFO] [stderr]     |
[INFO] [stderr] 204 |                 for i in 0..$n_words {
[INFO] [stderr]     |                     ^ help: convert the identifier to upper case (notice the capitalization): `I`
[INFO] [stderr] ...
[INFO] [stderr] 975 | construct_uint!(U128, 2);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `i` should have an upper case name
[INFO] [stderr]    --> src/uint.rs:90:8
[INFO] [stderr]     |
[INFO] [stderr] 90  |             for i in 0..$n_words {
[INFO] [stderr]     |                 ^ help: convert the identifier to upper case (notice the capitalization): `I`
[INFO] [stderr] ...
[INFO] [stderr] 976 | construct_uint!(U256, 4);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `i` should have an upper case name
[INFO] [stderr]    --> src/uint.rs:90:8
[INFO] [stderr]     |
[INFO] [stderr] 90  |             for i in 0..$n_words {
[INFO] [stderr]     |                 ^ help: convert the identifier to upper case (notice the capitalization): `I`
[INFO] [stderr] ...
[INFO] [stderr] 976 | construct_uint!(U256, 4);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `i` should have an upper case name
[INFO] [stderr]    --> src/uint.rs:156:8
[INFO] [stderr]     |
[INFO] [stderr] 156 |             for i in 0..$n_words {
[INFO] [stderr]     |                 ^ help: convert the identifier to upper case (notice the capitalization): `I`
[INFO] [stderr] ...
[INFO] [stderr] 976 | construct_uint!(U256, 4);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `j` should have an upper case name
[INFO] [stderr]    --> src/uint.rs:161:10
[INFO] [stderr]     |
[INFO] [stderr] 161 |                     for j in 0..$n_words {
[INFO] [stderr]     |                         ^ help: convert the identifier to upper case: `J`
[INFO] [stderr] ...
[INFO] [stderr] 976 | construct_uint!(U256, 4);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `i` should have an upper case name
[INFO] [stderr]    --> src/uint.rs:204:9
[INFO] [stderr]     |
[INFO] [stderr] 204 |                 for i in 0..$n_words {
[INFO] [stderr]     |                     ^ help: convert the identifier to upper case (notice the capitalization): `I`
[INFO] [stderr] ...
[INFO] [stderr] 976 | construct_uint!(U256, 4);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `i` should have an upper case name
[INFO] [stderr]    --> src/uint.rs:90:8
[INFO] [stderr]     |
[INFO] [stderr] 90  |             for i in 0..$n_words {
[INFO] [stderr]     |                 ^ help: convert the identifier to upper case (notice the capitalization): `I`
[INFO] [stderr] ...
[INFO] [stderr] 977 | construct_uint!(U512, 8);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `i` should have an upper case name
[INFO] [stderr]    --> src/uint.rs:90:8
[INFO] [stderr]     |
[INFO] [stderr] 90  |             for i in 0..$n_words {
[INFO] [stderr]     |                 ^ help: convert the identifier to upper case (notice the capitalization): `I`
[INFO] [stderr] ...
[INFO] [stderr] 977 | construct_uint!(U512, 8);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `i` should have an upper case name
[INFO] [stderr]    --> src/uint.rs:156:8
[INFO] [stderr]     |
[INFO] [stderr] 156 |             for i in 0..$n_words {
[INFO] [stderr]     |                 ^ help: convert the identifier to upper case (notice the capitalization): `I`
[INFO] [stderr] ...
[INFO] [stderr] 977 | construct_uint!(U512, 8);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `j` should have an upper case name
[INFO] [stderr]    --> src/uint.rs:161:10
[INFO] [stderr]     |
[INFO] [stderr] 161 |                     for j in 0..$n_words {
[INFO] [stderr]     |                         ^ help: convert the identifier to upper case: `J`
[INFO] [stderr] ...
[INFO] [stderr] 977 | construct_uint!(U512, 8);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `i` should have an upper case name
[INFO] [stderr]    --> src/uint.rs:204:9
[INFO] [stderr]     |
[INFO] [stderr] 204 |                 for i in 0..$n_words {
[INFO] [stderr]     |                     ^ help: convert the identifier to upper case (notice the capitalization): `I`
[INFO] [stderr] ...
[INFO] [stderr] 977 | construct_uint!(U512, 8);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `i` should have an upper case name
[INFO] [stderr]    --> src/uint.rs:156:8
[INFO] [stderr]     |
[INFO] [stderr] 156 |             for i in 0..$n_words {
[INFO] [stderr]     |                 ^ help: convert the identifier to upper case (notice the capitalization): `I`
[INFO] [stderr] ...
[INFO] [stderr] 984 |         U512(uint_full_mul_reg!(U256, 4, self, other))
[INFO] [stderr]     |              ---------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: constant `j` should have an upper case name
[INFO] [stderr]    --> src/uint.rs:161:10
[INFO] [stderr]     |
[INFO] [stderr] 161 |                     for j in 0..$n_words {
[INFO] [stderr]     |                         ^ help: convert the identifier to upper case: `J`
[INFO] [stderr] ...
[INFO] [stderr] 984 |         U512(uint_full_mul_reg!(U256, 4, self, other))
[INFO] [stderr]     |              ---------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: 18 warnings emitted
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 2.12s
[INFO] running `"docker" "inspect" "caeb614e0a091612628aac7528b4a46f1415d9bf131810cec86a05e14124d231"`
[INFO] running `"docker" "rm" "-f" "caeb614e0a091612628aac7528b4a46f1415d9bf131810cec86a05e14124d231"`
[INFO] [stdout] caeb614e0a091612628aac7528b4a46f1415d9bf131810cec86a05e14124d231