Jul 05 06:19:31.466 INFO testing destructivator-0.1.0 against try#00bcc44fb92c28465c727881355c3235a56a4045 for nll-3 Jul 05 06:19:31.466 INFO running: cargo +00bcc44fb92c28465c727881355c3235a56a4045 check --frozen --all --all-targets Jul 05 06:19:31.466 INFO creating container for: cargo +00bcc44fb92c28465c727881355c3235a56a4045 check --frozen --all --all-targets Jul 05 06:19:31.466 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 05 06:19:31.602 INFO blam! d0326f21cf7feb21411640a7d0251ab6434fc5b7d392d6687bbf1ce3f0ed0542 Jul 05 06:19:31.604 INFO running `"docker" "start" "-a" "d0326f21cf7feb21411640a7d0251ab6434fc5b7d392d6687bbf1ce3f0ed0542"` Jul 05 06:19:32.087 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Jul 05 06:19:32.087 INFO kablam! disables Cargo from automatically inferring other test targets. Jul 05 06:19:32.087 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Jul 05 06:19:32.087 INFO kablam! files will be included as a test target: Jul 05 06:19:32.087 INFO kablam! Jul 05 06:19:32.087 INFO kablam! * /source/tests/branch_all_new_test.rs Jul 05 06:19:32.087 INFO kablam! Jul 05 06:19:32.087 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Jul 05 06:19:32.087 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Jul 05 06:19:32.087 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Jul 05 06:19:32.087 INFO kablam! section. You may also move the files to a location where Cargo would not Jul 05 06:19:32.087 INFO kablam! automatically infer them to be a target, such as in subfolders. Jul 05 06:19:32.087 INFO kablam! Jul 05 06:19:32.087 INFO kablam! For more information on this warning you can consult Jul 05 06:19:32.087 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Jul 05 06:19:32.180 INFO kablam! Compiling url v1.7.0 Jul 05 06:19:32.180 INFO kablam! Compiling libgit2-sys v0.6.19 Jul 05 06:19:32.185 INFO kablam! Checking ignore v0.3.1 Jul 05 06:19:32.187 INFO kablam! Checking config v0.7.1 Jul 05 06:19:34.766 INFO kablam! error[E0597]: `*self.url` does not live long enough Jul 05 06:19:34.766 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.7.0/src/form_urlencoded.rs:261:40 Jul 05 06:19:34.766 INFO kablam! | Jul 05 06:19:34.766 INFO kablam! 261 | fn finish(self) -> &'a mut ::Url { self.url } Jul 05 06:19:34.766 INFO kablam! | ^^^^^^^^ - borrowed value only lives until here Jul 05 06:19:34.766 INFO kablam! | | Jul 05 06:19:34.766 INFO kablam! | borrowed value does not live long enough Jul 05 06:19:34.766 INFO kablam! | Jul 05 06:19:34.766 INFO kablam! note: borrowed value must be valid for the lifetime 'a as defined on the impl at 259:6... Jul 05 06:19:34.766 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.7.0/src/form_urlencoded.rs:259:6 Jul 05 06:19:34.766 INFO kablam! | Jul 05 06:19:34.766 INFO kablam! 259 | impl<'a> Target for ::UrlQuery<'a> { Jul 05 06:19:34.766 INFO kablam! | ^^ Jul 05 06:19:34.766 INFO kablam! Jul 05 06:19:34.822 INFO kablam! error: aborting due to previous error Jul 05 06:19:34.822 INFO kablam! Jul 05 06:19:34.823 INFO kablam! For more information about this error, try `rustc --explain E0597`. Jul 05 06:19:34.832 INFO kablam! error: Could not compile `url`. Jul 05 06:19:34.832 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 05 06:19:34.877 INFO kablam! error[E0597]: `*self.url` does not live long enough Jul 05 06:19:34.877 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.7.0/src/form_urlencoded.rs:261:40 Jul 05 06:19:34.877 INFO kablam! | Jul 05 06:19:34.877 INFO kablam! 261 | fn finish(self) -> &'a mut ::Url { self.url } Jul 05 06:19:34.877 INFO kablam! | ^^^^^^^^ - borrowed value only lives until here Jul 05 06:19:34.877 INFO kablam! | | Jul 05 06:19:34.877 INFO kablam! | borrowed value does not live long enough Jul 05 06:19:34.877 INFO kablam! | Jul 05 06:19:34.877 INFO kablam! note: borrowed value must be valid for the lifetime 'a as defined on the impl at 259:6... Jul 05 06:19:34.877 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.7.0/src/form_urlencoded.rs:259:6 Jul 05 06:19:34.877 INFO kablam! | Jul 05 06:19:34.877 INFO kablam! 259 | impl<'a> Target for ::UrlQuery<'a> { Jul 05 06:19:34.877 INFO kablam! | ^^ Jul 05 06:19:34.877 INFO kablam! Jul 05 06:19:34.916 INFO kablam! error: aborting due to previous error Jul 05 06:19:34.916 INFO kablam! Jul 05 06:19:34.916 INFO kablam! For more information about this error, try `rustc --explain E0597`. Jul 05 06:19:34.928 INFO kablam! error: Could not compile `url`. Jul 05 06:19:34.928 INFO kablam! Jul 05 06:19:34.928 INFO kablam! To learn more, run the command again with --verbose. Jul 05 06:19:34.929 INFO kablam! su: No module specific data is present Jul 05 06:19:35.361 INFO running `"docker" "rm" "-f" "d0326f21cf7feb21411640a7d0251ab6434fc5b7d392d6687bbf1ce3f0ed0542"` Jul 05 06:19:35.436 INFO blam! d0326f21cf7feb21411640a7d0251ab6434fc5b7d392d6687bbf1ce3f0ed0542