[INFO] fetching crate typenum-consts 0.1.5... [INFO] testing typenum-consts-0.1.5 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate typenum-consts 0.1.5 into /workspace/builds/worker-2-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-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate typenum-consts 0.1.5 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8398fda4ae26804fcec08834b7f9bcf3a8361d8c75c58fe443351e398b952b05 [INFO] running `Command { std: "docker" "start" "-a" "8398fda4ae26804fcec08834b7f9bcf3a8361d8c75c58fe443351e398b952b05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8398fda4ae26804fcec08834b7f9bcf3a8361d8c75c58fe443351e398b952b05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8398fda4ae26804fcec08834b7f9bcf3a8361d8c75c58fe443351e398b952b05", kill_on_drop: false }` [INFO] [stdout] 8398fda4ae26804fcec08834b7f9bcf3a8361d8c75c58fe443351e398b952b05 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7ae69aa03e5c2dd06ff7aae843ae8099ee552890eb42036d497847ea97715916 [INFO] running `Command { std: "docker" "start" "-a" "7ae69aa03e5c2dd06ff7aae843ae8099ee552890eb42036d497847ea97715916", 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.58s [INFO] running `Command { std: "docker" "inspect" "7ae69aa03e5c2dd06ff7aae843ae8099ee552890eb42036d497847ea97715916", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ae69aa03e5c2dd06ff7aae843ae8099ee552890eb42036d497847ea97715916", kill_on_drop: false }` [INFO] [stdout] 7ae69aa03e5c2dd06ff7aae843ae8099ee552890eb42036d497847ea97715916 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab371b214660131777f77ad236787f07bbeaf9045e6f708d6414d6861bff1c4a [INFO] running `Command { std: "docker" "start" "-a" "ab371b214660131777f77ad236787f07bbeaf9045e6f708d6414d6861bff1c4a", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling target-triple v0.1.4 [INFO] [stderr] Compiling winnow v0.7.13 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling toml_writer v1.0.3 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling serde_json v1.0.145 [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.3 [INFO] [stderr] Compiling serde_spanned v1.0.2 [INFO] [stderr] Compiling toml_datetime v0.7.2 [INFO] [stderr] Compiling toml v0.9.7 [INFO] [stderr] Compiling trybuild v1.0.111 [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 11.74s [INFO] running `Command { std: "docker" "inspect" "ab371b214660131777f77ad236787f07bbeaf9045e6f708d6414d6861bff1c4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab371b214660131777f77ad236787f07bbeaf9045e6f708d6414d6861bff1c4a", kill_on_drop: false }` [INFO] [stdout] ab371b214660131777f77ad236787f07bbeaf9045e6f708d6414d6861bff1c4a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b6bba429d7f157499b1d00d3e522db912f3cce3a71bfbbcff020c2c6bc870335 [INFO] running `Command { std: "docker" "start" "-a" "b6bba429d7f157499b1d00d3e522db912f3cce3a71bfbbcff020c2c6bc870335", 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.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/typenum_consts-4b034eb2ea0160db) [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 385) - compile fail ... ok [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 - pconst (line 239) - compile fail ... ok [INFO] [stdout] test src/lib.rs - (line 71) ... FAILED [INFO] [stdout] test src/lib.rs - pconst (line 233) - compile fail ... ok [INFO] [stdout] test src/lib.rs - nconst (line 373) ... FAILED [INFO] [stdout] test src/lib.rs - nconst (line 358) - 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 89) ... ok [INFO] [stdout] test src/lib.rs - uconst (line 39) - compile fail ... ok [INFO] [stdout] test src/lib.rs - (line 98) ... ok [INFO] [stdout] test src/lib.rs - pconst (line 275) ... FAILED [INFO] [stdout] test src/lib.rs - pconst (line 223) ... ok [INFO] [stdout] test src/lib.rs - (line 113) ... FAILED [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 158) - compile fail ... ok [INFO] [stdout] test src/lib.rs - nconst (line 345) ... ok [INFO] [stdout] test src/lib.rs - tnconst (line 173) ... FAILED [INFO] [stdout] test src/lib.rs - pconst (line 287) - compile fail ... ok [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 81) ... FAILED [INFO] [stdout] test src/lib.rs - nconst (line 321) ... ok [INFO] [stdout] test src/lib.rs - uconst (line 53) ... ok [INFO] [stdout] test src/lib.rs - tnconst (line 135) ... ok [INFO] [stdout] test src/lib.rs - uconst (line 93) - compile fail ... ok [INFO] [stdout] test src/lib.rs - tnconst (line 145) ... ok [INFO] [stdout] test src/lib.rs - (line 29) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [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 - 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 - 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 - (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 - 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 1.37s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "b6bba429d7f157499b1d00d3e522db912f3cce3a71bfbbcff020c2c6bc870335", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6bba429d7f157499b1d00d3e522db912f3cce3a71bfbbcff020c2c6bc870335", kill_on_drop: false }` [INFO] [stdout] b6bba429d7f157499b1d00d3e522db912f3cce3a71bfbbcff020c2c6bc870335