Jul 05 23:25:55.979 INFO testing rofl-0.0.1 against try#00bcc44fb92c28465c727881355c3235a56a4045 for nll-3 Jul 05 23:25:55.979 INFO running: cargo +00bcc44fb92c28465c727881355c3235a56a4045 check --frozen --all --all-targets Jul 05 23:25:55.979 INFO creating container for: cargo +00bcc44fb92c28465c727881355c3235a56a4045 check --frozen --all --all-targets Jul 05 23:25:55.979 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 23:25:56.114 INFO blam! cceaef8394304240b6ece0f5ae391fc6e513911b37606eddf278dcb49a124206 Jul 05 23:25:56.115 INFO running `"docker" "start" "-a" "cceaef8394304240b6ece0f5ae391fc6e513911b37606eddf278dcb49a124206"` Jul 05 23:25:56.715 INFO kablam! Checking rusttype v0.2.3 Jul 05 23:25:56.716 INFO kablam! Checking url v1.7.0 Jul 05 23:25:56.718 INFO kablam! Checking image v0.12.4 Jul 05 23:25:59.081 INFO kablam! error[E0597]: `*self.url` does not live long enough Jul 05 23:25:59.081 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.7.0/src/form_urlencoded.rs:261:40 Jul 05 23:25:59.081 INFO kablam! | Jul 05 23:25:59.081 INFO kablam! 261 | fn finish(self) -> &'a mut ::Url { self.url } Jul 05 23:25:59.081 INFO kablam! | ^^^^^^^^ - borrowed value only lives until here Jul 05 23:25:59.081 INFO kablam! | | Jul 05 23:25:59.081 INFO kablam! | borrowed value does not live long enough Jul 05 23:25:59.081 INFO kablam! | Jul 05 23:25:59.081 INFO kablam! note: borrowed value must be valid for the lifetime 'a as defined on the impl at 259:6... Jul 05 23:25:59.082 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.7.0/src/form_urlencoded.rs:259:6 Jul 05 23:25:59.082 INFO kablam! | Jul 05 23:25:59.082 INFO kablam! 259 | impl<'a> Target for ::UrlQuery<'a> { Jul 05 23:25:59.082 INFO kablam! | ^^ Jul 05 23:25:59.082 INFO kablam! Jul 05 23:25:59.124 INFO kablam! error: aborting due to previous error Jul 05 23:25:59.124 INFO kablam! Jul 05 23:25:59.124 INFO kablam! For more information about this error, try `rustc --explain E0597`. Jul 05 23:25:59.129 INFO kablam! error: Could not compile `url`. Jul 05 23:25:59.129 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 05 23:25:59.555 INFO kablam! error[E0311]: the parameter type `K` may not live long enough Jul 05 23:25:59.555 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:81:19 Jul 05 23:25:59.555 INFO kablam! | Jul 05 23:25:59.555 INFO kablam! 81 | match node.force() { Jul 05 23:25:59.555 INFO kablam! | ^^^^ Jul 05 23:25:59.555 INFO kablam! | Jul 05 23:25:59.555 INFO kablam! = help: consider adding an explicit lifetime bound for `K` Jul 05 23:25:59.555 INFO kablam! note: the parameter type `K` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... Jul 05 23:25:59.555 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:77:9 Jul 05 23:25:59.555 INFO kablam! | Jul 05 23:25:59.555 INFO kablam! 77 | / fn clone_subtree( Jul 05 23:25:59.555 INFO kablam! 78 | | node: node::NodeRef) Jul 05 23:25:59.555 INFO kablam! 79 | | -> BTreeMap { Jul 05 23:25:59.555 INFO kablam! 80 | | Jul 05 23:25:59.555 INFO kablam! ... | Jul 05 23:25:59.555 INFO kablam! 136| | } Jul 05 23:25:59.556 INFO kablam! 137| | } Jul 05 23:25:59.556 INFO kablam! | |_________^ Jul 05 23:25:59.556 INFO kablam! Jul 05 23:25:59.556 INFO kablam! error[E0311]: the parameter type `V` may not live long enough Jul 05 23:25:59.556 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:81:19 Jul 05 23:25:59.556 INFO kablam! | Jul 05 23:25:59.556 INFO kablam! 81 | match node.force() { Jul 05 23:25:59.556 INFO kablam! | ^^^^ Jul 05 23:25:59.556 INFO kablam! | Jul 05 23:25:59.556 INFO kablam! = help: consider adding an explicit lifetime bound for `V` Jul 05 23:25:59.556 INFO kablam! note: the parameter type `V` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... Jul 05 23:25:59.556 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:77:9 Jul 05 23:25:59.556 INFO kablam! | Jul 05 23:25:59.556 INFO kablam! 77 | / fn clone_subtree( Jul 05 23:25:59.556 INFO kablam! 78 | | node: node::NodeRef) Jul 05 23:25:59.556 INFO kablam! 79 | | -> BTreeMap { Jul 05 23:25:59.556 INFO kablam! 80 | | Jul 05 23:25:59.556 INFO kablam! ... | Jul 05 23:25:59.556 INFO kablam! 136| | } Jul 05 23:25:59.557 INFO kablam! 137| | } Jul 05 23:25:59.557 INFO kablam! | |_________^ Jul 05 23:25:59.557 INFO kablam! Jul 05 23:25:59.803 INFO kablam! error: aborting due to 2 previous errors Jul 05 23:25:59.803 INFO kablam! Jul 05 23:25:59.803 INFO kablam! For more information about this error, try `rustc --explain E0311`. Jul 05 23:25:59.808 INFO kablam! error: Could not compile `rusttype`. Jul 05 23:25:59.808 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 05 23:26:04.208 INFO kablam! error: build failed Jul 05 23:26:04.209 INFO kablam! su: No module specific data is present Jul 05 23:26:04.496 INFO running `"docker" "rm" "-f" "cceaef8394304240b6ece0f5ae391fc6e513911b37606eddf278dcb49a124206"` Jul 05 23:26:04.574 INFO blam! cceaef8394304240b6ece0f5ae391fc6e513911b37606eddf278dcb49a124206