[INFO] fetching crate currawong_core 0.5.0...
[INFO] checking currawong_core-0.5.0 against master#507271bc119683008ec719ecee48814e8ac86c65 for pr-146440
[INFO] extracting crate currawong_core 0.5.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate currawong_core 0.5.0
[INFO] finished tweaking crates.io crate currawong_core 0.5.0
[INFO] tweaked toml for crates.io crate currawong_core 0.5.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate currawong_core 0.5.0 on toolchain 507271bc119683008ec719ecee48814e8ac86c65
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+507271bc119683008ec719ecee48814e8ac86c65" "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" "+507271bc119683008ec719ecee48814e8ac86c65" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 34 packages to latest compatible versions
[INFO] [stderr]       Adding getrandom v0.2.17 (available: v0.4.2)
[INFO] [stderr]       Adding rand v0.8.6 (available: v0.10.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+507271bc119683008ec719ecee48814e8ac86c65" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded midly v0.5.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+507271bc119683008ec719ecee48814e8ac86c65" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a0b42bd2417790d27aa9886e411b3649e3181094cb8c61e316fb10fe40674198
[INFO] running `Command { std: "docker" "start" "-a" "a0b42bd2417790d27aa9886e411b3649e3181094cb8c61e316fb10fe40674198", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a0b42bd2417790d27aa9886e411b3649e3181094cb8c61e316fb10fe40674198", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0b42bd2417790d27aa9886e411b3649e3181094cb8c61e316fb10fe40674198", kill_on_drop: false }`
[INFO] [stdout] a0b42bd2417790d27aa9886e411b3649e3181094cb8c61e316fb10fe40674198
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+507271bc119683008ec719ecee48814e8ac86c65" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9eb603cc988a215a46a2223f05485d4651746184daef0d1e8f120262cb8b195e
[INFO] running `Command { std: "docker" "start" "-a" "9eb603cc988a215a46a2223f05485d4651746184daef0d1e8f120262cb8b195e", kill_on_drop: false }`
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking midly v0.5.3
[INFO] [stderr]     Checking currawong_core v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/signal.rs:63:33
[INFO] [stdout]    |
[INFO] [stdout] 63 |     Signal::from_fn(move |_ctx| (rng.borrow_mut().gen::<f64>()))
[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] 63 -     Signal::from_fn(move |_ctx| (rng.borrow_mut().gen::<f64>()))
[INFO] [stdout] 63 +     Signal::from_fn(move |_ctx| rng.borrow_mut().gen::<f64>() )
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/signal.rs:63:33
[INFO] [stdout]    |
[INFO] [stdout] 63 |     Signal::from_fn(move |_ctx| (rng.borrow_mut().gen::<f64>()))
[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] 63 -     Signal::from_fn(move |_ctx| (rng.borrow_mut().gen::<f64>()))
[INFO] [stdout] 63 +     Signal::from_fn(move |_ctx| rng.borrow_mut().gen::<f64>() )
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/builder.rs:736:28
[INFO] [stdout]     |
[INFO] [stdout] 736 |     pub fn sampler(sample: &Sample) -> SamplerBuilder {
[INFO] [stdout]     |                            ^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 736 |     pub fn sampler(sample: &Sample) -> SamplerBuilder<'_> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/builder.rs:736:28
[INFO] [stdout]     |
[INFO] [stdout] 736 |     pub fn sampler(sample: &Sample) -> SamplerBuilder {
[INFO] [stdout]     |                            ^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 736 |     pub fn sampler(sample: &Sample) -> SamplerBuilder<'_> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
[INFO] running `Command { std: "docker" "inspect" "9eb603cc988a215a46a2223f05485d4651746184daef0d1e8f120262cb8b195e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9eb603cc988a215a46a2223f05485d4651746184daef0d1e8f120262cb8b195e", kill_on_drop: false }`
[INFO] [stdout] 9eb603cc988a215a46a2223f05485d4651746184daef0d1e8f120262cb8b195e
