Jul 12 02:01:31.068 INFO checking png-framing-0.3.1 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 02:01:31.068 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 02:01:31.068 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 02:01:31.068 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-1/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 02:01:31.307 INFO blam! 89de350209117253df0a29aa889938fe9f71dc7fd8a9a0a5f1479d34a1882193 Jul 12 02:01:31.310 INFO running `"docker" "start" "-a" "89de350209117253df0a29aa889938fe9f71dc7fd8a9a0a5f1479d34a1882193"` Jul 12 02:01:32.443 INFO kablam! Checking c_vec v1.3.1 Jul 12 02:01:32.444 INFO kablam! Compiling lodepng v1.2.2 Jul 12 02:01:32.444 INFO kablam! Checking framing v0.3.5 Jul 12 02:01:35.107 INFO kablam! error: cannot infer an appropriate lifetime Jul 12 02:01:35.107 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/framing-0.3.5/src/transforms/iter.rs:10:20 Jul 12 02:01:35.107 INFO kablam! | Jul 12 02:01:35.107 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator Jul 12 02:01:35.107 INFO kablam! | ------------------------------------------------------------------ this return type evaluates to the `'static` lifetime... Jul 12 02:01:35.107 INFO kablam! ... Jul 12 02:01:35.107 INFO kablam! 10 | (0..w * h).map(move |i| unsafe { Jul 12 02:01:35.107 INFO kablam! | ____________________^ Jul 12 02:01:35.107 INFO kablam! 11 | | let (x, y) = (i % w, i / w); Jul 12 02:01:35.107 INFO kablam! 12 | | (x, y, frame.pixel(i % w, i / w)) Jul 12 02:01:35.107 INFO kablam! 13 | | }) Jul 12 02:01:35.107 INFO kablam! | |_____^ ...but this borrow... Jul 12 02:01:35.107 INFO kablam! | Jul 12 02:01:35.107 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 5:13 Jul 12 02:01:35.107 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/framing-0.3.5/src/transforms/iter.rs:5:13 Jul 12 02:01:35.108 INFO kablam! | Jul 12 02:01:35.108 INFO kablam! 5 | pub fn iter<'a, T: Image>(frame: &'a T) Jul 12 02:01:35.108 INFO kablam! | ^^ Jul 12 02:01:35.108 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 Jul 12 02:01:35.108 INFO kablam! | Jul 12 02:01:35.108 INFO kablam! 6 | -> impl Iterator + ExactSizeIterator + 'a Jul 12 02:01:35.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 02:01:35.118 INFO kablam! Jul 12 02:01:35.125 INFO kablam! error: cannot infer an appropriate lifetime Jul 12 02:01:35.125 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/framing-0.3.5/src/transforms/iter.rs:25:36 Jul 12 02:01:35.125 INFO kablam! | Jul 12 02:01:35.126 INFO kablam! 18 | -> impl ParallelIterator Jul 12 02:01:35.126 INFO kablam! | ------------------------------------------------------ this return type evaluates to the `'static` lifetime... Jul 12 02:01:35.126 INFO kablam! ... Jul 12 02:01:35.126 INFO kablam! 25 | (0..w * h).into_par_iter().map(move |i| unsafe { Jul 12 02:01:35.126 INFO kablam! | ____________________________________^ Jul 12 02:01:35.126 INFO kablam! 26 | | let (x, y) = (i % w, i / w); Jul 12 02:01:35.126 INFO kablam! 27 | | (x, y, frame.pixel(i % w, i / w)) Jul 12 02:01:35.126 INFO kablam! 28 | | }) Jul 12 02:01:35.126 INFO kablam! | |_____^ ...but this borrow... Jul 12 02:01:35.126 INFO kablam! | Jul 12 02:01:35.126 INFO kablam! note: ...can't outlive the lifetime 'a as defined on the function body at 17:17 Jul 12 02:01:35.126 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/framing-0.3.5/src/transforms/iter.rs:17:17 Jul 12 02:01:35.126 INFO kablam! | Jul 12 02:01:35.126 INFO kablam! 17 | pub fn par_iter<'a, T>(frame: &'a T) Jul 12 02:01:35.126 INFO kablam! | ^^ Jul 12 02:01:35.126 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 Jul 12 02:01:35.126 INFO kablam! | Jul 12 02:01:35.127 INFO kablam! 18 | -> impl ParallelIterator + 'a Jul 12 02:01:35.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 02:01:35.127 INFO kablam! Jul 12 02:01:35.175 INFO kablam! error: aborting due to 2 previous errors Jul 12 02:01:35.175 INFO kablam! Jul 12 02:01:35.197 INFO kablam! error: Could not compile `framing`. Jul 12 02:01:35.197 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 02:01:35.862 INFO kablam! error: build failed Jul 12 02:01:35.864 INFO kablam! su: No module specific data is present Jul 12 02:01:36.364 INFO running `"docker" "rm" "-f" "89de350209117253df0a29aa889938fe9f71dc7fd8a9a0a5f1479d34a1882193"` Jul 12 02:01:36.546 INFO blam! 89de350209117253df0a29aa889938fe9f71dc7fd8a9a0a5f1479d34a1882193