[INFO] fetching crate framing 0.6.0... [INFO] checking framing-0.6.0 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate framing 0.6.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate framing 0.6.0 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate framing 0.6.0 [INFO] finished tweaking crates.io crate framing 0.6.0 [INFO] tweaked toml for crates.io crate framing 0.6.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8c37c2c422d10c369d46e4292d1204664010c8870895617d080d9d321f13045b [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" "8c37c2c422d10c369d46e4292d1204664010c8870895617d080d9d321f13045b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8c37c2c422d10c369d46e4292d1204664010c8870895617d080d9d321f13045b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c37c2c422d10c369d46e4292d1204664010c8870895617d080d9d321f13045b", kill_on_drop: false }` [INFO] [stdout] 8c37c2c422d10c369d46e4292d1204664010c8870895617d080d9d321f13045b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", 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] aed6bb25842e63ad4acfa3951da33403f4d638952fe6370a8600fd9060f52bfe [INFO] running `Command { std: "docker" "start" "-a" "aed6bb25842e63ad4acfa3951da33403f4d638952fe6370a8600fd9060f52bfe", kill_on_drop: false }` [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.8.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking crossbeam-channel v0.4.4 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking rayon v0.8.2 [INFO] [stderr] Checking framing v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0759]: `frame` has lifetime `'a` but it needs to satisfy a `'static` lifetime requirement [INFO] [stdout] --> src/transforms/iter.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn iter<'a, T: Image>(frame: &'a T) [INFO] [stdout] | ----- this data with lifetime `'a`... [INFO] [stdout] ... [INFO] [stdout] 10 | (0..w * h).map(move |i| unsafe { [INFO] [stdout] | ____________________^ [INFO] [stdout] 11 | | let (x, y) = (i % w, i / w); [INFO] [stdout] 12 | | (x, y, frame.pixel(i % w, i / w)) [INFO] [stdout] 13 | | }) [INFO] [stdout] | |_____^ ...is captured here... [INFO] [stdout] | [INFO] [stdout] note: ...and is required to live as long as `'static` here [INFO] [stdout] --> src/transforms/iter.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | -> impl Iterator + ExactSizeIterator [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: to declare that the `impl Trait` captures data from argument `frame`, you can add an explicit `'a` lifetime bound [INFO] [stdout] | [INFO] [stdout] 6 | -> impl Iterator + ExactSizeIterator + 'a [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0759]: `frame` has lifetime `'a` but it needs to satisfy a `'static` lifetime requirement [INFO] [stdout] --> src/transforms/iter.rs:25:36 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn par_iter<'a, T>(frame: &'a T) [INFO] [stdout] | ----- this data with lifetime `'a`... [INFO] [stdout] ... [INFO] [stdout] 25 | (0..w * h).into_par_iter().map(move |i| unsafe { [INFO] [stdout] | ____________________________________^ [INFO] [stdout] 26 | | let (x, y) = (i % w, i / w); [INFO] [stdout] 27 | | (x, y, frame.pixel(i % w, i / w)) [INFO] [stdout] 28 | | }) [INFO] [stdout] | |_____^ ...is captured here... [INFO] [stdout] | [INFO] [stdout] note: ...and is required to live as long as `'static` here [INFO] [stdout] --> src/transforms/iter.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 18 | -> impl ParallelIterator [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: to declare that the `impl Trait` captures data from argument `frame`, you can add an explicit `'a` lifetime bound [INFO] [stdout] | [INFO] [stdout] 18 | -> impl ParallelIterator + 'a [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0759]: `frame` has lifetime `'a` but it needs to satisfy a `'static` lifetime requirement [INFO] [stdout] --> src/transforms/iter.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn iter<'a, T: Image>(frame: &'a T) [INFO] [stdout] | ----- this data with lifetime `'a`... [INFO] [stdout] ... [INFO] [stdout] 10 | (0..w * h).map(move |i| unsafe { [INFO] [stdout] | ____________________^ [INFO] [stdout] 11 | | let (x, y) = (i % w, i / w); [INFO] [stdout] 12 | | (x, y, frame.pixel(i % w, i / w)) [INFO] [stdout] 13 | | }) [INFO] [stdout] | |_____^ ...is captured here... [INFO] [stdout] | [INFO] [stdout] note: ...and is required to live as long as `'static` here [INFO] [stdout] --> src/transforms/iter.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | -> impl Iterator + ExactSizeIterator [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: to declare that the `impl Trait` captures data from argument `frame`, you can add an explicit `'a` lifetime bound [INFO] [stdout] | [INFO] [stdout] 6 | -> impl Iterator + ExactSizeIterator + 'a [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0759]: `frame` has lifetime `'a` but it needs to satisfy a `'static` lifetime requirement [INFO] [stdout] --> src/transforms/iter.rs:25:36 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn par_iter<'a, T>(frame: &'a T) [INFO] [stdout] | ----- this data with lifetime `'a`... [INFO] [stdout] ... [INFO] [stdout] 25 | (0..w * h).into_par_iter().map(move |i| unsafe { [INFO] [stdout] | ____________________________________^ [INFO] [stdout] 26 | | let (x, y) = (i % w, i / w); [INFO] [stdout] 27 | | (x, y, frame.pixel(i % w, i / w)) [INFO] [stdout] 28 | | }) [INFO] [stdout] | |_____^ ...is captured here... [INFO] [stdout] | [INFO] [stdout] note: ...and is required to live as long as `'static` here [INFO] [stdout] --> src/transforms/iter.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 18 | -> impl ParallelIterator [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: to declare that the `impl Trait` captures data from argument `frame`, you can add an explicit `'a` lifetime bound [INFO] [stdout] | [INFO] [stdout] 18 | -> impl ParallelIterator + 'a [INFO] [stdout] | ^^^^ [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 E0759`. [INFO] [stdout] [INFO] [stderr] error: could not compile `framing` [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] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0759`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "aed6bb25842e63ad4acfa3951da33403f4d638952fe6370a8600fd9060f52bfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aed6bb25842e63ad4acfa3951da33403f4d638952fe6370a8600fd9060f52bfe", kill_on_drop: false }` [INFO] [stdout] aed6bb25842e63ad4acfa3951da33403f4d638952fe6370a8600fd9060f52bfe