Jul 03 21:08:53.807 INFO testing rocket-file-cache-1.0.0-beta against try#ef9a322843fa9f1d6eb6f05b3ba8f9f96ef1de46 for nll-1
Jul 03 21:08:53.807 INFO running: cargo +ef9a322843fa9f1d6eb6f05b3ba8f9f96ef1de46 check --frozen --all --all-targets
Jul 03 21:08:53.807 INFO creating container for: cargo +ef9a322843fa9f1d6eb6f05b3ba8f9f96ef1de46 check --frozen --all --all-targets
Jul 03 21:08:53.807 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/main/nll-1/try#ef9a322843fa9f1d6eb6f05b3ba8f9f96ef1de46:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/nll-1/try#ef9a322843fa9f1d6eb6f05b3ba8f9f96ef1de46:/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 +ef9a322843fa9f1d6eb6f05b3ba8f9f96ef1de46 check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn -Zborrowck=mir" "crater"`
Jul 03 21:08:53.945 INFO blam! ff4812795d6a22d5c01401aa60432b775b0fac9750a81b36d8c0df2d0ee89099
Jul 03 21:08:53.947 INFO running `"docker" "start" "-a" "ff4812795d6a22d5c01401aa60432b775b0fac9750a81b36d8c0df2d0ee89099"`
Jul 03 21:08:54.552 INFO kablam!     Checking pear v0.0.18
Jul 03 21:08:54.554 INFO kablam!     Checking concurrent-hashmap v0.2.2
Jul 03 21:08:54.555 INFO kablam!     Checking url v1.7.0
Jul 03 21:08:54.561 INFO kablam!    Compiling pear_codegen v0.0.18
Jul 03 21:08:56.168 INFO kablam! error[E0502]: cannot borrow `**self` as immutable because it is also borrowed as mutable
Jul 03 21:08:56.168 INFO kablam!    --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear-0.0.18/src/input.rs:106:22
Jul 03 21:08:56.168 INFO kablam!     |
Jul 03 21:08:56.168 INFO kablam! 106 |         self.advance(self.len());
Jul 03 21:08:56.168 INFO kablam!     |         -------------^^^^-------
Jul 03 21:08:56.168 INFO kablam!     |         |            |
Jul 03 21:08:56.168 INFO kablam!     |         |            immutable borrow occurs here
Jul 03 21:08:56.168 INFO kablam!     |         mutable borrow occurs here
Jul 03 21:08:56.168 INFO kablam!     |         borrow later used here
Jul 03 21:08:56.169 INFO kablam! 
Jul 03 21:08:56.227 INFO kablam! error[E0502]: cannot borrow `**self` as immutable because it is also borrowed as mutable
Jul 03 21:08:56.227 INFO kablam!    --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear-0.0.18/src/input.rs:425:22
Jul 03 21:08:56.227 INFO kablam!     |
Jul 03 21:08:56.227 INFO kablam! 425 |         self.advance(self.len());
Jul 03 21:08:56.227 INFO kablam!     |         -------------^^^^-------
Jul 03 21:08:56.227 INFO kablam!     |         |            |
Jul 03 21:08:56.227 INFO kablam!     |         |            immutable borrow occurs here
Jul 03 21:08:56.227 INFO kablam!     |         mutable borrow occurs here
Jul 03 21:08:56.227 INFO kablam!     |         borrow later used here
Jul 03 21:08:56.227 INFO kablam! 
Jul 03 21:08:56.374 INFO kablam! error: aborting due to 2 previous errors
Jul 03 21:08:56.374 INFO kablam! 
Jul 03 21:08:56.374 INFO kablam! For more information about this error, try `rustc --explain E0502`.
Jul 03 21:08:56.383 INFO kablam! error: Could not compile `pear`.
Jul 03 21:08:56.383 INFO kablam! warning: build failed, waiting for other jobs to finish...
Jul 03 21:08:57.377 INFO kablam! error[E0597]: `*self.url` does not live long enough
Jul 03 21:08:57.377 INFO kablam!    --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.7.0/src/form_urlencoded.rs:261:40
Jul 03 21:08:57.377 INFO kablam!     |
Jul 03 21:08:57.378 INFO kablam! 261 |     fn finish(self) -> &'a mut ::Url { self.url }
Jul 03 21:08:57.378 INFO kablam!     |                                        ^^^^^^^^ - borrowed value only lives until here
Jul 03 21:08:57.378 INFO kablam!     |                                        |
Jul 03 21:08:57.378 INFO kablam!     |                                        borrowed value does not live long enough
Jul 03 21:08:57.378 INFO kablam!     |
Jul 03 21:08:57.378 INFO kablam! note: borrowed value must be valid for the lifetime 'a as defined on the impl at 259:6...
Jul 03 21:08:57.378 INFO kablam!    --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.7.0/src/form_urlencoded.rs:259:6
Jul 03 21:08:57.378 INFO kablam!     |
Jul 03 21:08:57.378 INFO kablam! 259 | impl<'a> Target for ::UrlQuery<'a> {
Jul 03 21:08:57.378 INFO kablam!     |      ^^
Jul 03 21:08:57.378 INFO kablam! 
Jul 03 21:08:57.418 INFO kablam! error: aborting due to previous error
Jul 03 21:08:57.418 INFO kablam! 
Jul 03 21:08:57.418 INFO kablam! For more information about this error, try `rustc --explain E0597`.
Jul 03 21:08:57.425 INFO kablam! error: Could not compile `url`.
Jul 03 21:08:57.425 INFO kablam! warning: build failed, waiting for other jobs to finish...
Jul 03 21:08:59.300 INFO kablam! error: internal compiler error: broken MIR in DefId(0/0:45 ~ pear_codegen[a7f8]::plugin_registrar[0]) (Terminator { source_info: SourceInfo { span: /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.18/src/lib.rs:40:5: 40:51, scope: scope[0] }, kind: _2 = const rustc_plugin::Registry::register_macro(move _3, move _4, move _6) -> [return: bb2, unwind: bb1] }): bad arg #2 (for<'cx, 'r, 's> fn(&'cx mut syntax::ext::base::ExtCtxt<'r>, syntax::codemap::Span, &'s [syntax::tokenstream::TokenTree]) -> std::boxed::Box<(dyn syntax::ext::base::MacResult + 'cx)> <- for<'r, 's, 't0> fn(&'r mut syntax::ext::base::ExtCtxt<'s>, syntax::codemap::Span, &'t0 [syntax::tokenstream::TokenTree]) -> std::boxed::Box<dyn syntax::ext::base::MacResult>): NoSolution
Jul 03 21:08:59.300 INFO kablam!   --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.18/src/lib.rs:40:33
Jul 03 21:08:59.300 INFO kablam!    |
Jul 03 21:08:59.300 INFO kablam! 40 |     reg.register_macro("parse", parse_macro_outer);
Jul 03 21:08:59.300 INFO kablam!    |                                 ^^^^^^^^^^^^^^^^^
Jul 03 21:08:59.300 INFO kablam! 
Jul 03 21:08:59.700 INFO kablam! error: aborting due to previous error
Jul 03 21:08:59.701 INFO kablam! 
Jul 03 21:08:59.717 INFO kablam! error: Could not compile `pear_codegen`.
Jul 03 21:08:59.717 INFO kablam! 
Jul 03 21:08:59.717 INFO kablam! To learn more, run the command again with --verbose.
Jul 03 21:08:59.718 INFO kablam! su: No module specific data is present
Jul 03 21:09:00.049 INFO running `"docker" "rm" "-f" "ff4812795d6a22d5c01401aa60432b775b0fac9750a81b36d8c0df2d0ee89099"`
Jul 03 21:09:00.126 INFO blam! ff4812795d6a22d5c01401aa60432b775b0fac9750a81b36d8c0df2d0ee89099