[INFO] fetching crate rental 0.5.5... [INFO] checking rental-0.5.5 against try#1c5262aa6c045a581fb974488793f09ed51fc498 for pr-78376 [INFO] extracting crate rental 0.5.5 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate rental 0.5.5 on toolchain 1c5262aa6c045a581fb974488793f09ed51fc498 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1c5262aa6c045a581fb974488793f09ed51fc498" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rental 0.5.5 [INFO] finished tweaking crates.io crate rental 0.5.5 [INFO] tweaked toml for crates.io crate rental 0.5.5 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1c5262aa6c045a581fb974488793f09ed51fc498" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1c5262aa6c045a581fb974488793f09ed51fc498" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1c5262aa6c045a581fb974488793f09ed51fc498" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c16a85b7212aed345ebb837f8e96c23daa1f6094b3fc6b3277250bbd1bf2165a [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" "c16a85b7212aed345ebb837f8e96c23daa1f6094b3fc6b3277250bbd1bf2165a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c16a85b7212aed345ebb837f8e96c23daa1f6094b3fc6b3277250bbd1bf2165a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c16a85b7212aed345ebb837f8e96c23daa1f6094b3fc6b3277250bbd1bf2165a", kill_on_drop: false }` [INFO] [stdout] c16a85b7212aed345ebb837f8e96c23daa1f6094b3fc6b3277250bbd1bf2165a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1c5262aa6c045a581fb974488793f09ed51fc498" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a7c488bfc431ca2edd65176f00d23d60e7f0ec42df39c86e095604188eac707e [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" "a7c488bfc431ca2edd65176f00d23d60e7f0ec42df39c86e095604188eac707e", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling rental-impl v0.5.5 [INFO] [stderr] Checking rental v0.5.5 (/opt/rustwide/workdir) [INFO] [stdout] error[E0505]: cannot move out of `foo` because it is borrowed [INFO] [stdout] --> tests/subrental.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | / rental! { [INFO] [stdout] 32 | | pub mod rentals { [INFO] [stdout] 33 | | use super::*; [INFO] [stdout] 34 | | [INFO] [stdout] ... | [INFO] [stdout] 61 | | } [INFO] [stdout] 62 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | | borrow of `*foo` occurs here [INFO] [stdout] | |_move out of `foo` occurs here [INFO] [stdout] | argument requires that `*foo` is borrowed for `'static` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0597]: `*foo` does not live long enough [INFO] [stdout] --> tests/subrental.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | / rental! { [INFO] [stdout] 32 | | pub mod rentals { [INFO] [stdout] 33 | | use super::*; [INFO] [stdout] 34 | | [INFO] [stdout] ... | [INFO] [stdout] 61 | | } [INFO] [stdout] 62 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | | borrowed value does not live long enough [INFO] [stdout] | |_`*foo` dropped here while still borrowed [INFO] [stdout] | argument requires that `*foo` is borrowed for `'static` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0505, E0597. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0505`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rental` [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" "a7c488bfc431ca2edd65176f00d23d60e7f0ec42df39c86e095604188eac707e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7c488bfc431ca2edd65176f00d23d60e7f0ec42df39c86e095604188eac707e", kill_on_drop: false }` [INFO] [stdout] a7c488bfc431ca2edd65176f00d23d60e7f0ec42df39c86e095604188eac707e