Aug 30 09:16:11.079 INFO checking nt-0.2.4 against try#bc5a74802bb3ffc82f51ef04bca58d64220124c4 for pr-53699 Aug 30 09:16:11.079 INFO running: cargo +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets Aug 30 09:16:11.079 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53699/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-2/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/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 +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 09:16:11.238 INFO blam! 8dea6d2a1afa46e19e8e41c18985d8989a55705f6fe4e5111631890a4ff42f12 Aug 30 09:16:11.240 INFO running `"docker" "start" "-a" "8dea6d2a1afa46e19e8e41c18985d8989a55705f6fe4e5111631890a4ff42f12"` Aug 30 09:16:11.992 INFO kablam! Compiling nt-leb128 v0.2.4 Aug 30 09:16:11.994 INFO kablam! Checking nt-packet v0.1.2 Aug 30 09:16:14.324 INFO kablam! Compiling nt-packet-derive v0.1.4 Aug 30 09:16:18.421 INFO kablam! Checking nt v0.2.4 (file:///source) Aug 30 09:16:21.461 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Aug 30 09:16:21.461 INFO kablam! --> src/proto/types/rpc.rs:30:5 Aug 30 09:16:21.462 INFO kablam! | Aug 30 09:16:21.462 INFO kablam! 30 | fn decode(buf: &mut Buf) -> (Option, usize) { Aug 30 09:16:21.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Aug 30 09:16:21.462 INFO kablam! | Aug 30 09:16:21.462 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::types::rpc::Parameter, usize), failure::Error>` Aug 30 09:16:21.462 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Aug 30 09:16:21.462 INFO kablam! Aug 30 09:16:21.462 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Aug 30 09:16:21.462 INFO kablam! --> src/proto/types/rpc.rs:56:5 Aug 30 09:16:21.462 INFO kablam! | Aug 30 09:16:21.462 INFO kablam! 56 | fn decode(mut buf: &mut Buf) -> (Option, usize) { Aug 30 09:16:21.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Aug 30 09:16:21.462 INFO kablam! | Aug 30 09:16:21.462 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::types::rpc::RPCDefinitionData, usize), failure::Error>` Aug 30 09:16:21.462 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Aug 30 09:16:21.462 INFO kablam! Aug 30 09:16:21.464 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Aug 30 09:16:21.464 INFO kablam! --> src/proto/types/mod.rs:103:5 Aug 30 09:16:21.464 INFO kablam! | Aug 30 09:16:21.464 INFO kablam! 103 | fn decode(buf: &mut Buf) -> (Option, usize) { Aug 30 09:16:21.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Aug 30 09:16:21.464 INFO kablam! | Aug 30 09:16:21.464 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::types::EntryType, usize), failure::Error>` Aug 30 09:16:21.464 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Aug 30 09:16:21.464 INFO kablam! Aug 30 09:16:21.464 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Aug 30 09:16:21.464 INFO kablam! --> src/proto/mod.rs:142:5 Aug 30 09:16:21.464 INFO kablam! | Aug 30 09:16:21.464 INFO kablam! 142 | fn decode(buf: &mut Buf) -> (Option, usize) { Aug 30 09:16:21.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Aug 30 09:16:21.464 INFO kablam! | Aug 30 09:16:21.464 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::EntryUpdate, usize), failure::Error>` Aug 30 09:16:21.464 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Aug 30 09:16:21.464 INFO kablam! Aug 30 09:16:21.464 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Aug 30 09:16:21.464 INFO kablam! --> src/proto/mod.rs:190:5 Aug 30 09:16:21.464 INFO kablam! | Aug 30 09:16:21.464 INFO kablam! 190 | fn decode(buf: &mut Buf) -> (Option, usize) { Aug 30 09:16:21.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Aug 30 09:16:21.464 INFO kablam! | Aug 30 09:16:21.464 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::EntryAssignment, usize), failure::Error>` Aug 30 09:16:21.464 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Aug 30 09:16:21.464 INFO kablam! Aug 30 09:16:21.552 INFO kablam! error: aborting due to 5 previous errors Aug 30 09:16:21.552 INFO kablam! Aug 30 09:16:21.552 INFO kablam! For more information about this error, try `rustc --explain E0053`. Aug 30 09:16:21.560 INFO kablam! error: Could not compile `nt`. Aug 30 09:16:21.560 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 09:16:21.624 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Aug 30 09:16:21.624 INFO kablam! --> src/proto/types/rpc.rs:30:5 Aug 30 09:16:21.624 INFO kablam! | Aug 30 09:16:21.624 INFO kablam! 30 | fn decode(buf: &mut Buf) -> (Option, usize) { Aug 30 09:16:21.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Aug 30 09:16:21.625 INFO kablam! | Aug 30 09:16:21.625 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::types::rpc::Parameter, usize), failure::Error>` Aug 30 09:16:21.625 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Aug 30 09:16:21.625 INFO kablam! Aug 30 09:16:21.625 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Aug 30 09:16:21.625 INFO kablam! --> src/proto/types/rpc.rs:56:5 Aug 30 09:16:21.625 INFO kablam! | Aug 30 09:16:21.625 INFO kablam! 56 | fn decode(mut buf: &mut Buf) -> (Option, usize) { Aug 30 09:16:21.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Aug 30 09:16:21.625 INFO kablam! | Aug 30 09:16:21.625 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::types::rpc::RPCDefinitionData, usize), failure::Error>` Aug 30 09:16:21.625 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Aug 30 09:16:21.625 INFO kablam! Aug 30 09:16:21.625 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Aug 30 09:16:21.625 INFO kablam! --> src/proto/types/mod.rs:103:5 Aug 30 09:16:21.625 INFO kablam! | Aug 30 09:16:21.625 INFO kablam! 103 | fn decode(buf: &mut Buf) -> (Option, usize) { Aug 30 09:16:21.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Aug 30 09:16:21.625 INFO kablam! | Aug 30 09:16:21.625 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::types::EntryType, usize), failure::Error>` Aug 30 09:16:21.625 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Aug 30 09:16:21.625 INFO kablam! Aug 30 09:16:21.626 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Aug 30 09:16:21.626 INFO kablam! --> src/proto/mod.rs:142:5 Aug 30 09:16:21.626 INFO kablam! | Aug 30 09:16:21.626 INFO kablam! 142 | fn decode(buf: &mut Buf) -> (Option, usize) { Aug 30 09:16:21.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Aug 30 09:16:21.626 INFO kablam! | Aug 30 09:16:21.626 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::EntryUpdate, usize), failure::Error>` Aug 30 09:16:21.626 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Aug 30 09:16:21.626 INFO kablam! Aug 30 09:16:21.626 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Aug 30 09:16:21.626 INFO kablam! --> src/proto/mod.rs:190:5 Aug 30 09:16:21.626 INFO kablam! | Aug 30 09:16:21.627 INFO kablam! 190 | fn decode(buf: &mut Buf) -> (Option, usize) { Aug 30 09:16:21.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Aug 30 09:16:21.627 INFO kablam! | Aug 30 09:16:21.627 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::EntryAssignment, usize), failure::Error>` Aug 30 09:16:21.627 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Aug 30 09:16:21.627 INFO kablam! Aug 30 09:16:21.690 INFO kablam! error: aborting due to 5 previous errors Aug 30 09:16:21.690 INFO kablam! Aug 30 09:16:21.690 INFO kablam! For more information about this error, try `rustc --explain E0053`. Aug 30 09:16:21.707 INFO kablam! error: Could not compile `nt`. Aug 30 09:16:21.708 INFO kablam! Aug 30 09:16:21.708 INFO kablam! To learn more, run the command again with --verbose. Aug 30 09:16:21.709 INFO kablam! su: No module specific data is present Aug 30 09:16:22.130 INFO running `"docker" "rm" "-f" "8dea6d2a1afa46e19e8e41c18985d8989a55705f6fe4e5111631890a4ff42f12"` Aug 30 09:16:22.222 INFO blam! 8dea6d2a1afa46e19e8e41c18985d8989a55705f6fe4e5111631890a4ff42f12