Oct 27 15:20:58.331 INFO checking speedy-0.4.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 15:20:58.333 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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.817 INFO blam! 422d600e08bbfae5ad4de7ceee88810049ce99dea0d425c38b11fad36bcbc883 Oct 27 15:20:58.819 INFO running `"docker" "start" "-a" "422d600e08bbfae5ad4de7ceee88810049ce99dea0d425c38b11fad36bcbc883"` Oct 27 15:21:00.310 INFO kablam! usermod: no changes Oct 27 15:21:00.389 INFO kablam! Checking speedy v0.4.1 (/source) Oct 27 15:21:00.431 INFO kablam! Compiling speedy-derive v0.3.1 Oct 27 15:21:08.764 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 27 15:21:08.764 INFO kablam! --> benches/bench.rs:15:25 Oct 27 15:21:08.764 INFO kablam! | Oct 27 15:21:08.764 INFO kablam! 15 | let data = original.write_to_vec(()).unwrap(); Oct 27 15:21:08.764 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 27 15:21:08.764 INFO kablam! Oct 27 15:21:08.775 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 27 15:21:08.775 INFO kablam! --> benches/bench.rs:31:25 Oct 27 15:21:08.775 INFO kablam! | Oct 27 15:21:08.775 INFO kablam! 31 | let data = original.write_to_vec(()).unwrap(); Oct 27 15:21:08.775 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 27 15:21:08.775 INFO kablam! Oct 27 15:21:08.775 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 27 15:21:08.775 INFO kablam! --> benches/bench.rs:33:39 Oct 27 15:21:08.775 INFO kablam! | Oct 27 15:21:08.775 INFO kablam! 33 | let deserialized: Vec< u8 > = Readable::read_from_buffer( (), &data ).unwrap(); Oct 27 15:21:08.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 27 15:21:08.775 INFO kablam! | Oct 27 15:21:08.775 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Oct 27 15:21:08.775 INFO kablam! Oct 27 15:21:08.775 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 27 15:21:08.775 INFO kablam! --> benches/bench.rs:41:25 Oct 27 15:21:08.775 INFO kablam! | Oct 27 15:21:08.775 INFO kablam! 41 | let data = original.write_to_vec(()).unwrap(); Oct 27 15:21:08.775 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 27 15:21:08.775 INFO kablam! Oct 27 15:21:08.776 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 27 15:21:08.776 INFO kablam! --> benches/bench.rs:56:25 Oct 27 15:21:08.776 INFO kablam! | Oct 27 15:21:08.776 INFO kablam! 56 | let data = original.write_to_vec(()).unwrap(); Oct 27 15:21:08.776 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 27 15:21:08.776 INFO kablam! Oct 27 15:21:08.776 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 27 15:21:08.776 INFO kablam! --> benches/bench.rs:58:36 Oct 27 15:21:08.776 INFO kablam! | Oct 27 15:21:08.776 INFO kablam! 58 | let deserialized: String = Readable::read_from_buffer( (), &data ).unwrap(); Oct 27 15:21:08.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 27 15:21:08.776 INFO kablam! | Oct 27 15:21:08.776 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Oct 27 15:21:08.776 INFO kablam! Oct 27 15:21:08.783 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 27 15:21:08.783 INFO kablam! --> benches/bench.rs:66:25 Oct 27 15:21:08.783 INFO kablam! | Oct 27 15:21:08.783 INFO kablam! 66 | let data = original.write_to_vec(()).unwrap(); Oct 27 15:21:08.783 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 27 15:21:08.783 INFO kablam! Oct 27 15:21:08.783 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 27 15:21:08.783 INFO kablam! --> benches/bench.rs:76:25 Oct 27 15:21:08.783 INFO kablam! | Oct 27 15:21:08.783 INFO kablam! 76 | let data = original.write_to_vec(()).unwrap(); Oct 27 15:21:08.783 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 27 15:21:08.783 INFO kablam! Oct 27 15:21:08.783 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 27 15:21:08.783 INFO kablam! --> benches/bench.rs:78:32 Oct 27 15:21:08.783 INFO kablam! | Oct 27 15:21:08.783 INFO kablam! 78 | let deserialized: u8 = Readable::read_from_buffer( (), &data ).unwrap(); Oct 27 15:21:08.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 27 15:21:08.783 INFO kablam! | Oct 27 15:21:08.783 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Oct 27 15:21:08.783 INFO kablam! Oct 27 15:21:08.785 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 27 15:21:08.785 INFO kablam! --> benches/bench.rs:86:25 Oct 27 15:21:08.785 INFO kablam! | Oct 27 15:21:08.785 INFO kablam! 86 | let data = original.write_to_vec(()).unwrap(); Oct 27 15:21:08.785 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 27 15:21:08.785 INFO kablam! Oct 27 15:21:08.789 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 27 15:21:08.789 INFO kablam! --> benches/bench.rs:96:25 Oct 27 15:21:08.789 INFO kablam! | Oct 27 15:21:08.789 INFO kablam! 96 | let data = original.write_to_vec(()).unwrap(); Oct 27 15:21:08.789 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 27 15:21:08.789 INFO kablam! Oct 27 15:21:08.795 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 27 15:21:08.795 INFO kablam! --> benches/bench.rs:98:33 Oct 27 15:21:08.795 INFO kablam! | Oct 27 15:21:08.795 INFO kablam! 98 | let deserialized: u64 = Readable::read_from_buffer( (), &data ).unwrap(); Oct 27 15:21:08.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 27 15:21:08.795 INFO kablam! | Oct 27 15:21:08.795 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Oct 27 15:21:08.795 INFO kablam! Oct 27 15:21:08.803 INFO kablam! error: aborting due to 12 previous errors Oct 27 15:21:08.803 INFO kablam! Oct 27 15:21:08.803 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 27 15:21:08.811 INFO kablam! error: Could not compile `speedy`. Oct 27 15:21:08.811 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 15:21:10.205 INFO kablam! error: build failed Oct 27 15:21:10.206 INFO kablam! su: No module specific data is present Oct 27 15:21:10.727 INFO running `"docker" "rm" "-f" "422d600e08bbfae5ad4de7ceee88810049ce99dea0d425c38b11fad36bcbc883"` Oct 27 15:21:11.023 INFO blam! 422d600e08bbfae5ad4de7ceee88810049ce99dea0d425c38b11fad36bcbc883