[INFO] fetching crate typenum-consts 0.1.5... [INFO] testing typenum-consts-0.1.5 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate typenum-consts 0.1.5 into /workspace/builds/worker-3-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-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate typenum-consts 0.1.5 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 39 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f182fc73d0ded45448ee83cc452ba7988f580480dc827382587b9f11bee0be78 [INFO] running `Command { std: "docker" "start" "-a" "f182fc73d0ded45448ee83cc452ba7988f580480dc827382587b9f11bee0be78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f182fc73d0ded45448ee83cc452ba7988f580480dc827382587b9f11bee0be78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f182fc73d0ded45448ee83cc452ba7988f580480dc827382587b9f11bee0be78", kill_on_drop: false }` [INFO] [stdout] f182fc73d0ded45448ee83cc452ba7988f580480dc827382587b9f11bee0be78 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1d9e05fd7ca4df563563ddb581417dc93822fe05900849a327e9f7a1b9b04749 [INFO] running `Command { std: "docker" "start" "-a" "1d9e05fd7ca4df563563ddb581417dc93822fe05900849a327e9f7a1b9b04749", kill_on_drop: false }` [INFO] [stderr] Compiling peekmore v1.3.0 [INFO] [stderr] Compiling dotenv v0.15.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 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 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 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 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 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 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 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 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 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 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 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 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 1.46s [INFO] running `Command { std: "docker" "inspect" "1d9e05fd7ca4df563563ddb581417dc93822fe05900849a327e9f7a1b9b04749", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d9e05fd7ca4df563563ddb581417dc93822fe05900849a327e9f7a1b9b04749", kill_on_drop: false }` [INFO] [stdout] 1d9e05fd7ca4df563563ddb581417dc93822fe05900849a327e9f7a1b9b04749 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0b380e6dab9af27a4341a56f93cfdeea5600c89eed2e1f295c833e412c8c377c [INFO] running `Command { std: "docker" "start" "-a" "0b380e6dab9af27a4341a56f93cfdeea5600c89eed2e1f295c833e412c8c377c", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling winnow v0.7.13 [INFO] [stderr] Compiling toml_writer v1.0.2 [INFO] [stderr] Compiling target-triple v0.1.4 [INFO] [stderr] Compiling serde_derive v1.0.219 [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 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 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 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 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 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 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 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 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 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 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 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 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.2 [INFO] [stderr] Compiling toml_datetime v0.7.0 [INFO] [stderr] Compiling serde_spanned v1.0.0 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling toml v0.9.5 [INFO] [stderr] Compiling trybuild v1.0.110 [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 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 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 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 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 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 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 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 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 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 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 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 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.42s [INFO] running `Command { std: "docker" "inspect" "0b380e6dab9af27a4341a56f93cfdeea5600c89eed2e1f295c833e412c8c377c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b380e6dab9af27a4341a56f93cfdeea5600c89eed2e1f295c833e412c8c377c", kill_on_drop: false }` [INFO] [stdout] 0b380e6dab9af27a4341a56f93cfdeea5600c89eed2e1f295c833e412c8c377c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4cb67065e3c59a5833a35de6b79d2c67c047e197ef3b87a2bb66535e95d6e912 [INFO] running `Command { std: "docker" "start" "-a" "4cb67065e3c59a5833a35de6b79d2c67c047e197ef3b87a2bb66535e95d6e912", 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 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 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 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 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 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 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 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 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 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 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 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 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-eab762cff354396b) [INFO] [stdout] [INFO] [stdout] running 1 test [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] [stderr] Doc-tests typenum_consts [INFO] [stdout] [INFO] [stdout] running 31 tests [INFO] [stdout] test src/lib.rs - nconst (line 331) - compile fail ... ok [INFO] [stdout] test src/lib.rs - nconst (line 337) - compile fail ... ok [INFO] [stdout] test src/lib.rs - (line 113) ... FAILED [INFO] [stdout] test src/lib.rs - pconst (line 275) ... FAILED [INFO] [stdout] test src/lib.rs - nconst (line 358) - compile fail ... ok [INFO] [stdout] test src/lib.rs - nconst (line 373) ... FAILED [INFO] [stdout] test src/lib.rs - (line 98) ... ok [INFO] [stdout] test src/lib.rs - pconst (line 239) - compile fail ... ok [INFO] [stdout] test src/lib.rs - pconst (line 287) - compile fail ... ok [INFO] [stdout] test src/lib.rs - pconst (line 260) - compile fail ... ok [INFO] [stdout] test src/lib.rs - tnconst (line 185) - compile fail ... ok [INFO] [stdout] test src/lib.rs - (line 71) ... FAILED [INFO] [stdout] test src/lib.rs - tnconst (line 173) ... FAILED [INFO] [stdout] test src/lib.rs - pconst (line 233) - compile fail ... ok [INFO] [stdout] test src/lib.rs - uconst (line 39) - compile fail ... ok [INFO] [stdout] test src/lib.rs - nconst (line 385) - compile fail ... ok [INFO] [stdout] test src/lib.rs - (line 89) ... ok [INFO] [stdout] test src/lib.rs - tnconst (line 158) - compile fail ... ok [INFO] [stdout] test src/lib.rs - uconst (line 93) - compile fail ... ok [INFO] [stdout] test src/lib.rs - nconst (line 345) ... ok [INFO] [stdout] test src/lib.rs - nconst (line 321) ... ok [INFO] [stdout] test src/lib.rs - uconst (line 45) - compile fail ... ok [INFO] [stdout] test src/lib.rs - pconst (line 247) ... ok [INFO] [stdout] test src/lib.rs - tnconst (line 145) ... ok [INFO] [stdout] test src/lib.rs - tnconst (line 135) ... ok [INFO] [stdout] test src/lib.rs - pconst (line 223) ... 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 - uconst (line 29) ... ok [INFO] [stdout] test src/lib.rs - uconst (line 53) ... ok [INFO] [stdout] test src/lib.rs - (line 29) ... 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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 0.97s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "4cb67065e3c59a5833a35de6b79d2c67c047e197ef3b87a2bb66535e95d6e912", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4cb67065e3c59a5833a35de6b79d2c67c047e197ef3b87a2bb66535e95d6e912", kill_on_drop: false }` [INFO] [stdout] 4cb67065e3c59a5833a35de6b79d2c67c047e197ef3b87a2bb66535e95d6e912