Sep 01 23:09:12.610 INFO checking speedy-0.4.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 23:09:12.611 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 23:09:12.611 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/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 01 23:09:12.818 INFO blam! c84d87a77b13f8d7a7ec9c462f863e0f3a82f19200f31a426f347d4d06fa7035 Sep 01 23:09:12.820 INFO running `"docker" "start" "-a" "c84d87a77b13f8d7a7ec9c462f863e0f3a82f19200f31a426f347d4d06fa7035"` Sep 01 23:09:13.464 INFO kablam! Checking speedy v0.4.1 (file:///source) Sep 01 23:09:13.465 INFO kablam! Compiling speedy-derive v0.3.1 Sep 01 23:09:17.480 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 01 23:09:17.480 INFO kablam! --> benches/bench.rs:15:25 Sep 01 23:09:17.481 INFO kablam! | Sep 01 23:09:17.481 INFO kablam! 15 | let data = original.write_to_vec(()).unwrap(); Sep 01 23:09:17.481 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 01 23:09:17.481 INFO kablam! Sep 01 23:09:17.500 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 01 23:09:17.500 INFO kablam! --> benches/bench.rs:31:25 Sep 01 23:09:17.500 INFO kablam! | Sep 01 23:09:17.500 INFO kablam! 31 | let data = original.write_to_vec(()).unwrap(); Sep 01 23:09:17.500 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 01 23:09:17.500 INFO kablam! Sep 01 23:09:17.501 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 01 23:09:17.501 INFO kablam! --> benches/bench.rs:33:39 Sep 01 23:09:17.501 INFO kablam! | Sep 01 23:09:17.501 INFO kablam! 33 | let deserialized: Vec< u8 > = Readable::read_from_buffer( (), &data ).unwrap(); Sep 01 23:09:17.501 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 01 23:09:17.501 INFO kablam! | Sep 01 23:09:17.501 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Sep 01 23:09:17.501 INFO kablam! Sep 01 23:09:17.503 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 01 23:09:17.503 INFO kablam! --> benches/bench.rs:41:25 Sep 01 23:09:17.503 INFO kablam! | Sep 01 23:09:17.504 INFO kablam! 41 | let data = original.write_to_vec(()).unwrap(); Sep 01 23:09:17.504 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 01 23:09:17.504 INFO kablam! Sep 01 23:09:17.506 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 01 23:09:17.506 INFO kablam! --> benches/bench.rs:56:25 Sep 01 23:09:17.506 INFO kablam! | Sep 01 23:09:17.506 INFO kablam! 56 | let data = original.write_to_vec(()).unwrap(); Sep 01 23:09:17.506 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 01 23:09:17.506 INFO kablam! Sep 01 23:09:17.507 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 01 23:09:17.507 INFO kablam! --> benches/bench.rs:58:36 Sep 01 23:09:17.507 INFO kablam! | Sep 01 23:09:17.507 INFO kablam! 58 | let deserialized: String = Readable::read_from_buffer( (), &data ).unwrap(); Sep 01 23:09:17.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 01 23:09:17.508 INFO kablam! | Sep 01 23:09:17.508 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Sep 01 23:09:17.508 INFO kablam! Sep 01 23:09:17.509 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 01 23:09:17.509 INFO kablam! --> benches/bench.rs:66:25 Sep 01 23:09:17.509 INFO kablam! | Sep 01 23:09:17.509 INFO kablam! 66 | let data = original.write_to_vec(()).unwrap(); Sep 01 23:09:17.509 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 01 23:09:17.509 INFO kablam! Sep 01 23:09:17.511 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 01 23:09:17.511 INFO kablam! --> benches/bench.rs:76:25 Sep 01 23:09:17.511 INFO kablam! | Sep 01 23:09:17.511 INFO kablam! 76 | let data = original.write_to_vec(()).unwrap(); Sep 01 23:09:17.511 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 01 23:09:17.511 INFO kablam! Sep 01 23:09:17.511 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 01 23:09:17.512 INFO kablam! --> benches/bench.rs:78:32 Sep 01 23:09:17.512 INFO kablam! | Sep 01 23:09:17.512 INFO kablam! 78 | let deserialized: u8 = Readable::read_from_buffer( (), &data ).unwrap(); Sep 01 23:09:17.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 01 23:09:17.512 INFO kablam! | Sep 01 23:09:17.512 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Sep 01 23:09:17.512 INFO kablam! Sep 01 23:09:17.513 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 01 23:09:17.513 INFO kablam! --> benches/bench.rs:86:25 Sep 01 23:09:17.513 INFO kablam! | Sep 01 23:09:17.513 INFO kablam! 86 | let data = original.write_to_vec(()).unwrap(); Sep 01 23:09:17.513 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 01 23:09:17.513 INFO kablam! Sep 01 23:09:17.515 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 01 23:09:17.515 INFO kablam! --> benches/bench.rs:96:25 Sep 01 23:09:17.515 INFO kablam! | Sep 01 23:09:17.515 INFO kablam! 96 | let data = original.write_to_vec(()).unwrap(); Sep 01 23:09:17.515 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 01 23:09:17.515 INFO kablam! Sep 01 23:09:17.516 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 01 23:09:17.516 INFO kablam! --> benches/bench.rs:98:33 Sep 01 23:09:17.516 INFO kablam! | Sep 01 23:09:17.516 INFO kablam! 98 | let deserialized: u64 = Readable::read_from_buffer( (), &data ).unwrap(); Sep 01 23:09:17.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 01 23:09:17.516 INFO kablam! | Sep 01 23:09:17.517 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Sep 01 23:09:17.517 INFO kablam! Sep 01 23:09:17.531 INFO kablam! error: aborting due to 12 previous errors Sep 01 23:09:17.531 INFO kablam! Sep 01 23:09:17.532 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 01 23:09:17.538 INFO kablam! error: Could not compile `speedy`. Sep 01 23:09:17.538 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 23:09:19.027 INFO kablam! error: build failed Sep 01 23:09:19.029 INFO kablam! su: No module specific data is present Sep 01 23:09:19.391 INFO running `"docker" "rm" "-f" "c84d87a77b13f8d7a7ec9c462f863e0f3a82f19200f31a426f347d4d06fa7035"` Sep 01 23:09:19.519 INFO blam! c84d87a77b13f8d7a7ec9c462f863e0f3a82f19200f31a426f347d4d06fa7035