[INFO] fetching crate abc-parser 0.2.0... [INFO] checking abc-parser-0.2.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate abc-parser 0.2.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate abc-parser 0.2.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate abc-parser 0.2.0 [INFO] finished tweaking crates.io crate abc-parser 0.2.0 [INFO] tweaked toml for crates.io crate abc-parser 0.2.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded peg v0.5.7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "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] 4a7c76f595b798de35fb0330ecf87d9ce71990e8c74c7d51556d4dd1eea5678f [INFO] running `Command { std: "docker" "start" "-a" "4a7c76f595b798de35fb0330ecf87d9ce71990e8c74c7d51556d4dd1eea5678f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4a7c76f595b798de35fb0330ecf87d9ce71990e8c74c7d51556d4dd1eea5678f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a7c76f595b798de35fb0330ecf87d9ce71990e8c74c7d51556d4dd1eea5678f", kill_on_drop: false }` [INFO] [stdout] 4a7c76f595b798de35fb0330ecf87d9ce71990e8c74c7d51556d4dd1eea5678f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4099fc6676a2d8d10299af2a148c44826804bbc44603665f125cc48d1f027b8d [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" "4099fc6676a2d8d10299af2a148c44826804bbc44603665f125cc48d1f027b8d", kill_on_drop: false }` [INFO] [stderr] Compiling peg v0.5.7 [INFO] [stderr] Compiling abc-parser v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> /opt/rustwide/target/debug/build/abc-parser-9547ce29ae43578d/out/abc.rs:78:356 [INFO] [stdout] | [INFO] [stdout] 78 | ...nge_at ( __input , __pos ) ; match __ch { '1' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[1-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/abc-parser-9547ce29ae43578d/out/abc.rs:78:739 [INFO] [stdout] | [INFO] [stdout] 78 | ...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/abc-parser-9547ce29ae43578d/out/abc.rs:105:348 [INFO] [stdout] | [INFO] [stdout] 105 | ...nge_at ( __input , __pos ) ; match __ch { 'A' ... 'Z' | 'a' ... 'z' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos ... [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/abc-parser-9547ce29ae43578d/out/abc.rs:105:362 [INFO] [stdout] | [INFO] [stdout] 105 | ...ut , __pos ) ; match __ch { 'A' ... 'Z' | 'a' ... 'z' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[A-Za-z]" )... [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/abc-parser-9547ce29ae43578d/out/abc.rs:112:846 [INFO] [stdout] | [INFO] [stdout] 112 | ...nge_at ( __input , __pos ) ; match __ch { 'A' ... 'Z' | 'a' ... 'z' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos ... [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/abc-parser-9547ce29ae43578d/out/abc.rs:112:860 [INFO] [stdout] | [INFO] [stdout] 112 | ...ut , __pos ) ; match __ch { 'A' ... 'Z' | 'a' ... 'z' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[A-Za-z]" )... [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/abc-parser-9547ce29ae43578d/out/abc.rs:125:834 [INFO] [stdout] | [INFO] [stdout] 125 | ...nge_at ( __input , __pos ) ; match __ch { 'a' ... 'g' | 'A' ... 'G' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos ... [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/abc-parser-9547ce29ae43578d/out/abc.rs:125:848 [INFO] [stdout] | [INFO] [stdout] 125 | ...ut , __pos ) ; match __ch { 'a' ... 'g' | 'A' ... 'G' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[a-gA-G]" )... [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/abc-parser-9547ce29ae43578d/out/abc.rs:78:356 [INFO] [stdout] | [INFO] [stdout] 78 | ...nge_at ( __input , __pos ) ; match __ch { '1' ... '9' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[1-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/abc-parser-9547ce29ae43578d/out/abc.rs:78:739 [INFO] [stdout] | [INFO] [stdout] 78 | ...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/abc-parser-9547ce29ae43578d/out/abc.rs:105:348 [INFO] [stdout] | [INFO] [stdout] 105 | ...nge_at ( __input , __pos ) ; match __ch { 'A' ... 'Z' | 'a' ... 'z' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos ... [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/abc-parser-9547ce29ae43578d/out/abc.rs:105:362 [INFO] [stdout] | [INFO] [stdout] 105 | ...ut , __pos ) ; match __ch { 'A' ... 'Z' | 'a' ... 'z' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[A-Za-z]" )... [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/abc-parser-9547ce29ae43578d/out/abc.rs:112:846 [INFO] [stdout] | [INFO] [stdout] 112 | ...nge_at ( __input , __pos ) ; match __ch { 'A' ... 'Z' | 'a' ... 'z' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos ... [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/abc-parser-9547ce29ae43578d/out/abc.rs:112:860 [INFO] [stdout] | [INFO] [stdout] 112 | ...ut , __pos ) ; match __ch { 'A' ... 'Z' | 'a' ... 'z' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[A-Za-z]" )... [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/abc-parser-9547ce29ae43578d/out/abc.rs:125:834 [INFO] [stdout] | [INFO] [stdout] 125 | ...nge_at ( __input , __pos ) ; match __ch { 'a' ... 'g' | 'A' ... 'G' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos ... [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/abc-parser-9547ce29ae43578d/out/abc.rs:125:848 [INFO] [stdout] | [INFO] [stdout] 125 | ...ut , __pos ) ; match __ch { 'a' ... 'g' | 'A' ... 'G' => Matched ( __next , ( ) ) , _ => __state . mark_failure ( __pos , "[a-gA-G]" )... [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.19s [INFO] running `Command { std: "docker" "inspect" "4099fc6676a2d8d10299af2a148c44826804bbc44603665f125cc48d1f027b8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4099fc6676a2d8d10299af2a148c44826804bbc44603665f125cc48d1f027b8d", kill_on_drop: false }` [INFO] [stdout] 4099fc6676a2d8d10299af2a148c44826804bbc44603665f125cc48d1f027b8d