[INFO] fetching crate textmate-scope-selector-peg 2.0.0... [INFO] testing textmate-scope-selector-peg-2.0.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate textmate-scope-selector-peg 2.0.0 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate textmate-scope-selector-peg 2.0.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate textmate-scope-selector-peg 2.0.0 [INFO] tweaked toml for crates.io crate textmate-scope-selector-peg 2.0.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate textmate-scope-selector-peg 2.0.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 6 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] da5bdf61e45f4bd8cfe6215e463ea91c244c5d31b43616d368f91d392a678fd4 [INFO] running `Command { std: "docker" "start" "-a" "da5bdf61e45f4bd8cfe6215e463ea91c244c5d31b43616d368f91d392a678fd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "da5bdf61e45f4bd8cfe6215e463ea91c244c5d31b43616d368f91d392a678fd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da5bdf61e45f4bd8cfe6215e463ea91c244c5d31b43616d368f91d392a678fd4", kill_on_drop: false }` [INFO] [stdout] da5bdf61e45f4bd8cfe6215e463ea91c244c5d31b43616d368f91d392a678fd4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 757f4afa6d105b5879ddc9db05e5a923b5bdbdee8574a65ee82b2d6a35642c7e [INFO] running `Command { std: "docker" "start" "-a" "757f4afa6d105b5879ddc9db05e5a923b5bdbdee8574a65ee82b2d6a35642c7e", kill_on_drop: false }` [INFO] [stderr] Compiling peg-runtime v0.8.5 [INFO] [stderr] Compiling peg-macros v0.8.5 [INFO] [stderr] Compiling peg v0.8.5 [INFO] [stderr] Compiling textmate-scope-selector-peg v2.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/matchers.rs:41:34 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn new(segments: Vec>) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 41 - pub fn new(segments: Vec>) -> Self { [INFO] [stdout] 41 + pub fn new(segments: Vec>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s [INFO] running `Command { std: "docker" "inspect" "757f4afa6d105b5879ddc9db05e5a923b5bdbdee8574a65ee82b2d6a35642c7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "757f4afa6d105b5879ddc9db05e5a923b5bdbdee8574a65ee82b2d6a35642c7e", kill_on_drop: false }` [INFO] [stdout] 757f4afa6d105b5879ddc9db05e5a923b5bdbdee8574a65ee82b2d6a35642c7e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e7283935c2e65f6be69ed39f6b20eef4fec32f3725d21f64483dc4ae39a15c99 [INFO] running `Command { std: "docker" "start" "-a" "e7283935c2e65f6be69ed39f6b20eef4fec32f3725d21f64483dc4ae39a15c99", kill_on_drop: false }` [INFO] [stderr] Compiling textmate-scope-selector-peg v2.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/matchers.rs:41:34 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn new(segments: Vec>) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 41 - pub fn new(segments: Vec>) -> Self { [INFO] [stdout] 41 + pub fn new(segments: Vec>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/matchers.rs:41:34 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn new(segments: Vec>) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 41 - pub fn new(segments: Vec>) -> Self { [INFO] [stdout] 41 + pub fn new(segments: Vec>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.61s [INFO] running `Command { std: "docker" "inspect" "e7283935c2e65f6be69ed39f6b20eef4fec32f3725d21f64483dc4ae39a15c99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7283935c2e65f6be69ed39f6b20eef4fec32f3725d21f64483dc4ae39a15c99", kill_on_drop: false }` [INFO] [stdout] e7283935c2e65f6be69ed39f6b20eef4fec32f3725d21f64483dc4ae39a15c99 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] be2e96c8c950a0984f06b6ad243ae4daa9176fcde9dabc1db5966cc63b335ac4 [INFO] running `Command { std: "docker" "start" "-a" "be2e96c8c950a0984f06b6ad243ae4daa9176fcde9dabc1db5966cc63b335ac4", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/matchers.rs:41:34 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn new(segments: Vec>) -> Self { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 41 - pub fn new(segments: Vec>) -> Self { [INFO] [stderr] 41 + pub fn new(segments: Vec>) -> Self { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `textmate-scope-selector-peg` (lib) generated 1 warning (run `cargo fix --lib -p textmate-scope-selector-peg` to apply 1 suggestion) [INFO] [stderr] warning: `textmate-scope-selector-peg` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/textmate_scope_selector_peg-c2afaf38f7d76042) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/match.rs (/opt/rustwide/target/debug/deps/match-01385b8929d7c6f5) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test test_group_brackets ... ok [INFO] [stdout] test test_composite_operator_disjunct ... ok [INFO] [stdout] test test_composite_operator_conjunction ... ok [INFO] [stdout] test test_path_others_descendant ... ok [INFO] [stdout] test test_prefix_parse ... ok [INFO] [stdout] test test_selector_comma ... ok [INFO] [stdout] test test_atom_segment ... ok [INFO] [stdout] test test_composite_operator_negation ... ok [INFO] [stdout] test test_atom_asterisk ... ok [INFO] [stdout] test test_bench_match ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.84s [INFO] [stdout] [INFO] [stderr] Running tests/prefix.rs (/opt/rustwide/target/debug/deps/prefix-c0c556d757787ae5) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_prefix_match ... ok [INFO] [stderr] Doc-tests textmate_scope_selector_peg [INFO] [stdout] test test_bench_prefix ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.18s [INFO] [stdout] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/matchers.rs:41:34 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn new(segments: Vec>) -> Self { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 41 - pub fn new(segments: Vec>) -> Self { [INFO] [stderr] 41 + pub fn new(segments: Vec>) -> Self { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "be2e96c8c950a0984f06b6ad243ae4daa9176fcde9dabc1db5966cc63b335ac4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be2e96c8c950a0984f06b6ad243ae4daa9176fcde9dabc1db5966cc63b335ac4", kill_on_drop: false }` [INFO] [stdout] be2e96c8c950a0984f06b6ad243ae4daa9176fcde9dabc1db5966cc63b335ac4