[INFO] crate cleartor 0.1.6 is already in cache
[INFO] checking cleartor-0.1.6 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate cleartor 0.1.6 into /workspace/builds/worker-3/source
[INFO] validating manifest of crates.io crate cleartor 0.1.6 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate cleartor 0.1.6
[INFO] finished tweaking crates.io crate cleartor 0.1.6
[INFO] tweaked toml for crates.io crate cleartor 0.1.6 written to /workspace/builds/worker-3/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 540434cb5cbd0b97210d6c72824846dc0c421e72463d2340f8ba50576771442b
[INFO] running `"docker" "start" "-a" "540434cb5cbd0b97210d6c72824846dc0c421e72463d2340f8ba50576771442b"`
[INFO] [stderr]     Checking socks v0.3.2
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking simplelog v0.5.3
[INFO] [stderr]     Checking native-tls v0.2.4
[INFO] [stderr]     Checking toml v0.4.10
[INFO] [stderr]     Checking hyper-tls v0.3.2
[INFO] [stderr]     Checking hyper-socks2 v0.2.1
[INFO] [stderr]     Checking cleartor v0.1.6 (/opt/rustwide/workdir)
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/main.rs:82:29
[INFO] [stderr]    |
[INFO] [stderr] 82 | fn main() -> Result<(), Box<std::error::Error>> {
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/main.rs:82:29
[INFO] [stderr]    |
[INFO] [stderr] 82 | fn main() -> Result<(), Box<std::error::Error>> {
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: cannot borrow `*headers` as mutable because it is also borrowed as immutable
[INFO] [stderr]    --> src/main.rs:182:21
[INFO] [stderr]     |
[INFO] [stderr] 180 |                 if let Some(location) = headers.get(header::LOCATION) {
[INFO] [stderr]     |                                         ------- immutable borrow occurs here
[INFO] [stderr] 181 |                     let location_str = location.to_str().unwrap();
[INFO] [stderr] 182 |                     headers.insert(header::LOCATION, location_str.replace(&*route.onion, &*route.domain).parse().unwrap());
[INFO] [stderr]     |                     ^^^^^^^                          ------------ immutable borrow later used here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     mutable borrow occurs here
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default
[INFO] [stderr]     = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future
[INFO] [stderr]     = note: for more information, see issue #59159 <https://github.com/rust-lang/rust/issues/59159>
[INFO] [stderr] 
[INFO] [stderr] warning: cannot borrow `*headers` as mutable because it is also borrowed as immutable
[INFO] [stderr]    --> src/main.rs:182:21
[INFO] [stderr]     |
[INFO] [stderr] 180 |                 if let Some(location) = headers.get(header::LOCATION) {
[INFO] [stderr]     |                                         ------- immutable borrow occurs here
[INFO] [stderr] 181 |                     let location_str = location.to_str().unwrap();
[INFO] [stderr] 182 |                     headers.insert(header::LOCATION, location_str.replace(&*route.onion, &*route.domain).parse().unwrap());
[INFO] [stderr]     |                     ^^^^^^^                          ------------ immutable borrow later used here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     mutable borrow occurs here
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default
[INFO] [stderr]     = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future
[INFO] [stderr]     = note: for more information, see issue #59159 <https://github.com/rust-lang/rust/issues/59159>
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 8.45s
[INFO] running `"docker" "inspect" "540434cb5cbd0b97210d6c72824846dc0c421e72463d2340f8ba50576771442b"`
[INFO] running `"docker" "rm" "-f" "540434cb5cbd0b97210d6c72824846dc0c421e72463d2340f8ba50576771442b"`
[INFO] [stdout] 540434cb5cbd0b97210d6c72824846dc0c421e72463d2340f8ba50576771442b
