[INFO] fetching crate framing 0.6.0... [INFO] checking framing-0.6.0 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate framing 0.6.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate framing 0.6.0 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded clamp v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5d3bd82720af955cea999aade9f33306fa53c66d7ecd9810507ac86bf86f612c [INFO] running `Command { std: "docker" "start" "-a" "5d3bd82720af955cea999aade9f33306fa53c66d7ecd9810507ac86bf86f612c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5d3bd82720af955cea999aade9f33306fa53c66d7ecd9810507ac86bf86f612c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d3bd82720af955cea999aade9f33306fa53c66d7ecd9810507ac86bf86f612c", kill_on_drop: false }` [INFO] [stdout] 5d3bd82720af955cea999aade9f33306fa53c66d7ecd9810507ac86bf86f612c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9d122a74c0b33df483fe201396373a1e88774296d6e9aa3b87e32aef094d603c [INFO] running `Command { std: "docker" "start" "-a" "9d122a74c0b33df483fe201396373a1e88774296d6e9aa3b87e32aef094d603c", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking clamp v0.1.0 [INFO] [stderr] Checking crossbeam-utils v0.8.5 [INFO] [stderr] Checking crossbeam-channel v0.5.1 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Checking crossbeam-epoch v0.9.5 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking rayon-core v1.9.1 [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: 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` due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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: build failed [INFO] running `Command { std: "docker" "inspect" "9d122a74c0b33df483fe201396373a1e88774296d6e9aa3b87e32aef094d603c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d122a74c0b33df483fe201396373a1e88774296d6e9aa3b87e32aef094d603c", kill_on_drop: false }` [INFO] [stdout] 9d122a74c0b33df483fe201396373a1e88774296d6e9aa3b87e32aef094d603c