Sep 01 20:29:55.674 INFO checking framing-0.3.5 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 20:29:55.675 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 20:29:55.675 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 20:29:55.943 INFO blam! 8af5c5603d4dcde79a6a360b9b1699535093047f2d8981059a4b90e0b2799e1e Sep 01 20:29:55.945 INFO running `"docker" "start" "-a" "8af5c5603d4dcde79a6a360b9b1699535093047f2d8981059a4b90e0b2799e1e"` Sep 01 20:29:56.914 INFO kablam! Checking framing v0.3.5 (file:///source) Sep 01 20:29:59.089 INFO kablam! error: cannot infer an appropriate lifetime Sep 01 20:29:59.089 INFO kablam! --> src/transforms/iter.rs:10:20 Sep 01 20:29:59.089 INFO kablam! | Sep 01 20:29:59.089 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator Sep 01 20:29:59.089 INFO kablam! | ------------------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 01 20:29:59.089 INFO kablam! ... Sep 01 20:29:59.089 INFO kablam! 10 | (0..w * h).map(move |i| unsafe { Sep 01 20:29:59.089 INFO kablam! | ____________________^ Sep 01 20:29:59.089 INFO kablam! 11 | | let (x, y) = (i % w, i / w); Sep 01 20:29:59.090 INFO kablam! 12 | | (x, y, frame.pixel(i % w, i / w)) Sep 01 20:29:59.090 INFO kablam! 13 | | }) Sep 01 20:29:59.090 INFO kablam! | |_____^ ...but this borrow... Sep 01 20:29:59.092 INFO kablam! | Sep 01 20:29:59.093 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 5:13 Sep 01 20:29:59.093 INFO kablam! --> src/transforms/iter.rs:5:13 Sep 01 20:29:59.093 INFO kablam! | Sep 01 20:29:59.093 INFO kablam! 5 | pub fn iter<'a, T: Image>(frame: &'a T) Sep 01 20:29:59.093 INFO kablam! | ^^ Sep 01 20:29:59.093 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 01 20:29:59.093 INFO kablam! | Sep 01 20:29:59.093 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator + 'a Sep 01 20:29:59.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 20:29:59.093 INFO kablam! Sep 01 20:29:59.099 INFO kablam! error: cannot infer an appropriate lifetime Sep 01 20:29:59.099 INFO kablam! --> src/transforms/iter.rs:25:36 Sep 01 20:29:59.099 INFO kablam! | Sep 01 20:29:59.099 INFO kablam! 18 | -> impl ParallelIterator Sep 01 20:29:59.100 INFO kablam! | ------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 01 20:29:59.100 INFO kablam! ... Sep 01 20:29:59.100 INFO kablam! 25 | (0..w * h).into_par_iter().map(move |i| unsafe { Sep 01 20:29:59.100 INFO kablam! | ____________________________________^ Sep 01 20:29:59.100 INFO kablam! 26 | | let (x, y) = (i % w, i / w); Sep 01 20:29:59.100 INFO kablam! 27 | | (x, y, frame.pixel(i % w, i / w)) Sep 01 20:29:59.100 INFO kablam! 28 | | }) Sep 01 20:29:59.100 INFO kablam! | |_____^ ...but this borrow... Sep 01 20:29:59.100 INFO kablam! | Sep 01 20:29:59.100 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 17:17 Sep 01 20:29:59.100 INFO kablam! --> src/transforms/iter.rs:17:17 Sep 01 20:29:59.100 INFO kablam! | Sep 01 20:29:59.100 INFO kablam! 17 | pub fn par_iter<'a, T>(frame: &'a T) Sep 01 20:29:59.100 INFO kablam! | ^^ Sep 01 20:29:59.101 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 01 20:29:59.101 INFO kablam! | Sep 01 20:29:59.101 INFO kablam! 18 | -> impl ParallelIterator + 'a Sep 01 20:29:59.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 20:29:59.101 INFO kablam! Sep 01 20:29:59.110 INFO kablam! error: aborting due to 2 previous errors Sep 01 20:29:59.110 INFO kablam! Sep 01 20:29:59.118 INFO kablam! error: Could not compile `framing`. Sep 01 20:29:59.119 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 20:29:59.273 INFO kablam! error: cannot infer an appropriate lifetime Sep 01 20:29:59.273 INFO kablam! --> src/transforms/iter.rs:10:20 Sep 01 20:29:59.273 INFO kablam! | Sep 01 20:29:59.273 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator Sep 01 20:29:59.273 INFO kablam! | ------------------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 01 20:29:59.273 INFO kablam! ... Sep 01 20:29:59.273 INFO kablam! 10 | (0..w * h).map(move |i| unsafe { Sep 01 20:29:59.273 INFO kablam! | ____________________^ Sep 01 20:29:59.273 INFO kablam! 11 | | let (x, y) = (i % w, i / w); Sep 01 20:29:59.273 INFO kablam! 12 | | (x, y, frame.pixel(i % w, i / w)) Sep 01 20:29:59.273 INFO kablam! 13 | | }) Sep 01 20:29:59.273 INFO kablam! | |_____^ ...but this borrow... Sep 01 20:29:59.273 INFO kablam! | Sep 01 20:29:59.273 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 5:13 Sep 01 20:29:59.273 INFO kablam! --> src/transforms/iter.rs:5:13 Sep 01 20:29:59.273 INFO kablam! | Sep 01 20:29:59.273 INFO kablam! 5 | pub fn iter<'a, T: Image>(frame: &'a T) Sep 01 20:29:59.273 INFO kablam! | ^^ Sep 01 20:29:59.274 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 01 20:29:59.274 INFO kablam! | Sep 01 20:29:59.274 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator + 'a Sep 01 20:29:59.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 20:29:59.274 INFO kablam! Sep 01 20:29:59.279 INFO kablam! error: cannot infer an appropriate lifetime Sep 01 20:29:59.279 INFO kablam! --> src/transforms/iter.rs:25:36 Sep 01 20:29:59.279 INFO kablam! | Sep 01 20:29:59.279 INFO kablam! 18 | -> impl ParallelIterator Sep 01 20:29:59.279 INFO kablam! | ------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 01 20:29:59.279 INFO kablam! ... Sep 01 20:29:59.279 INFO kablam! 25 | (0..w * h).into_par_iter().map(move |i| unsafe { Sep 01 20:29:59.279 INFO kablam! | ____________________________________^ Sep 01 20:29:59.279 INFO kablam! 26 | | let (x, y) = (i % w, i / w); Sep 01 20:29:59.279 INFO kablam! 27 | | (x, y, frame.pixel(i % w, i / w)) Sep 01 20:29:59.279 INFO kablam! 28 | | }) Sep 01 20:29:59.279 INFO kablam! | |_____^ ...but this borrow... Sep 01 20:29:59.279 INFO kablam! | Sep 01 20:29:59.280 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 17:17 Sep 01 20:29:59.280 INFO kablam! --> src/transforms/iter.rs:17:17 Sep 01 20:29:59.280 INFO kablam! | Sep 01 20:29:59.280 INFO kablam! 17 | pub fn par_iter<'a, T>(frame: &'a T) Sep 01 20:29:59.280 INFO kablam! | ^^ Sep 01 20:29:59.280 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 01 20:29:59.280 INFO kablam! | Sep 01 20:29:59.280 INFO kablam! 18 | -> impl ParallelIterator + 'a Sep 01 20:29:59.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 20:29:59.280 INFO kablam! Sep 01 20:29:59.293 INFO kablam! error: aborting due to 2 previous errors Sep 01 20:29:59.293 INFO kablam! Sep 01 20:29:59.303 INFO kablam! error: Could not compile `framing`. Sep 01 20:29:59.304 INFO kablam! Sep 01 20:29:59.304 INFO kablam! To learn more, run the command again with --verbose. Sep 01 20:29:59.305 INFO kablam! su: No module specific data is present Sep 01 20:29:59.845 INFO running `"docker" "rm" "-f" "8af5c5603d4dcde79a6a360b9b1699535093047f2d8981059a4b90e0b2799e1e"` Sep 01 20:30:00.011 INFO blam! 8af5c5603d4dcde79a6a360b9b1699535093047f2d8981059a4b90e0b2799e1e