[INFO] updating cached repository https://github.com/jsdw/weave [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8a6654c4175916c4052e2d24d7881dcf4762fb23 [INFO] checking jsdw/weave against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjsdw%2Fweave" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jsdw/weave 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 git repo https://github.com/jsdw/weave [INFO] finished tweaking git repo https://github.com/jsdw/weave [INFO] tweaked toml for git repo https://github.com/jsdw/weave written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/jsdw/weave 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-0/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-0/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] 054dd8a7db938e01e5e04ddc276b856a09d3bb97c87610d8263e3572bdb8207a [INFO] running `"docker" "start" "-a" "054dd8a7db938e01e5e04ddc276b856a09d3bb97c87610d8263e3572bdb8207a"` [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.17 [INFO] [stderr] Checking tokio-sync v0.2.0 (https://github.com/tokio-rs/tokio#74168ae8) [INFO] [stderr] Checking crossbeam-channel v0.3.9 [INFO] [stderr] Checking tokio-executor v0.2.0 (https://github.com/tokio-rs/tokio#74168ae8) [INFO] [stderr] Checking want v0.2.0 (https://github.com/seanmonstar/want?branch=std-future#23cd872e) [INFO] [stderr] Checking tokio-io v0.2.0 (https://github.com/tokio-rs/tokio#74168ae8) [INFO] [stderr] Checking tokio-codec v0.2.0 (https://github.com/tokio-rs/tokio#74168ae8) [INFO] [stderr] Checking tokio-tls v0.3.0 (https://github.com/tokio-rs/tokio#74168ae8) [INFO] [stderr] Checking tokio-threadpool v0.2.0 (https://github.com/tokio-rs/tokio#74168ae8) [INFO] [stderr] Checking tokio-reactor v0.2.0 (https://github.com/tokio-rs/tokio#74168ae8) [INFO] [stderr] Checking tokio-timer v0.3.0 (https://github.com/tokio-rs/tokio#74168ae8) [INFO] [stderr] Checking tokio-current-thread v0.2.0 (https://github.com/tokio-rs/tokio#74168ae8) [INFO] [stderr] error[E0597]: `self` does not live long enough [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/tokio-377c595163f99a10/74168ae/tokio-tls/src/lib.rs:270:23 [INFO] [stderr] | [INFO] [stderr] 270 | 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] 271 | } [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/git/checkouts/tokio-377c595163f99a10/74168ae/tokio-tls/src/lib.rs:270:38 [INFO] [stderr] | [INFO] [stderr] 270 | 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] 271 | } [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/git/checkouts/tokio-377c595163f99a10/74168ae/tokio-tls/src/lib.rs:296:23 [INFO] [stderr] | [INFO] [stderr] 296 | 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] 297 | } [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" "054dd8a7db938e01e5e04ddc276b856a09d3bb97c87610d8263e3572bdb8207a"` [INFO] running `"docker" "rm" "-f" "054dd8a7db938e01e5e04ddc276b856a09d3bb97c87610d8263e3572bdb8207a"` [INFO] [stdout] 054dd8a7db938e01e5e04ddc276b856a09d3bb97c87610d8263e3572bdb8207a