Sep 17 16:56:56.329 INFO checking speedy-0.4.1 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 16:56:56.329 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 16:56:56.329 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-1/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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=1000" "-e" "CMD=cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 16:56:56.606 INFO blam! 38b3240038f05b8d0a640662579b9b36e8dbd962cfda084a803afef35b4b491f Sep 17 16:56:56.608 INFO running `"docker" "start" "-a" "38b3240038f05b8d0a640662579b9b36e8dbd962cfda084a803afef35b4b491f"` Sep 17 16:56:57.320 INFO kablam! usermod: no changes Sep 17 16:56:57.369 INFO kablam! Checking speedy v0.4.1 (/source) Sep 17 16:56:57.370 INFO kablam! Compiling speedy-derive v0.3.1 Sep 17 16:57:00.639 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 17 16:57:00.639 INFO kablam! --> benches/bench.rs:15:25 Sep 17 16:57:00.639 INFO kablam! | Sep 17 16:57:00.639 INFO kablam! 15 | let data = original.write_to_vec(()).unwrap(); Sep 17 16:57:00.639 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 17 16:57:00.651 INFO kablam! Sep 17 16:57:00.671 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 17 16:57:00.671 INFO kablam! --> benches/bench.rs:31:25 Sep 17 16:57:00.671 INFO kablam! | Sep 17 16:57:00.671 INFO kablam! 31 | let data = original.write_to_vec(()).unwrap(); Sep 17 16:57:00.671 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 17 16:57:00.671 INFO kablam! Sep 17 16:57:00.674 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 17 16:57:00.674 INFO kablam! --> benches/bench.rs:33:39 Sep 17 16:57:00.674 INFO kablam! | Sep 17 16:57:00.675 INFO kablam! 33 | let deserialized: Vec< u8 > = Readable::read_from_buffer( (), &data ).unwrap(); Sep 17 16:57:00.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 17 16:57:00.675 INFO kablam! | Sep 17 16:57:00.675 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Sep 17 16:57:00.675 INFO kablam! Sep 17 16:57:00.677 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 17 16:57:00.677 INFO kablam! --> benches/bench.rs:41:25 Sep 17 16:57:00.677 INFO kablam! | Sep 17 16:57:00.677 INFO kablam! 41 | let data = original.write_to_vec(()).unwrap(); Sep 17 16:57:00.678 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 17 16:57:00.678 INFO kablam! Sep 17 16:57:00.680 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 17 16:57:00.680 INFO kablam! --> benches/bench.rs:56:25 Sep 17 16:57:00.680 INFO kablam! | Sep 17 16:57:00.680 INFO kablam! 56 | let data = original.write_to_vec(()).unwrap(); Sep 17 16:57:00.681 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 17 16:57:00.681 INFO kablam! Sep 17 16:57:00.681 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 17 16:57:00.681 INFO kablam! --> benches/bench.rs:58:36 Sep 17 16:57:00.682 INFO kablam! | Sep 17 16:57:00.682 INFO kablam! 58 | let deserialized: String = Readable::read_from_buffer( (), &data ).unwrap(); Sep 17 16:57:00.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 17 16:57:00.682 INFO kablam! | Sep 17 16:57:00.684 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Sep 17 16:57:00.684 INFO kablam! Sep 17 16:57:00.687 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 17 16:57:00.687 INFO kablam! --> benches/bench.rs:66:25 Sep 17 16:57:00.687 INFO kablam! | Sep 17 16:57:00.687 INFO kablam! 66 | let data = original.write_to_vec(()).unwrap(); Sep 17 16:57:00.687 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 17 16:57:00.687 INFO kablam! Sep 17 16:57:00.689 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 17 16:57:00.689 INFO kablam! --> benches/bench.rs:76:25 Sep 17 16:57:00.689 INFO kablam! | Sep 17 16:57:00.689 INFO kablam! 76 | let data = original.write_to_vec(()).unwrap(); Sep 17 16:57:00.689 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 17 16:57:00.689 INFO kablam! Sep 17 16:57:00.690 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 17 16:57:00.690 INFO kablam! --> benches/bench.rs:78:32 Sep 17 16:57:00.690 INFO kablam! | Sep 17 16:57:00.690 INFO kablam! 78 | let deserialized: u8 = Readable::read_from_buffer( (), &data ).unwrap(); Sep 17 16:57:00.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 17 16:57:00.691 INFO kablam! | Sep 17 16:57:00.691 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Sep 17 16:57:00.691 INFO kablam! Sep 17 16:57:00.695 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 17 16:57:00.695 INFO kablam! --> benches/bench.rs:86:25 Sep 17 16:57:00.695 INFO kablam! | Sep 17 16:57:00.695 INFO kablam! 86 | let data = original.write_to_vec(()).unwrap(); Sep 17 16:57:00.695 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 17 16:57:00.695 INFO kablam! Sep 17 16:57:00.699 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 17 16:57:00.699 INFO kablam! --> benches/bench.rs:96:25 Sep 17 16:57:00.699 INFO kablam! | Sep 17 16:57:00.699 INFO kablam! 96 | let data = original.write_to_vec(()).unwrap(); Sep 17 16:57:00.699 INFO kablam! | ^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 17 16:57:00.699 INFO kablam! Sep 17 16:57:00.700 INFO kablam! error[E0277]: the trait bound `(): speedy::Context` is not satisfied Sep 17 16:57:00.700 INFO kablam! --> benches/bench.rs:98:33 Sep 17 16:57:00.700 INFO kablam! | Sep 17 16:57:00.700 INFO kablam! 98 | let deserialized: u64 = Readable::read_from_buffer( (), &data ).unwrap(); Sep 17 16:57:00.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `speedy::Context` is not implemented for `()` Sep 17 16:57:00.701 INFO kablam! | Sep 17 16:57:00.701 INFO kablam! = note: required by `speedy::Readable::read_from_buffer` Sep 17 16:57:00.701 INFO kablam! Sep 17 16:57:00.727 INFO kablam! error: aborting due to 12 previous errors Sep 17 16:57:00.727 INFO kablam! Sep 17 16:57:00.727 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 16:57:00.759 INFO kablam! error: Could not compile `speedy`. Sep 17 16:57:00.759 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 16:57:02.793 INFO kablam! error: build failed Sep 17 16:57:02.795 INFO kablam! su: No module specific data is present Sep 17 16:57:04.173 INFO running `"docker" "rm" "-f" "38b3240038f05b8d0a640662579b9b36e8dbd962cfda084a803afef35b4b491f"` Sep 17 16:57:04.444 INFO blam! 38b3240038f05b8d0a640662579b9b36e8dbd962cfda084a803afef35b4b491f