Sep 19 23:32:12.719 INFO checking nt-0.2.4 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 23:32:12.719 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 23:32:12.719 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:32:12.895 INFO blam! 8b8865f026782f3ad4f1902dce6e30a5c1ee4c094e8ef5d7c4a5855f74c67a25 Sep 19 23:32:12.896 INFO running `"docker" "start" "-a" "8b8865f026782f3ad4f1902dce6e30a5c1ee4c094e8ef5d7c4a5855f74c67a25"` Sep 19 23:32:13.959 INFO kablam! usermod: no changes Sep 19 23:32:14.168 INFO kablam! Checking nt-leb128 v0.2.4 Sep 19 23:32:14.168 INFO kablam! Checking multimap v0.4.0 Sep 19 23:32:14.172 INFO kablam! Compiling derive-new v0.5.5 Sep 19 23:32:14.778 INFO kablam! Checking nt-packet v0.1.2 Sep 19 23:32:16.283 INFO kablam! Compiling nt-packet-derive v0.1.4 Sep 19 23:32:20.256 INFO kablam! Checking nt v0.2.4 (/source) Sep 19 23:32:21.667 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 19 23:32:21.667 INFO kablam! --> src/proto/types/rpc.rs:30:5 Sep 19 23:32:21.667 INFO kablam! | Sep 19 23:32:21.667 INFO kablam! 30 | fn decode(buf: &mut Buf) -> (Option, usize) { Sep 19 23:32:21.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 19 23:32:21.667 INFO kablam! | Sep 19 23:32:21.667 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::types::rpc::Parameter, usize), failure::Error>` Sep 19 23:32:21.667 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 19 23:32:21.667 INFO kablam! Sep 19 23:32:21.667 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 19 23:32:21.667 INFO kablam! --> src/proto/types/rpc.rs:56:5 Sep 19 23:32:21.667 INFO kablam! | Sep 19 23:32:21.667 INFO kablam! 56 | fn decode(mut buf: &mut Buf) -> (Option, usize) { Sep 19 23:32:21.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 19 23:32:21.667 INFO kablam! | Sep 19 23:32:21.667 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::types::rpc::RPCDefinitionData, usize), failure::Error>` Sep 19 23:32:21.667 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 19 23:32:21.667 INFO kablam! Sep 19 23:32:21.667 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 19 23:32:21.667 INFO kablam! --> src/proto/types/mod.rs:103:5 Sep 19 23:32:21.667 INFO kablam! | Sep 19 23:32:21.667 INFO kablam! 103 | fn decode(buf: &mut Buf) -> (Option, usize) { Sep 19 23:32:21.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 19 23:32:21.667 INFO kablam! | Sep 19 23:32:21.667 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::types::EntryType, usize), failure::Error>` Sep 19 23:32:21.667 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 19 23:32:21.667 INFO kablam! Sep 19 23:32:21.667 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 19 23:32:21.667 INFO kablam! --> src/proto/mod.rs:142:5 Sep 19 23:32:21.667 INFO kablam! | Sep 19 23:32:21.667 INFO kablam! 142 | fn decode(buf: &mut Buf) -> (Option, usize) { Sep 19 23:32:21.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 19 23:32:21.667 INFO kablam! | Sep 19 23:32:21.667 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::EntryUpdate, usize), failure::Error>` Sep 19 23:32:21.667 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 19 23:32:21.667 INFO kablam! Sep 19 23:32:21.667 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 19 23:32:21.667 INFO kablam! --> src/proto/mod.rs:190:5 Sep 19 23:32:21.667 INFO kablam! | Sep 19 23:32:21.667 INFO kablam! 190 | fn decode(buf: &mut Buf) -> (Option, usize) { Sep 19 23:32:21.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 19 23:32:21.667 INFO kablam! | Sep 19 23:32:21.667 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::EntryAssignment, usize), failure::Error>` Sep 19 23:32:21.667 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 19 23:32:21.667 INFO kablam! Sep 19 23:32:21.684 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 19 23:32:21.684 INFO kablam! --> src/proto/types/rpc.rs:30:5 Sep 19 23:32:21.684 INFO kablam! | Sep 19 23:32:21.684 INFO kablam! 30 | fn decode(buf: &mut Buf) -> (Option, usize) { Sep 19 23:32:21.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 19 23:32:21.684 INFO kablam! | Sep 19 23:32:21.684 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::types::rpc::Parameter, usize), failure::Error>` Sep 19 23:32:21.684 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 19 23:32:21.684 INFO kablam! Sep 19 23:32:21.684 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 19 23:32:21.684 INFO kablam! --> src/proto/types/rpc.rs:56:5 Sep 19 23:32:21.684 INFO kablam! | Sep 19 23:32:21.684 INFO kablam! 56 | fn decode(mut buf: &mut Buf) -> (Option, usize) { Sep 19 23:32:21.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 19 23:32:21.684 INFO kablam! | Sep 19 23:32:21.684 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::types::rpc::RPCDefinitionData, usize), failure::Error>` Sep 19 23:32:21.684 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 19 23:32:21.684 INFO kablam! Sep 19 23:32:21.684 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 19 23:32:21.684 INFO kablam! --> src/proto/types/mod.rs:103:5 Sep 19 23:32:21.684 INFO kablam! | Sep 19 23:32:21.684 INFO kablam! 103 | fn decode(buf: &mut Buf) -> (Option, usize) { Sep 19 23:32:21.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 19 23:32:21.684 INFO kablam! | Sep 19 23:32:21.684 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::types::EntryType, usize), failure::Error>` Sep 19 23:32:21.684 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 19 23:32:21.684 INFO kablam! Sep 19 23:32:21.684 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 19 23:32:21.684 INFO kablam! --> src/proto/mod.rs:142:5 Sep 19 23:32:21.684 INFO kablam! | Sep 19 23:32:21.684 INFO kablam! 142 | fn decode(buf: &mut Buf) -> (Option, usize) { Sep 19 23:32:21.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 19 23:32:21.684 INFO kablam! | Sep 19 23:32:21.684 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::EntryUpdate, usize), failure::Error>` Sep 19 23:32:21.684 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 19 23:32:21.684 INFO kablam! Sep 19 23:32:21.684 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 19 23:32:21.684 INFO kablam! --> src/proto/mod.rs:190:5 Sep 19 23:32:21.684 INFO kablam! | Sep 19 23:32:21.684 INFO kablam! 190 | fn decode(buf: &mut Buf) -> (Option, usize) { Sep 19 23:32:21.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 19 23:32:21.684 INFO kablam! | Sep 19 23:32:21.684 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::EntryAssignment, usize), failure::Error>` Sep 19 23:32:21.684 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 19 23:32:21.684 INFO kablam! Sep 19 23:32:21.700 INFO kablam! error: aborting due to 5 previous errors Sep 19 23:32:21.700 INFO kablam! Sep 19 23:32:21.701 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 19 23:32:21.708 INFO kablam! error: Could not compile `nt`. Sep 19 23:32:21.708 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:32:21.723 INFO kablam! error: aborting due to 5 previous errors Sep 19 23:32:21.723 INFO kablam! Sep 19 23:32:21.723 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 19 23:32:21.752 INFO kablam! error: Could not compile `nt`. Sep 19 23:32:21.752 INFO kablam! Sep 19 23:32:21.752 INFO kablam! To learn more, run the command again with --verbose. Sep 19 23:32:21.754 INFO kablam! su: No module specific data is present Sep 19 23:32:22.523 INFO running `"docker" "rm" "-f" "8b8865f026782f3ad4f1902dce6e30a5c1ee4c094e8ef5d7c4a5855f74c67a25"` Sep 19 23:32:22.605 INFO blam! 8b8865f026782f3ad4f1902dce6e30a5c1ee4c094e8ef5d7c4a5855f74c67a25