[INFO] fetching crate aint 0.1.0...
[INFO] testing aint-0.1.0 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate aint 0.1.0 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate aint 0.1.0 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate aint 0.1.0
[INFO] finished tweaking crates.io crate aint 0.1.0
[INFO] tweaked toml for crates.io crate aint 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 11 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ee9b5907a56d5b0fef6e93d690a8775c74fe8ef9617052d39e1d559e6287b2ec
[INFO] running `Command { std: "docker" "start" "-a" "ee9b5907a56d5b0fef6e93d690a8775c74fe8ef9617052d39e1d559e6287b2ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ee9b5907a56d5b0fef6e93d690a8775c74fe8ef9617052d39e1d559e6287b2ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee9b5907a56d5b0fef6e93d690a8775c74fe8ef9617052d39e1d559e6287b2ec", kill_on_drop: false }`
[INFO] [stdout] ee9b5907a56d5b0fef6e93d690a8775c74fe8ef9617052d39e1d559e6287b2ec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c0af5aab56bbe222ece6445aec4c66aff57c3ea02b81db028e0ccc7ef9621d83
[INFO] running `Command { std: "docker" "start" "-a" "c0af5aab56bbe222ece6445aec4c66aff57c3ea02b81db028e0ccc7ef9621d83", kill_on_drop: false }`
[INFO] [stderr]    Compiling aint v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `8`
[INFO] [stdout]    --> src/prim.rs:188:11
[INFO] [stdout]     |
[INFO] [stdout] 188 |     #[cfg(target_pointer_width = "8")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/prim.rs:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |     #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `8`
[INFO] [stdout]    --> src/prim.rs:263:11
[INFO] [stdout]     |
[INFO] [stdout] 263 |     #[cfg(target_pointer_width = "8")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/prim.rs:271:11
[INFO] [stdout]     |
[INFO] [stdout] 271 |     #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthNe` is never used
[INFO] [stdout]    --> src/width.rs:203:11
[INFO] [stdout]     |
[INFO] [stdout] 203 | pub trait WidthNe<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthLt` is never used
[INFO] [stdout]    --> src/width.rs:204:11
[INFO] [stdout]     |
[INFO] [stdout] 204 | pub trait WidthLt<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthGt` is never used
[INFO] [stdout]    --> src/width.rs:205:11
[INFO] [stdout]     |
[INFO] [stdout] 205 | pub trait WidthGt<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthLe` is never used
[INFO] [stdout]    --> src/width.rs:206:11
[INFO] [stdout]     |
[INFO] [stdout] 206 | pub trait WidthLe<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthGe` is never used
[INFO] [stdout]    --> src/width.rs:207:11
[INFO] [stdout]     |
[INFO] [stdout] 207 | pub trait WidthGe<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
[INFO] running `Command { std: "docker" "inspect" "c0af5aab56bbe222ece6445aec4c66aff57c3ea02b81db028e0ccc7ef9621d83", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0af5aab56bbe222ece6445aec4c66aff57c3ea02b81db028e0ccc7ef9621d83", kill_on_drop: false }`
[INFO] [stdout] c0af5aab56bbe222ece6445aec4c66aff57c3ea02b81db028e0ccc7ef9621d83
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3a6616448482d34f26ed9eb10e3b60230606d514a45e0851f8393828fb73760d
[INFO] running `Command { std: "docker" "start" "-a" "3a6616448482d34f26ed9eb10e3b60230606d514a45e0851f8393828fb73760d", kill_on_drop: false }`
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stdout] warning: unexpected `cfg` condition value: `8`
[INFO] [stdout]    --> src/prim.rs:188:11
[INFO] [stdout]     |
[INFO] [stdout] 188 |     #[cfg(target_pointer_width = "8")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/prim.rs:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |     #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `8`
[INFO] [stdout]    --> src/prim.rs:263:11
[INFO] [stdout]     |
[INFO] [stdout] 263 |     #[cfg(target_pointer_width = "8")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/prim.rs:271:11
[INFO] [stdout]     |
[INFO] [stdout] 271 |     #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthNe` is never used
[INFO] [stdout]    --> src/width.rs:203:11
[INFO] [stdout]     |
[INFO] [stdout] 203 | pub trait WidthNe<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthLt` is never used
[INFO] [stdout]    --> src/width.rs:204:11
[INFO] [stdout]     |
[INFO] [stdout] 204 | pub trait WidthLt<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthGt` is never used
[INFO] [stdout]    --> src/width.rs:205:11
[INFO] [stdout]     |
[INFO] [stdout] 205 | pub trait WidthGt<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthLe` is never used
[INFO] [stdout]    --> src/width.rs:206:11
[INFO] [stdout]     |
[INFO] [stdout] 206 | pub trait WidthLe<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthGe` is never used
[INFO] [stdout]    --> src/width.rs:207:11
[INFO] [stdout]     |
[INFO] [stdout] 207 | pub trait WidthGe<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling aint v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `8`
[INFO] [stdout]    --> src/prim.rs:188:11
[INFO] [stdout]     |
[INFO] [stdout] 188 |     #[cfg(target_pointer_width = "8")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/prim.rs:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 |     #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `8`
[INFO] [stdout]    --> src/prim.rs:263:11
[INFO] [stdout]     |
[INFO] [stdout] 263 |     #[cfg(target_pointer_width = "8")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/prim.rs:271:11
[INFO] [stdout]     |
[INFO] [stdout] 271 |     #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthNe` is never used
[INFO] [stdout]    --> src/width.rs:203:11
[INFO] [stdout]     |
[INFO] [stdout] 203 | pub trait WidthNe<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthLt` is never used
[INFO] [stdout]    --> src/width.rs:204:11
[INFO] [stdout]     |
[INFO] [stdout] 204 | pub trait WidthLt<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthGt` is never used
[INFO] [stdout]    --> src/width.rs:205:11
[INFO] [stdout]     |
[INFO] [stdout] 205 | pub trait WidthGt<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthLe` is never used
[INFO] [stdout]    --> src/width.rs:206:11
[INFO] [stdout]     |
[INFO] [stdout] 206 | pub trait WidthLe<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `WidthGe` is never used
[INFO] [stdout]    --> src/width.rs:207:11
[INFO] [stdout]     |
[INFO] [stdout] 207 | pub trait WidthGe<Rhs: Width>: Width {}
[INFO] [stdout]     |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.43s
[INFO] running `Command { std: "docker" "inspect" "3a6616448482d34f26ed9eb10e3b60230606d514a45e0851f8393828fb73760d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a6616448482d34f26ed9eb10e3b60230606d514a45e0851f8393828fb73760d", kill_on_drop: false }`
[INFO] [stdout] 3a6616448482d34f26ed9eb10e3b60230606d514a45e0851f8393828fb73760d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e036d5fa21a841875ee6fdded300926a3e7d58b859d61fce982f1881e9a32373
[INFO] running `Command { std: "docker" "start" "-a" "e036d5fa21a841875ee6fdded300926a3e7d58b859d61fce982f1881e9a32373", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `8`
[INFO] [stderr]    --> src/prim.rs:188:11
[INFO] [stderr]     |
[INFO] [stderr] 188 |     #[cfg(target_pointer_width = "8")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/prim.rs:196:11
[INFO] [stderr]     |
[INFO] [stderr] 196 |     #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `8`
[INFO] [stderr]    --> src/prim.rs:263:11
[INFO] [stderr]     |
[INFO] [stderr] 263 |     #[cfg(target_pointer_width = "8")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/prim.rs:271:11
[INFO] [stderr]     |
[INFO] [stderr] 271 |     #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: trait `WidthNe` is never used
[INFO] [stderr]    --> src/width.rs:203:11
[INFO] [stderr]     |
[INFO] [stderr] 203 | pub trait WidthNe<Rhs: Width>: Width {}
[INFO] [stderr]     |           ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait `WidthLt` is never used
[INFO] [stderr]    --> src/width.rs:204:11
[INFO] [stderr]     |
[INFO] [stderr] 204 | pub trait WidthLt<Rhs: Width>: Width {}
[INFO] [stderr]     |           ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `WidthGt` is never used
[INFO] [stderr]    --> src/width.rs:205:11
[INFO] [stderr]     |
[INFO] [stderr] 205 | pub trait WidthGt<Rhs: Width>: Width {}
[INFO] [stderr]     |           ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `WidthLe` is never used
[INFO] [stderr]    --> src/width.rs:206:11
[INFO] [stderr]     |
[INFO] [stderr] 206 | pub trait WidthLe<Rhs: Width>: Width {}
[INFO] [stderr]     |           ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `WidthGe` is never used
[INFO] [stderr]    --> src/width.rs:207:11
[INFO] [stderr]     |
[INFO] [stderr] 207 | pub trait WidthGe<Rhs: Width>: Width {}
[INFO] [stderr]     |           ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `aint` (lib) generated 9 warnings
[INFO] [stderr] warning: `aint` (lib test) generated 9 warnings (9 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aint-e7bcb2f2f9575fbb)
[INFO] [stdout] 
[INFO] [stdout] running 984 tests
[INFO] [stdout] test test::i100_consts ... ok
[INFO] [stdout] test test::i101_new_saturating ... ok
[INFO] [stdout] test test::i101_new_wrapping ... ok
[INFO] [stdout] test test::i102_new ... ok
[INFO] [stdout] test test::i101_new ... ok
[INFO] [stdout] test test::i101_consts ... ok
[INFO] [stdout] test test::i102_new_saturating ... ok
[INFO] [stdout] test test::i100_new_wrapping ... ok
[INFO] [stdout] test test::i102_consts ... ok
[INFO] [stdout] test test::i100_new ... ok
[INFO] [stdout] test test::i100_new_saturating ... ok
[INFO] [stdout] test test::i104_consts ... ok
[INFO] [stdout] test test::i104_new ... ok
[INFO] [stdout] test test::i104_new_saturating ... ok
[INFO] [stdout] test test::i104_new_wrapping ... ok
[INFO] [stdout] test test::i102_new_wrapping ... ok
[INFO] [stdout] test test::i103_consts ... ok
[INFO] [stdout] test test::i103_new_saturating ... ok
[INFO] [stdout] test test::i103_new ... ok
[INFO] [stdout] test test::i103_new_wrapping ... ok
[INFO] [stdout] test test::i105_new_saturating ... ok
[INFO] [stdout] test test::i105_new ... ok
[INFO] [stdout] test test::i105_new_wrapping ... ok
[INFO] [stdout] test test::i105_consts ... ok
[INFO] [stdout] test test::i106_consts ... ok
[INFO] [stdout] test test::i106_new_saturating ... ok
[INFO] [stdout] test test::i106_new ... ok
[INFO] [stdout] test test::i106_new_wrapping ... ok
[INFO] [stdout] test test::i108_new ... ok
[INFO] [stdout] test test::i108_new_saturating ... ok
[INFO] [stdout] test test::i107_new_wrapping ... ok
[INFO] [stdout] test test::i107_new_saturating ... ok
[INFO] [stdout] test test::i108_new_wrapping ... ok
[INFO] [stdout] test test::i107_new ... ok
[INFO] [stdout] test test::i109_consts ... ok
[INFO] [stdout] test test::i109_new ... ok
[INFO] [stdout] test test::i107_consts ... ok
[INFO] [stdout] test test::i109_new_wrapping ... ok
[INFO] [stdout] test test::i109_new_saturating ... ok
[INFO] [stdout] test test::i108_consts ... ok
[INFO] [stdout] test test::i10_new_wrapping ... ok
[INFO] [stdout] test test::i10_consts ... ok
[INFO] [stdout] test test::i110_new_wrapping ... ok
[INFO] [stdout] test test::i110_new ... ok
[INFO] [stdout] test test::i111_consts ... ok
[INFO] [stdout] test test::i110_consts ... ok
[INFO] [stdout] test test::i110_new_saturating ... ok
[INFO] [stdout] test test::i111_new ... ok
[INFO] [stdout] test test::i112_new ... ok
[INFO] [stdout] test test::i112_new_wrapping ... ok
[INFO] [stdout] test test::i113_new ... ok
[INFO] [stdout] test test::i10_new_saturating ... ok
[INFO] [stdout] test test::i10_new ... ok
[INFO] [stdout] test test::i112_new_saturating ... ok
[INFO] [stdout] test test::i111_new_saturating ... ok
[INFO] [stdout] test test::i113_consts ... ok
[INFO] [stdout] test test::i112_consts ... ok
[INFO] [stdout] test test::i113_new_saturating ... ok
[INFO] [stdout] test test::i113_new_wrapping ... ok
[INFO] [stdout] test test::i114_new_wrapping ... ok
[INFO] [stdout] test test::i111_new_wrapping ... ok
[INFO] [stdout] test test::i114_consts ... ok
[INFO] [stdout] test test::i114_new ... ok
[INFO] [stdout] test test::i114_new_saturating ... ok
[INFO] [stdout] test test::i115_consts ... ok
[INFO] [stdout] test test::i115_new ... ok
[INFO] [stdout] test test::i116_new ... ok
[INFO] [stdout] test test::i115_new_wrapping ... ok
[INFO] [stdout] test test::i116_new_wrapping ... ok
[INFO] [stdout] test test::i115_new_saturating ... ok
[INFO] [stdout] test test::i116_consts ... ok
[INFO] [stdout] test test::i116_new_saturating ... ok
[INFO] [stdout] test test::i117_consts ... ok
[INFO] [stdout] test test::i117_new_saturating ... ok
[INFO] [stdout] test test::i118_consts ... ok
[INFO] [stdout] test test::i117_new_wrapping ... ok
[INFO] [stdout] test test::i117_new ... ok
[INFO] [stdout] test test::i118_new ... ok
[INFO] [stdout] test test::i119_new ... ok
[INFO] [stdout] test test::i119_new_wrapping ... ok
[INFO] [stdout] test test::i11_consts ... ok
[INFO] [stdout] test test::i118_new_wrapping ... ok
[INFO] [stdout] test test::i119_consts ... ok
[INFO] [stdout] test test::i119_new_saturating ... ok
[INFO] [stdout] test test::i120_new ... ok
[INFO] [stdout] test test::i120_new_saturating ... ok
[INFO] [stdout] test test::i118_new_saturating ... ok
[INFO] [stdout] test test::i11_new_wrapping ... ok
[INFO] [stdout] test test::i120_new_wrapping ... ok
[INFO] [stdout] test test::i121_consts ... ok
[INFO] [stdout] test test::i11_new_saturating ... ok
[INFO] [stdout] test test::i11_new ... ok
[INFO] [stdout] test test::i121_new_saturating ... ok
[INFO] [stdout] test test::i121_new_wrapping ... ok
[INFO] [stdout] test test::i122_consts ... ok
[INFO] [stdout] test test::i122_new_saturating ... ok
[INFO] [stdout] test test::i120_consts ... ok
[INFO] [stdout] test test::i121_new ... ok
[INFO] [stdout] test test::i123_new ... ok
[INFO] [stdout] test test::i124_consts ... ok
[INFO] [stdout] test test::i123_new_saturating ... ok
[INFO] [stdout] test test::i123_consts ... ok
[INFO] [stdout] test test::i123_new_wrapping ... ok
[INFO] [stdout] test test::i124_new ... ok
[INFO] [stdout] test test::i122_new ... ok
[INFO] [stdout] test test::i122_new_wrapping ... ok
[INFO] [stdout] test test::i124_new_wrapping ... ok
[INFO] [stdout] test test::i125_consts ... ok
[INFO] [stdout] test test::i125_new_saturating ... ok
[INFO] [stdout] test test::i124_new_saturating ... ok
[INFO] [stdout] test test::i126_new ... ok
[INFO] [stdout] test test::i125_new_wrapping ... ok
[INFO] [stdout] test test::i126_new_saturating ... ok
[INFO] [stdout] test test::i127_consts ... ok
[INFO] [stdout] test test::i125_new ... ok
[INFO] [stdout] test test::i126_consts ... ok
[INFO] [stdout] test test::i127_new ... ok
[INFO] [stdout] test test::i126_new_wrapping ... ok
[INFO] [stdout] test test::i12_consts ... ok
[INFO] [stdout] test test::i12_new ... ok
[INFO] [stdout] test test::i127_new_saturating ... ok
[INFO] [stdout] test test::i127_new_wrapping ... ok
[INFO] [stdout] test test::i12_new_saturating ... ok
[INFO] [stdout] test test::i12_new_wrapping ... ok
[INFO] [stdout] test test::i13_new_saturating ... ok
[INFO] [stdout] test test::i14_consts ... ok
[INFO] [stdout] test test::i14_new ... ok
[INFO] [stdout] test test::i14_new_saturating ... ok
[INFO] [stdout] test test::i15_consts ... ok
[INFO] [stdout] test test::i15_new_saturating ... ok
[INFO] [stdout] test test::i13_new_wrapping ... ok
[INFO] [stdout] test test::i15_new ... ok
[INFO] [stdout] test test::i13_consts ... ok
[INFO] [stdout] test test::i13_new ... ok
[INFO] [stdout] test test::i14_new_wrapping ... ok
[INFO] [stdout] test test::i17_new ... ok
[INFO] [stdout] test test::i17_new_saturating ... ok
[INFO] [stdout] test test::i18_new_saturating ... ok
[INFO] [stdout] test test::i19_new ... ok
[INFO] [stdout] test test::i17_consts ... ok
[INFO] [stdout] test test::i17_new_wrapping ... ok
[INFO] [stdout] test test::i15_new_wrapping ... ok
[INFO] [stdout] test test::i18_consts ... ok
[INFO] [stdout] test test::i18_new_wrapping ... ok
[INFO] [stdout] test test::i18_new ... ok
[INFO] [stdout] test test::i19_consts ... ok
[INFO] [stdout] test test::i19_new_wrapping ... ok
[INFO] [stdout] test test::i1_consts ... ok
[INFO] [stdout] test test::i19_new_saturating ... ok
[INFO] [stdout] test test::i20_consts ... ok
[INFO] [stdout] test test::i1_new_saturating ... ok
[INFO] [stdout] test test::i1_new_wrapping ... ok
[INFO] [stdout] test test::i1_new ... ok
[INFO] [stdout] test test::i20_new ... ok
[INFO] [stdout] test test::i20_new_saturating ... ok
[INFO] [stdout] test test::i21_new ... ok
[INFO] [stdout] test test::i21_new_saturating ... ok
[INFO] [stdout] test test::i21_new_wrapping ... ok
[INFO] [stdout] test test::i22_new ... ok
[INFO] [stdout] test test::i22_new_saturating ... ok
[INFO] [stdout] test test::i22_new_wrapping ... ok
[INFO] [stdout] test test::i23_consts ... ok
[INFO] [stdout] test test::i23_new ... ok
[INFO] [stdout] test test::i23_new_saturating ... ok
[INFO] [stdout] test test::i23_new_wrapping ... ok
[INFO] [stdout] test test::i24_consts ... ok
[INFO] [stdout] test test::i24_new ... ok
[INFO] [stdout] test test::i24_new_saturating ... ok
[INFO] [stdout] test test::i24_new_wrapping ... ok
[INFO] [stdout] test test::i22_consts ... ok
[INFO] [stdout] test test::i25_new ... ok
[INFO] [stdout] test test::i25_consts ... ok
[INFO] [stdout] test test::i26_new ... ok
[INFO] [stdout] test test::i21_consts ... ok
[INFO] [stdout] test test::i25_new_saturating ... ok
[INFO] [stdout] test test::i27_new ... ok
[INFO] [stdout] test test::i20_new_wrapping ... ok
[INFO] [stdout] test test::i27_consts ... ok
[INFO] [stdout] test test::i27_new_wrapping ... ok
[INFO] [stdout] test test::i26_new_wrapping ... ok
[INFO] [stdout] test test::i25_new_wrapping ... ok
[INFO] [stdout] test test::i28_consts ... ok
[INFO] [stdout] test test::i26_consts ... ok
[INFO] [stdout] test test::i26_new_saturating ... ok
[INFO] [stdout] test test::i28_new_saturating ... ok
[INFO] [stdout] test test::i28_new_wrapping ... ok
[INFO] [stdout] test test::i28_new ... ok
[INFO] [stdout] test test::i29_new_wrapping ... ok
[INFO] [stdout] test test::i2_consts ... ok
[INFO] [stdout] test test::i29_consts ... ok
[INFO] [stdout] test test::i2_new_wrapping ... ok
[INFO] [stdout] test test::i27_new_saturating ... ok
[INFO] [stdout] test test::i29_new ... ok
[INFO] [stdout] test test::i29_new_saturating ... ok
[INFO] [stdout] test test::i2_new ... ok
[INFO] [stdout] test test::i30_new ... ok
[INFO] [stdout] test test::i30_consts ... ok
[INFO] [stdout] test test::i31_consts ... ok
[INFO] [stdout] test test::i30_new_wrapping ... ok
[INFO] [stdout] test test::i31_new_wrapping ... ok
[INFO] [stdout] test test::i33_new ... ok
[INFO] [stdout] test test::i31_new ... ok
[INFO] [stdout] test test::i31_new_saturating ... ok
[INFO] [stdout] test test::i2_new_saturating ... ok
[INFO] [stdout] test test::i30_new_saturating ... ok
[INFO] [stdout] test test::i33_consts ... ok
[INFO] [stdout] test test::i34_consts ... ok
[INFO] [stdout] test test::i33_new_saturating ... ok
[INFO] [stdout] test test::i33_new_wrapping ... ok
[INFO] [stdout] test test::i34_new ... ok
[INFO] [stdout] test test::i34_new_saturating ... ok
[INFO] [stdout] test test::i35_new_saturating ... ok
[INFO] [stdout] test test::i35_new_wrapping ... ok
[INFO] [stdout] test test::i34_new_wrapping ... ok
[INFO] [stdout] test test::i36_new ... ok
[INFO] [stdout] test test::i36_consts ... ok
[INFO] [stdout] test test::i35_consts ... ok
[INFO] [stdout] test test::i35_new ... ok
[INFO] [stdout] test test::i36_new_wrapping ... ok
[INFO] [stdout] test test::i37_new_saturating ... ok
[INFO] [stdout] test test::i37_new_wrapping ... ok
[INFO] [stdout] test test::i37_new ... ok
[INFO] [stdout] test test::i37_consts ... ok
[INFO] [stdout] test test::i39_new_saturating ... ok
[INFO] [stdout] test test::i36_new_saturating ... ok
[INFO] [stdout] test test::i38_new_saturating ... ok
[INFO] [stdout] test test::i38_new_wrapping ... ok
[INFO] [stdout] test test::i39_consts ... ok
[INFO] [stdout] test test::i39_new_wrapping ... ok
[INFO] [stdout] test test::i39_new ... ok
[INFO] [stdout] test test::i3_consts ... ok
[INFO] [stdout] test test::i38_consts ... ok
[INFO] [stdout] test test::i3_new ... ok
[INFO] [stdout] test test::i3_new_saturating ... ok
[INFO] [stdout] test test::i38_new ... ok
[INFO] [stdout] test test::i3_new_wrapping ... ok
[INFO] [stdout] test test::i40_new_saturating ... ok
[INFO] [stdout] test test::i41_new_wrapping ... ok
[INFO] [stdout] test test::i42_new ... ok
[INFO] [stdout] test test::i42_new_saturating ... ok
[INFO] [stdout] test test::i41_new ... ok
[INFO] [stdout] test test::i42_consts ... ok
[INFO] [stdout] test test::i40_consts ... ok
[INFO] [stdout] test test::i41_new_saturating ... ok
[INFO] [stdout] test test::i40_new_wrapping ... ok
[INFO] [stdout] test test::i41_consts ... ok
[INFO] [stdout] test test::i43_new_saturating ... ok
[INFO] [stdout] test test::i40_new ... ok
[INFO] [stdout] test test::i42_new_wrapping ... ok
[INFO] [stdout] test test::i44_consts ... ok
[INFO] [stdout] test test::i43_consts ... ok
[INFO] [stdout] test test::i45_new_saturating ... ok
[INFO] [stdout] test test::i44_new_wrapping ... ok
[INFO] [stdout] test test::i43_new_wrapping ... ok
[INFO] [stdout] test test::i44_new ... ok
[INFO] [stdout] test test::i45_new ... ok
[INFO] [stdout] test test::i44_new_saturating ... ok
[INFO] [stdout] test test::i45_new_wrapping ... ok
[INFO] [stdout] test test::i45_consts ... ok
[INFO] [stdout] test test::i46_new_saturating ... ok
[INFO] [stdout] test test::i46_new_wrapping ... ok
[INFO] [stdout] test test::i46_consts ... ok
[INFO] [stdout] test test::i46_new ... ok
[INFO] [stdout] test test::i47_new ... ok
[INFO] [stdout] test test::i47_consts ... ok
[INFO] [stdout] test test::i47_new_saturating ... ok
[INFO] [stdout] test test::i47_new_wrapping ... ok
[INFO] [stdout] test test::i48_consts ... ok
[INFO] [stdout] test test::i49_new ... ok
[INFO] [stdout] test test::i49_new_saturating ... ok
[INFO] [stdout] test test::i48_new_saturating ... ok
[INFO] [stdout] test test::i49_consts ... ok
[INFO] [stdout] test test::i4_consts ... ok
[INFO] [stdout] test test::i4_new ... ok
[INFO] [stdout] test test::i4_new_saturating ... ok
[INFO] [stdout] test test::i4_new_wrapping ... ok
[INFO] [stdout] test test::i50_consts ... ok
[INFO] [stdout] test test::i50_new ... ok
[INFO] [stdout] test test::i50_new_saturating ... ok
[INFO] [stdout] test test::i50_new_wrapping ... ok
[INFO] [stdout] test test::i51_consts ... ok
[INFO] [stdout] test test::i51_new ... ok
[INFO] [stdout] test test::i51_new_saturating ... ok
[INFO] [stdout] test test::i43_new ... ok
[INFO] [stdout] test test::i51_new_wrapping ... ok
[INFO] [stdout] test test::i52_new ... ok
[INFO] [stdout] test test::i52_new_saturating ... ok
[INFO] [stdout] test test::i52_new_wrapping ... ok
[INFO] [stdout] test test::i53_consts ... ok
[INFO] [stdout] test test::i53_new ... ok
[INFO] [stdout] test test::i53_new_saturating ... ok
[INFO] [stdout] test test::i48_new ... ok
[INFO] [stdout] test test::i48_new_wrapping ... ok
[INFO] [stdout] test test::i49_new_wrapping ... ok
[INFO] [stdout] test test::i53_new_wrapping ... ok
[INFO] [stdout] test test::i54_consts ... ok
[INFO] [stdout] test test::i54_new ... ok
[INFO] [stdout] test test::i54_new_saturating ... ok
[INFO] [stdout] test test::i54_new_wrapping ... ok
[INFO] [stdout] test test::i55_consts ... ok
[INFO] [stdout] test test::i55_new ... ok
[INFO] [stdout] test test::i55_new_saturating ... ok
[INFO] [stdout] test test::i55_new_wrapping ... ok
[INFO] [stdout] test test::i56_consts ... ok
[INFO] [stdout] test test::i56_new ... ok
[INFO] [stdout] test test::i56_new_saturating ... ok
[INFO] [stdout] test test::i56_new_wrapping ... ok
[INFO] [stdout] test test::i57_consts ... ok
[INFO] [stdout] test test::i57_new ... ok
[INFO] [stdout] test test::i57_new_saturating ... ok
[INFO] [stdout] test test::i57_new_wrapping ... ok
[INFO] [stdout] test test::i58_consts ... ok
[INFO] [stdout] test test::i58_new ... ok
[INFO] [stdout] test test::i58_new_saturating ... ok
[INFO] [stdout] test test::i58_new_wrapping ... ok
[INFO] [stdout] test test::i59_consts ... ok
[INFO] [stdout] test test::i59_new ... ok
[INFO] [stdout] test test::i59_new_wrapping ... ok
[INFO] [stdout] test test::i5_consts ... ok
[INFO] [stdout] test test::i5_new ... ok
[INFO] [stdout] test test::i5_new_saturating ... ok
[INFO] [stdout] test test::i5_new_wrapping ... ok
[INFO] [stdout] test test::i60_consts ... ok
[INFO] [stdout] test test::i60_new ... ok
[INFO] [stdout] test test::i60_new_saturating ... ok
[INFO] [stdout] test test::i60_new_wrapping ... ok
[INFO] [stdout] test test::i61_consts ... ok
[INFO] [stdout] test test::i61_new ... ok
[INFO] [stdout] test test::i61_new_saturating ... ok
[INFO] [stdout] test test::i61_new_wrapping ... ok
[INFO] [stdout] test test::i62_consts ... ok
[INFO] [stdout] test test::i62_new ... ok
[INFO] [stdout] test test::i62_new_saturating ... ok
[INFO] [stdout] test test::i62_new_wrapping ... ok
[INFO] [stdout] test test::i63_consts ... ok
[INFO] [stdout] test test::i63_new ... ok
[INFO] [stdout] test test::i63_new_saturating ... ok
[INFO] [stdout] test test::i63_new_wrapping ... ok
[INFO] [stdout] test test::i65_consts ... ok
[INFO] [stdout] test test::i59_new_saturating ... ok
[INFO] [stdout] test test::i65_new ... ok
[INFO] [stdout] test test::i65_new_saturating ... ok
[INFO] [stdout] test test::i65_new_wrapping ... ok
[INFO] [stdout] test test::i66_consts ... ok
[INFO] [stdout] test test::i66_new ... ok
[INFO] [stdout] test test::i66_new_saturating ... ok
[INFO] [stdout] test test::i66_new_wrapping ... ok
[INFO] [stdout] test test::i67_consts ... ok
[INFO] [stdout] test test::i67_new ... ok
[INFO] [stdout] test test::i67_new_saturating ... ok
[INFO] [stdout] test test::i67_new_wrapping ... ok
[INFO] [stdout] test test::i68_new ... ok
[INFO] [stdout] test test::i68_new_saturating ... ok
[INFO] [stdout] test test::i68_new_wrapping ... ok
[INFO] [stdout] test test::i69_consts ... ok
[INFO] [stdout] test test::i69_new ... ok
[INFO] [stdout] test test::i69_new_saturating ... ok
[INFO] [stdout] test test::i69_new_wrapping ... ok
[INFO] [stdout] test test::i6_consts ... ok
[INFO] [stdout] test test::i6_new ... ok
[INFO] [stdout] test test::i6_new_saturating ... ok
[INFO] [stdout] test test::i68_consts ... ok
[INFO] [stdout] test test::i6_new_wrapping ... ok
[INFO] [stdout] test test::i70_new ... ok
[INFO] [stdout] test test::i70_new_saturating ... ok
[INFO] [stdout] test test::i70_new_wrapping ... ok
[INFO] [stdout] test test::i71_consts ... ok
[INFO] [stdout] test test::i71_new ... ok
[INFO] [stdout] test test::i71_new_saturating ... ok
[INFO] [stdout] test test::i71_new_wrapping ... ok
[INFO] [stdout] test test::i72_consts ... ok
[INFO] [stdout] test test::i72_new ... ok
[INFO] [stdout] test test::i70_consts ... ok
[INFO] [stdout] test test::i72_new_saturating ... ok
[INFO] [stdout] test test::i73_consts ... ok
[INFO] [stdout] test test::i73_new ... ok
[INFO] [stdout] test test::i73_new_saturating ... ok
[INFO] [stdout] test test::i73_new_wrapping ... ok
[INFO] [stdout] test test::i74_consts ... ok
[INFO] [stdout] test test::i74_new ... ok
[INFO] [stdout] test test::i74_new_saturating ... ok
[INFO] [stdout] test test::i74_new_wrapping ... ok
[INFO] [stdout] test test::i75_consts ... ok
[INFO] [stdout] test test::i75_new ... ok
[INFO] [stdout] test test::i75_new_saturating ... ok
[INFO] [stdout] test test::i72_new_wrapping ... ok
[INFO] [stdout] test test::i75_new_wrapping ... ok
[INFO] [stdout] test test::i76_consts ... ok
[INFO] [stdout] test test::i76_new ... ok
[INFO] [stdout] test test::i76_new_saturating ... ok
[INFO] [stdout] test test::i52_consts ... ok
[INFO] [stdout] test test::i77_consts ... ok
[INFO] [stdout] test test::i76_new_wrapping ... ok
[INFO] [stdout] test test::i77_new_saturating ... ok
[INFO] [stdout] test test::i77_new_wrapping ... ok
[INFO] [stdout] test test::i78_consts ... ok
[INFO] [stdout] test test::i78_new ... ok
[INFO] [stdout] test test::i78_new_saturating ... ok
[INFO] [stdout] test test::i77_new ... ok
[INFO] [stdout] test test::i78_new_wrapping ... ok
[INFO] [stdout] test test::i79_consts ... ok
[INFO] [stdout] test test::i79_new ... ok
[INFO] [stdout] test test::i79_new_saturating ... ok
[INFO] [stdout] test test::i79_new_wrapping ... ok
[INFO] [stdout] test test::i7_consts ... ok
[INFO] [stdout] test test::i7_new ... ok
[INFO] [stdout] test test::i7_new_saturating ... ok
[INFO] [stdout] test test::i7_new_wrapping ... ok
[INFO] [stdout] test test::i80_consts ... ok
[INFO] [stdout] test test::i80_new ... ok
[INFO] [stdout] test test::i80_new_saturating ... ok
[INFO] [stdout] test test::i80_new_wrapping ... ok
[INFO] [stdout] test test::i81_consts ... ok
[INFO] [stdout] test test::i81_new ... ok
[INFO] [stdout] test test::i81_new_wrapping ... ok
[INFO] [stdout] test test::i82_consts ... ok
[INFO] [stdout] test test::i82_new ... ok
[INFO] [stdout] test test::i82_new_saturating ... ok
[INFO] [stdout] test test::i82_new_wrapping ... ok
[INFO] [stdout] test test::i83_consts ... ok
[INFO] [stdout] test test::i83_new ... ok
[INFO] [stdout] test test::i83_new_saturating ... ok
[INFO] [stdout] test test::i83_new_wrapping ... ok
[INFO] [stdout] test test::i84_consts ... ok
[INFO] [stdout] test test::i84_new ... ok
[INFO] [stdout] test test::i84_new_saturating ... ok
[INFO] [stdout] test test::i84_new_wrapping ... ok
[INFO] [stdout] test test::i81_new_saturating ... ok
[INFO] [stdout] test test::i85_consts ... ok
[INFO] [stdout] test test::i85_new_saturating ... ok
[INFO] [stdout] test test::i85_new_wrapping ... ok
[INFO] [stdout] test test::i86_consts ... ok
[INFO] [stdout] test test::i86_new ... ok
[INFO] [stdout] test test::i86_new_saturating ... ok
[INFO] [stdout] test test::i86_new_wrapping ... ok
[INFO] [stdout] test test::i87_consts ... ok
[INFO] [stdout] test test::i87_new ... ok
[INFO] [stdout] test test::i87_new_saturating ... ok
[INFO] [stdout] test test::i87_new_wrapping ... ok
[INFO] [stdout] test test::i88_consts ... ok
[INFO] [stdout] test test::i85_new ... ok
[INFO] [stdout] test test::i88_new ... ok
[INFO] [stdout] test test::i88_new_wrapping ... ok
[INFO] [stdout] test test::i89_consts ... ok
[INFO] [stdout] test test::i89_new ... ok
[INFO] [stdout] test test::i89_new_saturating ... ok
[INFO] [stdout] test test::i89_new_wrapping ... ok
[INFO] [stdout] test test::i90_consts ... ok
[INFO] [stdout] test test::i90_new ... ok
[INFO] [stdout] test test::i90_new_saturating ... ok
[INFO] [stdout] test test::i90_new_wrapping ... ok
[INFO] [stdout] test test::i91_consts ... ok
[INFO] [stdout] test test::i91_new ... ok
[INFO] [stdout] test test::i91_new_saturating ... ok
[INFO] [stdout] test test::i88_new_saturating ... ok
[INFO] [stdout] test test::i92_consts ... ok
[INFO] [stdout] test test::i92_new ... ok
[INFO] [stdout] test test::i92_new_saturating ... ok
[INFO] [stdout] test test::i92_new_wrapping ... ok
[INFO] [stdout] test test::i91_new_wrapping ... ok
[INFO] [stdout] test test::i93_consts ... ok
[INFO] [stdout] test test::i93_new ... ok
[INFO] [stdout] test test::i93_new_wrapping ... ok
[INFO] [stdout] test test::i94_consts ... ok
[INFO] [stdout] test test::i94_new ... ok
[INFO] [stdout] test test::i94_new_saturating ... ok
[INFO] [stdout] test test::i93_new_saturating ... ok
[INFO] [stdout] test test::i95_consts ... ok
[INFO] [stdout] test test::i95_new ... ok
[INFO] [stdout] test test::i95_new_saturating ... ok
[INFO] [stdout] test test::i95_new_wrapping ... ok
[INFO] [stdout] test test::i96_consts ... ok
[INFO] [stdout] test test::i96_new ... ok
[INFO] [stdout] test test::i96_new_saturating ... ok
[INFO] [stdout] test test::i96_new_wrapping ... ok
[INFO] [stdout] test test::i97_consts ... ok
[INFO] [stdout] test test::i94_new_wrapping ... ok
[INFO] [stdout] test test::i97_new ... ok
[INFO] [stdout] test test::i97_new_wrapping ... ok
[INFO] [stdout] test test::i98_consts ... ok
[INFO] [stdout] test test::i98_new ... ok
[INFO] [stdout] test test::i98_new_saturating ... ok
[INFO] [stdout] test test::i98_new_wrapping ... ok
[INFO] [stdout] test test::i99_consts ... ok
[INFO] [stdout] test test::i99_new ... ok
[INFO] [stdout] test test::i99_new_saturating ... ok
[INFO] [stdout] test test::i99_new_wrapping ... ok
[INFO] [stdout] test test::i9_consts ... ok
[INFO] [stdout] test test::i97_new_saturating ... ok
[INFO] [stdout] test test::i9_new ... ok
[INFO] [stdout] test test::i9_new_saturating ... ok
[INFO] [stdout] test test::i9_new_wrapping ... ok
[INFO] [stdout] test test::u100_new ... ok
[INFO] [stdout] test test::u100_new_saturating ... ok
[INFO] [stdout] test test::u100_new_wrapping ... ok
[INFO] [stdout] test test::u101_consts ... ok
[INFO] [stdout] test test::u101_new ... ok
[INFO] [stdout] test test::u101_new_saturating ... ok
[INFO] [stdout] test test::u101_new_wrapping ... ok
[INFO] [stdout] test test::u100_consts ... ok
[INFO] [stdout] test test::u102_new ... ok
[INFO] [stdout] test test::u102_new_saturating ... ok
[INFO] [stdout] test test::u102_new_wrapping ... ok
[INFO] [stdout] test test::u103_consts ... ok
[INFO] [stdout] test test::u103_new ... ok
[INFO] [stdout] test test::u103_new_saturating ... ok
[INFO] [stdout] test test::u103_new_wrapping ... ok
[INFO] [stdout] test test::u104_consts ... ok
[INFO] [stdout] test test::u104_new ... ok
[INFO] [stdout] test test::u104_new_saturating ... ok
[INFO] [stdout] test test::u104_new_wrapping ... ok
[INFO] [stdout] test test::u102_consts ... ok
[INFO] [stdout] test test::u105_consts ... ok
[INFO] [stdout] test test::u105_new ... ok
[INFO] [stdout] test test::u105_new_saturating ... ok
[INFO] [stdout] test test::u105_new_wrapping ... ok
[INFO] [stdout] test test::u106_consts ... ok
[INFO] [stdout] test test::u106_new ... ok
[INFO] [stdout] test test::u106_new_saturating ... ok
[INFO] [stdout] test test::u107_consts ... ok
[INFO] [stdout] test test::u106_new_wrapping ... ok
[INFO] [stdout] test test::u107_new ... ok
[INFO] [stdout] test test::u108_consts ... ok
[INFO] [stdout] test test::u108_new ... ok
[INFO] [stdout] test test::u107_new_saturating ... ok
[INFO] [stdout] test test::u108_new_saturating ... ok
[INFO] [stdout] test test::u108_new_wrapping ... ok
[INFO] [stdout] test test::u109_consts ... ok
[INFO] [stdout] test test::u10_consts ... ok
[INFO] [stdout] test test::u10_new ... ok
[INFO] [stdout] test test::u10_new_saturating ... ok
[INFO] [stdout] test test::u10_new_wrapping ... ok
[INFO] [stdout] test test::u110_consts ... ok
[INFO] [stdout] test test::u110_new_saturating ... ok
[INFO] [stdout] test test::u110_new_wrapping ... ok
[INFO] [stdout] test test::u111_consts ... ok
[INFO] [stdout] test test::u110_new ... ok
[INFO] [stdout] test test::u112_consts ... ok
[INFO] [stdout] test test::u109_new ... ok
[INFO] [stdout] test test::u109_new_saturating ... ok
[INFO] [stdout] test test::u109_new_wrapping ... ok
[INFO] [stdout] test test::u107_new_wrapping ... ok
[INFO] [stdout] test test::u112_new ... ok
[INFO] [stdout] test test::u111_new ... ok
[INFO] [stdout] test test::u111_new_wrapping ... ok
[INFO] [stdout] test test::u112_new_wrapping ... ok
[INFO] [stdout] test test::u111_new_saturating ... ok
[INFO] [stdout] test test::u114_new ... ok
[INFO] [stdout] test test::u113_consts ... ok
[INFO] [stdout] test test::u113_new_saturating ... ok
[INFO] [stdout] test test::u114_consts ... ok
[INFO] [stdout] test test::u112_new_saturating ... ok
[INFO] [stdout] test test::u113_new_wrapping ... ok
[INFO] [stdout] test test::u113_new ... ok
[INFO] [stdout] test test::u114_new_wrapping ... ok
[INFO] [stdout] test test::u115_consts ... ok
[INFO] [stdout] test test::u115_new_saturating ... ok
[INFO] [stdout] test test::u116_consts ... ok
[INFO] [stdout] test test::u116_new_wrapping ... ok
[INFO] [stdout] test test::u115_new ... ok
[INFO] [stdout] test test::u116_new ... ok
[INFO] [stdout] test test::u114_new_saturating ... ok
[INFO] [stdout] test test::u115_new_wrapping ... ok
[INFO] [stdout] test test::u116_new_saturating ... ok
[INFO] [stdout] test test::u117_new_saturating ... ok
[INFO] [stdout] test test::u117_consts ... ok
[INFO] [stdout] test test::u118_new_saturating ... ok
[INFO] [stdout] test test::u118_new_wrapping ... ok
[INFO] [stdout] test test::u117_new ... ok
[INFO] [stdout] test test::u118_consts ... ok
[INFO] [stdout] test test::u117_new_wrapping ... ok
[INFO] [stdout] test test::u118_new ... ok
[INFO] [stdout] test test::u119_consts ... ok
[INFO] [stdout] test test::u119_new_wrapping ... ok
[INFO] [stdout] test test::u11_new ... ok
[INFO] [stdout] test test::u119_new ... ok
[INFO] [stdout] test test::u11_new_wrapping ... ok
[INFO] [stdout] test test::u120_consts ... ok
[INFO] [stdout] test test::u120_new_saturating ... ok
[INFO] [stdout] test test::u120_new_wrapping ... ok
[INFO] [stdout] test test::u120_new ... ok
[INFO] [stdout] test test::u119_new_saturating ... ok
[INFO] [stdout] test test::u121_new ... ok
[INFO] [stdout] test test::u121_new_wrapping ... ok
[INFO] [stdout] test test::u122_consts ... ok
[INFO] [stdout] test test::u122_new_saturating ... ok
[INFO] [stdout] test test::u121_consts ... ok
[INFO] [stdout] test test::u122_new_wrapping ... ok
[INFO] [stdout] test test::u121_new_saturating ... ok
[INFO] [stdout] test test::u122_new ... ok
[INFO] [stdout] test test::u123_consts ... ok
[INFO] [stdout] test test::u123_new ... ok
[INFO] [stdout] test test::u11_consts ... ok
[INFO] [stdout] test test::u123_new_saturating ... ok
[INFO] [stdout] test test::u124_new_saturating ... ok
[INFO] [stdout] test test::u124_consts ... ok
[INFO] [stdout] test test::u124_new_wrapping ... ok
[INFO] [stdout] test test::u123_new_wrapping ... ok
[INFO] [stdout] test test::u11_new_saturating ... ok
[INFO] [stdout] test test::u125_new ... ok
[INFO] [stdout] test test::u125_new_saturating ... ok
[INFO] [stdout] test test::u126_new_saturating ... ok
[INFO] [stdout] test test::u125_new_wrapping ... ok
[INFO] [stdout] test test::u126_new_wrapping ... ok
[INFO] [stdout] test test::u127_consts ... ok
[INFO] [stdout] test test::u127_new_wrapping ... ok
[INFO] [stdout] test test::u127_new_saturating ... ok
[INFO] [stdout] test test::u12_consts ... ok
[INFO] [stdout] test test::u12_new ... ok
[INFO] [stdout] test test::u12_new_saturating ... ok
[INFO] [stdout] test test::u12_new_wrapping ... ok
[INFO] [stdout] test test::u13_consts ... ok
[INFO] [stdout] test test::u13_new_saturating ... ok
[INFO] [stdout] test test::u13_new ... ok
[INFO] [stdout] test test::u13_new_wrapping ... ok
[INFO] [stdout] test test::u14_consts ... ok
[INFO] [stdout] test test::u14_new ... ok
[INFO] [stdout] test test::u14_new_saturating ... ok
[INFO] [stdout] test test::u127_new ... ok
[INFO] [stdout] test test::u125_consts ... ok
[INFO] [stdout] test test::u124_new ... ok
[INFO] [stdout] test test::u126_consts ... ok
[INFO] [stdout] test test::u126_new ... ok
[INFO] [stdout] test test::u14_new_wrapping ... ok
[INFO] [stdout] test test::u15_new ... ok
[INFO] [stdout] test test::u17_consts ... ok
[INFO] [stdout] test test::u17_new ... ok
[INFO] [stdout] test test::u15_consts ... ok
[INFO] [stdout] test test::u18_consts ... ok
[INFO] [stdout] test test::u18_new ... ok
[INFO] [stdout] test test::u15_new_saturating ... ok
[INFO] [stdout] test test::u17_new_wrapping ... ok
[INFO] [stdout] test test::u18_new_saturating ... ok
[INFO] [stdout] test test::u15_new_wrapping ... ok
[INFO] [stdout] test test::u19_consts ... ok
[INFO] [stdout] test test::u19_new ... ok
[INFO] [stdout] test test::u1_new ... ok
[INFO] [stdout] test test::u19_new_wrapping ... ok
[INFO] [stdout] test test::u1_consts ... ok
[INFO] [stdout] test test::u1_new_wrapping ... ok
[INFO] [stdout] test test::u19_new_saturating ... ok
[INFO] [stdout] test test::u20_new_wrapping ... ok
[INFO] [stdout] test test::u17_new_saturating ... ok
[INFO] [stdout] test test::u21_new ... ok
[INFO] [stdout] test test::u21_consts ... ok
[INFO] [stdout] test test::u20_consts ... ok
[INFO] [stdout] test test::u18_new_wrapping ... ok
[INFO] [stdout] test test::u20_new ... ok
[INFO] [stdout] test test::u1_new_saturating ... ok
[INFO] [stdout] test test::u20_new_saturating ... ok
[INFO] [stdout] test test::u22_consts ... ok
[INFO] [stdout] test test::u22_new_saturating ... ok
[INFO] [stdout] test test::u22_new_wrapping ... ok
[INFO] [stdout] test test::u23_new ... ok
[INFO] [stdout] test test::u21_new_saturating ... ok
[INFO] [stdout] test test::u23_new_saturating ... ok
[INFO] [stdout] test test::u24_consts ... ok
[INFO] [stdout] test test::u21_new_wrapping ... ok
[INFO] [stdout] test test::u24_new ... ok
[INFO] [stdout] test test::u23_new_wrapping ... ok
[INFO] [stdout] test test::u22_new ... ok
[INFO] [stdout] test test::u23_consts ... ok
[INFO] [stdout] test test::u24_new_wrapping ... ok
[INFO] [stdout] test test::u26_new ... ok
[INFO] [stdout] test test::u25_consts ... ok
[INFO] [stdout] test test::u25_new_saturating ... ok
[INFO] [stdout] test test::u24_new_saturating ... ok
[INFO] [stdout] test test::u26_new_saturating ... ok
[INFO] [stdout] test test::u27_consts ... ok
[INFO] [stdout] test test::u25_new_wrapping ... ok
[INFO] [stdout] test test::u27_new_saturating ... ok
[INFO] [stdout] test test::u26_consts ... ok
[INFO] [stdout] test test::u27_new ... ok
[INFO] [stdout] test test::u27_new_wrapping ... ok
[INFO] [stdout] test test::u28_consts ... ok
[INFO] [stdout] test test::u28_new ... ok
[INFO] [stdout] test test::u25_new ... ok
[INFO] [stdout] test test::u28_new_wrapping ... ok
[INFO] [stdout] test test::u29_new_wrapping ... ok
[INFO] [stdout] test test::u28_new_saturating ... ok
[INFO] [stdout] test test::u2_consts ... ok
[INFO] [stdout] test test::u29_consts ... ok
[INFO] [stdout] test test::u2_new ... ok
[INFO] [stdout] test test::u29_new ... ok
[INFO] [stdout] test test::u2_new_saturating ... ok
[INFO] [stdout] test test::u26_new_wrapping ... ok
[INFO] [stdout] test test::u29_new_saturating ... ok
[INFO] [stdout] test test::u2_new_wrapping ... ok
[INFO] [stdout] test test::u30_consts ... ok
[INFO] [stdout] test test::u30_new_saturating ... ok
[INFO] [stdout] test test::u31_consts ... ok
[INFO] [stdout] test test::u33_consts ... ok
[INFO] [stdout] test test::u31_new_saturating ... ok
[INFO] [stdout] test test::u33_new_saturating ... ok
[INFO] [stdout] test test::u30_new_wrapping ... ok
[INFO] [stdout] test test::u31_new ... ok
[INFO] [stdout] test test::u33_new ... ok
[INFO] [stdout] test test::u30_new ... ok
[INFO] [stdout] test test::u34_new ... ok
[INFO] [stdout] test test::u34_consts ... ok
[INFO] [stdout] test test::u35_consts ... ok
[INFO] [stdout] test test::u34_new_wrapping ... ok
[INFO] [stdout] test test::u31_new_wrapping ... ok
[INFO] [stdout] test test::u33_new_wrapping ... ok
[INFO] [stdout] test test::u34_new_saturating ... ok
[INFO] [stdout] test test::u35_new ... ok
[INFO] [stdout] test test::u35_new_wrapping ... ok
[INFO] [stdout] test test::u36_new_wrapping ... ok
[INFO] [stdout] test test::u37_consts ... ok
[INFO] [stdout] test test::u37_new ... ok
[INFO] [stdout] test test::u38_consts ... ok
[INFO] [stdout] test test::u38_new_saturating ... ok
[INFO] [stdout] test test::u38_new_wrapping ... ok
[INFO] [stdout] test test::u37_new_saturating ... ok
[INFO] [stdout] test test::u37_new_wrapping ... ok
[INFO] [stdout] test test::u38_new ... ok
[INFO] [stdout] test test::u39_consts ... ok
[INFO] [stdout] test test::u36_consts ... ok
[INFO] [stdout] test test::u35_new_saturating ... ok
[INFO] [stdout] test test::u36_new_saturating ... ok
[INFO] [stdout] test test::u36_new ... ok
[INFO] [stdout] test test::u39_new_wrapping ... ok
[INFO] [stdout] test test::u39_new ... ok
[INFO] [stdout] test test::u3_new ... ok
[INFO] [stdout] test test::u39_new_saturating ... ok
[INFO] [stdout] test test::u40_consts ... ok
[INFO] [stdout] test test::u40_new ... ok
[INFO] [stdout] test test::u40_new_saturating ... ok
[INFO] [stdout] test test::u40_new_wrapping ... ok
[INFO] [stdout] test test::u41_new ... ok
[INFO] [stdout] test test::u3_consts ... ok
[INFO] [stdout] test test::u41_consts ... ok
[INFO] [stdout] test test::u3_new_wrapping ... ok
[INFO] [stdout] test test::u41_new_wrapping ... ok
[INFO] [stdout] test test::u41_new_saturating ... ok
[INFO] [stdout] test test::u43_consts ... ok
[INFO] [stdout] test test::u3_new_saturating ... ok
[INFO] [stdout] test test::u42_new_saturating ... ok
[INFO] [stdout] test test::u42_new_wrapping ... ok
[INFO] [stdout] test test::u42_consts ... ok
[INFO] [stdout] test test::u43_new_saturating ... ok
[INFO] [stdout] test test::u42_new ... ok
[INFO] [stdout] test test::u44_consts ... ok
[INFO] [stdout] test test::u43_new_wrapping ... ok
[INFO] [stdout] test test::u43_new ... ok
[INFO] [stdout] test test::u44_new ... ok
[INFO] [stdout] test test::u45_new_saturating ... ok
[INFO] [stdout] test test::u44_new_saturating ... ok
[INFO] [stdout] test test::u46_new ... ok
[INFO] [stdout] test test::u45_new ... ok
[INFO] [stdout] test test::u46_consts ... ok
[INFO] [stdout] test test::u45_new_wrapping ... ok
[INFO] [stdout] test test::u45_consts ... ok
[INFO] [stdout] test test::u44_new_wrapping ... ok
[INFO] [stdout] test test::u46_new_wrapping ... ok
[INFO] [stdout] test test::u47_consts ... ok
[INFO] [stdout] test test::u47_new ... ok
[INFO] [stdout] test test::u47_new_wrapping ... ok
[INFO] [stdout] test test::u47_new_saturating ... ok
[INFO] [stdout] test test::u46_new_saturating ... ok
[INFO] [stdout] test test::u48_consts ... ok
[INFO] [stdout] test test::u48_new_wrapping ... ok
[INFO] [stdout] test test::u49_new ... ok
[INFO] [stdout] test test::u49_consts ... ok
[INFO] [stdout] test test::u49_new_saturating ... ok
[INFO] [stdout] test test::u49_new_wrapping ... ok
[INFO] [stdout] test test::u4_consts ... ok
[INFO] [stdout] test test::u4_new_saturating ... ok
[INFO] [stdout] test test::u48_new_saturating ... ok
[INFO] [stdout] test test::u50_consts ... ok
[INFO] [stdout] test test::u4_new ... ok
[INFO] [stdout] test test::u50_new_wrapping ... ok
[INFO] [stdout] test test::u50_new ... ok
[INFO] [stdout] test test::u51_new_saturating ... ok
[INFO] [stdout] test test::u50_new_saturating ... ok
[INFO] [stdout] test test::u51_new ... ok
[INFO] [stdout] test test::u52_new ... ok
[INFO] [stdout] test test::u52_new_saturating ... ok
[INFO] [stdout] test test::u51_new_wrapping ... ok
[INFO] [stdout] test test::u52_new_wrapping ... ok
[INFO] [stdout] test test::u52_consts ... ok
[INFO] [stdout] test test::u53_new ... ok
[INFO] [stdout] test test::u53_new_saturating ... ok
[INFO] [stdout] test test::u51_consts ... ok
[INFO] [stdout] test test::u54_consts ... ok
[INFO] [stdout] test test::u53_new_wrapping ... ok
[INFO] [stdout] test test::u54_new_saturating ... ok
[INFO] [stdout] test test::u48_new ... ok
[INFO] [stdout] test test::u4_new_wrapping ... ok
[INFO] [stdout] test test::u54_new ... ok
[INFO] [stdout] test test::u54_new_wrapping ... ok
[INFO] [stdout] test test::u55_new_saturating ... ok
[INFO] [stdout] test test::u55_new_wrapping ... ok
[INFO] [stdout] test test::u56_consts ... ok
[INFO] [stdout] test test::u56_new ... ok
[INFO] [stdout] test test::u56_new_saturating ... ok
[INFO] [stdout] test test::u56_new_wrapping ... ok
[INFO] [stdout] test test::u55_consts ... ok
[INFO] [stdout] test test::u57_consts ... ok
[INFO] [stdout] test test::u57_new ... ok
[INFO] [stdout] test test::u57_new_saturating ... ok
[INFO] [stdout] test test::u53_consts ... ok
[INFO] [stdout] test test::u58_consts ... ok
[INFO] [stdout] test test::u58_new_wrapping ... ok
[INFO] [stdout] test test::u58_new ... ok
[INFO] [stdout] test test::u58_new_saturating ... ok
[INFO] [stdout] test test::u55_new ... ok
[INFO] [stdout] test test::u59_consts ... ok
[INFO] [stdout] test test::u57_new_wrapping ... ok
[INFO] [stdout] test test::u59_new_saturating ... ok
[INFO] [stdout] test test::u5_new_saturating ... ok
[INFO] [stdout] test test::u5_consts ... ok
[INFO] [stdout] test test::u60_new ... ok
[INFO] [stdout] test test::u60_consts ... ok
[INFO] [stdout] test test::u60_new_saturating ... ok
[INFO] [stdout] test test::u60_new_wrapping ... ok
[INFO] [stdout] test test::u61_consts ... ok
[INFO] [stdout] test test::u61_new_saturating ... ok
[INFO] [stdout] test test::u61_new_wrapping ... ok
[INFO] [stdout] test test::u62_consts ... ok
[INFO] [stdout] test test::u59_new_wrapping ... ok
[INFO] [stdout] test test::u61_new ... ok
[INFO] [stdout] test test::u5_new ... ok
[INFO] [stdout] test test::u62_new ... ok
[INFO] [stdout] test test::u5_new_wrapping ... ok
[INFO] [stdout] test test::u62_new_saturating ... ok
[INFO] [stdout] test test::u63_new ... ok
[INFO] [stdout] test test::u62_new_wrapping ... ok
[INFO] [stdout] test test::u63_consts ... ok
[INFO] [stdout] test test::u63_new_saturating ... ok
[INFO] [stdout] test test::u63_new_wrapping ... ok
[INFO] [stdout] test test::u65_new_saturating ... ok
[INFO] [stdout] test test::u66_consts ... ok
[INFO] [stdout] test test::u65_new_wrapping ... ok
[INFO] [stdout] test test::u66_new_wrapping ... ok
[INFO] [stdout] test test::u67_consts ... ok
[INFO] [stdout] test test::u67_new ... ok
[INFO] [stdout] test test::u67_new_wrapping ... ok
[INFO] [stdout] test test::u66_new ... ok
[INFO] [stdout] test test::u68_new ... ok
[INFO] [stdout] test test::u66_new_saturating ... ok
[INFO] [stdout] test test::u68_consts ... ok
[INFO] [stdout] test test::u68_new_saturating ... ok
[INFO] [stdout] test test::u68_new_wrapping ... ok
[INFO] [stdout] test test::u69_consts ... ok
[INFO] [stdout] test test::u69_new_wrapping ... ok
[INFO] [stdout] test test::u69_new_saturating ... ok
[INFO] [stdout] test test::u6_consts ... ok
[INFO] [stdout] test test::u69_new ... ok
[INFO] [stdout] test test::u70_consts ... ok
[INFO] [stdout] test test::u70_new ... ok
[INFO] [stdout] test test::u70_new_saturating ... ok
[INFO] [stdout] test test::u65_new ... ok
[INFO] [stdout] test test::u59_new ... ok
[INFO] [stdout] test test::u67_new_saturating ... ok
[INFO] [stdout] test test::u65_consts ... ok
[INFO] [stdout] test test::u71_consts ... ok
[INFO] [stdout] test test::u70_new_wrapping ... ok
[INFO] [stdout] test test::u6_new ... ok
[INFO] [stdout] test test::u6_new_saturating ... ok
[INFO] [stdout] test test::u6_new_wrapping ... ok
[INFO] [stdout] test test::u71_new_saturating ... ok
[INFO] [stdout] test test::u71_new_wrapping ... ok
[INFO] [stdout] test test::u72_new_saturating ... ok
[INFO] [stdout] test test::u71_new ... ok
[INFO] [stdout] test test::u73_new_wrapping ... ok
[INFO] [stdout] test test::u73_consts ... ok
[INFO] [stdout] test test::u74_new ... ok
[INFO] [stdout] test test::u74_new_saturating ... ok
[INFO] [stdout] test test::u74_new_wrapping ... ok
[INFO] [stdout] test test::u75_consts ... ok
[INFO] [stdout] test test::u73_new ... ok
[INFO] [stdout] test test::u73_new_saturating ... ok
[INFO] [stdout] test test::u75_new_saturating ... ok
[INFO] [stdout] test test::u72_new ... ok
[INFO] [stdout] test test::u75_new ... ok
[INFO] [stdout] test test::u74_consts ... ok
[INFO] [stdout] test test::u72_consts ... ok
[INFO] [stdout] test test::u72_new_wrapping ... ok
[INFO] [stdout] test test::u76_consts ... ok
[INFO] [stdout] test test::u76_new ... ok
[INFO] [stdout] test test::u77_consts ... ok
[INFO] [stdout] test test::u75_new_wrapping ... ok
[INFO] [stdout] test test::u76_new_saturating ... ok
[INFO] [stdout] test test::u77_new ... ok
[INFO] [stdout] test test::u77_new_saturating ... ok
[INFO] [stdout] test test::u77_new_wrapping ... ok
[INFO] [stdout] test test::u78_new_saturating ... ok
[INFO] [stdout] test test::u79_consts ... ok
[INFO] [stdout] test test::u76_new_wrapping ... ok
[INFO] [stdout] test test::u79_new ... ok
[INFO] [stdout] test test::u78_new ... ok
[INFO] [stdout] test test::u78_new_wrapping ... ok
[INFO] [stdout] test test::u79_new_saturating ... ok
[INFO] [stdout] test test::u78_consts ... ok
[INFO] [stdout] test test::u7_consts ... ok
[INFO] [stdout] test test::u79_new_wrapping ... ok
[INFO] [stdout] test test::u80_consts ... ok
[INFO] [stdout] test test::u7_new ... ok
[INFO] [stdout] test test::u80_new ... ok
[INFO] [stdout] test test::u7_new_wrapping ... ok
[INFO] [stdout] test test::u81_new_saturating ... ok
[INFO] [stdout] test test::u81_new_wrapping ... ok
[INFO] [stdout] test test::u82_consts ... ok
[INFO] [stdout] test test::u7_new_saturating ... ok
[INFO] [stdout] test test::u82_new ... ok
[INFO] [stdout] test test::u81_new ... ok
[INFO] [stdout] test test::u82_new_saturating ... ok
[INFO] [stdout] test test::u82_new_wrapping ... ok
[INFO] [stdout] test test::u81_consts ... ok
[INFO] [stdout] test test::u80_new_saturating ... ok
[INFO] [stdout] test test::u80_new_wrapping ... ok
[INFO] [stdout] test test::u83_new ... ok
[INFO] [stdout] test test::u83_new_saturating ... ok
[INFO] [stdout] test test::u84_consts ... ok
[INFO] [stdout] test test::u83_new_wrapping ... ok
[INFO] [stdout] test test::u83_consts ... ok
[INFO] [stdout] test test::u84_new ... ok
[INFO] [stdout] test test::u84_new_saturating ... ok
[INFO] [stdout] test test::u85_new ... ok
[INFO] [stdout] test test::u85_new_wrapping ... ok
[INFO] [stdout] test test::u86_consts ... ok
[INFO] [stdout] test test::u85_new_saturating ... ok
[INFO] [stdout] test test::u86_new_wrapping ... ok
[INFO] [stdout] test test::u86_new_saturating ... ok
[INFO] [stdout] test test::u87_new ... ok
[INFO] [stdout] test test::u87_new_wrapping ... ok
[INFO] [stdout] test test::u85_consts ... ok
[INFO] [stdout] test test::u88_new_saturating ... ok
[INFO] [stdout] test test::u87_consts ... ok
[INFO] [stdout] test test::u86_new ... ok
[INFO] [stdout] test test::u88_consts ... ok
[INFO] [stdout] test test::u84_new_wrapping ... ok
[INFO] [stdout] test test::u88_new_wrapping ... ok
[INFO] [stdout] test test::u87_new_saturating ... ok
[INFO] [stdout] test test::u89_new_saturating ... ok
[INFO] [stdout] test test::u89_consts ... ok
[INFO] [stdout] test test::u88_new ... ok
[INFO] [stdout] test test::u89_new_wrapping ... ok
[INFO] [stdout] test test::u89_new ... ok
[INFO] [stdout] test test::u90_consts ... ok
[INFO] [stdout] test test::u90_new_saturating ... ok
[INFO] [stdout] test test::u91_new ... ok
[INFO] [stdout] test test::u91_new_saturating ... ok
[INFO] [stdout] test test::u90_new_wrapping ... ok
[INFO] [stdout] test test::u91_new_wrapping ... ok
[INFO] [stdout] test test::u90_new ... ok
[INFO] [stdout] test test::u91_consts ... ok
[INFO] [stdout] test test::u92_consts ... ok
[INFO] [stdout] test test::u93_new ... ok
[INFO] [stdout] test test::u92_new_saturating ... ok
[INFO] [stdout] test test::u94_new ... ok
[INFO] [stdout] test test::u94_new_wrapping ... ok
[INFO] [stdout] test test::u95_consts ... ok
[INFO] [stdout] test test::u92_new ... ok
[INFO] [stdout] test test::u93_new_saturating ... ok
[INFO] [stdout] test test::u93_consts ... ok
[INFO] [stdout] test test::u92_new_wrapping ... ok
[INFO] [stdout] test test::u95_new ... ok
[INFO] [stdout] test test::u93_new_wrapping ... ok
[INFO] [stdout] test test::u94_consts ... ok
[INFO] [stdout] test test::u94_new_saturating ... ok
[INFO] [stdout] test test::u96_consts ... ok
[INFO] [stdout] test test::u95_new_saturating ... ok
[INFO] [stdout] test test::u96_new ... ok
[INFO] [stdout] test test::u95_new_wrapping ... ok
[INFO] [stdout] test test::u96_new_saturating ... ok
[INFO] [stdout] test test::u97_consts ... ok
[INFO] [stdout] test test::u97_new ... ok
[INFO] [stdout] test test::u97_new_saturating ... ok
[INFO] [stdout] test test::u97_new_wrapping ... ok
[INFO] [stdout] test test::u98_consts ... ok
[INFO] [stdout] test test::u98_new ... ok
[INFO] [stdout] test test::u98_new_wrapping ... ok
[INFO] [stdout] test test::u96_new_wrapping ... ok
[INFO] [stdout] test test::u99_consts ... ok
[INFO] [stdout] test test::u99_new_saturating ... ok
[INFO] [stdout] test test::u99_new_wrapping ... ok
[INFO] [stdout] test test::u98_new_saturating ... ok
[INFO] [stdout] test test::u9_new_saturating ... ok
[INFO] [stdout] test test::u99_new ... ok
[INFO] [stdout] test test::u9_new_wrapping ... ok
[INFO] [stdout] test test::u9_new ... ok
[INFO] [stdout] test test::u9_consts ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 984 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.54s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests aint
[INFO] [stdout] 
[INFO] [stdout] running 265 tests
[INFO] [stdout] test src/macros.rs - macros::i1 (line 315) ... ok
[INFO] [stdout] test src/bit_split.rs - bit_split::BitSplit (line 6) ... ok
[INFO] [stdout] test src/macros.rs - macros::i10 (line 323) ... ok
[INFO] [stdout] test src/bit_concat.rs - bit_concat::BitConcat (line 6) ... ok
[INFO] [stdout] test src/lib.rs - (line 12) ... ok
[INFO] [stdout] test src/lib.rs - (line 75) ... ok
[INFO] [stdout] test src/macros.rs - macros::i100 (line 410) ... ok
[INFO] [stdout] test src/macros.rs - macros::bit (line 190) ... ok
[INFO] [stdout] test src/macros.rs - macros::i102 (line 412) ... ok
[INFO] [stdout] test src/macros.rs - macros::i106 (line 416) ... ok
[INFO] [stdout] test src/macros.rs - macros::i101 (line 411) ... ok
[INFO] [stdout] test src/macros.rs - macros::i103 (line 413) ... ok
[INFO] [stdout] test src/macros.rs - macros::i105 (line 415) ... ok
[INFO] [stdout] test src/macros.rs - macros::i107 (line 417) ... ok
[INFO] [stdout] test src/macros.rs - macros::i104 (line 414) ... ok
[INFO] [stdout] test src/macros.rs - macros::i108 (line 418) ... ok
[INFO] [stdout] test src/macros.rs - macros::i109 (line 419) ... ok
[INFO] [stdout] test src/macros.rs - macros::i111 (line 421) ... ok
[INFO] [stdout] test src/macros.rs - macros::i114 (line 424) ... ok
[INFO] [stdout] test src/macros.rs - macros::i11 (line 324) ... ok
[INFO] [stdout] test src/macros.rs - macros::i113 (line 423) ... ok
[INFO] [stdout] test src/macros.rs - macros::i110 (line 420) ... ok
[INFO] [stdout] test src/macros.rs - macros::i115 (line 425) ... ok
[INFO] [stdout] test src/macros.rs - macros::i112 (line 422) ... ok
[INFO] [stdout] test src/macros.rs - macros::i116 (line 426) ... ok
[INFO] [stdout] test src/macros.rs - macros::i118 (line 428) ... ok
[INFO] [stdout] test src/macros.rs - macros::i121 (line 431) ... ok
[INFO] [stdout] test src/macros.rs - macros::i117 (line 427) ... ok
[INFO] [stdout] test src/macros.rs - macros::i12 (line 325) ... ok
[INFO] [stdout] test src/macros.rs - macros::i120 (line 430) ... ok
[INFO] [stdout] test src/macros.rs - macros::i119 (line 429) ... ok
[INFO] [stdout] test src/macros.rs - macros::i123 (line 433) ... ok
[INFO] [stdout] test src/macros.rs - macros::i122 (line 432) ... ok
[INFO] [stdout] test src/macros.rs - macros::i128 (line 151) ... ok
[INFO] [stdout] test src/macros.rs - macros::i127 (line 437) ... ok
[INFO] [stdout] test src/macros.rs - macros::i124 (line 434) ... ok
[INFO] [stdout] test src/macros.rs - macros::i126 (line 436) ... ok
[INFO] [stdout] test src/macros.rs - macros::i13 (line 326) ... ok
[INFO] [stdout] test src/macros.rs - macros::i14 (line 327) ... ok
[INFO] [stdout] test src/macros.rs - macros::i125 (line 435) ... ok
[INFO] [stdout] test src/macros.rs - macros::i15 (line 328) ... ok
[INFO] [stdout] test src/macros.rs - macros::i16 (line 103) ... ok
[INFO] [stdout] test src/macros.rs - macros::i2 (line 316) ... ok
[INFO] [stdout] test src/macros.rs - macros::i18 (line 330) ... ok
[INFO] [stdout] test src/macros.rs - macros::i21 (line 333) ... ok
[INFO] [stdout] test src/macros.rs - macros::i20 (line 332) ... ok
[INFO] [stdout] test src/macros.rs - macros::i19 (line 331) ... ok
[INFO] [stdout] test src/macros.rs - macros::i22 (line 334) ... ok
[INFO] [stdout] test src/macros.rs - macros::i17 (line 329) ... ok
[INFO] [stdout] test src/macros.rs - macros::i25 (line 337) ... ok
[INFO] [stdout] test src/macros.rs - macros::i26 (line 338) ... ok
[INFO] [stdout] test src/macros.rs - macros::i24 (line 336) ... ok
[INFO] [stdout] test src/macros.rs - macros::i23 (line 335) ... ok
[INFO] [stdout] test src/macros.rs - macros::i29 (line 341) ... ok
[INFO] [stdout] test src/macros.rs - macros::i28 (line 340) ... ok
[INFO] [stdout] test src/macros.rs - macros::i31 (line 343) ... ok
[INFO] [stdout] test src/macros.rs - macros::i30 (line 342) ... ok
[INFO] [stdout] test src/macros.rs - macros::i27 (line 339) ... ok
[INFO] [stdout] test src/macros.rs - macros::i3 (line 317) ... ok
[INFO] [stdout] test src/macros.rs - macros::i35 (line 346) ... ok
[INFO] [stdout] test src/macros.rs - macros::i32 (line 119) ... ok
[INFO] [stdout] test src/macros.rs - macros::i33 (line 344) ... ok
[INFO] [stdout] test src/macros.rs - macros::i38 (line 349) ... ok
[INFO] [stdout] test src/macros.rs - macros::i34 (line 345) ... ok
[INFO] [stdout] test src/macros.rs - macros::i36 (line 347) ... ok
[INFO] [stdout] test src/macros.rs - macros::i39 (line 350) ... ok
[INFO] [stdout] test src/macros.rs - macros::i37 (line 348) ... ok
[INFO] [stdout] test src/macros.rs - macros::i40 (line 351) ... ok
[INFO] [stdout] test src/macros.rs - macros::i4 (line 318) ... ok
[INFO] [stdout] test src/macros.rs - macros::i42 (line 353) ... ok
[INFO] [stdout] test src/macros.rs - macros::i41 (line 352) ... ok
[INFO] [stdout] test src/macros.rs - macros::i43 (line 354) ... ok
[INFO] [stdout] test src/macros.rs - macros::i44 (line 355) ... ok
[INFO] [stdout] test src/macros.rs - macros::i46 (line 357) ... ok
[INFO] [stdout] test src/macros.rs - macros::i47 (line 358) ... ok
[INFO] [stdout] test src/macros.rs - macros::i45 (line 356) ... ok
[INFO] [stdout] test src/macros.rs - macros::i48 (line 359) ... ok
[INFO] [stdout] test src/macros.rs - macros::i5 (line 319) ... ok
[INFO] [stdout] test src/macros.rs - macros::i49 (line 360) ... ok
[INFO] [stdout] test src/macros.rs - macros::i50 (line 361) ... ok
[INFO] [stdout] test src/macros.rs - macros::i52 (line 363) ... ok
[INFO] [stdout] test src/macros.rs - macros::i54 (line 365) ... ok
[INFO] [stdout] test src/macros.rs - macros::i51 (line 362) ... ok
[INFO] [stdout] test src/macros.rs - macros::i53 (line 364) ... ok
[INFO] [stdout] test src/macros.rs - macros::i55 (line 366) ... ok
[INFO] [stdout] test src/macros.rs - macros::i56 (line 367) ... ok
[INFO] [stdout] test src/macros.rs - macros::i59 (line 370) ... ok
[INFO] [stdout] test src/macros.rs - macros::i58 (line 369) ... ok
[INFO] [stdout] test src/macros.rs - macros::i6 (line 320) ... ok
[INFO] [stdout] test src/macros.rs - macros::i57 (line 368) ... ok
[INFO] [stdout] test src/macros.rs - macros::i61 (line 372) ... ok
[INFO] [stdout] test src/macros.rs - macros::i60 (line 371) ... ok
[INFO] [stdout] test src/macros.rs - macros::i62 (line 373) ... ok
[INFO] [stdout] test src/macros.rs - macros::i68 (line 378) ... ok
[INFO] [stdout] test src/macros.rs - macros::i67 (line 377) ... ok
[INFO] [stdout] test src/macros.rs - macros::i64 (line 135) ... ok
[INFO] [stdout] test src/macros.rs - macros::i63 (line 374) ... ok
[INFO] [stdout] test src/macros.rs - macros::i66 (line 376) ... ok
[INFO] [stdout] test src/macros.rs - macros::i71 (line 381) ... ok
[INFO] [stdout] test src/macros.rs - macros::i65 (line 375) ... ok
[INFO] [stdout] test src/macros.rs - macros::i69 (line 379) ... ok
[INFO] [stdout] test src/macros.rs - macros::i72 (line 382) ... ok
[INFO] [stdout] test src/macros.rs - macros::i73 (line 383) ... ok
[INFO] [stdout] test src/macros.rs - macros::i70 (line 380) ... ok
[INFO] [stdout] test src/macros.rs - macros::i7 (line 321) ... ok
[INFO] [stdout] test src/macros.rs - macros::i75 (line 385) ... ok
[INFO] [stdout] test src/macros.rs - macros::i8 (line 87) ... ok
[INFO] [stdout] test src/macros.rs - macros::i74 (line 384) ... ok
[INFO] [stdout] test src/macros.rs - macros::i76 (line 386) ... ok
[INFO] [stdout] test src/macros.rs - macros::i79 (line 389) ... ok
[INFO] [stdout] test src/macros.rs - macros::i77 (line 387) ... ok
[INFO] [stdout] test src/macros.rs - macros::i78 (line 388) ... ok
[INFO] [stdout] test src/macros.rs - macros::i80 (line 390) ... ok
[INFO] [stdout] test src/macros.rs - macros::i84 (line 394) ... ok
[INFO] [stdout] test src/macros.rs - macros::i81 (line 391) ... ok
[INFO] [stdout] test src/macros.rs - macros::i82 (line 392) ... ok
[INFO] [stdout] test src/macros.rs - macros::i83 (line 393) ... ok
[INFO] [stdout] test src/macros.rs - macros::i86 (line 396) ... ok
[INFO] [stdout] test src/macros.rs - macros::i85 (line 395) ... ok
[INFO] [stdout] test src/macros.rs - macros::i87 (line 397) ... ok
[INFO] [stdout] test src/macros.rs - macros::i90 (line 400) ... ok
[INFO] [stdout] test src/macros.rs - macros::i89 (line 399) ... ok
[INFO] [stdout] test src/macros.rs - macros::i91 (line 401) ... ok
[INFO] [stdout] test src/macros.rs - macros::i88 (line 398) ... ok
[INFO] [stdout] test src/macros.rs - macros::i9 (line 322) ... ok
[INFO] [stdout] test src/macros.rs - macros::i92 (line 402) ... ok
[INFO] [stdout] test src/macros.rs - macros::i93 (line 403) ... ok
[INFO] [stdout] test src/macros.rs - macros::i94 (line 404) ... ok
[INFO] [stdout] test src/macros.rs - macros::i98 (line 408) ... ok
[INFO] [stdout] test src/macros.rs - macros::i96 (line 406) ... ok
[INFO] [stdout] test src/macros.rs - macros::i95 (line 405) ... ok
[INFO] [stdout] test src/macros.rs - macros::i99 (line 409) ... ok
[INFO] [stdout] test src/macros.rs - macros::u1 (line 191) ... ok
[INFO] [stdout] test src/macros.rs - macros::u10 (line 199) ... ok
[INFO] [stdout] test src/macros.rs - macros::i97 (line 407) ... ok
[INFO] [stdout] test src/macros.rs - macros::u100 (line 286) ... ok
[INFO] [stdout] test src/macros.rs - macros::u103 (line 289) ... ok
[INFO] [stdout] test src/macros.rs - macros::u102 (line 288) ... ok
[INFO] [stdout] test src/macros.rs - macros::u101 (line 287) ... ok
[INFO] [stdout] test src/macros.rs - macros::u109 (line 295) ... ok
[INFO] [stdout] test src/macros.rs - macros::u106 (line 292) ... ok
[INFO] [stdout] test src/macros.rs - macros::u105 (line 291) ... ok
[INFO] [stdout] test src/macros.rs - macros::u108 (line 294) ... ok
[INFO] [stdout] test src/macros.rs - macros::u104 (line 290) ... ok
[INFO] [stdout] test src/macros.rs - macros::u112 (line 298) ... ok
[INFO] [stdout] test src/macros.rs - macros::u107 (line 293) ... ok
[INFO] [stdout] test src/macros.rs - macros::u110 (line 296) ... ok
[INFO] [stdout] test src/macros.rs - macros::u11 (line 200) ... ok
[INFO] [stdout] test src/macros.rs - macros::u117 (line 303) ... ok
[INFO] [stdout] test src/macros.rs - macros::u111 (line 297) ... ok
[INFO] [stdout] test src/macros.rs - macros::u114 (line 300) ... ok
[INFO] [stdout] test src/macros.rs - macros::u116 (line 302) ... ok
[INFO] [stdout] test src/macros.rs - macros::u113 (line 299) ... ok
[INFO] [stdout] test src/macros.rs - macros::u118 (line 304) ... ok
[INFO] [stdout] test src/macros.rs - macros::u115 (line 301) ... ok
[INFO] [stdout] test src/macros.rs - macros::u121 (line 307) ... ok
[INFO] [stdout] test src/macros.rs - macros::u122 (line 308) ... ok
[INFO] [stdout] test src/macros.rs - macros::u120 (line 306) ... ok
[INFO] [stdout] test src/macros.rs - macros::u12 (line 201) ... ok
[INFO] [stdout] test src/macros.rs - macros::u119 (line 305) ... ok
[INFO] [stdout] test src/macros.rs - macros::u123 (line 309) ... ok
[INFO] [stdout] test src/macros.rs - macros::u125 (line 311) ... ok
[INFO] [stdout] test src/macros.rs - macros::u124 (line 310) ... ok
[INFO] [stdout] test src/macros.rs - macros::u126 (line 312) ... ok
[INFO] [stdout] test src/macros.rs - macros::u15 (line 204) ... ok
[INFO] [stdout] test src/macros.rs - macros::u14 (line 203) ... ok
[INFO] [stdout] test src/macros.rs - macros::u128 (line 71) ... ok
[INFO] [stdout] test src/macros.rs - macros::u16 (line 23) ... ok
[INFO] [stdout] test src/macros.rs - macros::u127 (line 313) ... ok
[INFO] [stdout] test src/macros.rs - macros::u13 (line 202) ... ok
[INFO] [stdout] test src/macros.rs - macros::u17 (line 205) ... ok
[INFO] [stdout] test src/macros.rs - macros::u20 (line 208) ... ok
[INFO] [stdout] test src/macros.rs - macros::u22 (line 210) ... ok
[INFO] [stdout] test src/macros.rs - macros::u18 (line 206) ... ok
[INFO] [stdout] test src/macros.rs - macros::u2 (line 192) ... ok
[INFO] [stdout] test src/macros.rs - macros::u21 (line 209) ... ok
[INFO] [stdout] test src/macros.rs - macros::u23 (line 211) ... ok
[INFO] [stdout] test src/macros.rs - macros::u25 (line 213) ... ok
[INFO] [stdout] test src/macros.rs - macros::u19 (line 207) ... ok
[INFO] [stdout] test src/macros.rs - macros::u24 (line 212) ... ok
[INFO] [stdout] test src/macros.rs - macros::u26 (line 214) ... ok
[INFO] [stdout] test src/macros.rs - macros::u27 (line 215) ... ok
[INFO] [stdout] test src/macros.rs - macros::u28 (line 216) ... ok
[INFO] [stdout] test src/macros.rs - macros::u29 (line 217) ... ok
[INFO] [stdout] test src/macros.rs - macros::u3 (line 193) ... ok
[INFO] [stdout] test src/macros.rs - macros::u33 (line 220) ... ok
[INFO] [stdout] test src/macros.rs - macros::u30 (line 218) ... ok
[INFO] [stdout] test src/macros.rs - macros::u32 (line 39) ... ok
[INFO] [stdout] test src/macros.rs - macros::u35 (line 222) ... ok
[INFO] [stdout] test src/macros.rs - macros::u31 (line 219) ... ok
[INFO] [stdout] test src/macros.rs - macros::u34 (line 221) ... ok
[INFO] [stdout] test src/macros.rs - macros::u36 (line 223) ... ok
[INFO] [stdout] test src/macros.rs - macros::u37 (line 224) ... ok
[INFO] [stdout] test src/macros.rs - macros::u38 (line 225) ... ok
[INFO] [stdout] test src/macros.rs - macros::u41 (line 228) ... ok
[INFO] [stdout] test src/macros.rs - macros::u39 (line 226) ... ok
[INFO] [stdout] test src/macros.rs - macros::u40 (line 227) ... ok
[INFO] [stdout] test src/macros.rs - macros::u4 (line 194) ... ok
[INFO] [stdout] test src/macros.rs - macros::u47 (line 234) ... ok
[INFO] [stdout] test src/macros.rs - macros::u45 (line 232) ... ok
[INFO] [stdout] test src/macros.rs - macros::u42 (line 229) ... ok
[INFO] [stdout] test src/macros.rs - macros::u43 (line 230) ... ok
[INFO] [stdout] test src/macros.rs - macros::u44 (line 231) ... ok
[INFO] [stdout] test src/macros.rs - macros::u46 (line 233) ... ok
[INFO] [stdout] test src/macros.rs - macros::u49 (line 236) ... ok
[INFO] [stdout] test src/macros.rs - macros::u48 (line 235) ... ok
[INFO] [stdout] test src/macros.rs - macros::u51 (line 238) ... ok
[INFO] [stdout] test src/macros.rs - macros::u54 (line 241) ... ok
[INFO] [stdout] test src/macros.rs - macros::u50 (line 237) ... ok
[INFO] [stdout] test src/macros.rs - macros::u53 (line 240) ... ok
[INFO] [stdout] test src/macros.rs - macros::u52 (line 239) ... ok
[INFO] [stdout] test src/macros.rs - macros::u55 (line 242) ... ok
[INFO] [stdout] test src/macros.rs - macros::u5 (line 195) ... ok
[INFO] [stdout] test src/macros.rs - macros::u56 (line 243) ... ok
[INFO] [stdout] test src/macros.rs - macros::u57 (line 244) ... ok
[INFO] [stdout] test src/macros.rs - macros::u58 (line 245) ... ok
[INFO] [stdout] test src/macros.rs - macros::u6 (line 196) ... ok
[INFO] [stdout] test src/macros.rs - macros::u60 (line 247) ... ok
[INFO] [stdout] test src/macros.rs - macros::u59 (line 246) ... ok
[INFO] [stdout] test src/macros.rs - macros::u61 (line 248) ... ok
[INFO] [stdout] test src/macros.rs - macros::u62 (line 249) ... ok
[INFO] [stdout] test src/macros.rs - macros::u69 (line 255) ... ok
[INFO] [stdout] test src/macros.rs - macros::u64 (line 55) ... ok
[INFO] [stdout] test src/macros.rs - macros::u65 (line 251) ... ok
[INFO] [stdout] test src/macros.rs - macros::u68 (line 254) ... ok
[INFO] [stdout] test src/macros.rs - macros::u7 (line 197) ... ok
[INFO] [stdout] test src/macros.rs - macros::u63 (line 250) ... ok
[INFO] [stdout] test src/macros.rs - macros::u66 (line 252) ... ok
[INFO] [stdout] test src/macros.rs - macros::u67 (line 253) ... ok
[INFO] [stdout] test src/macros.rs - macros::u74 (line 260) ... ok
[INFO] [stdout] test src/macros.rs - macros::u73 (line 259) ... ok
[INFO] [stdout] test src/macros.rs - macros::u71 (line 257) ... ok
[INFO] [stdout] test src/macros.rs - macros::u72 (line 258) ... ok
[INFO] [stdout] test src/macros.rs - macros::u70 (line 256) ... ok
[INFO] [stdout] test src/macros.rs - macros::u75 (line 261) ... ok
[INFO] [stdout] test src/macros.rs - macros::u8 (line 7) ... ok
[INFO] [stdout] test src/macros.rs - macros::u80 (line 266) ... ok
[INFO] [stdout] test src/macros.rs - macros::u76 (line 262) ... ok
[INFO] [stdout] test src/macros.rs - macros::u78 (line 264) ... ok
[INFO] [stdout] test src/macros.rs - macros::u77 (line 263) ... ok
[INFO] [stdout] test src/macros.rs - macros::u81 (line 267) ... ok
[INFO] [stdout] test src/macros.rs - macros::u79 (line 265) ... ok
[INFO] [stdout] test src/macros.rs - macros::u82 (line 268) ... ok
[INFO] [stdout] test src/macros.rs - macros::u85 (line 271) ... ok
[INFO] [stdout] test src/macros.rs - macros::u83 (line 269) ... ok
[INFO] [stdout] test src/macros.rs - macros::u84 (line 270) ... ok
[INFO] [stdout] test src/macros.rs - macros::u86 (line 272) ... ok
[INFO] [stdout] test src/macros.rs - macros::u89 (line 275) ... ok
[INFO] [stdout] test src/macros.rs - macros::u9 (line 198) ... ok
[INFO] [stdout] test src/macros.rs - macros::u87 (line 273) ... ok
[INFO] [stdout] test src/macros.rs - macros::u88 (line 274) ... ok
[INFO] [stdout] test src/macros.rs - macros::u91 (line 277) ... ok
[INFO] [stdout] test src/macros.rs - macros::u92 (line 278) ... ok
[INFO] [stdout] test src/macros.rs - macros::u90 (line 276) ... ok
[INFO] [stdout] test src/macros.rs - macros::u95 (line 281) ... ok
[INFO] [stdout] test src/macros.rs - macros::u93 (line 279) ... ok
[INFO] [stdout] test src/macros.rs - macros::u96 (line 282) ... ok
[INFO] [stdout] test src/macros.rs - macros::u94 (line 280) ... ok
[INFO] [stdout] test src/macros.rs - macros::u99 (line 285) ... ok
[INFO] [stdout] test src/macros.rs - macros::u97 (line 283) ... ok
[INFO] [stdout] test src/macros.rs - macros::u98 (line 284) ... ok
[INFO] [stdout] test src/saturating.rs - saturating::SaturatingFrom (line 10) ... ok
[INFO] [stdout] test src/saturating.rs - saturating::SaturatingInto (line 26) ... ok
[INFO] [stdout] test src/wrapping.rs - wrapping::WrappingFrom (line 13) ... ok
[INFO] [stdout] test src/wrapping.rs - wrapping::WrappingInto (line 32) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 265 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 23.47s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e036d5fa21a841875ee6fdded300926a3e7d58b859d61fce982f1881e9a32373", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e036d5fa21a841875ee6fdded300926a3e7d58b859d61fce982f1881e9a32373", kill_on_drop: false }`
[INFO] [stdout] e036d5fa21a841875ee6fdded300926a3e7d58b859d61fce982f1881e9a32373
