Jul 06 07:38:58.884 INFO testing vulkano_text-0.3.1 against try#00bcc44fb92c28465c727881355c3235a56a4045 for nll-3
Jul 06 07:38:58.884 INFO running: cargo +00bcc44fb92c28465c727881355c3235a56a4045 check --frozen --all --all-targets
Jul 06 07:38:58.884 INFO creating container for: cargo +00bcc44fb92c28465c727881355c3235a56a4045 check --frozen --all --all-targets
Jul 06 07:38:58.884 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 07:38:59.038 INFO blam! d3b98face6f9e612d11a2eee02f8192e52bb21a4fc53fd0f57912a9dcb34045b
Jul 06 07:38:59.039 INFO running `"docker" "start" "-a" "d3b98face6f9e612d11a2eee02f8192e52bb21a4fc53fd0f57912a9dcb34045b"`
Jul 06 07:38:59.645 INFO kablam!     Checking rusttype v0.2.3
Jul 06 07:38:59.647 INFO kablam!    Compiling vulkano-shader-derive v0.5.6
Jul 06 07:38:59.648 INFO kablam!     Checking vulkano-win v0.5.6
Jul 06 07:39:02.753 INFO kablam! error[E0311]: the parameter type `K` may not live long enough
Jul 06 07:39:02.753 INFO kablam!   --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:81:19
Jul 06 07:39:02.753 INFO kablam!    |
Jul 06 07:39:02.753 INFO kablam! 81 |             match node.force() {
Jul 06 07:39:02.753 INFO kablam!    |                   ^^^^
Jul 06 07:39:02.753 INFO kablam!    |
Jul 06 07:39:02.753 INFO kablam!    = help: consider adding an explicit lifetime bound for `K`
Jul 06 07:39:02.753 INFO kablam! note: the parameter type `K` must be valid for the anonymous lifetime #1 defined on the function body at 77:9...
Jul 06 07:39:02.753 INFO kablam!   --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:77:9
Jul 06 07:39:02.753 INFO kablam!    |
Jul 06 07:39:02.753 INFO kablam! 77 | /         fn clone_subtree<K: Clone, V: Clone>(
Jul 06 07:39:02.753 INFO kablam! 78 | |                 node: node::NodeRef<marker::Immut, K, V, marker::LeafOrInternal>)
Jul 06 07:39:02.753 INFO kablam! 79 | |                 -> BTreeMap<K, V> {
Jul 06 07:39:02.753 INFO kablam! 80 | |
Jul 06 07:39:02.754 INFO kablam! ...  |
Jul 06 07:39:02.754 INFO kablam! 136| |             }
Jul 06 07:39:02.754 INFO kablam! 137| |         }
Jul 06 07:39:02.754 INFO kablam!    | |_________^
Jul 06 07:39:02.754 INFO kablam! 
Jul 06 07:39:02.754 INFO kablam! error[E0311]: the parameter type `V` may not live long enough
Jul 06 07:39:02.754 INFO kablam!   --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:81:19
Jul 06 07:39:02.754 INFO kablam!    |
Jul 06 07:39:02.754 INFO kablam! 81 |             match node.force() {
Jul 06 07:39:02.754 INFO kablam!    |                   ^^^^
Jul 06 07:39:02.754 INFO kablam!    |
Jul 06 07:39:02.754 INFO kablam!    = help: consider adding an explicit lifetime bound for `V`
Jul 06 07:39:02.754 INFO kablam! note: the parameter type `V` must be valid for the anonymous lifetime #1 defined on the function body at 77:9...
Jul 06 07:39:02.754 INFO kablam!   --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:77:9
Jul 06 07:39:02.754 INFO kablam!    |
Jul 06 07:39:02.754 INFO kablam! 77 | /         fn clone_subtree<K: Clone, V: Clone>(
Jul 06 07:39:02.754 INFO kablam! 78 | |                 node: node::NodeRef<marker::Immut, K, V, marker::LeafOrInternal>)
Jul 06 07:39:02.754 INFO kablam! 79 | |                 -> BTreeMap<K, V> {
Jul 06 07:39:02.754 INFO kablam! 80 | |
Jul 06 07:39:02.754 INFO kablam! ...  |
Jul 06 07:39:02.754 INFO kablam! 136| |             }
Jul 06 07:39:02.754 INFO kablam! 137| |         }
Jul 06 07:39:02.755 INFO kablam!    | |_________^
Jul 06 07:39:02.755 INFO kablam! 
Jul 06 07:39:03.009 INFO kablam! error: aborting due to 2 previous errors
Jul 06 07:39:03.010 INFO kablam! 
Jul 06 07:39:03.010 INFO kablam! For more information about this error, try `rustc --explain E0311`.
Jul 06 07:39:03.015 INFO kablam! error: Could not compile `rusttype`.
Jul 06 07:39:03.015 INFO kablam! warning: build failed, waiting for other jobs to finish...
Jul 06 07:39:05.861 INFO kablam! error: build failed
Jul 06 07:39:05.862 INFO kablam! su: No module specific data is present
Jul 06 07:39:06.301 INFO running `"docker" "rm" "-f" "d3b98face6f9e612d11a2eee02f8192e52bb21a4fc53fd0f57912a9dcb34045b"`
Jul 06 07:39:06.389 INFO blam! d3b98face6f9e612d11a2eee02f8192e52bb21a4fc53fd0f57912a9dcb34045b