Jul 06 00:43:31.326 INFO testing safe_core-0.30.0 against try#00bcc44fb92c28465c727881355c3235a56a4045 for nll-3
Jul 06 00:43:31.326 INFO running: cargo +00bcc44fb92c28465c727881355c3235a56a4045 check --frozen --all --all-targets
Jul 06 00:43:31.326 INFO creating container for: cargo +00bcc44fb92c28465c727881355c3235a56a4045 check --frozen --all --all-targets
Jul 06 00:43:31.327 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/main/nll-3/try#00bcc44fb92c28465c727881355c3235a56a4045:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/nll-3/try#00bcc44fb92c28465c727881355c3235a56a4045:/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 +00bcc44fb92c28465c727881355c3235a56a4045 check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn -Zborrowck=mir -Ztwo-phase-borrows " "crater"`
Jul 06 00:43:31.473 INFO blam! 408c93fb668d266e2e0af3130454e74be692b4c6a8c9ebe182ac500cadb877d3
Jul 06 00:43:31.475 INFO running `"docker" "start" "-a" "408c93fb668d266e2e0af3130454e74be692b4c6a8c9ebe182ac500cadb877d3"`
Jul 06 00:43:31.953 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently
Jul 06 00:43:31.953 INFO kablam! disables Cargo from automatically inferring other example targets.
Jul 06 00:43:31.954 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following
Jul 06 00:43:31.954 INFO kablam! files will be included as a example target:
Jul 06 00:43:31.954 INFO kablam! 
Jul 06 00:43:31.954 INFO kablam! * /source/examples/email_stress_test.rs
Jul 06 00:43:31.954 INFO kablam! * /source/examples/self_authentication.rs
Jul 06 00:43:31.954 INFO kablam! * /source/examples/email.rs
Jul 06 00:43:31.954 INFO kablam! 
Jul 06 00:43:31.954 INFO kablam! This is likely to break cargo build or cargo test as these files may not be
Jul 06 00:43:31.954 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself
Jul 06 00:43:31.954 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package]
Jul 06 00:43:31.954 INFO kablam! section. You may also move the files to a location where Cargo would not
Jul 06 00:43:31.954 INFO kablam! automatically infer them to be a target, such as in subfolders.
Jul 06 00:43:31.954 INFO kablam! 
Jul 06 00:43:31.954 INFO kablam! For more information on this warning you can consult
Jul 06 00:43:31.954 INFO kablam! https://github.com/rust-lang/cargo/issues/5330
Jul 06 00:43:32.196 INFO kablam!     Checking combine v2.5.2
Jul 06 00:43:32.199 INFO kablam!     Checking url v1.5.1
Jul 06 00:43:32.199 INFO kablam!     Checking brotli-sys v0.3.0
Jul 06 00:43:32.202 INFO kablam!     Checking tokio-reactor v0.1.2
Jul 06 00:43:32.202 INFO kablam!     Checking tokio-codec v0.1.0
Jul 06 00:43:32.204 INFO kablam!     Checking tokio-fs v0.1.1
Jul 06 00:43:33.448 INFO kablam!     Checking brotli2 v0.3.0
Jul 06 00:43:35.078 INFO kablam!     Checking tokio-tcp v0.1.0
Jul 06 00:43:35.078 INFO kablam!     Checking tokio-udp v0.1.1
Jul 06 00:43:35.339 INFO kablam!     Checking self_encryption v0.12.0
Jul 06 00:43:36.132 INFO kablam! error[E0597]: `*self.url` does not live long enough
Jul 06 00:43:36.132 INFO kablam!    --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.5.1/src/form_urlencoded.rs:251:40
Jul 06 00:43:36.132 INFO kablam!     |
Jul 06 00:43:36.132 INFO kablam! 251 |     fn finish(self) -> &'a mut ::Url { self.url }
Jul 06 00:43:36.132 INFO kablam!     |                                        ^^^^^^^^ - borrowed value only lives until here
Jul 06 00:43:36.132 INFO kablam!     |                                        |
Jul 06 00:43:36.132 INFO kablam!     |                                        borrowed value does not live long enough
Jul 06 00:43:36.132 INFO kablam!     |
Jul 06 00:43:36.132 INFO kablam! note: borrowed value must be valid for the lifetime 'a as defined on the impl at 249:6...
Jul 06 00:43:36.132 INFO kablam!    --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.5.1/src/form_urlencoded.rs:249:6
Jul 06 00:43:36.132 INFO kablam!     |
Jul 06 00:43:36.132 INFO kablam! 249 | impl<'a> Target for ::UrlQuery<'a> {
Jul 06 00:43:36.132 INFO kablam!     |      ^^
Jul 06 00:43:36.132 INFO kablam! 
Jul 06 00:43:36.189 INFO kablam! error: aborting due to previous error
Jul 06 00:43:36.189 INFO kablam! 
Jul 06 00:43:36.189 INFO kablam! For more information about this error, try `rustc --explain E0597`.
Jul 06 00:43:36.196 INFO kablam! error: Could not compile `url`.
Jul 06 00:43:36.196 INFO kablam! warning: build failed, waiting for other jobs to finish...
Jul 06 00:43:39.459 INFO kablam! error: internal compiler error: unresolved inference variable in outlives: _#0t
Jul 06 00:43:39.459 INFO kablam! 
Jul 06 00:43:39.540 INFO kablam! error: aborting due to previous error
Jul 06 00:43:39.540 INFO kablam! 
Jul 06 00:43:39.565 INFO kablam! error: Could not compile `combine`.
Jul 06 00:43:39.565 INFO kablam! 
Jul 06 00:43:39.565 INFO kablam! To learn more, run the command again with --verbose.
Jul 06 00:43:39.567 INFO kablam! su: No module specific data is present
Jul 06 00:43:39.886 INFO running `"docker" "rm" "-f" "408c93fb668d266e2e0af3130454e74be692b4c6a8c9ebe182ac500cadb877d3"`
Jul 06 00:43:39.975 INFO blam! 408c93fb668d266e2e0af3130454e74be692b4c6a8c9ebe182ac500cadb877d3