[INFO] updating cached repository https://github.com/foldu/pacman-repo [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] a59ced63a4c3d685fecc3f33bd50a73d63d8cf11 [INFO] checking foldu/pacman-repo against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffoldu%2Fpacman-repo" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/foldu/pacman-repo 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/foldu/pacman-repo [INFO] finished tweaking git repo https://github.com/foldu/pacman-repo [INFO] tweaked toml for git repo https://github.com/foldu/pacman-repo written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/foldu/pacman-repo 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] [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] cdfbffd706f6b55c17c7fbf6cf619dba228b896bc2d9c2f4570f273806acbe1f [INFO] running `"docker" "start" "-a" "cdfbffd706f6b55c17c7fbf6cf619dba228b896bc2d9c2f4570f273806acbe1f"` [INFO] [stderr] Checking futures-core-preview v0.3.0-alpha.17 [INFO] [stderr] Checking tokio-executor v0.2.0-alpha.1 [INFO] [stderr] Checking tracing-core v0.1.3 [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Checking input_buffer v0.2.0 [INFO] [stderr] Checking headers-core v0.1.1 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Checking tokio-current-thread v0.2.0-alpha.1 [INFO] [stderr] Checking futures-sink-preview v0.3.0-alpha.17 [INFO] [stderr] Checking tokio-io v0.2.0-alpha.1 [INFO] [stderr] Checking tungstenite v0.8.1 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.17 [INFO] [stderr] Checking tokio-codec v0.2.0-alpha.1 [INFO] [stderr] Checking multipart v0.16.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.8 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Compiling headers-derive v0.1.0 [INFO] [stderr] Compiling tokio-macros v0.2.0-alpha.1 [INFO] [stderr] Compiling snafu-derive v0.4.3 [INFO] [stderr] Checking headers v0.2.1 [INFO] [stderr] Compiling futures-select-macro-preview v0.3.0-alpha.17 [INFO] [stderr] Checking snafu v0.4.3 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.17 [INFO] [stderr] Checking serde v1.0.98 [INFO] [stderr] Checking tokio-sync v0.2.0-alpha.1 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.17 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.17 [INFO] [stderr] Checking tokio-reactor v0.2.0-alpha.1 [INFO] [stderr] Checking tokio-threadpool v0.2.0-alpha.1 [INFO] [stderr] Checking tokio-timer v0.3.0-alpha.1 [INFO] [stderr] Checking tokio-tcp v0.2.0-alpha.1 [INFO] [stderr] Checking tokio-udp v0.2.0-alpha.1 [INFO] [stderr] Checking tokio-uds v0.3.0-alpha.1 [INFO] [stderr] Checking tokio-fs v0.2.0-alpha.1 [INFO] [stderr] error[E0597]: `open_options` does not live long enough [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-fs-0.2.0-alpha.1/src/file.rs:108:9 [INFO] [stderr] | [INFO] [stderr] 108 | open_options.open(path).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] 109 | } [INFO] [stderr] | - [INFO] [stderr] | | [INFO] [stderr] | `open_options` 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 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 previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0597`. [INFO] [stderr] error: Could not compile `tokio-fs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "cdfbffd706f6b55c17c7fbf6cf619dba228b896bc2d9c2f4570f273806acbe1f"` [INFO] running `"docker" "rm" "-f" "cdfbffd706f6b55c17c7fbf6cf619dba228b896bc2d9c2f4570f273806acbe1f"` [INFO] [stdout] cdfbffd706f6b55c17c7fbf6cf619dba228b896bc2d9c2f4570f273806acbe1f