[INFO] fetching crate yanp 0.1.1... [INFO] checking yanp-0.1.1 against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-3 [INFO] extracting crate yanp 0.1.1 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate yanp 0.1.1 on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate yanp 0.1.1 [INFO] finished tweaking crates.io crate yanp 0.1.1 [INFO] tweaked toml for crates.io crate yanp 0.1.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate crates.io crate yanp 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nom v5.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 40752ea798776d5d55b1cd288ac70e5a8e57b5fc20f0ace15af85e8a4b097529 [INFO] running `Command { std: "docker" "start" "-a" "40752ea798776d5d55b1cd288ac70e5a8e57b5fc20f0ace15af85e8a4b097529", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "40752ea798776d5d55b1cd288ac70e5a8e57b5fc20f0ace15af85e8a4b097529", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40752ea798776d5d55b1cd288ac70e5a8e57b5fc20f0ace15af85e8a4b097529", kill_on_drop: false }` [INFO] [stdout] 40752ea798776d5d55b1cd288ac70e5a8e57b5fc20f0ace15af85e8a4b097529 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 22a4c813b9d8444f9ae75e35b99aa55a1fc2d3c6de7f0d1e335b49c8aad7d41a [INFO] running `Command { std: "docker" "start" "-a" "22a4c813b9d8444f9ae75e35b99aa55a1fc2d3c6de7f0d1e335b49c8aad7d41a", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling nom v5.0.0 [INFO] [stderr] Checking yanp v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error: unnecessary parentheses around type [INFO] [stdout] --> src/parsers/gsa.rs:53:20 [INFO] [stdout] | [INFO] [stdout] 53 | |sentence: (Option)| -> Result, NmeaSentenceError> { Ok(sentence) } [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(unused_parens)]` implied by `#[deny(warnings)]` [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 53 - |sentence: (Option)| -> Result, NmeaSentenceError> { Ok(sentence) } [INFO] [stdout] 53 + |sentence: Option| -> Result, NmeaSentenceError> { Ok(sentence) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unnecessary parentheses around type [INFO] [stdout] --> src/parsers/hdt.rs:12:21 [INFO] [stdout] | [INFO] [stdout] 12 | | sentence: (Option) | -> Result { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 12 - | sentence: (Option) | -> Result { [INFO] [stdout] 12 + | sentence: Option | -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unnecessary parentheses around type [INFO] [stdout] --> src/parsers/stn.rs:12:19 [INFO] [stdout] | [INFO] [stdout] 12 | |sentence:(u8) | -> Result { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 12 - |sentence:(u8) | -> Result { [INFO] [stdout] 12 + |sentence:u8 | -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unnecessary parentheses around type [INFO] [stdout] --> src/parsers/gsa.rs:53:20 [INFO] [stdout] | [INFO] [stdout] 53 | |sentence: (Option)| -> Result, NmeaSentenceError> { Ok(sentence) } [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(unused_parens)]` implied by `#[deny(warnings)]` [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 53 - |sentence: (Option)| -> Result, NmeaSentenceError> { Ok(sentence) } [INFO] [stdout] 53 + |sentence: Option| -> Result, NmeaSentenceError> { Ok(sentence) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unnecessary parentheses around type [INFO] [stdout] --> src/parsers/hdt.rs:12:21 [INFO] [stdout] | [INFO] [stdout] 12 | | sentence: (Option) | -> Result { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 12 - | sentence: (Option) | -> Result { [INFO] [stdout] 12 + | sentence: Option | -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unnecessary parentheses around type [INFO] [stdout] --> src/parsers/stn.rs:12:19 [INFO] [stdout] | [INFO] [stdout] 12 | |sentence:(u8) | -> Result { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 12 - |sentence:(u8) | -> Result { [INFO] [stdout] 12 + |sentence:u8 | -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `yanp` (lib) due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `yanp` (lib test) due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "22a4c813b9d8444f9ae75e35b99aa55a1fc2d3c6de7f0d1e335b49c8aad7d41a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22a4c813b9d8444f9ae75e35b99aa55a1fc2d3c6de7f0d1e335b49c8aad7d41a", kill_on_drop: false }` [INFO] [stdout] 22a4c813b9d8444f9ae75e35b99aa55a1fc2d3c6de7f0d1e335b49c8aad7d41a