[INFO] crate pipitor 0.3.0-alpha.1 is already in cache [INFO] checking pipitor-0.3.0-alpha.1 against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] extracting crate pipitor 0.3.0-alpha.1 into work/builds/worker-5/source [INFO] validating manifest of crates.io crate pipitor 0.3.0-alpha.1 on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate pipitor 0.3.0-alpha.1 [INFO] finished tweaking crates.io crate pipitor 0.3.0-alpha.1 [INFO] tweaked toml for crates.io crate pipitor 0.3.0-alpha.1 written to work/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate pipitor 0.3.0-alpha.1 already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 4bd2823e5d77b4eba822ca18f24df5ed4070ff15edb6df9373c3a0957d56f517 [INFO] running `"docker" "start" "-a" "4bd2823e5d77b4eba822ca18f24df5ed4070ff15edb6df9373c3a0957d56f517"` [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling cc v1.0.42 [INFO] [stderr] Checking tracing-core v0.1.5 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling pin-project-internal v0.4.0-alpha.7 [INFO] [stderr] Compiling libsqlite3-sys v0.12.0 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking atoi v0.3.1 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking tokio-io v0.2.0-alpha.4 [INFO] [stderr] Compiling diesel_derives v1.4.0 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking rand v0.7.0 [INFO] [stderr] Checking tokio-codec v0.2.0-alpha.4 [INFO] [stderr] Checking tower-make v0.1.0-alpha.2 [INFO] [stderr] Compiling openssl-sys v0.9.49 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Checking flate2 v1.0.11 [INFO] [stderr] Checking backtrace v0.3.37 [INFO] [stderr] Compiling openssl v0.10.24 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking dotenv v0.14.1 [INFO] [stderr] Checking tokio-tls v0.3.0-alpha.4 [INFO] [stderr] error[E0597]: `self` does not live long enough [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-tls-0.3.0-alpha.4/src/lib.rs:274:23 [INFO] [stderr] | [INFO] [stderr] 274 | handshake(|s| self.0.connect(domain, s), stream).await [INFO] [stderr] | --------------^^^^------------------------------ [INFO] [stderr] | | | | [INFO] [stderr] | | | borrowed value does not live long enough [INFO] [stderr] | | value captured here [INFO] [stderr] | a temporary with access to the borrow is created here ... [INFO] [stderr] 275 | } [INFO] [stderr] | - [INFO] [stderr] | | [INFO] [stderr] | `self` dropped here while still borrowed [INFO] [stderr] | ... and the borrow might be used here, when that temporary is dropped and runs the destructor for type `impl std::future::Future` [INFO] [stderr] | [INFO] [stderr] = note: The temporary is part of an expression at the end of a block. Consider forcing this temporary to be dropped sooner, before the block's local variables are dropped. For example, you could save the expression's value in a new local variable `x` and then make `x` be the expression at the end of the block. [INFO] [stderr] [INFO] [stderr] error[E0597]: `domain` does not live long enough [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-tls-0.3.0-alpha.4/src/lib.rs:274:38 [INFO] [stderr] | [INFO] [stderr] 274 | handshake(|s| self.0.connect(domain, s), stream).await [INFO] [stderr] | -----------------------------^^^^^^------------- [INFO] [stderr] | | | | [INFO] [stderr] | | | borrowed value does not live long enough [INFO] [stderr] | | value captured here [INFO] [stderr] | a temporary with access to the borrow is created here ... [INFO] [stderr] 275 | } [INFO] [stderr] | - [INFO] [stderr] | | [INFO] [stderr] | `domain` dropped here while still borrowed [INFO] [stderr] | ... and the borrow might be used here, when that temporary is dropped and runs the destructor for type `impl std::future::Future` [INFO] [stderr] | [INFO] [stderr] = note: The temporary is part of an expression at the end of a block. Consider forcing this temporary to be dropped sooner, before the block's local variables are dropped. For example, you could save the expression's value in a new local variable `x` and then make `x` be the expression at the end of the block. [INFO] [stderr] [INFO] [stderr] error[E0597]: `self` does not live long enough [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-tls-0.3.0-alpha.4/src/lib.rs:305:23 [INFO] [stderr] | [INFO] [stderr] 305 | handshake(|s| self.0.accept(s), stream).await [INFO] [stderr] | --------------^^^^--------------------- [INFO] [stderr] | | | | [INFO] [stderr] | | | borrowed value does not live long enough [INFO] [stderr] | | value captured here [INFO] [stderr] | a temporary with access to the borrow is created here ... [INFO] [stderr] 306 | } [INFO] [stderr] | - [INFO] [stderr] | | [INFO] [stderr] | `self` dropped here while still borrowed [INFO] [stderr] | ... and the borrow might be used here, when that temporary is dropped and runs the destructor for type `impl std::future::Future` [INFO] [stderr] | [INFO] [stderr] = note: The temporary is part of an expression at the end of a block. Consider forcing this temporary to be dropped sooner, before the block's local variables are dropped. For example, you could save the expression's value in a new local variable `x` and then make `x` be the expression at the end of the block. [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0597`. [INFO] [stderr] error: Could not compile `tokio-tls`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "4bd2823e5d77b4eba822ca18f24df5ed4070ff15edb6df9373c3a0957d56f517"` [INFO] running `"docker" "rm" "-f" "4bd2823e5d77b4eba822ca18f24df5ed4070ff15edb6df9373c3a0957d56f517"` [INFO] [stdout] 4bd2823e5d77b4eba822ca18f24df5ed4070ff15edb6df9373c3a0957d56f517