[INFO] cloning repository https://github.com/petrSchreiber/thinclippy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/petrSchreiber/thinclippy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FpetrSchreiber%2Fthinclippy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FpetrSchreiber%2Fthinclippy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d2ae5f0fce7eb539ede8c192a4c8340be12b32eb [INFO] testing petrSchreiber/thinclippy against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FpetrSchreiber%2Fthinclippy" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/petrSchreiber/thinclippy on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/petrSchreiber/thinclippy [INFO] finished tweaking git repo https://github.com/petrSchreiber/thinclippy [INFO] tweaked toml for git repo https://github.com/petrSchreiber/thinclippy written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/petrSchreiber/thinclippy already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0a9b1921211f96d079a6d6cf364318b067ec1a9833ec534888d433ea2285d4ac [INFO] running `Command { std: "docker" "start" "-a" "0a9b1921211f96d079a6d6cf364318b067ec1a9833ec534888d433ea2285d4ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0a9b1921211f96d079a6d6cf364318b067ec1a9833ec534888d433ea2285d4ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a9b1921211f96d079a6d6cf364318b067ec1a9833ec534888d433ea2285d4ac", kill_on_drop: false }` [INFO] [stdout] 0a9b1921211f96d079a6d6cf364318b067ec1a9833ec534888d433ea2285d4ac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] af6ef0545ccb81717c5b895cadd1881e8b457ef6f9fec240f32c8a97c66b6b5b [INFO] running `Command { std: "docker" "start" "-a" "af6ef0545ccb81717c5b895cadd1881e8b457ef6f9fec240f32c8a97c66b6b5b", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.15.43 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling unicode-segmentation v1.3.0 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stderr] Compiling thinclippy v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer/mod.rs:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | '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] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer/mod.rs:82:16 [INFO] [stdout] | [INFO] [stdout] 82 | 'A'...'Z' | '#' | '$' | '%' | '_' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer/mod.rs:88:16 [INFO] [stdout] | [INFO] [stdout] 88 | 'a'...'z' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer/mod.rs:251:16 [INFO] [stdout] | [INFO] [stdout] 251 | 'A'...'Z' | 'a'...'z' | '#' | '$' | '%' | '_' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer/mod.rs:251:28 [INFO] [stdout] | [INFO] [stdout] 251 | 'A'...'Z' | 'a'...'z' | '#' | '$' | '%' | '_' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer/mod.rs:282:16 [INFO] [stdout] | [INFO] [stdout] 282 | '0'...'9' | '.' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.94s [INFO] running `Command { std: "docker" "inspect" "af6ef0545ccb81717c5b895cadd1881e8b457ef6f9fec240f32c8a97c66b6b5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af6ef0545ccb81717c5b895cadd1881e8b457ef6f9fec240f32c8a97c66b6b5b", kill_on_drop: false }` [INFO] [stdout] af6ef0545ccb81717c5b895cadd1881e8b457ef6f9fec240f32c8a97c66b6b5b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 106a5acd8763bce8f392f7c3a2721441c9c108451dcc165a7f09b941124915aa [INFO] running `Command { std: "docker" "start" "-a" "106a5acd8763bce8f392f7c3a2721441c9c108451dcc165a7f09b941124915aa", kill_on_drop: false }` [INFO] [stderr] Compiling thinclippy v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer/mod.rs:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | '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] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer/mod.rs:82:16 [INFO] [stdout] | [INFO] [stdout] 82 | 'A'...'Z' | '#' | '$' | '%' | '_' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer/mod.rs:88:16 [INFO] [stdout] | [INFO] [stdout] 88 | 'a'...'z' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer/mod.rs:251:16 [INFO] [stdout] | [INFO] [stdout] 251 | 'A'...'Z' | 'a'...'z' | '#' | '$' | '%' | '_' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer/mod.rs:251:28 [INFO] [stdout] | [INFO] [stdout] 251 | 'A'...'Z' | 'a'...'z' | '#' | '$' | '%' | '_' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tokenizer/mod.rs:282:16 [INFO] [stdout] | [INFO] [stdout] 282 | '0'...'9' | '.' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.84s [INFO] running `Command { std: "docker" "inspect" "106a5acd8763bce8f392f7c3a2721441c9c108451dcc165a7f09b941124915aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "106a5acd8763bce8f392f7c3a2721441c9c108451dcc165a7f09b941124915aa", kill_on_drop: false }` [INFO] [stdout] 106a5acd8763bce8f392f7c3a2721441c9c108451dcc165a7f09b941124915aa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 79d9635d03bfe0ef46ae446eb6e2232f3f60ee73234e0a903c0f7671eb520c4d [INFO] running `Command { std: "docker" "start" "-a" "79d9635d03bfe0ef46ae446eb6e2232f3f60ee73234e0a903c0f7671eb520c4d", kill_on_drop: false }` [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/tokenizer/mod.rs:31:16 [INFO] [stderr] | [INFO] [stderr] 31 | '0'...'9' | '.' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/tokenizer/mod.rs:82:16 [INFO] [stderr] | [INFO] [stderr] 82 | 'A'...'Z' | '#' | '$' | '%' | '_' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/tokenizer/mod.rs:88:16 [INFO] [stderr] | [INFO] [stderr] 88 | 'a'...'z' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/tokenizer/mod.rs:251:16 [INFO] [stderr] | [INFO] [stderr] 251 | 'A'...'Z' | 'a'...'z' | '#' | '$' | '%' | '_' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/tokenizer/mod.rs:251:28 [INFO] [stderr] | [INFO] [stderr] 251 | 'A'...'Z' | 'a'...'z' | '#' | '$' | '%' | '_' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/tokenizer/mod.rs:282:16 [INFO] [stderr] | [INFO] [stderr] 282 | '0'...'9' | '.' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `thinclippy` (bin "thinclippy" test) generated 6 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/thinclippy-10d3c8b5234a9b2f) [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test tokenizer::tests::get_apostrophe_comment ... ok [INFO] [stdout] test tokenizer::tests::get_block_comment ... ok [INFO] [stdout] test tokenizer::tests::get_comma_works ... ok [INFO] [stdout] test tokenizer::tests::get_comparator ... ok [INFO] [stdout] test tokenizer::tests::get_end_of_line ... ok [INFO] [stdout] test tokenizer::tests::get_number_works ... ok [INFO] [stdout] test tokenizer::tests::get_symbol_works ... ok [INFO] [stdout] test tokenizer::tests::get_text_string_with_inner_quotes ... ok [INFO] [stdout] test tokenizer::tests::get_unknown ... ok [INFO] [stdout] test tokenizer::tests::get_operator_works ... ok [INFO] [stdout] test tokenizer::tests::get_whitespace_works ... ok [INFO] [stdout] test tokenizer::tests::get_c_comment ... ok [INFO] [stdout] test tokenizer::tests::get_rem_comment ... ok [INFO] [stdout] test tokenizer::tests::get_text ... ok [INFO] [stdout] test tokenizer::tests::get_paren_works ... ok [INFO] [stdout] test tokenizer::tests::get_equal_sign ... ok [INFO] [stdout] test tokenizer::tests::line_location ... ok [INFO] [stdout] test tokenizer::tests::line_location_with_continuation ... ok [INFO] [stdout] test tokenizer::tests::pos_location ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "79d9635d03bfe0ef46ae446eb6e2232f3f60ee73234e0a903c0f7671eb520c4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79d9635d03bfe0ef46ae446eb6e2232f3f60ee73234e0a903c0f7671eb520c4d", kill_on_drop: false }` [INFO] [stdout] 79d9635d03bfe0ef46ae446eb6e2232f3f60ee73234e0a903c0f7671eb520c4d