Oct 21 23:25:47.267 INFO checking speedy-0.4.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:25:47.267 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/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 21 23:25:47.700 INFO blam! 8eb1097e7e6f0e78d57b2a833b4576d607abd5d6e8ce6091c68c046cefc45633 Oct 21 23:25:47.712 INFO running `"docker" "start" "-a" "8eb1097e7e6f0e78d57b2a833b4576d607abd5d6e8ce6091c68c046cefc45633"` Oct 21 23:25:49.109 INFO kablam! usermod: no changes Oct 21 23:25:49.216 INFO kablam! Checking speedy v0.4.1 (/source) Oct 21 23:25:49.232 INFO kablam! Compiling speedy-derive v0.3.1 Oct 21 23:25:56.365 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 21 23:25:56.365 INFO kablam! --> benches/bench.rs:15:25 Oct 21 23:25:56.365 INFO kablam! | Oct 21 23:25:56.366 INFO kablam! 15 | let data = original.write_to_vec(()).unwrap(); Oct 21 23:25:56.366 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 21 23:25:56.366 INFO kablam! Oct 21 23:25:56.405 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 21 23:25:56.405 INFO kablam! --> benches/bench.rs:31:25 Oct 21 23:25:56.405 INFO kablam! | Oct 21 23:25:56.406 INFO kablam! 31 | let data = original.write_to_vec(()).unwrap(); Oct 21 23:25:56.406 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 21 23:25:56.406 INFO kablam! Oct 21 23:25:56.406 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 21 23:25:56.407 INFO kablam! --> benches/bench.rs:33:39 Oct 21 23:25:56.407 INFO kablam! | Oct 21 23:25:56.407 INFO kablam! 33 | let deserialized: Vec< u8 > = Readable::read_from_buffer( (), &data ).unwrap(); Oct 21 23:25:56.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 21 23:25:56.408 INFO kablam! | Oct 21 23:25:56.408 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Oct 21 23:25:56.409 INFO kablam! Oct 21 23:25:56.409 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 21 23:25:56.409 INFO kablam! --> benches/bench.rs:41:25 Oct 21 23:25:56.409 INFO kablam! | Oct 21 23:25:56.410 INFO kablam! 41 | let data = original.write_to_vec(()).unwrap(); Oct 21 23:25:56.410 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 21 23:25:56.410 INFO kablam! Oct 21 23:25:56.429 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 21 23:25:56.429 INFO kablam! --> benches/bench.rs:56:25 Oct 21 23:25:56.429 INFO kablam! | Oct 21 23:25:56.429 INFO kablam! 56 | let data = original.write_to_vec(()).unwrap(); Oct 21 23:25:56.430 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 21 23:25:56.430 INFO kablam! Oct 21 23:25:56.430 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 21 23:25:56.431 INFO kablam! --> benches/bench.rs:58:36 Oct 21 23:25:56.431 INFO kablam! | Oct 21 23:25:56.431 INFO kablam! 58 | let deserialized: String = Readable::read_from_buffer( (), &data ).unwrap(); Oct 21 23:25:56.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 21 23:25:56.432 INFO kablam! | Oct 21 23:25:56.432 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Oct 21 23:25:56.433 INFO kablam! Oct 21 23:25:56.433 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 21 23:25:56.433 INFO kablam! --> benches/bench.rs:66:25 Oct 21 23:25:56.433 INFO kablam! | Oct 21 23:25:56.434 INFO kablam! 66 | let data = original.write_to_vec(()).unwrap(); Oct 21 23:25:56.434 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 21 23:25:56.434 INFO kablam! Oct 21 23:25:56.435 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 21 23:25:56.435 INFO kablam! --> benches/bench.rs:76:25 Oct 21 23:25:56.435 INFO kablam! | Oct 21 23:25:56.435 INFO kablam! 76 | let data = original.write_to_vec(()).unwrap(); Oct 21 23:25:56.436 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 21 23:25:56.436 INFO kablam! Oct 21 23:25:56.436 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 21 23:25:56.437 INFO kablam! --> benches/bench.rs:78:32 Oct 21 23:25:56.437 INFO kablam! | Oct 21 23:25:56.437 INFO kablam! 78 | let deserialized: u8 = Readable::read_from_buffer( (), &data ).unwrap(); Oct 21 23:25:56.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 21 23:25:56.438 INFO kablam! | Oct 21 23:25:56.438 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Oct 21 23:25:56.439 INFO kablam! Oct 21 23:25:56.439 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 21 23:25:56.439 INFO kablam! --> benches/bench.rs:86:25 Oct 21 23:25:56.439 INFO kablam! | Oct 21 23:25:56.440 INFO kablam! 86 | let data = original.write_to_vec(()).unwrap(); Oct 21 23:25:56.440 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 21 23:25:56.440 INFO kablam! Oct 21 23:25:56.444 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 21 23:25:56.444 INFO kablam! --> benches/bench.rs:96:25 Oct 21 23:25:56.444 INFO kablam! | Oct 21 23:25:56.444 INFO kablam! 96 | let data = original.write_to_vec(()).unwrap(); Oct 21 23:25:56.444 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 21 23:25:56.444 INFO kablam! Oct 21 23:25:56.444 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Oct 21 23:25:56.444 INFO kablam! --> benches/bench.rs:98:33 Oct 21 23:25:56.444 INFO kablam! | Oct 21 23:25:56.444 INFO kablam! 98 | let deserialized: u64 = Readable::read_from_buffer( (), &data ).unwrap(); Oct 21 23:25:56.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Oct 21 23:25:56.444 INFO kablam! | Oct 21 23:25:56.444 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Oct 21 23:25:56.444 INFO kablam! Oct 21 23:25:56.481 INFO kablam! error: aborting due to 12 previous errors Oct 21 23:25:56.481 INFO kablam! Oct 21 23:25:56.481 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 21 23:25:56.498 INFO kablam! error: Could not compile `speedy`. Oct 21 23:25:56.498 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 23:25:57.508 INFO kablam! error: build failed Oct 21 23:25:57.510 INFO kablam! su: No module specific data is present Oct 21 23:25:58.302 INFO running `"docker" "rm" "-f" "8eb1097e7e6f0e78d57b2a833b4576d607abd5d6e8ce6091c68c046cefc45633"` Oct 21 23:25:58.693 INFO blam! 8eb1097e7e6f0e78d57b2a833b4576d607abd5d6e8ce6091c68c046cefc45633