[INFO] fetching crate typenum-consts 0.1.5...
[INFO] testing typenum-consts-0.1.5 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate typenum-consts 0.1.5 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate typenum-consts 0.1.5
[INFO] finished tweaking crates.io crate typenum-consts 0.1.5
[INFO] tweaked toml for crates.io crate typenum-consts 0.1.5 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate typenum-consts 0.1.5 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 31 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9e06dd37e796cc20de18358f1fe6421faba06834d789566cbe5a3b42248c495c
[INFO] running `Command { std: "docker" "start" "-a" "9e06dd37e796cc20de18358f1fe6421faba06834d789566cbe5a3b42248c495c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9e06dd37e796cc20de18358f1fe6421faba06834d789566cbe5a3b42248c495c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e06dd37e796cc20de18358f1fe6421faba06834d789566cbe5a3b42248c495c", kill_on_drop: false }`
[INFO] [stdout] 9e06dd37e796cc20de18358f1fe6421faba06834d789566cbe5a3b42248c495c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b92f54a63160681ee779e331a53b8a2dadcad13e57cec9469c745026592eb76a
[INFO] running `Command { std: "docker" "start" "-a" "b92f54a63160681ee779e331a53b8a2dadcad13e57cec9469c745026592eb76a", kill_on_drop: false }`
[INFO] [stderr]    Compiling peekmore v1.3.0
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling rsc v3.0.0
[INFO] [stderr]    Compiling typenum-consts v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]   --> src/macros.rs:5:15
[INFO] [stdout]    |
[INFO] [stdout]  5 |           #[cfg(__debug_tnconst)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/ast.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 | /         debug_eprintln!(
[INFO] [stdout] 51 | |             "`input` = {input}, `lookahead` = {}",
[INFO] [stdout] 52 | |             lookahead.error().to_string()
[INFO] [stdout] 53 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]    --> src/macros.rs:5:15
[INFO] [stdout]     |
[INFO] [stdout]   5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ast.rs:129:13
[INFO] [stdout]     |
[INFO] [stdout] 129 |             debug_eprintln!("`input` = {input}");
[INFO] [stdout]     |             ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]    --> src/macros.rs:5:15
[INFO] [stdout]     |
[INFO] [stdout]   5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ast.rs:133:13
[INFO] [stdout]     |
[INFO] [stdout] 133 |             debug_eprintln!("`input` = {input}");
[INFO] [stdout]     |             ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]    --> src/macros.rs:5:15
[INFO] [stdout]     |
[INFO] [stdout]   5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ast.rs:136:13
[INFO] [stdout]     |
[INFO] [stdout] 136 |             debug_eprintln!("`input` = {input}");
[INFO] [stdout]     |             ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]    --> src/macros.rs:5:15
[INFO] [stdout]     |
[INFO] [stdout]   5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ast.rs:213:13
[INFO] [stdout]     |
[INFO] [stdout] 213 |             debug_eprintln!("{:?}", lit_integer);
[INFO] [stdout]     |             ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]    --> src/macros.rs:5:15
[INFO] [stdout]     |
[INFO] [stdout]   5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ast.rs:218:13
[INFO] [stdout]     |
[INFO] [stdout] 218 |             debug_eprintln!("{:?}", lit_integer);
[INFO] [stdout]     |             ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]    --> src/macros.rs:5:15
[INFO] [stdout]     |
[INFO] [stdout]   5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ast.rs:222:13
[INFO] [stdout]     |
[INFO] [stdout] 222 |             debug_eprintln!("{:?}", lit_integer);
[INFO] [stdout]     |             ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]   --> src/macros.rs:5:15
[INFO] [stdout]    |
[INFO] [stdout]  5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/ast_macro.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 |                 debug_eprintln!("`env_path` = {env_path:?}; `manifest_path` = {manifest_path:?}");
[INFO] [stdout]    |                 --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]   --> src/macros.rs:5:15
[INFO] [stdout]    |
[INFO] [stdout]  5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/uconst_impl.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         debug_eprintln!("`expo` = {expo}; `d` = {d}");
[INFO] [stdout]    |         --------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]   --> src/macros.rs:5:15
[INFO] [stdout]    |
[INFO] [stdout]  5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/uconst_impl.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |         debug_eprintln!("`token_stream` = {token_stream}");
[INFO] [stdout]    |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]   --> src/macros.rs:5:15
[INFO] [stdout]    |
[INFO] [stdout]  5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/uconst_impl.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 |         debug_eprintln!("`if digits.len() == num_digit`: {digits}");
[INFO] [stdout]    |         ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]   --> src/macros.rs:5:15
[INFO] [stdout]    |
[INFO] [stdout]  5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/uconst_impl.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 73 |     debug_eprintln!("`litint` = {litint}");
[INFO] [stdout]    |     -------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (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 2.04s
[INFO] running `Command { std: "docker" "inspect" "b92f54a63160681ee779e331a53b8a2dadcad13e57cec9469c745026592eb76a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b92f54a63160681ee779e331a53b8a2dadcad13e57cec9469c745026592eb76a", kill_on_drop: false }`
[INFO] [stdout] b92f54a63160681ee779e331a53b8a2dadcad13e57cec9469c745026592eb76a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 511ddacf2846c564a81d9064eff026099a866afe24c7a45af9172cb091a4e15d
[INFO] running `Command { std: "docker" "start" "-a" "511ddacf2846c564a81d9064eff026099a866afe24c7a45af9172cb091a4e15d", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling target-triple v1.0.0
[INFO] [stderr]    Compiling toml_writer v1.0.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling typenum-consts v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]   --> src/macros.rs:5:15
[INFO] [stdout]    |
[INFO] [stdout]  5 |           #[cfg(__debug_tnconst)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/ast.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 | /         debug_eprintln!(
[INFO] [stdout] 51 | |             "`input` = {input}, `lookahead` = {}",
[INFO] [stdout] 52 | |             lookahead.error().to_string()
[INFO] [stdout] 53 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]    --> src/macros.rs:5:15
[INFO] [stdout]     |
[INFO] [stdout]   5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ast.rs:129:13
[INFO] [stdout]     |
[INFO] [stdout] 129 |             debug_eprintln!("`input` = {input}");
[INFO] [stdout]     |             ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]    --> src/macros.rs:5:15
[INFO] [stdout]     |
[INFO] [stdout]   5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ast.rs:133:13
[INFO] [stdout]     |
[INFO] [stdout] 133 |             debug_eprintln!("`input` = {input}");
[INFO] [stdout]     |             ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]    --> src/macros.rs:5:15
[INFO] [stdout]     |
[INFO] [stdout]   5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ast.rs:136:13
[INFO] [stdout]     |
[INFO] [stdout] 136 |             debug_eprintln!("`input` = {input}");
[INFO] [stdout]     |             ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]    --> src/macros.rs:5:15
[INFO] [stdout]     |
[INFO] [stdout]   5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ast.rs:213:13
[INFO] [stdout]     |
[INFO] [stdout] 213 |             debug_eprintln!("{:?}", lit_integer);
[INFO] [stdout]     |             ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]    --> src/macros.rs:5:15
[INFO] [stdout]     |
[INFO] [stdout]   5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ast.rs:218:13
[INFO] [stdout]     |
[INFO] [stdout] 218 |             debug_eprintln!("{:?}", lit_integer);
[INFO] [stdout]     |             ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]    --> src/macros.rs:5:15
[INFO] [stdout]     |
[INFO] [stdout]   5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ast.rs:222:13
[INFO] [stdout]     |
[INFO] [stdout] 222 |             debug_eprintln!("{:?}", lit_integer);
[INFO] [stdout]     |             ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]   --> src/macros.rs:5:15
[INFO] [stdout]    |
[INFO] [stdout]  5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/ast_macro.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 |                 debug_eprintln!("`env_path` = {env_path:?}; `manifest_path` = {manifest_path:?}");
[INFO] [stdout]    |                 --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]   --> src/macros.rs:5:15
[INFO] [stdout]    |
[INFO] [stdout]  5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/uconst_impl.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         debug_eprintln!("`expo` = {expo}; `d` = {d}");
[INFO] [stdout]    |         --------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]   --> src/macros.rs:5:15
[INFO] [stdout]    |
[INFO] [stdout]  5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/uconst_impl.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |         debug_eprintln!("`token_stream` = {token_stream}");
[INFO] [stdout]    |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]   --> src/macros.rs:5:15
[INFO] [stdout]    |
[INFO] [stdout]  5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/uconst_impl.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 |         debug_eprintln!("`if digits.len() == num_digit`: {digits}");
[INFO] [stdout]    |         ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]   --> src/macros.rs:5:15
[INFO] [stdout]    |
[INFO] [stdout]  5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/uconst_impl.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 73 |     debug_eprintln!("`litint` = {litint}");
[INFO] [stdout]    |     -------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling serde_spanned v1.0.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling toml v0.9.8
[INFO] [stderr]    Compiling trybuild v1.0.113
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]   --> src/macros.rs:5:15
[INFO] [stdout]    |
[INFO] [stdout]  5 |           #[cfg(__debug_tnconst)]
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/ast.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 | /         debug_eprintln!(
[INFO] [stdout] 51 | |             "`input` = {input}, `lookahead` = {}",
[INFO] [stdout] 52 | |             lookahead.error().to_string()
[INFO] [stdout] 53 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]    --> src/macros.rs:5:15
[INFO] [stdout]     |
[INFO] [stdout]   5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ast.rs:129:13
[INFO] [stdout]     |
[INFO] [stdout] 129 |             debug_eprintln!("`input` = {input}");
[INFO] [stdout]     |             ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]    --> src/macros.rs:5:15
[INFO] [stdout]     |
[INFO] [stdout]   5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ast.rs:133:13
[INFO] [stdout]     |
[INFO] [stdout] 133 |             debug_eprintln!("`input` = {input}");
[INFO] [stdout]     |             ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]    --> src/macros.rs:5:15
[INFO] [stdout]     |
[INFO] [stdout]   5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ast.rs:136:13
[INFO] [stdout]     |
[INFO] [stdout] 136 |             debug_eprintln!("`input` = {input}");
[INFO] [stdout]     |             ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]    --> src/macros.rs:5:15
[INFO] [stdout]     |
[INFO] [stdout]   5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ast.rs:213:13
[INFO] [stdout]     |
[INFO] [stdout] 213 |             debug_eprintln!("{:?}", lit_integer);
[INFO] [stdout]     |             ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]    --> src/macros.rs:5:15
[INFO] [stdout]     |
[INFO] [stdout]   5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ast.rs:218:13
[INFO] [stdout]     |
[INFO] [stdout] 218 |             debug_eprintln!("{:?}", lit_integer);
[INFO] [stdout]     |             ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]    --> src/macros.rs:5:15
[INFO] [stdout]     |
[INFO] [stdout]   5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/ast.rs:222:13
[INFO] [stdout]     |
[INFO] [stdout] 222 |             debug_eprintln!("{:?}", lit_integer);
[INFO] [stdout]     |             ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]   --> src/macros.rs:5:15
[INFO] [stdout]    |
[INFO] [stdout]  5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/ast_macro.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 |                 debug_eprintln!("`env_path` = {env_path:?}; `manifest_path` = {manifest_path:?}");
[INFO] [stdout]    |                 --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]   --> src/macros.rs:5:15
[INFO] [stdout]    |
[INFO] [stdout]  5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/uconst_impl.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         debug_eprintln!("`expo` = {expo}; `d` = {d}");
[INFO] [stdout]    |         --------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]   --> src/macros.rs:5:15
[INFO] [stdout]    |
[INFO] [stdout]  5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/uconst_impl.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |         debug_eprintln!("`token_stream` = {token_stream}");
[INFO] [stdout]    |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]   --> src/macros.rs:5:15
[INFO] [stdout]    |
[INFO] [stdout]  5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/uconst_impl.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 |         debug_eprintln!("`if digits.len() == num_digit`: {digits}");
[INFO] [stdout]    |         ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stdout]   --> src/macros.rs:5:15
[INFO] [stdout]    |
[INFO] [stdout]  5 |         #[cfg(__debug_tnconst)]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/uconst_impl.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 73 |     debug_eprintln!("`litint` = {litint}");
[INFO] [stdout]    |     -------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (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 8.02s
[INFO] running `Command { std: "docker" "inspect" "511ddacf2846c564a81d9064eff026099a866afe24c7a45af9172cb091a4e15d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "511ddacf2846c564a81d9064eff026099a866afe24c7a45af9172cb091a4e15d", kill_on_drop: false }`
[INFO] [stdout] 511ddacf2846c564a81d9064eff026099a866afe24c7a45af9172cb091a4e15d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6fcc56bdea4e7bf82a5dc6a739f4f1f46b833cedeaa7ea26197acec3699fd652
[INFO] running `Command { std: "docker" "start" "-a" "6fcc56bdea4e7bf82a5dc6a739f4f1f46b833cedeaa7ea26197acec3699fd652", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stderr]   --> src/macros.rs:5:15
[INFO] [stderr]    |
[INFO] [stderr]  5 |           #[cfg(__debug_tnconst)]
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/ast.rs:50:9
[INFO] [stderr]    |
[INFO] [stderr] 50 | /         debug_eprintln!(
[INFO] [stderr] 51 | |             "`input` = {input}, `lookahead` = {}",
[INFO] [stderr] 52 | |             lookahead.error().to_string()
[INFO] [stderr] 53 | |         );
[INFO] [stderr]    | |_________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stderr]    --> src/macros.rs:5:15
[INFO] [stderr]     |
[INFO] [stderr]   5 |         #[cfg(__debug_tnconst)]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/ast.rs:129:13
[INFO] [stderr]     |
[INFO] [stderr] 129 |             debug_eprintln!("`input` = {input}");
[INFO] [stderr]     |             ------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stderr]    --> src/macros.rs:5:15
[INFO] [stderr]     |
[INFO] [stderr]   5 |         #[cfg(__debug_tnconst)]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/ast.rs:133:13
[INFO] [stderr]     |
[INFO] [stderr] 133 |             debug_eprintln!("`input` = {input}");
[INFO] [stderr]     |             ------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stderr]    --> src/macros.rs:5:15
[INFO] [stderr]     |
[INFO] [stderr]   5 |         #[cfg(__debug_tnconst)]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/ast.rs:136:13
[INFO] [stderr]     |
[INFO] [stderr] 136 |             debug_eprintln!("`input` = {input}");
[INFO] [stderr]     |             ------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stderr]    --> src/macros.rs:5:15
[INFO] [stderr]     |
[INFO] [stderr]   5 |         #[cfg(__debug_tnconst)]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/ast.rs:213:13
[INFO] [stderr]     |
[INFO] [stderr] 213 |             debug_eprintln!("{:?}", lit_integer);
[INFO] [stderr]     |             ------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stderr]    --> src/macros.rs:5:15
[INFO] [stderr]     |
[INFO] [stderr]   5 |         #[cfg(__debug_tnconst)]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/ast.rs:218:13
[INFO] [stderr]     |
[INFO] [stderr] 218 |             debug_eprintln!("{:?}", lit_integer);
[INFO] [stderr]     |             ------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stderr]    --> src/macros.rs:5:15
[INFO] [stderr]     |
[INFO] [stderr]   5 |         #[cfg(__debug_tnconst)]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/ast.rs:222:13
[INFO] [stderr]     |
[INFO] [stderr] 222 |             debug_eprintln!("{:?}", lit_integer);
[INFO] [stderr]     |             ------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stderr]   --> src/macros.rs:5:15
[INFO] [stderr]    |
[INFO] [stderr]  5 |         #[cfg(__debug_tnconst)]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/ast_macro.rs:35:17
[INFO] [stderr]    |
[INFO] [stderr] 35 |                 debug_eprintln!("`env_path` = {env_path:?}; `manifest_path` = {manifest_path:?}");
[INFO] [stderr]    |                 --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stderr]   --> src/macros.rs:5:15
[INFO] [stderr]    |
[INFO] [stderr]  5 |         #[cfg(__debug_tnconst)]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/uconst_impl.rs:22:9
[INFO] [stderr]    |
[INFO] [stderr] 22 |         debug_eprintln!("`expo` = {expo}; `d` = {d}");
[INFO] [stderr]    |         --------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stderr]   --> src/macros.rs:5:15
[INFO] [stderr]    |
[INFO] [stderr]  5 |         #[cfg(__debug_tnconst)]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/uconst_impl.rs:37:9
[INFO] [stderr]    |
[INFO] [stderr] 37 |         debug_eprintln!("`token_stream` = {token_stream}");
[INFO] [stderr]    |         -------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stderr]   --> src/macros.rs:5:15
[INFO] [stderr]    |
[INFO] [stderr]  5 |         #[cfg(__debug_tnconst)]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/uconst_impl.rs:65:9
[INFO] [stderr]    |
[INFO] [stderr] 65 |         debug_eprintln!("`if digits.len() == num_digit`: {digits}");
[INFO] [stderr]    |         ----------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `__debug_tnconst`
[INFO] [stderr]   --> src/macros.rs:5:15
[INFO] [stderr]    |
[INFO] [stderr]  5 |         #[cfg(__debug_tnconst)]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]   ::: src/uconst_impl.rs:73:5
[INFO] [stderr]    |
[INFO] [stderr] 73 |     debug_eprintln!("`litint` = {litint}");
[INFO] [stderr]    |     -------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__debug_tnconst)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__debug_tnconst)");` to the top of the `build.rs`
[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 `debug_eprintln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `typenum-consts` (lib) generated 12 warnings
[INFO] [stderr] warning: `typenum-consts` (lib test) generated 12 warnings (12 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/typenum_consts-ec8b9222774552bd)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]    Doc-tests typenum_consts
[INFO] [stdout] test uconst_impl::tests::test_can_represent_as_u32_or_u64 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 31 tests
[INFO] [stdout] test src/lib.rs - pconst (line 239) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - (line 113) ... FAILED
[INFO] [stdout] test src/lib.rs - nconst (line 337) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - nconst (line 331) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - nconst (line 358) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - pconst (line 233) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - nconst (line 385) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - pconst (line 287) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - (line 71) ... FAILED
[INFO] [stdout] test src/lib.rs - nconst (line 345) ... ok
[INFO] [stdout] test src/lib.rs - tnconst (line 185) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - pconst (line 223) ... ok
[INFO] [stdout] test src/lib.rs - pconst (line 275) ... FAILED
[INFO] [stdout] test src/lib.rs - tnconst (line 158) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - nconst (line 373) ... FAILED
[INFO] [stdout] test src/lib.rs - nconst (line 321) ... ok
[INFO] [stdout] test src/lib.rs - pconst (line 260) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - uconst (line 45) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - uconst (line 39) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - uconst (line 81) ... FAILED
[INFO] [stdout] test src/lib.rs - uconst (line 66) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - tnconst (line 145) ... ok
[INFO] [stdout] test src/lib.rs - (line 98) ... ok
[INFO] [stdout] test src/lib.rs - pconst (line 247) ... ok
[INFO] [stdout] test src/lib.rs - (line 29) ... ok
[INFO] [stdout] test src/lib.rs - tnconst (line 173) ... FAILED
[INFO] [stdout] test src/lib.rs - uconst (line 53) ... ok
[INFO] [stdout] test src/lib.rs - uconst (line 29) ... ok
[INFO] [stdout] test src/lib.rs - uconst (line 93) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - tnconst (line 135) ... ok
[INFO] [stdout] test src/lib.rs - (line 89) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 113) stdout ----
[INFO] [stdout] error: failed to read `ENV_VAR` key from the environment, err = environment variable not found
[INFO] [stdout]   --> src/lib.rs:120:23
[INFO] [stdout]    |
[INFO] [stdout] 10 | type E = pconst![env!("ENV_VAR");];
[INFO] [stdout]    |                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(): Same<PInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>, B1>>>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:121:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | assert_type_eq!(E, P69);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Same<PInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>, B1>>>` is not implemented for `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `assert_type_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(): Same<PInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>, B1>>>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:121:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | assert_type_eq!(E, P69);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Same<PInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>, B1>>>` is not implemented for `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `assert_type_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 71) stdout ----
[INFO] [stdout] error: failed to read `ENV_VAR` key from the environment, err = environment variable not found
[INFO] [stdout]   --> src/lib.rs:78:23
[INFO] [stdout]    |
[INFO] [stdout] 10 | type E = uconst![env!("ENV_VAR");];
[INFO] [stdout]    |                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(): Same<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>, B1>>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:79:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | assert_type_eq!(E, U69);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Same<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>, B1>>` is not implemented for `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `assert_type_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(): Same<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>, B1>>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:79:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | assert_type_eq!(E, U69);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Same<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>, B1>>` is not implemented for `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `assert_type_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - pconst (line 275) stdout ----
[INFO] [stdout] error: failed to read `ENV_VAR` key from the environment, err = environment variable not found
[INFO] [stdout]   --> src/lib.rs:282:23
[INFO] [stdout]    |
[INFO] [stdout] 10 | type E = pconst![env!("ENV_VAR");];
[INFO] [stdout]    |                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(): Same<PInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>, B1>>>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:283:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | assert_type_eq!(E, P69);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Same<PInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>, B1>>>` is not implemented for `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `assert_type_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(): Same<PInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>, B1>>>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:283:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | assert_type_eq!(E, P69);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Same<PInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>, B1>>>` is not implemented for `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `assert_type_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - nconst (line 373) stdout ----
[INFO] [stdout] error: failed to read `NENV_VAR` key from the environment, err = environment variable not found
[INFO] [stdout]   --> src/lib.rs:380:23
[INFO] [stdout]    |
[INFO] [stdout] 10 | type E = nconst![env!("NENV_VAR");];
[INFO] [stdout]    |                       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(): Same<NInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>, B1>>>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:381:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | assert_type_eq!(E, N69);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Same<NInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>, B1>>>` is not implemented for `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `assert_type_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(): Same<NInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>, B1>>>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:381:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | assert_type_eq!(E, N69);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Same<NInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>, B1>>>` is not implemented for `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `assert_type_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - uconst (line 81) stdout ----
[INFO] [stdout] error: failed to read `ENV_VAR` key from the environment, err = environment variable not found
[INFO] [stdout]   --> src/lib.rs:88:23
[INFO] [stdout]    |
[INFO] [stdout] 10 | type E = uconst![env!("ENV_VAR");];
[INFO] [stdout]    |                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(): Same<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>, B1>>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:89:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | assert_type_eq!(E, U69);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Same<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>, B1>>` is not implemented for `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `assert_type_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(): Same<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>, B1>>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:89:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | assert_type_eq!(E, U69);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Same<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>, B1>>` is not implemented for `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `assert_type_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - tnconst (line 173) stdout ----
[INFO] [stdout] error: failed to read `ENV_VAR` key from the environment, err = environment variable not found
[INFO] [stdout]   --> src/lib.rs:180:24
[INFO] [stdout]    |
[INFO] [stdout] 10 | type E = tnconst![env!("ENV_VAR");];
[INFO] [stdout]    |                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(): Same<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>, B1>>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:181:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | assert_type_eq!(E, U69);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Same<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>, B1>>` is not implemented for `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `assert_type_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `(): Same<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>, B1>>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:181:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | assert_type_eq!(E, U69);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Same<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B1>, B0>, B1>>` is not implemented for `()`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `assert_type_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 113)
[INFO] [stdout]     src/lib.rs - (line 71)
[INFO] [stdout]     src/lib.rs - nconst (line 373)
[INFO] [stdout]     src/lib.rs - pconst (line 275)
[INFO] [stdout]     src/lib.rs - tnconst (line 173)
[INFO] [stdout]     src/lib.rs - uconst (line 81)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 25 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.16s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "6fcc56bdea4e7bf82a5dc6a739f4f1f46b833cedeaa7ea26197acec3699fd652", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6fcc56bdea4e7bf82a5dc6a739f4f1f46b833cedeaa7ea26197acec3699fd652", kill_on_drop: false }`
[INFO] [stdout] 6fcc56bdea4e7bf82a5dc6a739f4f1f46b833cedeaa7ea26197acec3699fd652
