[INFO] fetching crate wright 0.8.0... [INFO] checking wright-0.8.0 against master#4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5 for pr-81174 [INFO] extracting crate wright 0.8.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate wright 0.8.0 on toolchain 4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate wright 0.8.0 [INFO] finished tweaking crates.io crate wright 0.8.0 [INFO] tweaked toml for crates.io crate wright 0.8.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate wright 0.8.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0d2ae0583b5548d867badd365e8df89fa780c1c9ec5f4d2fa639637cea812e03 [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" "0d2ae0583b5548d867badd365e8df89fa780c1c9ec5f4d2fa639637cea812e03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0d2ae0583b5548d867badd365e8df89fa780c1c9ec5f4d2fa639637cea812e03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d2ae0583b5548d867badd365e8df89fa780c1c9ec5f4d2fa639637cea812e03", kill_on_drop: false }` [INFO] [stdout] 0d2ae0583b5548d867badd365e8df89fa780c1c9ec5f4d2fa639637cea812e03 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", 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] ab850c3d437d7b78589550d6e9ee6f4d4664f8db624f0a1ec2ff74cc37d38b4e [INFO] running `Command { std: "docker" "start" "-a" "ab850c3d437d7b78589550d6e9ee6f4d4664f8db624f0a1ec2ff74cc37d38b4e", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.7 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Checking unicode-segmentation v1.5.0 [INFO] [stderr] Compiling pest v2.1.2 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking codespan v0.5.0 [INFO] [stderr] Checking codespan-reporting v0.5.0 [INFO] [stderr] Compiling pest_meta v2.1.2 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking wright v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `ByteIndex`, `RawIndex` [INFO] [stdout] --> src/grammar.rs:2:16 [INFO] [stdout] | [INFO] [stdout] 2 | use codespan::{ByteIndex, RawIndex}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `pest::Parser` [INFO] [stdout] --> src/grammar/parser.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use pest::Parser; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ByteIndex`, `RawIndex` [INFO] [stdout] --> src/grammar.rs:2:16 [INFO] [stdout] | [INFO] [stdout] 2 | use codespan::{ByteIndex, RawIndex}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `pest::Parser` [INFO] [stdout] --> src/grammar/parser.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use pest::Parser; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `filenames` [INFO] [stdout] --> src/lib.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn call_files(filenames: Vec<&str>, run: bool, emits: Vec, verbose: bool) -> i32 { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filenames` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `run` [INFO] [stdout] --> src/lib.rs:24:41 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn call_files(filenames: Vec<&str>, run: bool, emits: Vec, verbose: bool) -> i32 { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_run` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `emits` [INFO] [stdout] --> src/lib.rs:24:52 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn call_files(filenames: Vec<&str>, run: bool, emits: Vec, verbose: bool) -> i32 { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_emits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `verbose` [INFO] [stdout] --> src/lib.rs:24:70 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn call_files(filenames: Vec<&str>, run: bool, emits: Vec, verbose: bool) -> i32 { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_verbose` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `filenames` [INFO] [stdout] --> src/lib.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn call_files(filenames: Vec<&str>, run: bool, emits: Vec, verbose: bool) -> i32 { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filenames` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `run` [INFO] [stdout] --> src/lib.rs:24:41 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn call_files(filenames: Vec<&str>, run: bool, emits: Vec, verbose: bool) -> i32 { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_run` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `emits` [INFO] [stdout] --> src/lib.rs:24:52 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn call_files(filenames: Vec<&str>, run: bool, emits: Vec, verbose: bool) -> i32 { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_emits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `verbose` [INFO] [stdout] --> src/lib.rs:24:70 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn call_files(filenames: Vec<&str>, run: bool, emits: Vec, verbose: bool) -> i32 { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_verbose` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a module [INFO] [stdout] --> src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub mod grammar; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct [INFO] [stdout] --> src/grammar.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Properties; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 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 22.98s [INFO] running `Command { std: "docker" "inspect" "ab850c3d437d7b78589550d6e9ee6f4d4664f8db624f0a1ec2ff74cc37d38b4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab850c3d437d7b78589550d6e9ee6f4d4664f8db624f0a1ec2ff74cc37d38b4e", kill_on_drop: false }` [INFO] [stdout] ab850c3d437d7b78589550d6e9ee6f4d4664f8db624f0a1ec2ff74cc37d38b4e