Sep 10 13:47:58.537 INFO checking nt-0.2.4 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 13:47:58.537 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 13:47:58.537 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-0/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 13:47:58.699 INFO blam! dbca976d7d350539781c63df2ad10c0ec68a0936a2b52dab7192d74b1e268de8 Sep 10 13:47:58.701 INFO running `"docker" "start" "-a" "dbca976d7d350539781c63df2ad10c0ec68a0936a2b52dab7192d74b1e268de8"` Sep 10 13:47:59.243 INFO kablam! usermod: no changes Sep 10 13:47:59.451 INFO kablam! Compiling iovec v0.1.2 Sep 10 13:47:59.454 INFO kablam! Checking multimap v0.4.0 Sep 10 13:47:59.455 INFO kablam! Checking nt-packet v0.1.2 Sep 10 13:47:59.995 INFO kablam! Compiling bytes v0.4.10 Sep 10 13:48:01.609 INFO kablam! Compiling nt-leb128 v0.2.4 Sep 10 13:48:02.935 INFO kablam! Compiling nt-packet-derive v0.1.4 Sep 10 13:48:06.090 INFO kablam! Checking nt v0.2.4 (file:///source) Sep 10 13:48:07.782 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 10 13:48:07.782 INFO kablam! --> src/proto/types/rpc.rs:30:5 Sep 10 13:48:07.782 INFO kablam! | Sep 10 13:48:07.782 INFO kablam! 30 | fn decode(buf: &mut Buf) -> (Option, usize) { Sep 10 13:48:07.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 10 13:48:07.782 INFO kablam! | Sep 10 13:48:07.782 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::types::rpc::Parameter, usize), failure::Error>` Sep 10 13:48:07.782 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 10 13:48:07.782 INFO kablam! Sep 10 13:48:07.782 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 10 13:48:07.782 INFO kablam! --> src/proto/types/rpc.rs:56:5 Sep 10 13:48:07.782 INFO kablam! | Sep 10 13:48:07.782 INFO kablam! 56 | fn decode(mut buf: &mut Buf) -> (Option, usize) { Sep 10 13:48:07.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 10 13:48:07.782 INFO kablam! | Sep 10 13:48:07.782 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::types::rpc::RPCDefinitionData, usize), failure::Error>` Sep 10 13:48:07.782 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 10 13:48:07.782 INFO kablam! Sep 10 13:48:07.782 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 10 13:48:07.782 INFO kablam! --> src/proto/types/mod.rs:103:5 Sep 10 13:48:07.782 INFO kablam! | Sep 10 13:48:07.782 INFO kablam! 103 | fn decode(buf: &mut Buf) -> (Option, usize) { Sep 10 13:48:07.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 10 13:48:07.782 INFO kablam! | Sep 10 13:48:07.782 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::types::EntryType, usize), failure::Error>` Sep 10 13:48:07.782 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 10 13:48:07.782 INFO kablam! Sep 10 13:48:07.782 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 10 13:48:07.782 INFO kablam! --> src/proto/mod.rs:142:5 Sep 10 13:48:07.782 INFO kablam! | Sep 10 13:48:07.783 INFO kablam! 142 | fn decode(buf: &mut Buf) -> (Option, usize) { Sep 10 13:48:07.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 10 13:48:07.783 INFO kablam! | Sep 10 13:48:07.783 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::EntryUpdate, usize), failure::Error>` Sep 10 13:48:07.783 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 10 13:48:07.783 INFO kablam! Sep 10 13:48:07.783 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 10 13:48:07.783 INFO kablam! --> src/proto/mod.rs:190:5 Sep 10 13:48:07.783 INFO kablam! | Sep 10 13:48:07.783 INFO kablam! 190 | fn decode(buf: &mut Buf) -> (Option, usize) { Sep 10 13:48:07.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 10 13:48:07.783 INFO kablam! | Sep 10 13:48:07.783 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::EntryAssignment, usize), failure::Error>` Sep 10 13:48:07.783 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 10 13:48:07.783 INFO kablam! Sep 10 13:48:07.824 INFO kablam! error: aborting due to 5 previous errors Sep 10 13:48:07.830 INFO kablam! Sep 10 13:48:07.830 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 10 13:48:07.834 INFO kablam! error: Could not compile `nt`. Sep 10 13:48:07.834 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 13:48:07.938 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 10 13:48:07.938 INFO kablam! --> src/proto/types/rpc.rs:30:5 Sep 10 13:48:07.938 INFO kablam! | Sep 10 13:48:07.938 INFO kablam! 30 | fn decode(buf: &mut Buf) -> (Option, usize) { Sep 10 13:48:07.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 10 13:48:07.938 INFO kablam! | Sep 10 13:48:07.938 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::types::rpc::Parameter, usize), failure::Error>` Sep 10 13:48:07.938 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 10 13:48:07.938 INFO kablam! Sep 10 13:48:07.938 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 10 13:48:07.938 INFO kablam! --> src/proto/types/rpc.rs:56:5 Sep 10 13:48:07.938 INFO kablam! | Sep 10 13:48:07.938 INFO kablam! 56 | fn decode(mut buf: &mut Buf) -> (Option, usize) { Sep 10 13:48:07.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 10 13:48:07.938 INFO kablam! | Sep 10 13:48:07.938 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::types::rpc::RPCDefinitionData, usize), failure::Error>` Sep 10 13:48:07.938 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 10 13:48:07.938 INFO kablam! Sep 10 13:48:07.938 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 10 13:48:07.938 INFO kablam! --> src/proto/types/mod.rs:103:5 Sep 10 13:48:07.938 INFO kablam! | Sep 10 13:48:07.938 INFO kablam! 103 | fn decode(buf: &mut Buf) -> (Option, usize) { Sep 10 13:48:07.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 10 13:48:07.938 INFO kablam! | Sep 10 13:48:07.938 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::types::EntryType, usize), failure::Error>` Sep 10 13:48:07.938 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 10 13:48:07.938 INFO kablam! Sep 10 13:48:07.938 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 10 13:48:07.938 INFO kablam! --> src/proto/mod.rs:142:5 Sep 10 13:48:07.939 INFO kablam! | Sep 10 13:48:07.939 INFO kablam! 142 | fn decode(buf: &mut Buf) -> (Option, usize) { Sep 10 13:48:07.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 10 13:48:07.939 INFO kablam! | Sep 10 13:48:07.939 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::EntryUpdate, usize), failure::Error>` Sep 10 13:48:07.939 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 10 13:48:07.939 INFO kablam! Sep 10 13:48:07.939 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 10 13:48:07.939 INFO kablam! --> src/proto/mod.rs:190:5 Sep 10 13:48:07.939 INFO kablam! | Sep 10 13:48:07.939 INFO kablam! 190 | fn decode(buf: &mut Buf) -> (Option, usize) { Sep 10 13:48:07.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 10 13:48:07.939 INFO kablam! | Sep 10 13:48:07.939 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::EntryAssignment, usize), failure::Error>` Sep 10 13:48:07.939 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 10 13:48:07.939 INFO kablam! Sep 10 13:48:07.982 INFO kablam! error: aborting due to 5 previous errors Sep 10 13:48:07.982 INFO kablam! Sep 10 13:48:07.982 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 10 13:48:07.999 INFO kablam! error: Could not compile `nt`. Sep 10 13:48:08.000 INFO kablam! Sep 10 13:48:08.000 INFO kablam! To learn more, run the command again with --verbose. Sep 10 13:48:08.002 INFO kablam! su: No module specific data is present Sep 10 13:48:08.570 INFO running `"docker" "rm" "-f" "dbca976d7d350539781c63df2ad10c0ec68a0936a2b52dab7192d74b1e268de8"` Sep 10 13:48:08.629 INFO blam! dbca976d7d350539781c63df2ad10c0ec68a0936a2b52dab7192d74b1e268de8