Sep 19 22:46:35.095 INFO checking png-framing-0.3.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 22:46:35.095 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 22:46:35.095 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:46:35.301 INFO blam! 9d07b54eb6f697a3c6c7e38547cd0191937bdd8b64bbb0ae840ddcada804b340 Sep 19 22:46:35.301 INFO running `"docker" "start" "-a" "9d07b54eb6f697a3c6c7e38547cd0191937bdd8b64bbb0ae840ddcada804b340"` Sep 19 22:46:36.051 INFO kablam! usermod: no changes Sep 19 22:46:36.138 INFO kablam! Checking c_vec v1.3.2 Sep 19 22:46:36.138 INFO kablam! Checking clamp v0.1.0 Sep 19 22:46:36.138 INFO kablam! Checking rgb v0.8.11 Sep 19 22:46:36.138 INFO kablam! Compiling lodepng v1.2.2 Sep 19 22:46:36.584 INFO kablam! Checking framing v0.3.5 Sep 19 22:46:37.486 INFO kablam! error: cannot infer an appropriate lifetime Sep 19 22:46:37.486 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/framing-0.3.5/src/transforms/iter.rs:10:20 Sep 19 22:46:37.486 INFO kablam! | Sep 19 22:46:37.486 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator Sep 19 22:46:37.486 INFO kablam! | ------------------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 19 22:46:37.486 INFO kablam! ... Sep 19 22:46:37.486 INFO kablam! 10 | (0..w * h).map(move |i| unsafe { Sep 19 22:46:37.486 INFO kablam! | ____________________^ Sep 19 22:46:37.486 INFO kablam! 11 | | let (x, y) = (i % w, i / w); Sep 19 22:46:37.486 INFO kablam! 12 | | (x, y, frame.pixel(i % w, i / w)) Sep 19 22:46:37.486 INFO kablam! 13 | | }) Sep 19 22:46:37.486 INFO kablam! | |_____^ ...but this borrow... Sep 19 22:46:37.486 INFO kablam! | Sep 19 22:46:37.486 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 5:13 Sep 19 22:46:37.486 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/framing-0.3.5/src/transforms/iter.rs:5:13 Sep 19 22:46:37.486 INFO kablam! | Sep 19 22:46:37.486 INFO kablam! 5 | pub fn iter<'a, T: Image>(frame: &'a T) Sep 19 22:46:37.486 INFO kablam! | ^^ Sep 19 22:46:37.486 INFO kablam! help: you can add a constraint to the return type to make it last less than `'static` and match the lifetime 'a as defined on the function body at 5:13 Sep 19 22:46:37.486 INFO kablam! | Sep 19 22:46:37.486 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator + 'a Sep 19 22:46:37.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:46:37.486 INFO kablam! Sep 19 22:46:37.486 INFO kablam! error: cannot infer an appropriate lifetime Sep 19 22:46:37.486 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/framing-0.3.5/src/transforms/iter.rs:25:36 Sep 19 22:46:37.486 INFO kablam! | Sep 19 22:46:37.486 INFO kablam! 18 | -> impl ParallelIterator Sep 19 22:46:37.486 INFO kablam! | ------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 19 22:46:37.486 INFO kablam! ... Sep 19 22:46:37.486 INFO kablam! 25 | (0..w * h).into_par_iter().map(move |i| unsafe { Sep 19 22:46:37.486 INFO kablam! | ____________________________________^ Sep 19 22:46:37.486 INFO kablam! 26 | | let (x, y) = (i % w, i / w); Sep 19 22:46:37.487 INFO kablam! 27 | | (x, y, frame.pixel(i % w, i / w)) Sep 19 22:46:37.487 INFO kablam! 28 | | }) Sep 19 22:46:37.487 INFO kablam! | |_____^ ...but this borrow... Sep 19 22:46:37.487 INFO kablam! | Sep 19 22:46:37.487 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 17:17 Sep 19 22:46:37.487 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/framing-0.3.5/src/transforms/iter.rs:17:17 Sep 19 22:46:37.487 INFO kablam! | Sep 19 22:46:37.487 INFO kablam! 17 | pub fn par_iter<'a, T>(frame: &'a T) Sep 19 22:46:37.487 INFO kablam! | ^^ Sep 19 22:46:37.487 INFO kablam! help: you can add a constraint to the return type to make it last less than `'static` and match the lifetime 'a as defined on the function body at 17:17 Sep 19 22:46:37.487 INFO kablam! | Sep 19 22:46:37.487 INFO kablam! 18 | -> impl ParallelIterator + 'a Sep 19 22:46:37.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:46:37.487 INFO kablam! Sep 19 22:46:37.494 INFO kablam! error: aborting due to 2 previous errors Sep 19 22:46:37.494 INFO kablam! Sep 19 22:46:37.503 INFO kablam! error: Could not compile `framing`. Sep 19 22:46:37.503 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:46:38.054 INFO kablam! error: build failed Sep 19 22:46:38.055 INFO kablam! su: No module specific data is present Sep 19 22:46:39.316 INFO running `"docker" "rm" "-f" "9d07b54eb6f697a3c6c7e38547cd0191937bdd8b64bbb0ae840ddcada804b340"` Sep 19 22:46:39.438 INFO blam! 9d07b54eb6f697a3c6c7e38547cd0191937bdd8b64bbb0ae840ddcada804b340