[INFO] cloning repository https://github.com/chankyin/fstree [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chankyin/fstree" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchankyin%2Ffstree", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchankyin%2Ffstree'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 11576f11f6258048a449ad2cebaf35ca8f2d79c6 [INFO] checking chankyin/fstree against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchankyin%2Ffstree" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/chankyin/fstree on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/chankyin/fstree [INFO] finished tweaking git repo https://github.com/chankyin/fstree [INFO] tweaked toml for git repo https://github.com/chankyin/fstree written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/chankyin/fstree already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7e5fc7616dbaa2e310dbdef485adc4eb8c18cc02cd0650d8dbe3572d3947693f [INFO] running `Command { std: "docker" "start" "-a" "7e5fc7616dbaa2e310dbdef485adc4eb8c18cc02cd0650d8dbe3572d3947693f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7e5fc7616dbaa2e310dbdef485adc4eb8c18cc02cd0650d8dbe3572d3947693f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e5fc7616dbaa2e310dbdef485adc4eb8c18cc02cd0650d8dbe3572d3947693f", kill_on_drop: false }` [INFO] [stdout] 7e5fc7616dbaa2e310dbdef485adc4eb8c18cc02cd0650d8dbe3572d3947693f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 26b7f8c09e05f74bd630ac1087b5c18b0b2a3704cd992fa7443a1f2e52ae2914 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "26b7f8c09e05f74bd630ac1087b5c18b0b2a3704cd992fa7443a1f2e52ae2914", kill_on_drop: false }` [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Compiling proc-macro2 v1.0.2 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Checking futures-core-preview v0.3.0-alpha.18 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling getrandom v0.1.11 [INFO] [stderr] Checking ppv-lite86 v0.2.5 [INFO] [stderr] Checking smallvec v0.6.10 [INFO] [stderr] Checking regex-syntax v0.6.11 [INFO] [stderr] Checking unicode-width v0.1.6 [INFO] [stderr] Compiling serde v1.0.99 [INFO] [stderr] Checking filesize v0.1.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking lock_api v0.3.1 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Checking crossbeam-utils v0.6.6 [INFO] [stderr] Checking tracing-core v0.1.5 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Checking futures-sink-preview v0.3.0-alpha.18 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.18 [INFO] [stderr] Checking number_prefix v0.2.8 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking c2-chacha v0.2.2 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.18 [INFO] [stderr] Checking crossbeam-queue v0.1.2 [INFO] [stderr] Checking crossbeam-channel v0.3.9 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking rand v0.7.0 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking aho-corasick v0.7.6 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking tokio-io v0.2.0-alpha.4 [INFO] [stderr] Checking tokio-codec v0.2.0-alpha.4 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking tokio-sync v0.2.0-alpha.4 [INFO] [stderr] Checking regex v1.2.1 [INFO] [stderr] Checking console v0.8.0 [INFO] [stderr] Checking dialoguer v0.4.0 [INFO] [stderr] Checking indicatif v0.11.0 [INFO] [stderr] Compiling tracing-attributes v0.1.2 [INFO] [stderr] Compiling tokio-macros v0.2.0-alpha.4 [INFO] [stderr] Compiling serde_derive v1.0.99 [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-timer v0.3.0-alpha.4 [INFO] [stderr] Checking tokio-net v0.2.0-alpha.4 [INFO] [stderr] Checking tokio v0.2.0-alpha.4 [INFO] [stderr] Checking fstree v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0597]: `cell` does not live long enough [INFO] [stdout] --> src/main.rs:73:52 [INFO] [stdout] | [INFO] [stdout] 73 | ... let mut tree = cell.borrow_mut(); [INFO] [stdout] | ^^^^ borrowed value does not live long enough [INFO] [stdout] ... [INFO] [stdout] 92 | ... } [INFO] [stdout] | - [INFO] [stdout] | | [INFO] [stdout] | `cell` dropped here while still borrowed [INFO] [stdout] | borrow might be used here, when `futures` is dropped and runs the `Drop` code for type `Vec` [INFO] [stdout] | [INFO] [stdout] = note: values in a scope are dropped in the opposite order they are defined [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0597]: `tree` does not live long enough [INFO] [stdout] --> src/main.rs:77:49 [INFO] [stdout] | [INFO] [stdout] 74 | ... let future = async { [INFO] [stdout] | __________________________________________________- [INFO] [stdout] 75 | | ... match entry { [INFO] [stdout] 76 | | ... Ok(entry) => { [INFO] [stdout] 77 | | ... tree.dirs += 1; [INFO] [stdout] | | ^^^^ borrowed value does not live long enough [INFO] [stdout] ... | [INFO] [stdout] 86 | | ... } [INFO] [stdout] 87 | | ... }; [INFO] [stdout] | |_______________________________- value captured here by generator [INFO] [stdout] 88 | ... futures.push(future); [INFO] [stdout] 89 | ... } [INFO] [stdout] | - `tree` dropped here while still borrowed [INFO] [stdout] ... [INFO] [stdout] 92 | ... } [INFO] [stdout] | - borrow might be used here, when `futures` is dropped and runs the `Drop` code for type `Vec` [INFO] [stdout] | [INFO] [stdout] = note: values in a scope are dropped in the opposite order they are defined [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0597]: `cell` does not live long enough [INFO] [stdout] --> src/main.rs:73:52 [INFO] [stdout] | [INFO] [stdout] 73 | ... let mut tree = cell.borrow_mut(); [INFO] [stdout] | ^^^^ borrowed value does not live long enough [INFO] [stdout] ... [INFO] [stdout] 92 | ... } [INFO] [stdout] | - [INFO] [stdout] | | [INFO] [stdout] | `cell` dropped here while still borrowed [INFO] [stdout] | borrow might be used here, when `futures` is dropped and runs the `Drop` code for type `Vec` [INFO] [stdout] | [INFO] [stdout] = note: values in a scope are dropped in the opposite order they are defined [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0597]: `tree` does not live long enough [INFO] [stdout] --> src/main.rs:77:49 [INFO] [stdout] | [INFO] [stdout] 74 | ... let future = async { [INFO] [stdout] | __________________________________________________- [INFO] [stdout] 75 | | ... match entry { [INFO] [stdout] 76 | | ... Ok(entry) => { [INFO] [stdout] 77 | | ... tree.dirs += 1; [INFO] [stdout] | | ^^^^ borrowed value does not live long enough [INFO] [stdout] ... | [INFO] [stdout] 86 | | ... } [INFO] [stdout] 87 | | ... }; [INFO] [stdout] | |_______________________________- value captured here by generator [INFO] [stdout] 88 | ... futures.push(future); [INFO] [stdout] 89 | ... } [INFO] [stdout] | - `tree` dropped here while still borrowed [INFO] [stdout] ... [INFO] [stdout] 92 | ... } [INFO] [stdout] | - borrow might be used here, when `futures` is dropped and runs the `Drop` code for type `Vec` [INFO] [stdout] | [INFO] [stdout] = note: values in a scope are dropped in the opposite order they are defined [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0597`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0597`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fstree` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "26b7f8c09e05f74bd630ac1087b5c18b0b2a3704cd992fa7443a1f2e52ae2914", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26b7f8c09e05f74bd630ac1087b5c18b0b2a3704cd992fa7443a1f2e52ae2914", kill_on_drop: false }` [INFO] [stdout] 26b7f8c09e05f74bd630ac1087b5c18b0b2a3704cd992fa7443a1f2e52ae2914