[INFO] crate rustmann 0.3.0-alpha.4 is already in cache [INFO] checking rustmann-0.3.0-alpha.4 against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] extracting crate rustmann 0.3.0-alpha.4 into work/builds/worker-2/source [INFO] validating manifest of crates.io crate rustmann 0.3.0-alpha.4 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 rustmann 0.3.0-alpha.4 [INFO] finished tweaking crates.io crate rustmann 0.3.0-alpha.4 [INFO] tweaked toml for crates.io crate rustmann 0.3.0-alpha.4 written to work/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate rustmann 0.3.0-alpha.4 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-2/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] 3b185800ebe2336e90817f755d5a851e7b2ac5c2e9c6fbadf18cdea42814d6d5 [INFO] running `"docker" "start" "-a" "3b185800ebe2336e90817f755d5a851e7b2ac5c2e9c6fbadf18cdea42814d6d5"` [INFO] [stderr] Compiling protobuf v2.8.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling getrandom v0.1.11 [INFO] [stderr] Compiling protoc v2.8.0 [INFO] [stderr] Checking ring v0.16.9 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling getset v0.0.7 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Checking sct v0.6.0 [INFO] [stderr] Checking webpki v0.21.0 [INFO] [stderr] Checking rustls v0.16.0 [INFO] [stderr] Checking webpki-roots v0.17.0 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Checking tokio-sync v0.2.0-alpha.4 [INFO] [stderr] Compiling protobuf-codegen v2.8.0 [INFO] [stderr] Checking tokio-rustls v0.12.0-alpha.1 [INFO] [stderr] Compiling protoc-rust v2.8.0 [INFO] [stderr] Compiling rustmann v0.3.0-alpha.4 (/opt/rustwide/workdir) [INFO] [stderr] Compiling tracing-attributes v0.1.2 [INFO] [stderr] Compiling tokio-macros v0.2.0-alpha.4 [INFO] [stderr] Checking tracing v0.1.7 [INFO] [stderr] Checking tokio-executor v0.2.0-alpha.4 [INFO] [stderr] Checking tokio-fs v0.2.0-alpha.4 [INFO] [stderr] Checking tokio-net v0.2.0-alpha.4 [INFO] [stderr] Checking tokio-timer v0.3.0-alpha.4 [INFO] [stderr] Checking tokio v0.2.0-alpha.4 [INFO] [stderr] error[E0597]: `conn_wrapper` does not live long enough [INFO] [stderr] --> src/client.rs:120:24 [INFO] [stderr] | [INFO] [stderr] 120 | let mut conn = conn_wrapper.lock().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ borrowed value does not live long enough [INFO] [stderr] ... [INFO] [stderr] 125 | conn.query(query, timeout) [INFO] [stderr] | -------------------------- a temporary with access to the borrow is created here ... [INFO] [stderr] ... [INFO] [stderr] 139 | } [INFO] [stderr] | - [INFO] [stderr] | | [INFO] [stderr] | `conn_wrapper` 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 failure::core::future::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]: `conn` does not live long enough [INFO] [stderr] --> src/client.rs:125:9 [INFO] [stderr] | [INFO] [stderr] 125 | conn.query(query, timeout) [INFO] [stderr] | ^^^^---------------------- [INFO] [stderr] | | [INFO] [stderr] | borrowed value does not live long enough [INFO] [stderr] | a temporary with access to the borrow is created here ... [INFO] [stderr] ... [INFO] [stderr] 139 | } [INFO] [stderr] | - [INFO] [stderr] | | [INFO] [stderr] | `conn` 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 failure::core::future::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]: `addr` does not live long enough [INFO] [stderr] --> src/connection.rs:88:28 [INFO] [stderr] | [INFO] [stderr] 88 | TcpStream::connect(&addr) [INFO] [stderr] | - ^^^^^ borrowed value does not live long enough [INFO] [stderr] | _________| [INFO] [stderr] | | [INFO] [stderr] 89 | | .timeout(Duration::from_millis(*options.connect_timeout_ms())) [INFO] [stderr] 90 | | .map_err(|e| io::Error::new(io::ErrorKind::TimedOut, e)) [INFO] [stderr] | |____________________________________________________________________- a temporary with access to the borrow is created here ... [INFO] [stderr] ... [INFO] [stderr] 98 | } [INFO] [stderr] | - [INFO] [stderr] | | [INFO] [stderr] | `addr` 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 `futures_util::try_future::map_err::MapErr, [closure@src/connection.rs:90:22: 90:68]>` [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]: `addr` does not live long enough [INFO] [stderr] --> src/connection.rs:102:28 [INFO] [stderr] | [INFO] [stderr] 102 | TcpStream::connect(&addr) [INFO] [stderr] | - ^^^^^ borrowed value does not live long enough [INFO] [stderr] | _________| [INFO] [stderr] | | [INFO] [stderr] 103 | | .timeout(Duration::from_millis(*options.connect_timeout_ms())) [INFO] [stderr] 104 | | .map_err(|e| io::Error::new(io::ErrorKind::TimedOut, e)) [INFO] [stderr] | |____________________________________________________________________- a temporary with access to the borrow is created here ... [INFO] [stderr] ... [INFO] [stderr] 116 | } [INFO] [stderr] | - [INFO] [stderr] | | [INFO] [stderr] | `addr` 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 `futures_util::try_future::map_err::MapErr, [closure@src/connection.rs:104:22: 104:68]>` [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 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0597`. [INFO] [stderr] error: Could not compile `rustmann`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0597]: `conn_wrapper` does not live long enough [INFO] [stderr] --> src/client.rs:120:24 [INFO] [stderr] | [INFO] [stderr] 120 | let mut conn = conn_wrapper.lock().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ borrowed value does not live long enough [INFO] [stderr] ... [INFO] [stderr] 125 | conn.query(query, timeout) [INFO] [stderr] | -------------------------- a temporary with access to the borrow is created here ... [INFO] [stderr] ... [INFO] [stderr] 139 | } [INFO] [stderr] | - [INFO] [stderr] | | [INFO] [stderr] | `conn_wrapper` 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 failure::core::future::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]: `conn` does not live long enough [INFO] [stderr] --> src/client.rs:125:9 [INFO] [stderr] | [INFO] [stderr] 125 | conn.query(query, timeout) [INFO] [stderr] | ^^^^---------------------- [INFO] [stderr] | | [INFO] [stderr] | borrowed value does not live long enough [INFO] [stderr] | a temporary with access to the borrow is created here ... [INFO] [stderr] ... [INFO] [stderr] 139 | } [INFO] [stderr] | - [INFO] [stderr] | | [INFO] [stderr] | `conn` 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 failure::core::future::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]: `addr` does not live long enough [INFO] [stderr] --> src/connection.rs:88:28 [INFO] [stderr] | [INFO] [stderr] 88 | TcpStream::connect(&addr) [INFO] [stderr] | - ^^^^^ borrowed value does not live long enough [INFO] [stderr] | _________| [INFO] [stderr] | | [INFO] [stderr] 89 | | .timeout(Duration::from_millis(*options.connect_timeout_ms())) [INFO] [stderr] 90 | | .map_err(|e| io::Error::new(io::ErrorKind::TimedOut, e)) [INFO] [stderr] | |____________________________________________________________________- a temporary with access to the borrow is created here ... [INFO] [stderr] ... [INFO] [stderr] 98 | } [INFO] [stderr] | - [INFO] [stderr] | | [INFO] [stderr] | `addr` 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 `futures_util::try_future::map_err::MapErr, [closure@src/connection.rs:90:22: 90:68]>` [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]: `addr` does not live long enough [INFO] [stderr] --> src/connection.rs:102:28 [INFO] [stderr] | [INFO] [stderr] 102 | TcpStream::connect(&addr) [INFO] [stderr] | - ^^^^^ borrowed value does not live long enough [INFO] [stderr] | _________| [INFO] [stderr] | | [INFO] [stderr] 103 | | .timeout(Duration::from_millis(*options.connect_timeout_ms())) [INFO] [stderr] 104 | | .map_err(|e| io::Error::new(io::ErrorKind::TimedOut, e)) [INFO] [stderr] | |____________________________________________________________________- a temporary with access to the borrow is created here ... [INFO] [stderr] ... [INFO] [stderr] 116 | } [INFO] [stderr] | - [INFO] [stderr] | | [INFO] [stderr] | `addr` 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 `futures_util::try_future::map_err::MapErr, [closure@src/connection.rs:104:22: 104:68]>` [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 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0597`. [INFO] [stderr] error: Could not compile `rustmann`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3b185800ebe2336e90817f755d5a851e7b2ac5c2e9c6fbadf18cdea42814d6d5"` [INFO] running `"docker" "rm" "-f" "3b185800ebe2336e90817f755d5a851e7b2ac5c2e9c6fbadf18cdea42814d6d5"` [INFO] [stdout] 3b185800ebe2336e90817f755d5a851e7b2ac5c2e9c6fbadf18cdea42814d6d5