[INFO] fetching crate toggle-comment 0.5.0... [INFO] checking toggle-comment-0.5.0 against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] extracting crate toggle-comment 0.5.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate toggle-comment 0.5.0 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 toggle-comment 0.5.0 [INFO] finished tweaking crates.io crate toggle-comment 0.5.0 [INFO] tweaked toml for crates.io crate toggle-comment 0.5.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate toggle-comment 0.5.0 already has a lockfile, it will not be regenerated [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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stdout] 3138f8e543eb46e3cd0fccf46b184dcea05f31c56f05ea61009dd5bfb92f5f82 [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" "3138f8e543eb46e3cd0fccf46b184dcea05f31c56f05ea61009dd5bfb92f5f82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3138f8e543eb46e3cd0fccf46b184dcea05f31c56f05ea61009dd5bfb92f5f82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3138f8e543eb46e3cd0fccf46b184dcea05f31c56f05ea61009dd5bfb92f5f82", kill_on_drop: false }` [INFO] [stdout] 3138f8e543eb46e3cd0fccf46b184dcea05f31c56f05ea61009dd5bfb92f5f82 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] dd98d66664c5a66fbc1edf3e7dc04543ca79585de38f7bd92b830eeb13a0af38 [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" "dd98d66664c5a66fbc1edf3e7dc04543ca79585de38f7bd92b830eeb13a0af38", kill_on_drop: false }` [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Checking toggle-comment v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `AddressComponent::*` [INFO] [stdout] --> src/test.rs:205:29 [INFO] [stdout] | [INFO] [stdout] 205 | use {Address::AddressRange, AddressComponent::*}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/main.rs:139:31 [INFO] [stdout] | [INFO] [stdout] 139 | AddressRange(Line(s), Step(count)) => todo!(), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `count` [INFO] [stdout] --> src/main.rs:139:40 [INFO] [stdout] | [INFO] [stdout] 139 | AddressRange(Line(s), Step(count)) => todo!(), [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/main.rs:158:39 [INFO] [stdout] | [INFO] [stdout] 158 | AddressRange(RegexPattern(s), Step(count)) => todo!(), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `count` [INFO] [stdout] --> src/main.rs:158:48 [INFO] [stdout] | [INFO] [stdout] 158 | AddressRange(RegexPattern(s), Step(count)) => todo!(), [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Step` [INFO] [stdout] --> src/main.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | Step(usize), // ~N [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/main.rs:139:31 [INFO] [stdout] | [INFO] [stdout] 139 | AddressRange(Line(s), Step(count)) => todo!(), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `count` [INFO] [stdout] --> src/main.rs:139:40 [INFO] [stdout] | [INFO] [stdout] 139 | AddressRange(Line(s), Step(count)) => todo!(), [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/main.rs:158:39 [INFO] [stdout] | [INFO] [stdout] 158 | AddressRange(RegexPattern(s), Step(count)) => todo!(), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `count` [INFO] [stdout] --> src/main.rs:158:48 [INFO] [stdout] | [INFO] [stdout] 158 | AddressRange(RegexPattern(s), Step(count)) => todo!(), [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Step` [INFO] [stdout] --> src/main.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | Step(usize), // ~N [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.49s [INFO] running `Command { std: "docker" "inspect" "dd98d66664c5a66fbc1edf3e7dc04543ca79585de38f7bd92b830eeb13a0af38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd98d66664c5a66fbc1edf3e7dc04543ca79585de38f7bd92b830eeb13a0af38", kill_on_drop: false }` [INFO] [stdout] dd98d66664c5a66fbc1edf3e7dc04543ca79585de38f7bd92b830eeb13a0af38