[INFO] fetching crate const_stringify_ints 0.1.0...
[INFO] testing const_stringify_ints-0.1.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate const_stringify_ints 0.1.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate const_stringify_ints 0.1.0
[INFO] finished tweaking crates.io crate const_stringify_ints 0.1.0
[INFO] tweaked toml for crates.io crate const_stringify_ints 0.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate const_stringify_ints 0.1.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8f1a3e795e6e28d73efa36ce0aa1ade7c1e46a53aabcdea1ab2f0c5fad5ae449
[INFO] running `Command { std: "docker" "start" "-a" "8f1a3e795e6e28d73efa36ce0aa1ade7c1e46a53aabcdea1ab2f0c5fad5ae449", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8f1a3e795e6e28d73efa36ce0aa1ade7c1e46a53aabcdea1ab2f0c5fad5ae449", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f1a3e795e6e28d73efa36ce0aa1ade7c1e46a53aabcdea1ab2f0c5fad5ae449", kill_on_drop: false }`
[INFO] [stdout] 8f1a3e795e6e28d73efa36ce0aa1ade7c1e46a53aabcdea1ab2f0c5fad5ae449
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2c07988b85f2ca697a610c1566ea277d29cf2be37340c42ada5efa6ad18de038
[INFO] running `Command { std: "docker" "start" "-a" "2c07988b85f2ca697a610c1566ea277d29cf2be37340c42ada5efa6ad18de038", kill_on_drop: false }`
[INFO] [stderr]    Compiling const_stringify_ints v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `8`
[INFO] [stdout]    --> src/lib.rs:56:15
[INFO] [stdout]     |
[INFO] [stdout]  56 |            #[cfg(target_pointer_width = $width)]
[INFO] [stdout]     |  ________________^
[INFO] [stdout]  57 | |          const fn const_digits_usize<const N: usize>() -> &'static [u8; { $( (($n_unsized - $n_unsized) + 1) + )* $( ($n - $n + 1) + )* 0 ...
[INFO] [stdout]  58 | |              &[
[INFO] [stdout]  59 | |                  $(
[INFO] [stdout] ...   |
[INFO] [stdout] 343 | |  impl_everything! { u8, i8, "8", 7, const_digits_u8, const_digits_i8, const_str_u8, const_str_i8, {}, {
[INFO] [stdout]     | |__-____________________________^
[INFO] [stdout]     |   _|
[INFO] [stdout]     |  |
[INFO] [stdout] 344 |  |     100,
[INFO] [stdout] 345 |  |     10,
[INFO] [stdout] 346 |  |     1,
[INFO] [stdout] 347 |  | },}
[INFO] [stdout]     |  |___- in this macro invocation
[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]     = note: this warning originates in the macro `impl_everything` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `8`
[INFO] [stdout]    --> src/lib.rs:101:15
[INFO] [stdout]     |
[INFO] [stdout] 101 |            #[cfg(target_pointer_width = $width)]
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 102 | |          const fn const_digits_isize<const N: isize>() -> &'static [u8; { $( (($n - $n) + 1) + )* 1 }] {
[INFO] [stdout] 103 | |              &[
[INFO] [stdout] 104 | |                  numeric_if!(
[INFO] [stdout] ...   |
[INFO] [stdout] 343 | |  impl_everything! { u8, i8, "8", 7, const_digits_u8, const_digits_i8, const_str_u8, const_str_i8, {}, {
[INFO] [stdout]     | |__-____________________________^
[INFO] [stdout]     |   _|
[INFO] [stdout]     |  |
[INFO] [stdout] 344 |  |     100,
[INFO] [stdout] 345 |  |     10,
[INFO] [stdout] 346 |  |     1,
[INFO] [stdout] 347 |  | },}
[INFO] [stdout]     |  |___- in this macro invocation
[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: this warning originates in the macro `impl_everything` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/lib.rs:56:15
[INFO] [stdout]     |
[INFO] [stdout]  56 |            #[cfg(target_pointer_width = $width)]
[INFO] [stdout]     |  ________________^
[INFO] [stdout]  57 | |          const fn const_digits_usize<const N: usize>() -> &'static [u8; { $( (($n_unsized - $n_unsized) + 1) + )* $( ($n - $n + 1) + )* 0 ...
[INFO] [stdout]  58 | |              &[
[INFO] [stdout]  59 | |                  $(
[INFO] [stdout] ...   |
[INFO] [stdout] 389 | |  },}
[INFO] [stdout] 390 | |  impl_everything! { u128, i128, "128", 127, const_digits_u128, const_digits_i128, const_str_u128, const_str_i128, {}, {
[INFO] [stdout]     | |__-__________________________________^
[INFO] [stdout]     |   _|
[INFO] [stdout]     |  |
[INFO] [stdout] 391 |  |     100000000000000000000000000000000000000,
[INFO] [stdout] 392 |  |     10000000000000000000000000000000000000,
[INFO] [stdout] 393 |  |     1000000000000000000000000000000000000,
[INFO] [stdout] ...    |
[INFO] [stdout] 429 |  |     1,
[INFO] [stdout] 430 |  | },}
[INFO] [stdout]     |  |___- in this macro invocation
[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: this warning originates in the macro `impl_everything` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/lib.rs:101:15
[INFO] [stdout]     |
[INFO] [stdout] 101 |            #[cfg(target_pointer_width = $width)]
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 102 | |          const fn const_digits_isize<const N: isize>() -> &'static [u8; { $( (($n - $n) + 1) + )* 1 }] {
[INFO] [stdout] 103 | |              &[
[INFO] [stdout] 104 | |                  numeric_if!(
[INFO] [stdout] ...   |
[INFO] [stdout] 389 | |  },}
[INFO] [stdout] 390 | |  impl_everything! { u128, i128, "128", 127, const_digits_u128, const_digits_i128, const_str_u128, const_str_i128, {}, {
[INFO] [stdout]     | |__-__________________________________^
[INFO] [stdout]     |   _|
[INFO] [stdout]     |  |
[INFO] [stdout] 391 |  |     100000000000000000000000000000000000000,
[INFO] [stdout] 392 |  |     10000000000000000000000000000000000000,
[INFO] [stdout] 393 |  |     1000000000000000000000000000000000000,
[INFO] [stdout] ...    |
[INFO] [stdout] 429 |  |     1,
[INFO] [stdout] 430 |  | },}
[INFO] [stdout]     |  |___- in this macro invocation
[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: this warning originates in the macro `impl_everything` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
[INFO] running `Command { std: "docker" "inspect" "2c07988b85f2ca697a610c1566ea277d29cf2be37340c42ada5efa6ad18de038", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2c07988b85f2ca697a610c1566ea277d29cf2be37340c42ada5efa6ad18de038", kill_on_drop: false }`
[INFO] [stdout] 2c07988b85f2ca697a610c1566ea277d29cf2be37340c42ada5efa6ad18de038
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b8e2571811817c850e5744f8b509afc60b78dc18295c6df996feffa098374e5c
[INFO] running `Command { std: "docker" "start" "-a" "b8e2571811817c850e5744f8b509afc60b78dc18295c6df996feffa098374e5c", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition value: `8`
[INFO] [stdout]    --> src/lib.rs:56:15
[INFO] [stdout]     |
[INFO] [stdout]  56 |            #[cfg(target_pointer_width = $width)]
[INFO] [stdout]     |  ________________^
[INFO] [stdout]  57 | |          const fn const_digits_usize<const N: usize>() -> &'static [u8; { $( (($n_unsized - $n_unsized) + 1) + )* $( ($n - $n + 1) + )* 0 ...
[INFO] [stdout]  58 | |              &[
[INFO] [stdout]  59 | |                  $(
[INFO] [stdout] ...   |
[INFO] [stdout] 343 | |  impl_everything! { u8, i8, "8", 7, const_digits_u8, const_digits_i8, const_str_u8, const_str_i8, {}, {
[INFO] [stdout]     | |__-____________________________^
[INFO] [stdout]     |   _|
[INFO] [stdout]     |  |
[INFO] [stdout] 344 |  |     100,
[INFO] [stdout] 345 |  |     10,
[INFO] [stdout] 346 |  |     1,
[INFO] [stdout] 347 |  | },}
[INFO] [stdout]     |  |___- in this macro invocation
[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]     = note: this warning originates in the macro `impl_everything` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `8`
[INFO] [stdout]    --> src/lib.rs:101:15
[INFO] [stdout]     |
[INFO] [stdout] 101 |            #[cfg(target_pointer_width = $width)]
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 102 | |          const fn const_digits_isize<const N: isize>() -> &'static [u8; { $( (($n - $n) + 1) + )* 1 }] {
[INFO] [stdout] 103 | |              &[
[INFO] [stdout] 104 | |                  numeric_if!(
[INFO] [stdout] ...   |
[INFO] [stdout] 343 | |  impl_everything! { u8, i8, "8", 7, const_digits_u8, const_digits_i8, const_str_u8, const_str_i8, {}, {
[INFO] [stdout]     | |__-____________________________^
[INFO] [stdout]     |   _|
[INFO] [stdout]     |  |
[INFO] [stdout] 344 |  |     100,
[INFO] [stdout] 345 |  |     10,
[INFO] [stdout] 346 |  |     1,
[INFO] [stdout] 347 |  | },}
[INFO] [stdout]     |  |___- in this macro invocation
[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: this warning originates in the macro `impl_everything` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/lib.rs:56:15
[INFO] [stdout]     |
[INFO] [stdout]  56 |            #[cfg(target_pointer_width = $width)]
[INFO] [stdout]     |  ________________^
[INFO] [stdout]  57 | |          const fn const_digits_usize<const N: usize>() -> &'static [u8; { $( (($n_unsized - $n_unsized) + 1) + )* $( ($n - $n + 1) + )* 0 ...
[INFO] [stdout]  58 | |              &[
[INFO] [stdout]  59 | |                  $(
[INFO] [stdout] ...   |
[INFO] [stdout] 389 | |  },}
[INFO] [stdout] 390 | |  impl_everything! { u128, i128, "128", 127, const_digits_u128, const_digits_i128, const_str_u128, const_str_i128, {}, {
[INFO] [stdout]     | |__-__________________________________^
[INFO] [stdout]     |   _|
[INFO] [stdout]     |  |
[INFO] [stdout] 391 |  |     100000000000000000000000000000000000000,
[INFO] [stdout] 392 |  |     10000000000000000000000000000000000000,
[INFO] [stdout] 393 |  |     1000000000000000000000000000000000000,
[INFO] [stdout] ...    |
[INFO] [stdout] 429 |  |     1,
[INFO] [stdout] 430 |  | },}
[INFO] [stdout]     |  |___- in this macro invocation
[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: this warning originates in the macro `impl_everything` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/lib.rs:101:15
[INFO] [stdout]     |
[INFO] [stdout] 101 |            #[cfg(target_pointer_width = $width)]
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 102 | |          const fn const_digits_isize<const N: isize>() -> &'static [u8; { $( (($n - $n) + 1) + )* 1 }] {
[INFO] [stdout] 103 | |              &[
[INFO] [stdout] 104 | |                  numeric_if!(
[INFO] [stdout] ...   |
[INFO] [stdout] 389 | |  },}
[INFO] [stdout] 390 | |  impl_everything! { u128, i128, "128", 127, const_digits_u128, const_digits_i128, const_str_u128, const_str_i128, {}, {
[INFO] [stdout]     | |__-__________________________________^
[INFO] [stdout]     |   _|
[INFO] [stdout]     |  |
[INFO] [stdout] 391 |  |     100000000000000000000000000000000000000,
[INFO] [stdout] 392 |  |     10000000000000000000000000000000000000,
[INFO] [stdout] 393 |  |     1000000000000000000000000000000000000,
[INFO] [stdout] ...    |
[INFO] [stdout] 429 |  |     1,
[INFO] [stdout] 430 |  | },}
[INFO] [stdout]     |  |___- in this macro invocation
[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: this warning originates in the macro `impl_everything` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling const_stringify_ints v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `8`
[INFO] [stdout]    --> src/lib.rs:56:15
[INFO] [stdout]     |
[INFO] [stdout]  56 |            #[cfg(target_pointer_width = $width)]
[INFO] [stdout]     |  ________________^
[INFO] [stdout]  57 | |          const fn const_digits_usize<const N: usize>() -> &'static [u8; { $( (($n_unsized - $n_unsized) + 1) + )* $( ($n - $n + 1) + )* 0 ...
[INFO] [stdout]  58 | |              &[
[INFO] [stdout]  59 | |                  $(
[INFO] [stdout] ...   |
[INFO] [stdout] 343 | |  impl_everything! { u8, i8, "8", 7, const_digits_u8, const_digits_i8, const_str_u8, const_str_i8, {}, {
[INFO] [stdout]     | |__-____________________________^
[INFO] [stdout]     |   _|
[INFO] [stdout]     |  |
[INFO] [stdout] 344 |  |     100,
[INFO] [stdout] 345 |  |     10,
[INFO] [stdout] 346 |  |     1,
[INFO] [stdout] 347 |  | },}
[INFO] [stdout]     |  |___- in this macro invocation
[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]     = note: this warning originates in the macro `impl_everything` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `8`
[INFO] [stdout]    --> src/lib.rs:101:15
[INFO] [stdout]     |
[INFO] [stdout] 101 |            #[cfg(target_pointer_width = $width)]
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 102 | |          const fn const_digits_isize<const N: isize>() -> &'static [u8; { $( (($n - $n) + 1) + )* 1 }] {
[INFO] [stdout] 103 | |              &[
[INFO] [stdout] 104 | |                  numeric_if!(
[INFO] [stdout] ...   |
[INFO] [stdout] 343 | |  impl_everything! { u8, i8, "8", 7, const_digits_u8, const_digits_i8, const_str_u8, const_str_i8, {}, {
[INFO] [stdout]     | |__-____________________________^
[INFO] [stdout]     |   _|
[INFO] [stdout]     |  |
[INFO] [stdout] 344 |  |     100,
[INFO] [stdout] 345 |  |     10,
[INFO] [stdout] 346 |  |     1,
[INFO] [stdout] 347 |  | },}
[INFO] [stdout]     |  |___- in this macro invocation
[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: this warning originates in the macro `impl_everything` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/lib.rs:56:15
[INFO] [stdout]     |
[INFO] [stdout]  56 |            #[cfg(target_pointer_width = $width)]
[INFO] [stdout]     |  ________________^
[INFO] [stdout]  57 | |          const fn const_digits_usize<const N: usize>() -> &'static [u8; { $( (($n_unsized - $n_unsized) + 1) + )* $( ($n - $n + 1) + )* 0 ...
[INFO] [stdout]  58 | |              &[
[INFO] [stdout]  59 | |                  $(
[INFO] [stdout] ...   |
[INFO] [stdout] 389 | |  },}
[INFO] [stdout] 390 | |  impl_everything! { u128, i128, "128", 127, const_digits_u128, const_digits_i128, const_str_u128, const_str_i128, {}, {
[INFO] [stdout]     | |__-__________________________________^
[INFO] [stdout]     |   _|
[INFO] [stdout]     |  |
[INFO] [stdout] 391 |  |     100000000000000000000000000000000000000,
[INFO] [stdout] 392 |  |     10000000000000000000000000000000000000,
[INFO] [stdout] 393 |  |     1000000000000000000000000000000000000,
[INFO] [stdout] ...    |
[INFO] [stdout] 429 |  |     1,
[INFO] [stdout] 430 |  | },}
[INFO] [stdout]     |  |___- in this macro invocation
[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: this warning originates in the macro `impl_everything` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `128`
[INFO] [stdout]    --> src/lib.rs:101:15
[INFO] [stdout]     |
[INFO] [stdout] 101 |            #[cfg(target_pointer_width = $width)]
[INFO] [stdout]     |  ________________^
[INFO] [stdout] 102 | |          const fn const_digits_isize<const N: isize>() -> &'static [u8; { $( (($n - $n) + 1) + )* 1 }] {
[INFO] [stdout] 103 | |              &[
[INFO] [stdout] 104 | |                  numeric_if!(
[INFO] [stdout] ...   |
[INFO] [stdout] 389 | |  },}
[INFO] [stdout] 390 | |  impl_everything! { u128, i128, "128", 127, const_digits_u128, const_digits_i128, const_str_u128, const_str_i128, {}, {
[INFO] [stdout]     | |__-__________________________________^
[INFO] [stdout]     |   _|
[INFO] [stdout]     |  |
[INFO] [stdout] 391 |  |     100000000000000000000000000000000000000,
[INFO] [stdout] 392 |  |     10000000000000000000000000000000000000,
[INFO] [stdout] 393 |  |     1000000000000000000000000000000000000,
[INFO] [stdout] ...    |
[INFO] [stdout] 429 |  |     1,
[INFO] [stdout] 430 |  | },}
[INFO] [stdout]     |  |___- in this macro invocation
[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: this warning originates in the macro `impl_everything` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.96s
[INFO] running `Command { std: "docker" "inspect" "b8e2571811817c850e5744f8b509afc60b78dc18295c6df996feffa098374e5c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8e2571811817c850e5744f8b509afc60b78dc18295c6df996feffa098374e5c", kill_on_drop: false }`
[INFO] [stdout] b8e2571811817c850e5744f8b509afc60b78dc18295c6df996feffa098374e5c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 02c046d255b270d20a3c5f64a7d5226106cab39f3f27c97acada2d43903f453c
[INFO] running `Command { std: "docker" "start" "-a" "02c046d255b270d20a3c5f64a7d5226106cab39f3f27c97acada2d43903f453c", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `8`
[INFO] [stderr]    --> src/lib.rs:56:15
[INFO] [stderr]     |
[INFO] [stderr]  56 |            #[cfg(target_pointer_width = $width)]
[INFO] [stderr]     |  ________________^
[INFO] [stderr]  57 | |          const fn const_digits_usize<const N: usize>() -> &'static [u8; { $( (($n_unsized - $n_unsized) + 1) + )* $( ($n - $n + 1) + )* 0 ...
[INFO] [stderr]  58 | |              &[
[INFO] [stderr]  59 | |                  $(
[INFO] [stderr] ...   |
[INFO] [stderr] 343 | |  impl_everything! { u8, i8, "8", 7, const_digits_u8, const_digits_i8, const_str_u8, const_str_i8, {}, {
[INFO] [stderr]     | |__-____________________________^
[INFO] [stderr]     |   _|
[INFO] [stderr]     |  |
[INFO] [stderr] 344 |  |     100,
[INFO] [stderr] 345 |  |     10,
[INFO] [stderr] 346 |  |     1,
[INFO] [stderr] 347 |  | },}
[INFO] [stderr]     |  |___- in this macro invocation
[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]     = note: this warning originates in the macro `impl_everything` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `8`
[INFO] [stderr]    --> src/lib.rs:101:15
[INFO] [stderr]     |
[INFO] [stderr] 101 |            #[cfg(target_pointer_width = $width)]
[INFO] [stderr]     |  ________________^
[INFO] [stderr] 102 | |          const fn const_digits_isize<const N: isize>() -> &'static [u8; { $( (($n - $n) + 1) + )* 1 }] {
[INFO] [stderr] 103 | |              &[
[INFO] [stderr] 104 | |                  numeric_if!(
[INFO] [stderr] ...   |
[INFO] [stderr] 343 | |  impl_everything! { u8, i8, "8", 7, const_digits_u8, const_digits_i8, const_str_u8, const_str_i8, {}, {
[INFO] [stderr]     | |__-____________________________^
[INFO] [stderr]     |   _|
[INFO] [stderr]     |  |
[INFO] [stderr] 344 |  |     100,
[INFO] [stderr] 345 |  |     10,
[INFO] [stderr] 346 |  |     1,
[INFO] [stderr] 347 |  | },}
[INFO] [stderr]     |  |___- in this macro invocation
[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: this warning originates in the macro `impl_everything` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/lib.rs:56:15
[INFO] [stderr]     |
[INFO] [stderr]  56 |            #[cfg(target_pointer_width = $width)]
[INFO] [stderr]     |  ________________^
[INFO] [stderr]  57 | |          const fn const_digits_usize<const N: usize>() -> &'static [u8; { $( (($n_unsized - $n_unsized) + 1) + )* $( ($n - $n + 1) + )* 0 ...
[INFO] [stderr]  58 | |              &[
[INFO] [stderr]  59 | |                  $(
[INFO] [stderr] ...   |
[INFO] [stderr] 389 | |  },}
[INFO] [stderr] 390 | |  impl_everything! { u128, i128, "128", 127, const_digits_u128, const_digits_i128, const_str_u128, const_str_i128, {}, {
[INFO] [stderr]     | |__-__________________________________^
[INFO] [stderr]     |   _|
[INFO] [stderr]     |  |
[INFO] [stderr] 391 |  |     100000000000000000000000000000000000000,
[INFO] [stderr] 392 |  |     10000000000000000000000000000000000000,
[INFO] [stderr] 393 |  |     1000000000000000000000000000000000000,
[INFO] [stderr] ...    |
[INFO] [stderr] 429 |  |     1,
[INFO] [stderr] 430 |  | },}
[INFO] [stderr]     |  |___- in this macro invocation
[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: this warning originates in the macro `impl_everything` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `128`
[INFO] [stderr]    --> src/lib.rs:101:15
[INFO] [stderr]     |
[INFO] [stderr] 101 |            #[cfg(target_pointer_width = $width)]
[INFO] [stderr]     |  ________________^
[INFO] [stderr] 102 | |          const fn const_digits_isize<const N: isize>() -> &'static [u8; { $( (($n - $n) + 1) + )* 1 }] {
[INFO] [stderr] 103 | |              &[
[INFO] [stderr] 104 | |                  numeric_if!(
[INFO] [stderr] ...   |
[INFO] [stderr] 389 | |  },}
[INFO] [stderr] 390 | |  impl_everything! { u128, i128, "128", 127, const_digits_u128, const_digits_i128, const_str_u128, const_str_i128, {}, {
[INFO] [stderr]     | |__-__________________________________^
[INFO] [stderr]     |   _|
[INFO] [stderr]     |  |
[INFO] [stderr] 391 |  |     100000000000000000000000000000000000000,
[INFO] [stderr] 392 |  |     10000000000000000000000000000000000000,
[INFO] [stderr] 393 |  |     1000000000000000000000000000000000000,
[INFO] [stderr] ...    |
[INFO] [stderr] 429 |  |     1,
[INFO] [stderr] 430 |  | },}
[INFO] [stderr]     |  |___- in this macro invocation
[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: this warning originates in the macro `impl_everything` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `const_stringify_ints` (lib) generated 4 warnings
[INFO] [stderr] warning: `const_stringify_ints` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/const_stringify_ints-0067c04fa920b9da)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test macro_tests::test_numeric_if ... ok
[INFO] [stdout] test macro_tests::test_abs ... ok
[INFO] [stdout] test macro_tests::test_nonzero ... ok
[INFO] [stdout] test macro_tests::test_wrapping_inc ... ok
[INFO] [stdout] test test::test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]    Doc-tests const_stringify_ints
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test src/lib.rs - const_str_u8 (line 345) ... ok
[INFO] [stdout] test src/lib.rs - const_str_u16 (line 350) ... ok
[INFO] [stdout] test src/lib.rs - (line 7) ... ok
[INFO] [stdout] test src/lib.rs - const_str_isize (line 458) ... ok
[INFO] [stdout] test src/lib.rs - const_str_i16 (line 350) ... ok
[INFO] [stdout] test src/lib.rs - const_str_usize (line 434) ... ok
[INFO] [stdout] test src/lib.rs - const_str_u128 (line 392) ... ok
[INFO] [stdout] test src/lib.rs - const_str_i8 (line 345) ... ok
[INFO] [stdout] test src/lib.rs - const_str_i64 (line 369) ... ok
[INFO] [stdout] test src/lib.rs - const_str_u32 (line 357) ... ok
[INFO] [stdout] test src/lib.rs - const_str_u64 (line 369) ... ok
[INFO] [stdout] test src/lib.rs - const_str_i32 (line 357) ... ok
[INFO] [stdout] test src/lib.rs - const_str_i128 (line 392) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.78s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "02c046d255b270d20a3c5f64a7d5226106cab39f3f27c97acada2d43903f453c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02c046d255b270d20a3c5f64a7d5226106cab39f3f27c97acada2d43903f453c", kill_on_drop: false }`
[INFO] [stdout] 02c046d255b270d20a3c5f64a7d5226106cab39f3f27c97acada2d43903f453c
