[INFO] fetching crate numeral 0.3.1... [INFO] checking numeral-0.3.1 against try#c8bdaa84ec1b37f18f30375e196a65b7602f3790 for pr-73345 [INFO] extracting crate numeral 0.3.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate numeral 0.3.1 on toolchain c8bdaa84ec1b37f18f30375e196a65b7602f3790 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate numeral 0.3.1 [INFO] finished tweaking crates.io crate numeral 0.3.1 [INFO] tweaked toml for crates.io crate numeral 0.3.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:6c9ffe128752d56c8d75334ed354142a5229917ed99767f56566dd8e857ad726" "/opt/rustwide/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f87eefecbb7564b25cfa0b43238f456a7199ad43441283f23d1b224a6120fcd1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f87eefecbb7564b25cfa0b43238f456a7199ad43441283f23d1b224a6120fcd1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f87eefecbb7564b25cfa0b43238f456a7199ad43441283f23d1b224a6120fcd1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f87eefecbb7564b25cfa0b43238f456a7199ad43441283f23d1b224a6120fcd1", kill_on_drop: false }` [INFO] [stdout] f87eefecbb7564b25cfa0b43238f456a7199ad43441283f23d1b224a6120fcd1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:6c9ffe128752d56c8d75334ed354142a5229917ed99767f56566dd8e857ad726" "/opt/rustwide/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 42e7549a298761b17d76babf8d7a95b343b5f0e71a24af12aefb4f4b41d42d0d [INFO] running `Command { std: "docker" "start" "-a" "42e7549a298761b17d76babf8d7a95b343b5f0e71a24af12aefb4f4b41d42d0d", kill_on_drop: false }` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking numeral v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> benches/lib.rs:20:51 [INFO] [stdout] | [INFO] [stdout] 20 | for n in (<$numtype>::min_value())...(<$numtype>::max_value()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | bench_call_on_range!(bench_call_on_range_i8, i8); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 20 | for n in (<$numtype>::min_value())..(<$numtype>::max_value()) { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 20 | for n in (<$numtype>::min_value())..=(<$numtype>::max_value()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> benches/lib.rs:20:51 [INFO] [stdout] | [INFO] [stdout] 20 | for n in (<$numtype>::min_value())...(<$numtype>::max_value()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 29 | bench_call_on_range!(bench_call_on_range_u8, u8); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 20 | for n in (<$numtype>::min_value())..(<$numtype>::max_value()) { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 20 | for n in (<$numtype>::min_value())..=(<$numtype>::max_value()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> tests/lib.rs:39:47 [INFO] [stdout] | [INFO] [stdout] 39 | for n in (<$numtype>::min_value())...(<$numtype>::max_value()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 46 | test_call_on_range!(call_on_range_i8, i8); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 39 | for n in (<$numtype>::min_value())..(<$numtype>::max_value()) { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 39 | for n in (<$numtype>::min_value())..=(<$numtype>::max_value()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> tests/lib.rs:39:47 [INFO] [stdout] | [INFO] [stdout] 39 | for n in (<$numtype>::min_value())...(<$numtype>::max_value()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 47 | test_call_on_range!(call_on_range_u8, u8); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 39 | for n in (<$numtype>::min_value())..(<$numtype>::max_value()) { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 39 | for n in (<$numtype>::min_value())..=(<$numtype>::max_value()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> tests/lib.rs:39:47 [INFO] [stdout] | [INFO] [stdout] 39 | for n in (<$numtype>::min_value())...(<$numtype>::max_value()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 48 | test_call_on_range!(call_on_range_i16, i16); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 39 | for n in (<$numtype>::min_value())..(<$numtype>::max_value()) { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 39 | for n in (<$numtype>::min_value())..=(<$numtype>::max_value()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> tests/lib.rs:39:47 [INFO] [stdout] | [INFO] [stdout] 39 | for n in (<$numtype>::min_value())...(<$numtype>::max_value()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 49 | test_call_on_range!(call_on_range_u16, u16); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 39 | for n in (<$numtype>::min_value())..(<$numtype>::max_value()) { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 39 | for n in (<$numtype>::min_value())..=(<$numtype>::max_value()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> tests/lib.rs:55:47 [INFO] [stdout] | [INFO] [stdout] 55 | for n in (<$numtype>::min_value())...(<$numtype>::min_value()) + 130 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 70 | test_call_on_critical_ranges!(call_on_critical_ranges_i32, i32); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 55 | for n in (<$numtype>::min_value())..(<$numtype>::min_value()) + 130 { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 55 | for n in (<$numtype>::min_value())..=(<$numtype>::min_value()) + 130 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> tests/lib.rs:58:53 [INFO] [stdout] | [INFO] [stdout] 58 | for n in (<$numtype>::max_value()) - 130...(<$numtype>::max_value()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 70 | test_call_on_critical_ranges!(call_on_critical_ranges_i32, i32); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 58 | for n in (<$numtype>::max_value()) - 130..(<$numtype>::max_value()) { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 58 | for n in (<$numtype>::max_value()) - 130..=(<$numtype>::max_value()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> tests/lib.rs:62:30 [INFO] [stdout] | [INFO] [stdout] 62 | for n in -130...130 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 70 | test_call_on_critical_ranges!(call_on_critical_ranges_i32, i32); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 62 | for n in -130..130 { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 62 | for n in -130..=130 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> tests/lib.rs:55:47 [INFO] [stdout] | [INFO] [stdout] 55 | for n in (<$numtype>::min_value())...(<$numtype>::min_value()) + 130 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | test_call_on_critical_ranges!(call_on_critical_ranges_u32, u32); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 55 | for n in (<$numtype>::min_value())..(<$numtype>::min_value()) + 130 { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 55 | for n in (<$numtype>::min_value())..=(<$numtype>::min_value()) + 130 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> tests/lib.rs:58:53 [INFO] [stdout] | [INFO] [stdout] 58 | for n in (<$numtype>::max_value()) - 130...(<$numtype>::max_value()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | test_call_on_critical_ranges!(call_on_critical_ranges_u32, u32); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 58 | for n in (<$numtype>::max_value()) - 130..(<$numtype>::max_value()) { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 58 | for n in (<$numtype>::max_value()) - 130..=(<$numtype>::max_value()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> tests/lib.rs:62:30 [INFO] [stdout] | [INFO] [stdout] 62 | for n in -130...130 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | test_call_on_critical_ranges!(call_on_critical_ranges_u32, u32); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 62 | for n in -130..130 { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 62 | for n in -130..=130 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> tests/lib.rs:55:47 [INFO] [stdout] | [INFO] [stdout] 55 | for n in (<$numtype>::min_value())...(<$numtype>::min_value()) + 130 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | test_call_on_critical_ranges!(call_on_critical_ranges_i64, i64); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 55 | for n in (<$numtype>::min_value())..(<$numtype>::min_value()) + 130 { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 55 | for n in (<$numtype>::min_value())..=(<$numtype>::min_value()) + 130 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> tests/lib.rs:58:53 [INFO] [stdout] | [INFO] [stdout] 58 | for n in (<$numtype>::max_value()) - 130...(<$numtype>::max_value()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | test_call_on_critical_ranges!(call_on_critical_ranges_i64, i64); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 58 | for n in (<$numtype>::max_value()) - 130..(<$numtype>::max_value()) { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 58 | for n in (<$numtype>::max_value()) - 130..=(<$numtype>::max_value()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> tests/lib.rs:62:30 [INFO] [stdout] | [INFO] [stdout] 62 | for n in -130...130 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | test_call_on_critical_ranges!(call_on_critical_ranges_i64, i64); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 62 | for n in -130..130 { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 62 | for n in -130..=130 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> tests/lib.rs:55:47 [INFO] [stdout] | [INFO] [stdout] 55 | for n in (<$numtype>::min_value())...(<$numtype>::min_value()) + 130 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | test_call_on_critical_ranges!(call_on_critical_ranges_u64, u64); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 55 | for n in (<$numtype>::min_value())..(<$numtype>::min_value()) + 130 { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 55 | for n in (<$numtype>::min_value())..=(<$numtype>::min_value()) + 130 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> tests/lib.rs:58:53 [INFO] [stdout] | [INFO] [stdout] 58 | for n in (<$numtype>::max_value()) - 130...(<$numtype>::max_value()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | test_call_on_critical_ranges!(call_on_critical_ranges_u64, u64); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 58 | for n in (<$numtype>::max_value()) - 130..(<$numtype>::max_value()) { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 58 | for n in (<$numtype>::max_value()) - 130..=(<$numtype>::max_value()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> tests/lib.rs:62:30 [INFO] [stdout] | [INFO] [stdout] 62 | for n in -130...130 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | test_call_on_critical_ranges!(call_on_critical_ranges_u64, u64); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 62 | for n in -130..130 { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 62 | for n in -130..=130 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> tests/lib.rs:55:47 [INFO] [stdout] | [INFO] [stdout] 55 | for n in (<$numtype>::min_value())...(<$numtype>::min_value()) + 130 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | test_call_on_critical_ranges!(call_on_critical_ranges_isize, isize); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 55 | for n in (<$numtype>::min_value())..(<$numtype>::min_value()) + 130 { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 55 | for n in (<$numtype>::min_value())..=(<$numtype>::min_value()) + 130 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> tests/lib.rs:58:53 [INFO] [stdout] | [INFO] [stdout] 58 | for n in (<$numtype>::max_value()) - 130...(<$numtype>::max_value()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | test_call_on_critical_ranges!(call_on_critical_ranges_isize, isize); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 58 | for n in (<$numtype>::max_value()) - 130..(<$numtype>::max_value()) { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 58 | for n in (<$numtype>::max_value()) - 130..=(<$numtype>::max_value()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> tests/lib.rs:62:30 [INFO] [stdout] | [INFO] [stdout] 62 | for n in -130...130 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | test_call_on_critical_ranges!(call_on_critical_ranges_isize, isize); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 62 | for n in -130..130 { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 62 | for n in -130..=130 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> tests/lib.rs:55:47 [INFO] [stdout] | [INFO] [stdout] 55 | for n in (<$numtype>::min_value())...(<$numtype>::min_value()) + 130 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | test_call_on_critical_ranges!(call_on_critical_ranges_usize, usize); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 55 | for n in (<$numtype>::min_value())..(<$numtype>::min_value()) + 130 { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 55 | for n in (<$numtype>::min_value())..=(<$numtype>::min_value()) + 130 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> tests/lib.rs:58:53 [INFO] [stdout] | [INFO] [stdout] 58 | for n in (<$numtype>::max_value()) - 130...(<$numtype>::max_value()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | test_call_on_critical_ranges!(call_on_critical_ranges_usize, usize); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 58 | for n in (<$numtype>::max_value()) - 130..(<$numtype>::max_value()) { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 58 | for n in (<$numtype>::max_value()) - 130..=(<$numtype>::max_value()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> tests/lib.rs:62:30 [INFO] [stdout] | [INFO] [stdout] 62 | for n in -130...130 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | test_call_on_critical_ranges!(call_on_critical_ranges_usize, usize); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 62 | for n in -130..130 { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 62 | for n in -130..=130 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> tests/lib.rs:82:22 [INFO] [stdout] | [INFO] [stdout] 82 | .eq((-256...256).map(|n: i32| n.cardinal()))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 82 | .eq((-256..256).map(|n: i32| n.cardinal()))); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 82 | .eq((-256..=256).map(|n: i32| n.cardinal()))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `numeral`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 23 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "42e7549a298761b17d76babf8d7a95b343b5f0e71a24af12aefb4f4b41d42d0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42e7549a298761b17d76babf8d7a95b343b5f0e71a24af12aefb4f4b41d42d0d", kill_on_drop: false }` [INFO] [stdout] 42e7549a298761b17d76babf8d7a95b343b5f0e71a24af12aefb4f4b41d42d0d