[INFO] updating cached repository https://github.com/devroom-org/bot [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] 85e5dcd4b54bb1941a43b7adc2e762e0110c4d36 [INFO] checking devroom-org/bot against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdevroom-org%2Fbot" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/devroom-org/bot on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/devroom-org/bot [INFO] finished tweaking git repo https://github.com/devroom-org/bot [INFO] tweaked toml for git repo https://github.com/devroom-org/bot written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/devroom-org/bot already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /mnt/big/crater/work/builds/worker-3/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/telegram-rs/telegram-bot.git` [INFO] [stderr] Updating git repository `https://github.com/hyperium/hyper-tls.git` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-3/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" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] fe461b3fa6339b6ec6f1f9d37310799b7ae4c7f68b3b63cb8bae6d7a78388653 [INFO] running `"docker" "start" "-a" "fe461b3fa6339b6ec6f1f9d37310799b7ae4c7f68b3b63cb8bae6d7a78388653"` [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.18 [INFO] [stderr] Checking openssl v0.10.24 [INFO] [stderr] Checking tracing v0.1.9 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-threadpool v0.1.15 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking telegram-bot-raw v0.6.3 (https://github.com/telegram-rs/telegram-bot.git#36688128) [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-udp v0.1.5 [INFO] [stderr] Checking native-tls v0.2.3 [INFO] [stderr] Checking tokio-sync v0.2.0-alpha.4 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.18 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking tokio-tls v0.3.0-alpha.4 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.18 [INFO] [stderr] Checking tokio-executor v0.2.0-alpha.4 [INFO] [stderr] Checking h2 v0.2.0-alpha.1 [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" "fe461b3fa6339b6ec6f1f9d37310799b7ae4c7f68b3b63cb8bae6d7a78388653"` [INFO] running `"docker" "rm" "-f" "fe461b3fa6339b6ec6f1f9d37310799b7ae4c7f68b3b63cb8bae6d7a78388653"` [INFO] [stdout] fe461b3fa6339b6ec6f1f9d37310799b7ae4c7f68b3b63cb8bae6d7a78388653