Oct 13 08:08:44.871 INFO checking speedy-0.4.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 08:08:44.871 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 08:08:45.343 INFO blam! 8eb41bf65ce40948cd3c1feb0e825d64dc67b99f585a4e7d6deb1bc84324dffb Oct 13 08:08:45.349 INFO running `"docker" "start" "-a" "8eb41bf65ce40948cd3c1feb0e825d64dc67b99f585a4e7d6deb1bc84324dffb"` Oct 13 08:08:46.670 INFO kablam! usermod: no changes Oct 13 08:08:46.738 INFO kablam! Checking speedy v0.4.1 (/source) Oct 13 08:08:46.752 INFO kablam! Compiling speedy-derive v0.3.1 Oct 13 08:08:54.585 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 13 08:08:54.585 INFO kablam! --> benches/bench.rs:15:25 Oct 13 08:08:54.585 INFO kablam! | Oct 13 08:08:54.585 INFO kablam! 15 | let data = original.write_to_vec(()).unwrap(); Oct 13 08:08:54.586 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 13 08:08:54.586 INFO kablam! Oct 13 08:08:54.615 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 13 08:08:54.615 INFO kablam! --> benches/bench.rs:31:25 Oct 13 08:08:54.615 INFO kablam! | Oct 13 08:08:54.615 INFO kablam! 31 | let data = original.write_to_vec(()).unwrap(); Oct 13 08:08:54.615 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 13 08:08:54.615 INFO kablam! Oct 13 08:08:54.615 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 13 08:08:54.615 INFO kablam! --> benches/bench.rs:33:39 Oct 13 08:08:54.615 INFO kablam! | Oct 13 08:08:54.615 INFO kablam! 33 | let deserialized: Vec< u8 > = Readable::read_from_buffer( (), &data ).unwrap(); Oct 13 08:08:54.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 13 08:08:54.615 INFO kablam! | Oct 13 08:08:54.615 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Oct 13 08:08:54.615 INFO kablam! Oct 13 08:08:54.618 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 13 08:08:54.618 INFO kablam! --> benches/bench.rs:41:25 Oct 13 08:08:54.618 INFO kablam! | Oct 13 08:08:54.618 INFO kablam! 41 | let data = original.write_to_vec(()).unwrap(); Oct 13 08:08:54.618 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 13 08:08:54.618 INFO kablam! Oct 13 08:08:54.619 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 13 08:08:54.619 INFO kablam! --> benches/bench.rs:56:25 Oct 13 08:08:54.619 INFO kablam! | Oct 13 08:08:54.619 INFO kablam! 56 | let data = original.write_to_vec(()).unwrap(); Oct 13 08:08:54.619 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 13 08:08:54.619 INFO kablam! Oct 13 08:08:54.619 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 13 08:08:54.619 INFO kablam! --> benches/bench.rs:58:36 Oct 13 08:08:54.619 INFO kablam! | Oct 13 08:08:54.619 INFO kablam! 58 | let deserialized: String = Readable::read_from_buffer( (), &data ).unwrap(); Oct 13 08:08:54.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 13 08:08:54.619 INFO kablam! | Oct 13 08:08:54.619 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Oct 13 08:08:54.619 INFO kablam! Oct 13 08:08:54.629 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 13 08:08:54.630 INFO kablam! --> benches/bench.rs:66:25 Oct 13 08:08:54.630 INFO kablam! | Oct 13 08:08:54.630 INFO kablam! 66 | let data = original.write_to_vec(()).unwrap(); Oct 13 08:08:54.630 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 13 08:08:54.630 INFO kablam! Oct 13 08:08:54.631 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 13 08:08:54.631 INFO kablam! --> benches/bench.rs:76:25 Oct 13 08:08:54.631 INFO kablam! | Oct 13 08:08:54.631 INFO kablam! 76 | let data = original.write_to_vec(()).unwrap(); Oct 13 08:08:54.631 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 13 08:08:54.631 INFO kablam! Oct 13 08:08:54.631 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 13 08:08:54.631 INFO kablam! --> benches/bench.rs:78:32 Oct 13 08:08:54.631 INFO kablam! | Oct 13 08:08:54.631 INFO kablam! 78 | let deserialized: u8 = Readable::read_from_buffer( (), &data ).unwrap(); Oct 13 08:08:54.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 13 08:08:54.631 INFO kablam! | Oct 13 08:08:54.631 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Oct 13 08:08:54.631 INFO kablam! Oct 13 08:08:54.633 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 13 08:08:54.633 INFO kablam! --> benches/bench.rs:86:25 Oct 13 08:08:54.633 INFO kablam! | Oct 13 08:08:54.633 INFO kablam! 86 | let data = original.write_to_vec(()).unwrap(); Oct 13 08:08:54.633 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 13 08:08:54.633 INFO kablam! Oct 13 08:08:54.636 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 13 08:08:54.636 INFO kablam! --> benches/bench.rs:96:25 Oct 13 08:08:54.636 INFO kablam! | Oct 13 08:08:54.636 INFO kablam! 96 | let data = original.write_to_vec(()).unwrap(); Oct 13 08:08:54.636 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 13 08:08:54.636 INFO kablam! Oct 13 08:08:54.636 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 13 08:08:54.636 INFO kablam! --> benches/bench.rs:98:33 Oct 13 08:08:54.636 INFO kablam! | Oct 13 08:08:54.636 INFO kablam! 98 | let deserialized: u64 = Readable::read_from_buffer( (), &data ).unwrap(); Oct 13 08:08:54.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 13 08:08:54.636 INFO kablam! | Oct 13 08:08:54.636 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Oct 13 08:08:54.636 INFO kablam! Oct 13 08:08:54.676 INFO kablam! error: aborting due to 12 previous errors Oct 13 08:08:54.676 INFO kablam! Oct 13 08:08:54.680 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 13 08:08:54.712 INFO kablam! error: Could not compile `speedy`. Oct 13 08:08:54.712 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 08:08:56.684 INFO kablam! error: build failed Oct 13 08:08:56.684 INFO kablam! su: No module specific data is present Oct 13 08:08:57.874 INFO running `"docker" "rm" "-f" "8eb41bf65ce40948cd3c1feb0e825d64dc67b99f585a4e7d6deb1bc84324dffb"` Oct 13 08:08:58.276 INFO blam! 8eb41bf65ce40948cd3c1feb0e825d64dc67b99f585a4e7d6deb1bc84324dffb