[INFO] fetching crate smallnum 0.4.1...
[INFO] testing smallnum-0.4.1 against 1.95.0 for beta-1.96-2
[INFO] extracting crate smallnum 0.4.1 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate smallnum 0.4.1
[INFO] finished tweaking crates.io crate smallnum 0.4.1
[INFO] tweaked toml for crates.io crate smallnum 0.4.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate smallnum 0.4.1 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate smallnum 0.4.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0046b6fbf3dc080969f02fd9e17a6568dc0f94840198f103efe55ec23b40148b
[INFO] running `Command { std: "docker" "start" "-a" "0046b6fbf3dc080969f02fd9e17a6568dc0f94840198f103efe55ec23b40148b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0046b6fbf3dc080969f02fd9e17a6568dc0f94840198f103efe55ec23b40148b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0046b6fbf3dc080969f02fd9e17a6568dc0f94840198f103efe55ec23b40148b", kill_on_drop: false }`
[INFO] [stdout] 0046b6fbf3dc080969f02fd9e17a6568dc0f94840198f103efe55ec23b40148b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6b9f54e462b0dc539db46b33b38306f7d29931a4eb423ce51f3c7c41b9b6923f
[INFO] running `Command { std: "docker" "start" "-a" "6b9f54e462b0dc539db46b33b38306f7d29931a4eb423ce51f3c7c41b9b6923f", kill_on_drop: false }`
[INFO] [stderr]    Compiling smallnum v0.4.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]   --> src/unsigned.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 |     target_pointer_width = "128",
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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/unsigned.rs:109:5
[INFO] [stdout]     |
[INFO] [stdout] 109 |     target_pointer_width = "128",
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/unsigned.rs:122:40
[INFO] [stdout]     |
[INFO] [stdout] 122 | #[cfg(any(target_pointer_width = "64", target_pointer_width = "128",))]
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/unsigned.rs:134:7
[INFO] [stdout]     |
[INFO] [stdout] 134 | #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]   --> src/signed.rs:99:5
[INFO] [stdout]    |
[INFO] [stdout] 99 |     target_pointer_width = "128",
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout] 115 |     target_pointer_width = "128",
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:128:40
[INFO] [stdout]     |
[INFO] [stdout] 128 | #[cfg(any(target_pointer_width = "64", target_pointer_width = "128",))]
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:140:7
[INFO] [stdout]     |
[INFO] [stdout] 140 | #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] running `Command { std: "docker" "inspect" "6b9f54e462b0dc539db46b33b38306f7d29931a4eb423ce51f3c7c41b9b6923f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b9f54e462b0dc539db46b33b38306f7d29931a4eb423ce51f3c7c41b9b6923f", kill_on_drop: false }`
[INFO] [stdout] 6b9f54e462b0dc539db46b33b38306f7d29931a4eb423ce51f3c7c41b9b6923f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 72b0b7d661a858e51d557d73baa9d846db948e946ca4ed23583424782370f9a5
[INFO] running `Command { std: "docker" "start" "-a" "72b0b7d661a858e51d557d73baa9d846db948e946ca4ed23583424782370f9a5", kill_on_drop: false }`
[INFO] [stderr]    Compiling smallnum v0.4.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]   --> src/unsigned.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 |     target_pointer_width = "128",
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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/unsigned.rs:109:5
[INFO] [stdout]     |
[INFO] [stdout] 109 |     target_pointer_width = "128",
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/unsigned.rs:122:40
[INFO] [stdout]     |
[INFO] [stdout] 122 | #[cfg(any(target_pointer_width = "64", target_pointer_width = "128",))]
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/unsigned.rs:134:7
[INFO] [stdout]     |
[INFO] [stdout] 134 | #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]   --> src/signed.rs:99:5
[INFO] [stdout]    |
[INFO] [stdout] 99 |     target_pointer_width = "128",
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout] 115 |     target_pointer_width = "128",
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:128:40
[INFO] [stdout]     |
[INFO] [stdout] 128 | #[cfg(any(target_pointer_width = "64", target_pointer_width = "128",))]
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:140:7
[INFO] [stdout]     |
[INFO] [stdout] 140 | #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]   --> src/unsigned.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 |     target_pointer_width = "128",
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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/unsigned.rs:109:5
[INFO] [stdout]     |
[INFO] [stdout] 109 |     target_pointer_width = "128",
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/unsigned.rs:122:40
[INFO] [stdout]     |
[INFO] [stdout] 122 | #[cfg(any(target_pointer_width = "64", target_pointer_width = "128",))]
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/unsigned.rs:134:7
[INFO] [stdout]     |
[INFO] [stdout] 134 | #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/unsigned.rs:251:48
[INFO] [stdout]     |
[INFO] [stdout] 251 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/unsigned.rs:254:15
[INFO] [stdout]     |
[INFO] [stdout] 254 |         #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/unsigned.rs:264:48
[INFO] [stdout]     |
[INFO] [stdout] 264 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/unsigned.rs:267:15
[INFO] [stdout]     |
[INFO] [stdout] 267 |         #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/unsigned.rs:276:48
[INFO] [stdout]     |
[INFO] [stdout] 276 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/unsigned.rs:279:15
[INFO] [stdout]     |
[INFO] [stdout] 279 |         #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/unsigned.rs:286:48
[INFO] [stdout]     |
[INFO] [stdout] 286 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/unsigned.rs:289:15
[INFO] [stdout]     |
[INFO] [stdout] 289 |         #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/unsigned.rs:297:48
[INFO] [stdout]     |
[INFO] [stdout] 297 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/unsigned.rs:303:15
[INFO] [stdout]     |
[INFO] [stdout] 303 |         #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/unsigned.rs:319:48
[INFO] [stdout]     |
[INFO] [stdout] 319 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/unsigned.rs:322:15
[INFO] [stdout]     |
[INFO] [stdout] 322 |         #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/unsigned.rs:332:48
[INFO] [stdout]     |
[INFO] [stdout] 332 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/unsigned.rs:335:15
[INFO] [stdout]     |
[INFO] [stdout] 335 |         #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]   --> src/signed.rs:99:5
[INFO] [stdout]    |
[INFO] [stdout] 99 |     target_pointer_width = "128",
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout] 115 |     target_pointer_width = "128",
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:128:40
[INFO] [stdout]     |
[INFO] [stdout] 128 | #[cfg(any(target_pointer_width = "64", target_pointer_width = "128",))]
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:140:7
[INFO] [stdout]     |
[INFO] [stdout] 140 | #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:290:48
[INFO] [stdout]     |
[INFO] [stdout] 290 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:293:48
[INFO] [stdout]     |
[INFO] [stdout] 293 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:296:48
[INFO] [stdout]     |
[INFO] [stdout] 296 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:299:15
[INFO] [stdout]     |
[INFO] [stdout] 299 |         #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:302:15
[INFO] [stdout]     |
[INFO] [stdout] 302 |         #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:305:15
[INFO] [stdout]     |
[INFO] [stdout] 305 |         #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:320:48
[INFO] [stdout]     |
[INFO] [stdout] 320 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:323:48
[INFO] [stdout]     |
[INFO] [stdout] 323 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:326:15
[INFO] [stdout]     |
[INFO] [stdout] 326 |         #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:329:15
[INFO] [stdout]     |
[INFO] [stdout] 329 |         #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:338:48
[INFO] [stdout]     |
[INFO] [stdout] 338 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:341:15
[INFO] [stdout]     |
[INFO] [stdout] 341 |         #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:348:48
[INFO] [stdout]     |
[INFO] [stdout] 348 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:351:15
[INFO] [stdout]     |
[INFO] [stdout] 351 |         #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:358:48
[INFO] [stdout]     |
[INFO] [stdout] 358 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:361:15
[INFO] [stdout]     |
[INFO] [stdout] 361 |         #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:368:48
[INFO] [stdout]     |
[INFO] [stdout] 368 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:371:15
[INFO] [stdout]     |
[INFO] [stdout] 371 |         #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:385:48
[INFO] [stdout]     |
[INFO] [stdout] 385 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:397:15
[INFO] [stdout]     |
[INFO] [stdout] 397 |         #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:419:48
[INFO] [stdout]     |
[INFO] [stdout] 419 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:422:15
[INFO] [stdout]     |
[INFO] [stdout] 422 |         #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:430:48
[INFO] [stdout]     |
[INFO] [stdout] 430 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:433:15
[INFO] [stdout]     |
[INFO] [stdout] 433 |         #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:443:48
[INFO] [stdout]     |
[INFO] [stdout] 443 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:446:15
[INFO] [stdout]     |
[INFO] [stdout] 446 |         #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:454:48
[INFO] [stdout]     |
[INFO] [stdout] 454 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/signed.rs:457:15
[INFO] [stdout]     |
[INFO] [stdout] 457 |         #[cfg(target_pointer_width = "128")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.42s
[INFO] running `Command { std: "docker" "inspect" "72b0b7d661a858e51d557d73baa9d846db948e946ca4ed23583424782370f9a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "72b0b7d661a858e51d557d73baa9d846db948e946ca4ed23583424782370f9a5", kill_on_drop: false }`
[INFO] [stdout] 72b0b7d661a858e51d557d73baa9d846db948e946ca4ed23583424782370f9a5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a318cbb458d8126869969a689dd04e1e3f0d345ae7e2420fde8b3e7dab2593be
[INFO] running `Command { std: "docker" "start" "-a" "a318cbb458d8126869969a689dd04e1e3f0d345ae7e2420fde8b3e7dab2593be", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]   --> src/unsigned.rs:93:5
[INFO] [stderr]    |
[INFO] [stderr] 93 |     target_pointer_width = "128",
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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/unsigned.rs:109:5
[INFO] [stderr]     |
[INFO] [stderr] 109 |     target_pointer_width = "128",
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/unsigned.rs:122:40
[INFO] [stderr]     |
[INFO] [stderr] 122 | #[cfg(any(target_pointer_width = "64", target_pointer_width = "128",))]
[INFO] [stderr]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/unsigned.rs:134:7
[INFO] [stderr]     |
[INFO] [stderr] 134 | #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]   --> src/signed.rs:99:5
[INFO] [stderr]    |
[INFO] [stderr] 99 |     target_pointer_width = "128",
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:115:5
[INFO] [stderr]     |
[INFO] [stderr] 115 |     target_pointer_width = "128",
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:128:40
[INFO] [stderr]     |
[INFO] [stderr] 128 | #[cfg(any(target_pointer_width = "64", target_pointer_width = "128",))]
[INFO] [stderr]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:140:7
[INFO] [stderr]     |
[INFO] [stderr] 140 | #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `smallnum` (lib) generated 8 warnings
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/unsigned.rs:251:48
[INFO] [stderr]     |
[INFO] [stderr] 251 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/unsigned.rs:254:15
[INFO] [stderr]     |
[INFO] [stderr] 254 |         #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/unsigned.rs:264:48
[INFO] [stderr]     |
[INFO] [stderr] 264 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/unsigned.rs:267:15
[INFO] [stderr]     |
[INFO] [stderr] 267 |         #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/unsigned.rs:276:48
[INFO] [stderr]     |
[INFO] [stderr] 276 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/unsigned.rs:279:15
[INFO] [stderr]     |
[INFO] [stderr] 279 |         #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/unsigned.rs:286:48
[INFO] [stderr]     |
[INFO] [stderr] 286 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/unsigned.rs:289:15
[INFO] [stderr]     |
[INFO] [stderr] 289 |         #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/unsigned.rs:297:48
[INFO] [stderr]     |
[INFO] [stderr] 297 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/unsigned.rs:303:15
[INFO] [stderr]     |
[INFO] [stderr] 303 |         #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/unsigned.rs:319:48
[INFO] [stderr]     |
[INFO] [stderr] 319 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/unsigned.rs:322:15
[INFO] [stderr]     |
[INFO] [stderr] 322 |         #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/unsigned.rs:332:48
[INFO] [stderr]     |
[INFO] [stderr] 332 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/unsigned.rs:335:15
[INFO] [stderr]     |
[INFO] [stderr] 335 |         #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:290:48
[INFO] [stderr]     |
[INFO] [stderr] 290 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:293:48
[INFO] [stderr]     |
[INFO] [stderr] 293 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:296:48
[INFO] [stderr]     |
[INFO] [stderr] 296 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:299:15
[INFO] [stderr]     |
[INFO] [stderr] 299 |         #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:302:15
[INFO] [stderr]     |
[INFO] [stderr] 302 |         #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:305:15
[INFO] [stderr]     |
[INFO] [stderr] 305 |         #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:320:48
[INFO] [stderr]     |
[INFO] [stderr] 320 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:323:48
[INFO] [stderr]     |
[INFO] [stderr] 323 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:326:15
[INFO] [stderr]     |
[INFO] [stderr] 326 |         #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:329:15
[INFO] [stderr]     |
[INFO] [stderr] 329 |         #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:338:48
[INFO] [stderr]     |
[INFO] [stderr] 338 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:341:15
[INFO] [stderr]     |
[INFO] [stderr] 341 |         #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:348:48
[INFO] [stderr]     |
[INFO] [stderr] 348 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:351:15
[INFO] [stderr]     |
[INFO] [stderr] 351 |         #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:358:48
[INFO] [stderr]     |
[INFO] [stderr] 358 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:361:15
[INFO] [stderr]     |
[INFO] [stderr] 361 |         #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:368:48
[INFO] [stderr]     |
[INFO] [stderr] 368 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:371:15
[INFO] [stderr]     |
[INFO] [stderr] 371 |         #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:385:48
[INFO] [stderr]     |
[INFO] [stderr] 385 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:397:15
[INFO] [stderr]     |
[INFO] [stderr] 397 |         #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:419:48
[INFO] [stderr]     |
[INFO] [stderr] 419 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:422:15
[INFO] [stderr]     |
[INFO] [stderr] 422 |         #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:430:48
[INFO] [stderr]     |
[INFO] [stderr] 430 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:433:15
[INFO] [stderr]     |
[INFO] [stderr] 433 |         #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:443:48
[INFO] [stderr]     |
[INFO] [stderr] 443 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:446:15
[INFO] [stderr]     |
[INFO] [stderr] 446 |         #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:454:48
[INFO] [stderr]     |
[INFO] [stderr] 454 |         #[cfg(any(target_pointer_width = "64", target_pointer_width = "128"))]
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/signed.rs:457:15
[INFO] [stderr]     |
[INFO] [stderr] 457 |         #[cfg(target_pointer_width = "128")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `target_pointer_width` are: `16`, `32`, and `64`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `smallnum` (lib test) generated 50 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/smallnum-8bc94b606103a5b3)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test signed::tests::signed_macro ... ok
[INFO] [stdout] test signed::tests::signed_label_macro ... ok
[INFO] [stdout] test unsigned::tests::unsigned_label_macro ... ok
[INFO] [stdout] test unsigned::tests::unsigned_macro ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests smallnum
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test src/unsigned.rs - unsigned::small_unsigned_label (line 216) ... ok
[INFO] [stdout] test src/signed.rs - signed::small_signed (line 158) ... ok
[INFO] [stdout] test src/unsigned.rs - unsigned::small_unsigned (line 152) ... ok
[INFO] [stdout] test src/signed.rs - signed::small_signed_label (line 243) ... ok
[INFO] [stdout] test src/lib.rs - (line 75) ... ok
[INFO] [stdout] test src/lib.rs - (line 112) ... ok
[INFO] [stdout] test src/lib.rs - (line 44) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a318cbb458d8126869969a689dd04e1e3f0d345ae7e2420fde8b3e7dab2593be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a318cbb458d8126869969a689dd04e1e3f0d345ae7e2420fde8b3e7dab2593be", kill_on_drop: false }`
[INFO] [stdout] a318cbb458d8126869969a689dd04e1e3f0d345ae7e2420fde8b3e7dab2593be
