[INFO] fetching crate radix-calc 1.0.3... [INFO] checking radix-calc-1.0.3 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate radix-calc 1.0.3 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate radix-calc 1.0.3 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate radix-calc 1.0.3 [INFO] finished tweaking crates.io crate radix-calc 1.0.3 [INFO] tweaked toml for crates.io crate radix-calc 1.0.3 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8719145acb818ed956e2cf8a7a0ca01c828ee9e98910ba659ba622944a3b39fc [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" "8719145acb818ed956e2cf8a7a0ca01c828ee9e98910ba659ba622944a3b39fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8719145acb818ed956e2cf8a7a0ca01c828ee9e98910ba659ba622944a3b39fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8719145acb818ed956e2cf8a7a0ca01c828ee9e98910ba659ba622944a3b39fc", kill_on_drop: false }` [INFO] [stdout] 8719145acb818ed956e2cf8a7a0ca01c828ee9e98910ba659ba622944a3b39fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a9d5dce51be1599a071c35717bf40d865de3534a4f9012fc0057a1ba5a0e5ce [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" "8a9d5dce51be1599a071c35717bf40d865de3534a4f9012fc0057a1ba5a0e5ce", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking strsim v0.6.0 [INFO] [stderr] Compiling peg v0.5.7 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking aho-corasick v0.6.10 [INFO] [stderr] Compiling radix-calc v1.0.3 (/opt/rustwide/workdir) [INFO] [stderr] Checking regex v0.2.11 [INFO] [stderr] Checking docopt v0.7.0 [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/radix-calc-c28e9f855c6a9410/out/radix-calc.rs:80:357 [INFO] [stdout] | [INFO] [stdout] 80 | ...nge_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , ... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/radix-calc-c28e9f855c6a9410/out/radix-calc.rs:80:761 [INFO] [stdout] | [INFO] [stdout] 80 | ...nge_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , ... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/radix-calc-c28e9f855c6a9410/out/radix-calc.rs:84:571 [INFO] [stdout] | [INFO] [stdout] 84 | ...nge_at ( __input , __pos ) ; match __ch { '0' ... '9' | 'a' ... 'f' | 'A' ... 'F' | '_' => Matched ( __next , ( ) ) , _ => __state . m... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/radix-calc-c28e9f855c6a9410/out/radix-calc.rs:84:585 [INFO] [stdout] | [INFO] [stdout] 84 | ...ut , __pos ) ; match __ch { '0' ... '9' | 'a' ... 'f' | 'A' ... 'F' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( ... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/radix-calc-c28e9f855c6a9410/out/radix-calc.rs:84:599 [INFO] [stdout] | [INFO] [stdout] 84 | ... match __ch { '0' ... '9' | 'a' ... 'f' | 'A' ... 'F' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9a... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/radix-calc-c28e9f855c6a9410/out/radix-calc.rs:92:571 [INFO] [stdout] | [INFO] [stdout] 92 | ...nge_at ( __input , __pos ) ; match __ch { '0' ... '7' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-7_... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/radix-calc-c28e9f855c6a9410/out/radix-calc.rs:80:357 [INFO] [stdout] | [INFO] [stdout] 80 | ...nge_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , ... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/radix-calc-c28e9f855c6a9410/out/radix-calc.rs:80:761 [INFO] [stdout] | [INFO] [stdout] 80 | ...nge_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , ... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/radix-calc-c28e9f855c6a9410/out/radix-calc.rs:84:571 [INFO] [stdout] | [INFO] [stdout] 84 | ...nge_at ( __input , __pos ) ; match __ch { '0' ... '9' | 'a' ... 'f' | 'A' ... 'F' | '_' => Matched ( __next , ( ) ) , _ => __state . m... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/radix-calc-c28e9f855c6a9410/out/radix-calc.rs:84:585 [INFO] [stdout] | [INFO] [stdout] 84 | ...ut , __pos ) ; match __ch { '0' ... '9' | 'a' ... 'f' | 'A' ... 'F' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( ... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/radix-calc-c28e9f855c6a9410/out/radix-calc.rs:84:599 [INFO] [stdout] | [INFO] [stdout] 84 | ... match __ch { '0' ... '9' | 'a' ... 'f' | 'A' ... 'F' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9a... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/radix-calc-c28e9f855c6a9410/out/radix-calc.rs:92:571 [INFO] [stdout] | [INFO] [stdout] 92 | ...nge_at ( __input , __pos ) ; match __ch { '0' ... '7' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-7_... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> tests/calc_grammar.rs:89:48 [INFO] [stdout] | [INFO] [stdout] 89 | assert_eq!(radix_calc::expr("(5 * 4)"), Ok((5 * 4))); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/radix-calc-c28e9f855c6a9410/out/radix-calc.rs:80:357 [INFO] [stdout] | [INFO] [stdout] 80 | ...nge_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , ... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/radix-calc-c28e9f855c6a9410/out/radix-calc.rs:80:761 [INFO] [stdout] | [INFO] [stdout] 80 | ...nge_at ( __input , __pos ) ; match __ch { '0' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9]" ) , ... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/radix-calc-c28e9f855c6a9410/out/radix-calc.rs:84:571 [INFO] [stdout] | [INFO] [stdout] 84 | ...nge_at ( __input , __pos ) ; match __ch { '0' ... '9' | 'a' ... 'f' | 'A' ... 'F' | '_' => Matched ( __next , ( ) ) , _ => __state . m... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/radix-calc-c28e9f855c6a9410/out/radix-calc.rs:84:585 [INFO] [stdout] | [INFO] [stdout] 84 | ...ut , __pos ) ; match __ch { '0' ... '9' | 'a' ... 'f' | 'A' ... 'F' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( ... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/radix-calc-c28e9f855c6a9410/out/radix-calc.rs:84:599 [INFO] [stdout] | [INFO] [stdout] 84 | ... match __ch { '0' ... '9' | 'a' ... 'f' | 'A' ... 'F' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-9a... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/radix-calc-c28e9f855c6a9410/out/radix-calc.rs:92:571 [INFO] [stdout] | [INFO] [stdout] 92 | ...nge_at ( __input , __pos ) ; match __ch { '0' ... '7' | '_' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[0-7_... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.05s [INFO] running `Command { std: "docker" "inspect" "8a9d5dce51be1599a071c35717bf40d865de3534a4f9012fc0057a1ba5a0e5ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a9d5dce51be1599a071c35717bf40d865de3534a4f9012fc0057a1ba5a0e5ce", kill_on_drop: false }` [INFO] [stdout] 8a9d5dce51be1599a071c35717bf40d865de3534a4f9012fc0057a1ba5a0e5ce