[INFO] fetching crate bos 0.3.1...
[INFO] checking bos-0.3.1 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate bos 0.3.1 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate bos 0.3.1 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bos 0.3.1
[INFO] finished tweaking crates.io crate bos 0.3.1
[INFO] tweaked toml for crates.io crate bos 0.3.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded lifetime_proc_macros v0.1.0
[INFO] [stderr]   Downloaded lifetime v0.1.0
[INFO] [stderr]   Downloaded lifetime_proc_macros_impl v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 423c79f64b0babf461ecf31fb925a703c35a6fb99887e8b81e1e08211f347f3c
[INFO] running `Command { std: "docker" "start" "-a" "423c79f64b0babf461ecf31fb925a703c35a6fb99887e8b81e1e08211f347f3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "423c79f64b0babf461ecf31fb925a703c35a6fb99887e8b81e1e08211f347f3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "423c79f64b0babf461ecf31fb925a703c35a6fb99887e8b81e1e08211f347f3c", kill_on_drop: false }`
[INFO] [stdout] 423c79f64b0babf461ecf31fb925a703c35a6fb99887e8b81e1e08211f347f3c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e0ccedfb1ea558a0ed621d397cd2788dfd7e0f79e3d7fd972198ae25ae40aeb8
[INFO] running `Command { std: "docker" "start" "-a" "e0ccedfb1ea558a0ed621d397cd2788dfd7e0f79e3d7fd972198ae25ae40aeb8", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking assert_matches v1.5.0
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking bos v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stdout] warning: using `.deref()` on a double reference, which returns `&Arc<S>` instead of dereferencing the inner type
[INFO] [stdout]    --> src/abos.rs:351:38
[INFO] [stdout]     |
[INFO] [stdout] 351 |             Self::BorrowedArc(x) => x.deref().deref().borrow(),
[INFO] [stdout]     |                                      ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.deref()` on a double reference, which returns `&Arc<S>` instead of dereferencing the inner type
[INFO] [stdout]    --> src/bos.rs:356:38
[INFO] [stdout]     |
[INFO] [stdout] 356 |             Self::BorrowedArc(x) => x.deref().deref().borrow(),
[INFO] [stdout]     |                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.deref()` on a double reference, which returns `&Rc<S>` instead of dereferencing the inner type
[INFO] [stdout]    --> src/bos.rs:358:37
[INFO] [stdout]     |
[INFO] [stdout] 358 |             Self::BorrowedRc(x) => x.deref().deref().borrow(),
[INFO] [stdout]     |                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling lifetime_proc_macros_impl v0.1.0
[INFO] [stderr]    Compiling lifetime_proc_macros v0.1.0
[INFO] [stderr]     Checking lifetime v0.1.0
[INFO] [stderr]     Checking serde v1.0.197
[INFO] [stderr]     Checking serde_json v1.0.114
[INFO] [stdout] warning: using `.deref()` on a double reference, which returns `&Arc<S>` instead of dereferencing the inner type
[INFO] [stdout]    --> src/abos.rs:351:38
[INFO] [stdout]     |
[INFO] [stdout] 351 |             Self::BorrowedArc(x) => x.deref().deref().borrow(),
[INFO] [stdout]     |                                      ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.deref()` on a double reference, which returns `&Arc<S>` instead of dereferencing the inner type
[INFO] [stdout]    --> src/bos.rs:356:38
[INFO] [stdout]     |
[INFO] [stdout] 356 |             Self::BorrowedArc(x) => x.deref().deref().borrow(),
[INFO] [stdout]     |                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.deref()` on a double reference, which returns `&Rc<S>` instead of dereferencing the inner type
[INFO] [stdout]    --> src/bos.rs:358:37
[INFO] [stdout]     |
[INFO] [stdout] 358 |             Self::BorrowedRc(x) => x.deref().deref().borrow(),
[INFO] [stdout]     |                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
[INFO] running `Command { std: "docker" "inspect" "e0ccedfb1ea558a0ed621d397cd2788dfd7e0f79e3d7fd972198ae25ae40aeb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e0ccedfb1ea558a0ed621d397cd2788dfd7e0f79e3d7fd972198ae25ae40aeb8", kill_on_drop: false }`
[INFO] [stdout] e0ccedfb1ea558a0ed621d397cd2788dfd7e0f79e3d7fd972198ae25ae40aeb8
