Oct 27 15:20:57.828 INFO checking speedy-0.4.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 15:20:57.828 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 15:20:58.258 INFO blam! f3b99be58eca06ff3d1ba03ee6fdf6833af6c3e229125c48a6354a9b91a18081 Oct 27 15:20:58.271 INFO running `"docker" "start" "-a" "f3b99be58eca06ff3d1ba03ee6fdf6833af6c3e229125c48a6354a9b91a18081"` Oct 27 15:20:59.611 INFO kablam! usermod: no changes Oct 27 15:20:59.675 INFO kablam! Checking speedy v0.4.1 (/source) Oct 27 15:20:59.675 INFO kablam! Compiling speedy-derive v0.3.1 Oct 27 15:21:07.255 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 27 15:21:07.255 INFO kablam! --> benches/bench.rs:15:25 Oct 27 15:21:07.255 INFO kablam! | Oct 27 15:21:07.255 INFO kablam! 15 | let data = original.write_to_vec(()).unwrap(); Oct 27 15:21:07.255 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 27 15:21:07.259 INFO kablam! Oct 27 15:21:07.280 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 27 15:21:07.280 INFO kablam! --> benches/bench.rs:31:25 Oct 27 15:21:07.280 INFO kablam! | Oct 27 15:21:07.281 INFO kablam! 31 | let data = original.write_to_vec(()).unwrap(); Oct 27 15:21:07.281 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 27 15:21:07.281 INFO kablam! Oct 27 15:21:07.282 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 27 15:21:07.282 INFO kablam! --> benches/bench.rs:33:39 Oct 27 15:21:07.282 INFO kablam! | Oct 27 15:21:07.283 INFO kablam! 33 | let deserialized: Vec< u8 > = Readable::read_from_buffer( (), &data ).unwrap(); Oct 27 15:21:07.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 27 15:21:07.283 INFO kablam! | Oct 27 15:21:07.283 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Oct 27 15:21:07.284 INFO kablam! Oct 27 15:21:07.285 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 27 15:21:07.286 INFO kablam! --> benches/bench.rs:41:25 Oct 27 15:21:07.286 INFO kablam! | Oct 27 15:21:07.286 INFO kablam! 41 | let data = original.write_to_vec(()).unwrap(); Oct 27 15:21:07.286 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 27 15:21:07.287 INFO kablam! Oct 27 15:21:07.289 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 27 15:21:07.289 INFO kablam! --> benches/bench.rs:56:25 Oct 27 15:21:07.289 INFO kablam! | Oct 27 15:21:07.289 INFO kablam! 56 | let data = original.write_to_vec(()).unwrap(); Oct 27 15:21:07.289 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 27 15:21:07.295 INFO kablam! Oct 27 15:21:07.296 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 27 15:21:07.297 INFO kablam! --> benches/bench.rs:58:36 Oct 27 15:21:07.297 INFO kablam! | Oct 27 15:21:07.298 INFO kablam! 58 | let deserialized: String = Readable::read_from_buffer( (), &data ).unwrap(); Oct 27 15:21:07.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 27 15:21:07.298 INFO kablam! | Oct 27 15:21:07.298 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Oct 27 15:21:07.299 INFO kablam! Oct 27 15:21:07.300 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 27 15:21:07.300 INFO kablam! --> benches/bench.rs:66:25 Oct 27 15:21:07.301 INFO kablam! | Oct 27 15:21:07.301 INFO kablam! 66 | let data = original.write_to_vec(()).unwrap(); Oct 27 15:21:07.301 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 27 15:21:07.302 INFO kablam! Oct 27 15:21:07.303 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 27 15:21:07.303 INFO kablam! --> benches/bench.rs:76:25 Oct 27 15:21:07.304 INFO kablam! | Oct 27 15:21:07.304 INFO kablam! 76 | let data = original.write_to_vec(()).unwrap(); Oct 27 15:21:07.305 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 27 15:21:07.305 INFO kablam! Oct 27 15:21:07.306 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 27 15:21:07.306 INFO kablam! --> benches/bench.rs:78:32 Oct 27 15:21:07.306 INFO kablam! | Oct 27 15:21:07.307 INFO kablam! 78 | let deserialized: u8 = Readable::read_from_buffer( (), &data ).unwrap(); Oct 27 15:21:07.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 27 15:21:07.307 INFO kablam! | Oct 27 15:21:07.307 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Oct 27 15:21:07.307 INFO kablam! Oct 27 15:21:07.309 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 27 15:21:07.309 INFO kablam! --> benches/bench.rs:86:25 Oct 27 15:21:07.310 INFO kablam! | Oct 27 15:21:07.310 INFO kablam! 86 | let data = original.write_to_vec(()).unwrap(); Oct 27 15:21:07.310 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 27 15:21:07.310 INFO kablam! Oct 27 15:21:07.312 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 27 15:21:07.312 INFO kablam! --> benches/bench.rs:96:25 Oct 27 15:21:07.313 INFO kablam! | Oct 27 15:21:07.313 INFO kablam! 96 | let data = original.write_to_vec(()).unwrap(); Oct 27 15:21:07.313 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 27 15:21:07.319 INFO kablam! Oct 27 15:21:07.320 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 27 15:21:07.320 INFO kablam! --> benches/bench.rs:98:33 Oct 27 15:21:07.320 INFO kablam! | Oct 27 15:21:07.321 INFO kablam! 98 | let deserialized: u64 = Readable::read_from_buffer( (), &data ).unwrap(); Oct 27 15:21:07.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 27 15:21:07.321 INFO kablam! | Oct 27 15:21:07.321 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Oct 27 15:21:07.321 INFO kablam! Oct 27 15:21:07.349 INFO kablam! error: aborting due to 12 previous errors Oct 27 15:21:07.349 INFO kablam! Oct 27 15:21:07.349 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 27 15:21:07.357 INFO kablam! error: Could not compile `speedy`. Oct 27 15:21:07.358 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 15:21:08.835 INFO kablam! error: build failed Oct 27 15:21:08.839 INFO kablam! su: No module specific data is present Oct 27 15:21:09.519 INFO running `"docker" "rm" "-f" "f3b99be58eca06ff3d1ba03ee6fdf6833af6c3e229125c48a6354a9b91a18081"` Oct 27 15:21:09.897 INFO blam! f3b99be58eca06ff3d1ba03ee6fdf6833af6c3e229125c48a6354a9b91a18081