[INFO] fetching crate radix-calc 1.0.3... [INFO] checking radix-calc-1.0.3 against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] extracting crate radix-calc 1.0.3 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate radix-calc 1.0.3 on toolchain 9fa580b1175018b0a276b0bc68f9827a106f7260 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--no-deps" "--format-version=1", 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] 8882347edc6e9a0c8c271d0b7bf363b6b33eb7ed6279f66077b62d33790b83f7 [INFO] running `Command { std: "docker" "start" "-a" "8882347edc6e9a0c8c271d0b7bf363b6b33eb7ed6279f66077b62d33790b83f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8882347edc6e9a0c8c271d0b7bf363b6b33eb7ed6279f66077b62d33790b83f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8882347edc6e9a0c8c271d0b7bf363b6b33eb7ed6279f66077b62d33790b83f7", kill_on_drop: false }` [INFO] [stdout] 8882347edc6e9a0c8c271d0b7bf363b6b33eb7ed6279f66077b62d33790b83f7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 58c3153b3ed4fa2e1302fdd0a01fc4b44959cad27ffc6c07a9e48d8abcd5ea61 [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" "58c3153b3ed4fa2e1302fdd0a01fc4b44959cad27ffc6c07a9e48d8abcd5ea61", kill_on_drop: false }` [INFO] [stderr] Checking ucd-util v0.1.8 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Checking utf8-ranges v1.0.4 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Compiling radix-calc v1.0.3 (/opt/rustwide/workdir) [INFO] [stderr] Checking regex-syntax v0.5.6 [INFO] [stderr] Checking docopt v0.7.0 [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/radix-calc-80992e0743c4beef/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-80992e0743c4beef/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-80992e0743c4beef/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-80992e0743c4beef/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-80992e0743c4beef/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-80992e0743c4beef/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-80992e0743c4beef/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-80992e0743c4beef/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-80992e0743c4beef/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-80992e0743c4beef/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-80992e0743c4beef/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-80992e0743c4beef/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-80992e0743c4beef/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-80992e0743c4beef/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-80992e0743c4beef/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-80992e0743c4beef/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-80992e0743c4beef/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-80992e0743c4beef/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: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 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 9.13s [INFO] running `Command { std: "docker" "inspect" "58c3153b3ed4fa2e1302fdd0a01fc4b44959cad27ffc6c07a9e48d8abcd5ea61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58c3153b3ed4fa2e1302fdd0a01fc4b44959cad27ffc6c07a9e48d8abcd5ea61", kill_on_drop: false }` [INFO] [stdout] 58c3153b3ed4fa2e1302fdd0a01fc4b44959cad27ffc6c07a9e48d8abcd5ea61