[INFO] crate bigml 0.4.0-alpha.3 is already in cache [INFO] checking bigml-0.4.0-alpha.3 against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] extracting crate bigml 0.4.0-alpha.3 into work/builds/worker-7/source [INFO] validating manifest of crates.io crate bigml 0.4.0-alpha.3 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 bigml 0.4.0-alpha.3 [INFO] finished tweaking crates.io crate bigml 0.4.0-alpha.3 [INFO] tweaked toml for crates.io crate bigml 0.4.0-alpha.3 written to work/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate bigml 0.4.0-alpha.3 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-7/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-7/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] 995ce67e07cad33d8939f588aa221a5fb961ff40262654b25b7ce90eb7ee06f2 [INFO] running `"docker" "start" "-a" "995ce67e07cad33d8939f588aa221a5fb961ff40262654b25b7ce90eb7ee06f2"` [INFO] [stderr] Compiling bigml_derive v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.99 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking mpart-async v0.2.1 [INFO] [stderr] Checking tokio-udp v0.1.5 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking hyper v0.12.34 [INFO] [stderr] Checking serde v1.0.99 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking reqwest v0.9.20 [INFO] [stderr] Checking bigml v0.4.0-alpha.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0597]: `url` does not live long enough [INFO] [stderr] --> src/client.rs:80:46 [INFO] [stderr] | [INFO] [stderr] 80 | self.handle_response_and_deserialize(&url, res).await [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] 81 | } [INFO] [stderr] | - [INFO] [stderr] | | [INFO] [stderr] | `url` 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]: `url` does not live long enough [INFO] [stderr] --> src/client.rs:129:46 [INFO] [stderr] | [INFO] [stderr] 129 | self.handle_response_and_deserialize(&url, res).await [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] 130 | } [INFO] [stderr] | - [INFO] [stderr] | | [INFO] [stderr] | `url` 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]: `path` does not live long enough [INFO] [stderr] --> src/client.rs:141:20 [INFO] [stderr] | [INFO] [stderr] 141 | let path = path.as_ref(); [INFO] [stderr] | ^^^^ borrowed value does not live long enough [INFO] [stderr] ... [INFO] [stderr] 144 | self.create_source_from_stream(&filename, stream).await [INFO] [stderr] | ------------------------------------------------- a temporary with access to the borrow is created here ... [INFO] [stderr] 145 | } [INFO] [stderr] | - [INFO] [stderr] | | [INFO] [stderr] | `path` 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]: `filename` does not live long enough [INFO] [stderr] --> src/client.rs:144:40 [INFO] [stderr] | [INFO] [stderr] 144 | self.create_source_from_stream(&filename, stream).await [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] 145 | } [INFO] [stderr] | - [INFO] [stderr] | | [INFO] [stderr] | `filename` 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]: `url` does not live long enough [INFO] [stderr] --> src/client.rs:201:46 [INFO] [stderr] | [INFO] [stderr] 201 | self.handle_response_and_deserialize(&url, res).await [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] 202 | } [INFO] [stderr] | - [INFO] [stderr] | | [INFO] [stderr] | `url` 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]: `url` does not live long enough [INFO] [stderr] --> src/client.rs:80:46 [INFO] [stderr] | [INFO] [stderr] 80 | self.handle_response_and_deserialize(&url, res).await [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] 81 | } [INFO] [stderr] | - [INFO] [stderr] | | [INFO] [stderr] | `url` 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]: `url` does not live long enough [INFO] [stderr] --> src/client.rs:129:46 [INFO] [stderr] | [INFO] [stderr] 129 | self.handle_response_and_deserialize(&url, res).await [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] 130 | } [INFO] [stderr] | - [INFO] [stderr] | | [INFO] [stderr] | `url` 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]: `path` does not live long enough [INFO] [stderr] --> src/client.rs:141:20 [INFO] [stderr] | [INFO] [stderr] 141 | let path = path.as_ref(); [INFO] [stderr] | ^^^^ borrowed value does not live long enough [INFO] [stderr] ... [INFO] [stderr] 144 | self.create_source_from_stream(&filename, stream).await [INFO] [stderr] | ------------------------------------------------- a temporary with access to the borrow is created here ... [INFO] [stderr] 145 | } [INFO] [stderr] | - [INFO] [stderr] | | [INFO] [stderr] | `path` 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]: `filename` does not live long enough [INFO] [stderr] --> src/client.rs:144:40 [INFO] [stderr] | [INFO] [stderr] 144 | self.create_source_from_stream(&filename, stream).await [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] 145 | } [INFO] [stderr] | - [INFO] [stderr] | | [INFO] [stderr] | `filename` 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]: `url` does not live long enough [INFO] [stderr] --> src/client.rs:201:46 [INFO] [stderr] | [INFO] [stderr] 201 | self.handle_response_and_deserialize(&url, res).await [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] 202 | } [INFO] [stderr] | - [INFO] [stderr] | | [INFO] [stderr] | `url` 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: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0597`. [INFO] [stderr] error: Could not compile `bigml`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0597`. [INFO] [stderr] error: Could not compile `bigml`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "995ce67e07cad33d8939f588aa221a5fb961ff40262654b25b7ce90eb7ee06f2"` [INFO] running `"docker" "rm" "-f" "995ce67e07cad33d8939f588aa221a5fb961ff40262654b25b7ce90eb7ee06f2"` [INFO] [stdout] 995ce67e07cad33d8939f588aa221a5fb961ff40262654b25b7ce90eb7ee06f2