Sep 04 20:17:51.871 INFO checking framing-0.3.5 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 20:17:51.871 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 20:17:51.872 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 20:17:52.207 INFO blam! 9cb1679a5f584aa9ae600a91d69330a13c09212109cddf40a4e1d5eaf3039de5 Sep 04 20:17:52.210 INFO running `"docker" "start" "-a" "9cb1679a5f584aa9ae600a91d69330a13c09212109cddf40a4e1d5eaf3039de5"` Sep 04 20:17:53.155 INFO kablam! Checking framing v0.3.5 (file:///source) Sep 04 20:17:55.683 INFO kablam! error: cannot infer an appropriate lifetime Sep 04 20:17:55.683 INFO kablam! --> src/transforms/iter.rs:10:20 Sep 04 20:17:55.683 INFO kablam! | Sep 04 20:17:55.683 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator Sep 04 20:17:55.683 INFO kablam! | ------------------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 04 20:17:55.683 INFO kablam! ... Sep 04 20:17:55.683 INFO kablam! 10 | (0..w * h).map(move |i| unsafe { Sep 04 20:17:55.683 INFO kablam! | ____________________^ Sep 04 20:17:55.683 INFO kablam! 11 | | let (x, y) = (i % w, i / w); Sep 04 20:17:55.683 INFO kablam! 12 | | (x, y, frame.pixel(i % w, i / w)) Sep 04 20:17:55.683 INFO kablam! 13 | | }) Sep 04 20:17:55.683 INFO kablam! | |_____^ ...but this borrow... Sep 04 20:17:55.688 INFO kablam! | Sep 04 20:17:55.689 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 5:13 Sep 04 20:17:55.689 INFO kablam! --> src/transforms/iter.rs:5:13 Sep 04 20:17:55.689 INFO kablam! | Sep 04 20:17:55.689 INFO kablam! 5 | pub fn iter<'a, T: Image>(frame: &'a T) Sep 04 20:17:55.689 INFO kablam! | ^^ Sep 04 20:17:55.689 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 04 20:17:55.689 INFO kablam! | Sep 04 20:17:55.689 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator + 'a Sep 04 20:17:55.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 20:17:55.689 INFO kablam! Sep 04 20:17:55.696 INFO kablam! error: cannot infer an appropriate lifetime Sep 04 20:17:55.696 INFO kablam! --> src/transforms/iter.rs:25:36 Sep 04 20:17:55.696 INFO kablam! | Sep 04 20:17:55.696 INFO kablam! 18 | -> impl ParallelIterator Sep 04 20:17:55.696 INFO kablam! | ------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 04 20:17:55.696 INFO kablam! ... Sep 04 20:17:55.696 INFO kablam! 25 | (0..w * h).into_par_iter().map(move |i| unsafe { Sep 04 20:17:55.696 INFO kablam! | ____________________________________^ Sep 04 20:17:55.696 INFO kablam! 26 | | let (x, y) = (i % w, i / w); Sep 04 20:17:55.696 INFO kablam! 27 | | (x, y, frame.pixel(i % w, i / w)) Sep 04 20:17:55.696 INFO kablam! 28 | | }) Sep 04 20:17:55.696 INFO kablam! | |_____^ ...but this borrow... Sep 04 20:17:55.696 INFO kablam! | Sep 04 20:17:55.696 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 17:17 Sep 04 20:17:55.696 INFO kablam! --> src/transforms/iter.rs:17:17 Sep 04 20:17:55.696 INFO kablam! | Sep 04 20:17:55.696 INFO kablam! 17 | pub fn par_iter<'a, T>(frame: &'a T) Sep 04 20:17:55.696 INFO kablam! | ^^ Sep 04 20:17:55.697 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 04 20:17:55.697 INFO kablam! | Sep 04 20:17:55.697 INFO kablam! 18 | -> impl ParallelIterator + 'a Sep 04 20:17:55.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 20:17:55.697 INFO kablam! Sep 04 20:17:55.706 INFO kablam! error: aborting due to 2 previous errors Sep 04 20:17:55.706 INFO kablam! Sep 04 20:17:55.719 INFO kablam! error: Could not compile `framing`. Sep 04 20:17:55.719 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 20:17:55.930 INFO kablam! error: cannot infer an appropriate lifetime Sep 04 20:17:55.930 INFO kablam! --> src/transforms/iter.rs:10:20 Sep 04 20:17:55.930 INFO kablam! | Sep 04 20:17:55.930 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator Sep 04 20:17:55.930 INFO kablam! | ------------------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 04 20:17:55.930 INFO kablam! ... Sep 04 20:17:55.930 INFO kablam! 10 | (0..w * h).map(move |i| unsafe { Sep 04 20:17:55.930 INFO kablam! | ____________________^ Sep 04 20:17:55.930 INFO kablam! 11 | | let (x, y) = (i % w, i / w); Sep 04 20:17:55.930 INFO kablam! 12 | | (x, y, frame.pixel(i % w, i / w)) Sep 04 20:17:55.930 INFO kablam! 13 | | }) Sep 04 20:17:55.930 INFO kablam! | |_____^ ...but this borrow... Sep 04 20:17:55.930 INFO kablam! | Sep 04 20:17:55.930 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 5:13 Sep 04 20:17:55.930 INFO kablam! --> src/transforms/iter.rs:5:13 Sep 04 20:17:55.930 INFO kablam! | Sep 04 20:17:55.930 INFO kablam! 5 | pub fn iter<'a, T: Image>(frame: &'a T) Sep 04 20:17:55.930 INFO kablam! | ^^ Sep 04 20:17:55.930 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 04 20:17:55.930 INFO kablam! | Sep 04 20:17:55.931 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator + 'a Sep 04 20:17:55.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 20:17:55.931 INFO kablam! Sep 04 20:17:55.936 INFO kablam! error: cannot infer an appropriate lifetime Sep 04 20:17:55.936 INFO kablam! --> src/transforms/iter.rs:25:36 Sep 04 20:17:55.936 INFO kablam! | Sep 04 20:17:55.936 INFO kablam! 18 | -> impl ParallelIterator Sep 04 20:17:55.936 INFO kablam! | ------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 04 20:17:55.936 INFO kablam! ... Sep 04 20:17:55.936 INFO kablam! 25 | (0..w * h).into_par_iter().map(move |i| unsafe { Sep 04 20:17:55.936 INFO kablam! | ____________________________________^ Sep 04 20:17:55.936 INFO kablam! 26 | | let (x, y) = (i % w, i / w); Sep 04 20:17:55.936 INFO kablam! 27 | | (x, y, frame.pixel(i % w, i / w)) Sep 04 20:17:55.936 INFO kablam! 28 | | }) Sep 04 20:17:55.936 INFO kablam! | |_____^ ...but this borrow... Sep 04 20:17:55.937 INFO kablam! | Sep 04 20:17:55.937 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 17:17 Sep 04 20:17:55.937 INFO kablam! --> src/transforms/iter.rs:17:17 Sep 04 20:17:55.937 INFO kablam! | Sep 04 20:17:55.937 INFO kablam! 17 | pub fn par_iter<'a, T>(frame: &'a T) Sep 04 20:17:55.937 INFO kablam! | ^^ Sep 04 20:17:55.937 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 04 20:17:55.937 INFO kablam! | Sep 04 20:17:55.937 INFO kablam! 18 | -> impl ParallelIterator + 'a Sep 04 20:17:55.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 20:17:55.937 INFO kablam! Sep 04 20:17:55.951 INFO kablam! error: aborting due to 2 previous errors Sep 04 20:17:55.951 INFO kablam! Sep 04 20:17:55.962 INFO kablam! error: Could not compile `framing`. Sep 04 20:17:55.962 INFO kablam! Sep 04 20:17:55.962 INFO kablam! To learn more, run the command again with --verbose. Sep 04 20:17:55.964 INFO kablam! su: No module specific data is present Sep 04 20:17:56.682 INFO running `"docker" "rm" "-f" "9cb1679a5f584aa9ae600a91d69330a13c09212109cddf40a4e1d5eaf3039de5"` Sep 04 20:17:56.845 INFO blam! 9cb1679a5f584aa9ae600a91d69330a13c09212109cddf40a4e1d5eaf3039de5