Sep 02 20:00:59.946 INFO checking bchannel-0.0.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 20:00:59.947 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 20:00:59.947 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 20:01:00.127 INFO blam! cee5dfaa2b157cb3c245e755bbb10c640a85cd161dfd327ec47fd8f24fe3e57c Sep 02 20:01:00.134 INFO running `"docker" "start" "-a" "cee5dfaa2b157cb3c245e755bbb10c640a85cd161dfd327ec47fd8f24fe3e57c"` Sep 02 20:01:00.901 INFO kablam! Checking bchannel v0.0.1 (file:///source) Sep 02 20:01:00.951 INFO kablam! error: expected one of `,` or `>`, found `A` Sep 02 20:01:00.951 INFO kablam! --> src/lib.rs:34:28 Sep 02 20:01:00.951 INFO kablam! | Sep 02 20:01:00.951 INFO kablam! 34 | impl <'a, A> MaybeOwned<'a A> { Sep 02 20:01:00.951 INFO kablam! | ^ expected one of `,` or `>` here Sep 02 20:01:00.951 INFO kablam! Sep 02 20:01:00.951 INFO kablam! error: aborting due to previous error Sep 02 20:01:00.951 INFO kablam! Sep 02 20:01:00.953 INFO kablam! error: invalid suffix `u` for numeric literal Sep 02 20:01:00.953 INFO kablam! --> src/test.rs:7:13 Sep 02 20:01:00.953 INFO kablam! | Sep 02 20:01:00.953 INFO kablam! 7 | sx.send(5u).unwrap(); Sep 02 20:01:00.953 INFO kablam! | ^^ Sep 02 20:01:00.953 INFO kablam! | Sep 02 20:01:00.953 INFO kablam! = help: the suffix must be one of the integral types (`u32`, `isize`, etc) Sep 02 20:01:00.953 INFO kablam! Sep 02 20:01:00.953 INFO kablam! error: invalid suffix `u` for numeric literal Sep 02 20:01:00.954 INFO kablam! --> src/test.rs:8:13 Sep 02 20:01:00.954 INFO kablam! | Sep 02 20:01:00.954 INFO kablam! 8 | sx.send(6u).unwrap(); Sep 02 20:01:00.954 INFO kablam! | ^^ Sep 02 20:01:00.954 INFO kablam! | Sep 02 20:01:00.954 INFO kablam! = help: the suffix must be one of the integral types (`u32`, `isize`, etc) Sep 02 20:01:00.954 INFO kablam! Sep 02 20:01:00.955 INFO kablam! error: invalid suffix `u` for numeric literal Sep 02 20:01:00.955 INFO kablam! --> src/test.rs:21:13 Sep 02 20:01:00.955 INFO kablam! | Sep 02 20:01:00.955 INFO kablam! 21 | sx.send(5u).unwrap(); Sep 02 20:01:00.955 INFO kablam! | ^^ Sep 02 20:01:00.955 INFO kablam! | Sep 02 20:01:00.955 INFO kablam! = help: the suffix must be one of the integral types (`u32`, `isize`, etc) Sep 02 20:01:00.955 INFO kablam! Sep 02 20:01:00.955 INFO kablam! error: invalid suffix `u` for numeric literal Sep 02 20:01:00.955 INFO kablam! --> src/test.rs:35:13 Sep 02 20:01:00.955 INFO kablam! | Sep 02 20:01:00.955 INFO kablam! 35 | sx.send(5u).unwrap(); Sep 02 20:01:00.955 INFO kablam! | ^^ Sep 02 20:01:00.955 INFO kablam! | Sep 02 20:01:00.955 INFO kablam! = help: the suffix must be one of the integral types (`u32`, `isize`, etc) Sep 02 20:01:00.955 INFO kablam! Sep 02 20:01:00.955 INFO kablam! error: invalid suffix `u` for numeric literal Sep 02 20:01:00.955 INFO kablam! --> src/test.rs:56:13 Sep 02 20:01:00.955 INFO kablam! | Sep 02 20:01:00.955 INFO kablam! 56 | sx.send(5u).unwrap(); Sep 02 20:01:00.955 INFO kablam! | ^^ Sep 02 20:01:00.955 INFO kablam! | Sep 02 20:01:00.955 INFO kablam! = help: the suffix must be one of the integral types (`u32`, `isize`, etc) Sep 02 20:01:00.956 INFO kablam! Sep 02 20:01:00.956 INFO kablam! error: invalid suffix `u` for numeric literal Sep 02 20:01:00.956 INFO kablam! --> src/test.rs:79:17 Sep 02 20:01:00.956 INFO kablam! | Sep 02 20:01:00.956 INFO kablam! 79 | sx.send(5u).unwrap(); Sep 02 20:01:00.956 INFO kablam! | ^^ Sep 02 20:01:00.956 INFO kablam! | Sep 02 20:01:00.956 INFO kablam! = help: the suffix must be one of the integral types (`u32`, `isize`, etc) Sep 02 20:01:00.956 INFO kablam! Sep 02 20:01:00.956 INFO kablam! error: invalid suffix `u` for numeric literal Sep 02 20:01:00.956 INFO kablam! --> src/test.rs:80:17 Sep 02 20:01:00.956 INFO kablam! | Sep 02 20:01:00.956 INFO kablam! 80 | sx.send(7u).unwrap(); Sep 02 20:01:00.956 INFO kablam! | ^^ Sep 02 20:01:00.956 INFO kablam! | Sep 02 20:01:00.956 INFO kablam! = help: the suffix must be one of the integral types (`u32`, `isize`, etc) Sep 02 20:01:00.956 INFO kablam! Sep 02 20:01:00.956 INFO kablam! error: invalid suffix `u` for numeric literal Sep 02 20:01:00.956 INFO kablam! --> src/test.rs:81:17 Sep 02 20:01:00.956 INFO kablam! | Sep 02 20:01:00.956 INFO kablam! 81 | sx.send(9u).unwrap(); Sep 02 20:01:00.956 INFO kablam! | ^^ Sep 02 20:01:00.956 INFO kablam! | Sep 02 20:01:00.956 INFO kablam! = help: the suffix must be one of the integral types (`u32`, `isize`, etc) Sep 02 20:01:00.956 INFO kablam! Sep 02 20:01:00.957 INFO kablam! error: invalid suffix `u` for numeric literal Sep 02 20:01:00.957 INFO kablam! --> src/test.rs:92:17 Sep 02 20:01:00.957 INFO kablam! | Sep 02 20:01:00.957 INFO kablam! 92 | sx.send(5u).unwrap(); Sep 02 20:01:00.957 INFO kablam! | ^^ Sep 02 20:01:00.957 INFO kablam! | Sep 02 20:01:00.957 INFO kablam! = help: the suffix must be one of the integral types (`u32`, `isize`, etc) Sep 02 20:01:00.957 INFO kablam! Sep 02 20:01:00.957 INFO kablam! error: invalid suffix `u` for numeric literal Sep 02 20:01:00.957 INFO kablam! --> src/test.rs:93:17 Sep 02 20:01:00.957 INFO kablam! | Sep 02 20:01:00.957 INFO kablam! 93 | sx.send(7u).unwrap(); Sep 02 20:01:00.957 INFO kablam! | ^^ Sep 02 20:01:00.957 INFO kablam! | Sep 02 20:01:00.957 INFO kablam! = help: the suffix must be one of the integral types (`u32`, `isize`, etc) Sep 02 20:01:00.957 INFO kablam! Sep 02 20:01:00.957 INFO kablam! error: invalid suffix `u` for numeric literal Sep 02 20:01:00.957 INFO kablam! --> src/test.rs:94:17 Sep 02 20:01:00.957 INFO kablam! | Sep 02 20:01:00.957 INFO kablam! 94 | sx.send(9u).unwrap(); Sep 02 20:01:00.957 INFO kablam! | ^^ Sep 02 20:01:00.957 INFO kablam! | Sep 02 20:01:00.957 INFO kablam! = help: the suffix must be one of the integral types (`u32`, `isize`, etc) Sep 02 20:01:00.957 INFO kablam! Sep 02 20:01:00.957 INFO kablam! error: expected one of `,` or `>`, found `A` Sep 02 20:01:00.958 INFO kablam! --> src/lib.rs:34:28 Sep 02 20:01:00.958 INFO kablam! | Sep 02 20:01:00.958 INFO kablam! 34 | impl <'a, A> MaybeOwned<'a A> { Sep 02 20:01:00.958 INFO kablam! | ^ expected one of `,` or `>` here Sep 02 20:01:00.958 INFO kablam! Sep 02 20:01:00.958 INFO kablam! error: aborting due to 12 previous errors Sep 02 20:01:00.958 INFO kablam! Sep 02 20:01:00.958 INFO kablam! error: Could not compile `bchannel`. Sep 02 20:01:00.958 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 20:01:00.959 INFO kablam! error: Could not compile `bchannel`. Sep 02 20:01:00.959 INFO kablam! Sep 02 20:01:00.959 INFO kablam! To learn more, run the command again with --verbose. Sep 02 20:01:00.960 INFO kablam! su: No module specific data is present Sep 02 20:01:01.520 INFO running `"docker" "rm" "-f" "cee5dfaa2b157cb3c245e755bbb10c640a85cd161dfd327ec47fd8f24fe3e57c"` Sep 02 20:01:01.616 INFO blam! cee5dfaa2b157cb3c245e755bbb10c640a85cd161dfd327ec47fd8f24fe3e57c