Sep 01 11:13:05.917 INFO checking png-framing-0.5.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 11:13:05.917 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 11:13:05.917 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 11:13:06.117 INFO blam! 05bc078c747284feb83382cfbcd6ec6447b199a7f4ff5ac0ce00e64352621680 Sep 01 11:13:06.119 INFO running `"docker" "start" "-a" "05bc078c747284feb83382cfbcd6ec6447b199a7f4ff5ac0ce00e64352621680"` Sep 01 11:13:06.827 INFO kablam! Compiling lodepng v1.2.2 Sep 01 11:13:06.831 INFO kablam! Checking framing v0.6.0 Sep 01 11:13:08.022 INFO kablam! error: cannot infer an appropriate lifetime Sep 01 11:13:08.022 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/framing-0.6.0/src/transforms/iter.rs:10:20 Sep 01 11:13:08.022 INFO kablam! | Sep 01 11:13:08.022 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator Sep 01 11:13:08.022 INFO kablam! | ------------------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 01 11:13:08.022 INFO kablam! ... Sep 01 11:13:08.022 INFO kablam! 10 | (0..w * h).map(move |i| unsafe { Sep 01 11:13:08.022 INFO kablam! | ____________________^ Sep 01 11:13:08.022 INFO kablam! 11 | | let (x, y) = (i % w, i / w); Sep 01 11:13:08.022 INFO kablam! 12 | | (x, y, frame.pixel(i % w, i / w)) Sep 01 11:13:08.022 INFO kablam! 13 | | }) Sep 01 11:13:08.022 INFO kablam! | |_____^ ...but this borrow... Sep 01 11:13:08.022 INFO kablam! | Sep 01 11:13:08.022 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 5:13 Sep 01 11:13:08.022 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/framing-0.6.0/src/transforms/iter.rs:5:13 Sep 01 11:13:08.022 INFO kablam! | Sep 01 11:13:08.022 INFO kablam! 5 | pub fn iter<'a, T: Image>(frame: &'a T) Sep 01 11:13:08.022 INFO kablam! | ^^ Sep 01 11:13:08.022 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 11:13:08.022 INFO kablam! | Sep 01 11:13:08.022 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator + 'a Sep 01 11:13:08.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:13:08.022 INFO kablam! Sep 01 11:13:08.029 INFO kablam! error: cannot infer an appropriate lifetime Sep 01 11:13:08.029 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/framing-0.6.0/src/transforms/iter.rs:25:36 Sep 01 11:13:08.029 INFO kablam! | Sep 01 11:13:08.029 INFO kablam! 18 | -> impl ParallelIterator Sep 01 11:13:08.029 INFO kablam! | ------------------------------------------------------ this return type evaluates to the `'static` lifetime... Sep 01 11:13:08.029 INFO kablam! ... Sep 01 11:13:08.029 INFO kablam! 25 | (0..w * h).into_par_iter().map(move |i| unsafe { Sep 01 11:13:08.029 INFO kablam! | ____________________________________^ Sep 01 11:13:08.029 INFO kablam! 26 | | let (x, y) = (i % w, i / w); Sep 01 11:13:08.029 INFO kablam! 27 | | (x, y, frame.pixel(i % w, i / w)) Sep 01 11:13:08.029 INFO kablam! 28 | | }) Sep 01 11:13:08.029 INFO kablam! | |_____^ ...but this borrow... Sep 01 11:13:08.029 INFO kablam! | Sep 01 11:13:08.029 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 17:17 Sep 01 11:13:08.029 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/framing-0.6.0/src/transforms/iter.rs:17:17 Sep 01 11:13:08.029 INFO kablam! | Sep 01 11:13:08.029 INFO kablam! 17 | pub fn par_iter<'a, T>(frame: &'a T) Sep 01 11:13:08.029 INFO kablam! | ^^ Sep 01 11:13:08.029 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 11:13:08.030 INFO kablam! | Sep 01 11:13:08.030 INFO kablam! 18 | -> impl ParallelIterator + 'a Sep 01 11:13:08.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:13:08.030 INFO kablam! Sep 01 11:13:08.043 INFO kablam! error: aborting due to 2 previous errors Sep 01 11:13:08.043 INFO kablam! Sep 01 11:13:08.053 INFO kablam! error: Could not compile `framing`. Sep 01 11:13:08.053 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 11:13:08.398 INFO kablam! error: build failed Sep 01 11:13:08.399 INFO kablam! su: No module specific data is present Sep 01 11:13:08.882 INFO running `"docker" "rm" "-f" "05bc078c747284feb83382cfbcd6ec6447b199a7f4ff5ac0ce00e64352621680"` Sep 01 11:13:08.963 INFO blam! 05bc078c747284feb83382cfbcd6ec6447b199a7f4ff5ac0ce00e64352621680