Sep 01 05:52:59.958 INFO checking speedy-0.4.1 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 05:52:59.958 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 05:52:59.958 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 05:53:00.110 INFO blam! ad25ee9257722bdb24cfa246431b94c51805d0426d525e7843b31d812049f392 Sep 01 05:53:00.112 INFO running `"docker" "start" "-a" "ad25ee9257722bdb24cfa246431b94c51805d0426d525e7843b31d812049f392"` Sep 01 05:53:00.812 INFO kablam! Checking speedy v0.4.1 (file:///source) Sep 01 05:53:00.812 INFO kablam! Compiling speedy-derive v0.3.1 Sep 01 05:53:05.080 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 01 05:53:05.080 INFO kablam! --> benches/bench.rs:15:25 Sep 01 05:53:05.080 INFO kablam! | Sep 01 05:53:05.080 INFO kablam! 15 | let data = original.write_to_vec(()).unwrap(); Sep 01 05:53:05.080 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 01 05:53:05.080 INFO kablam! Sep 01 05:53:05.145 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 01 05:53:05.145 INFO kablam! --> benches/bench.rs:31:25 Sep 01 05:53:05.145 INFO kablam! | Sep 01 05:53:05.145 INFO kablam! 31 | let data = original.write_to_vec(()).unwrap(); Sep 01 05:53:05.145 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 01 05:53:05.146 INFO kablam! Sep 01 05:53:05.147 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 01 05:53:05.147 INFO kablam! --> benches/bench.rs:33:39 Sep 01 05:53:05.147 INFO kablam! | Sep 01 05:53:05.147 INFO kablam! 33 | let deserialized: Vec< u8 > = Readable::read_from_buffer( (), &data ).unwrap(); Sep 01 05:53:05.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 01 05:53:05.147 INFO kablam! | Sep 01 05:53:05.147 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Sep 01 05:53:05.147 INFO kablam! Sep 01 05:53:05.149 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 01 05:53:05.149 INFO kablam! --> benches/bench.rs:41:25 Sep 01 05:53:05.150 INFO kablam! | Sep 01 05:53:05.150 INFO kablam! 41 | let data = original.write_to_vec(()).unwrap(); Sep 01 05:53:05.150 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 01 05:53:05.150 INFO kablam! Sep 01 05:53:05.153 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 01 05:53:05.154 INFO kablam! --> benches/bench.rs:56:25 Sep 01 05:53:05.154 INFO kablam! | Sep 01 05:53:05.154 INFO kablam! 56 | let data = original.write_to_vec(()).unwrap(); Sep 01 05:53:05.154 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 01 05:53:05.154 INFO kablam! Sep 01 05:53:05.154 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 01 05:53:05.154 INFO kablam! --> benches/bench.rs:58:36 Sep 01 05:53:05.154 INFO kablam! | Sep 01 05:53:05.154 INFO kablam! 58 | let deserialized: String = Readable::read_from_buffer( (), &data ).unwrap(); Sep 01 05:53:05.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 01 05:53:05.154 INFO kablam! | Sep 01 05:53:05.154 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Sep 01 05:53:05.154 INFO kablam! Sep 01 05:53:05.156 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 01 05:53:05.156 INFO kablam! --> benches/bench.rs:66:25 Sep 01 05:53:05.156 INFO kablam! | Sep 01 05:53:05.156 INFO kablam! 66 | let data = original.write_to_vec(()).unwrap(); Sep 01 05:53:05.156 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 01 05:53:05.156 INFO kablam! Sep 01 05:53:05.158 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 01 05:53:05.158 INFO kablam! --> benches/bench.rs:76:25 Sep 01 05:53:05.158 INFO kablam! | Sep 01 05:53:05.158 INFO kablam! 76 | let data = original.write_to_vec(()).unwrap(); Sep 01 05:53:05.158 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 01 05:53:05.158 INFO kablam! Sep 01 05:53:05.158 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 01 05:53:05.158 INFO kablam! --> benches/bench.rs:78:32 Sep 01 05:53:05.158 INFO kablam! | Sep 01 05:53:05.158 INFO kablam! 78 | let deserialized: u8 = Readable::read_from_buffer( (), &data ).unwrap(); Sep 01 05:53:05.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 01 05:53:05.159 INFO kablam! | Sep 01 05:53:05.159 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Sep 01 05:53:05.159 INFO kablam! Sep 01 05:53:05.160 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 01 05:53:05.160 INFO kablam! --> benches/bench.rs:86:25 Sep 01 05:53:05.160 INFO kablam! | Sep 01 05:53:05.160 INFO kablam! 86 | let data = original.write_to_vec(()).unwrap(); Sep 01 05:53:05.160 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 01 05:53:05.160 INFO kablam! Sep 01 05:53:05.178 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 01 05:53:05.178 INFO kablam! --> benches/bench.rs:96:25 Sep 01 05:53:05.179 INFO kablam! | Sep 01 05:53:05.179 INFO kablam! 96 | let data = original.write_to_vec(()).unwrap(); Sep 01 05:53:05.179 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 01 05:53:05.179 INFO kablam! Sep 01 05:53:05.179 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 01 05:53:05.179 INFO kablam! --> benches/bench.rs:98:33 Sep 01 05:53:05.179 INFO kablam! | Sep 01 05:53:05.179 INFO kablam! 98 | let deserialized: u64 = Readable::read_from_buffer( (), &data ).unwrap(); Sep 01 05:53:05.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 01 05:53:05.179 INFO kablam! | Sep 01 05:53:05.179 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Sep 01 05:53:05.179 INFO kablam! Sep 01 05:53:05.217 INFO kablam! error: aborting due to 12 previous errors Sep 01 05:53:05.217 INFO kablam! Sep 01 05:53:05.217 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 01 05:53:05.241 INFO kablam! error: Could not compile `speedy`. Sep 01 05:53:05.241 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:53:06.768 INFO kablam! error: build failed Sep 01 05:53:06.770 INFO kablam! su: No module specific data is present Sep 01 05:53:07.320 INFO running `"docker" "rm" "-f" "ad25ee9257722bdb24cfa246431b94c51805d0426d525e7843b31d812049f392"` Sep 01 05:53:07.454 INFO blam! ad25ee9257722bdb24cfa246431b94c51805d0426d525e7843b31d812049f392