Sep 04 12:32:08.425 INFO checking nt-0.2.4 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 12:32:08.425 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 12:32:08.425 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 12:32:08.656 INFO blam! 69009e942102f68fe2526ad1687828abd647ee0fd49457dbfec38bcb804f7c76 Sep 04 12:32:08.658 INFO running `"docker" "start" "-a" "69009e942102f68fe2526ad1687828abd647ee0fd49457dbfec38bcb804f7c76"` Sep 04 12:32:09.673 INFO kablam! Checking fern v0.5.6 Sep 04 12:32:09.674 INFO kablam! Compiling nt-leb128 v0.2.4 Sep 04 12:32:09.681 INFO kablam! Checking nt-packet v0.1.2 Sep 04 12:32:11.677 INFO kablam! Compiling nt-packet-derive v0.1.4 Sep 04 12:32:15.403 INFO kablam! Checking nt v0.2.4 (file:///source) Sep 04 12:32:18.085 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 04 12:32:18.086 INFO kablam! --> src/proto/types/rpc.rs:30:5 Sep 04 12:32:18.086 INFO kablam! | Sep 04 12:32:18.086 INFO kablam! 30 | fn decode(buf: &mut Buf) -> (Option, usize) { Sep 04 12:32:18.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 04 12:32:18.086 INFO kablam! | Sep 04 12:32:18.086 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::types::rpc::Parameter, usize), failure::Error>` Sep 04 12:32:18.086 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 04 12:32:18.087 INFO kablam! Sep 04 12:32:18.087 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 04 12:32:18.087 INFO kablam! --> src/proto/types/rpc.rs:56:5 Sep 04 12:32:18.087 INFO kablam! | Sep 04 12:32:18.087 INFO kablam! 56 | fn decode(mut buf: &mut Buf) -> (Option, usize) { Sep 04 12:32:18.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 04 12:32:18.087 INFO kablam! | Sep 04 12:32:18.087 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::types::rpc::RPCDefinitionData, usize), failure::Error>` Sep 04 12:32:18.087 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 04 12:32:18.087 INFO kablam! Sep 04 12:32:18.087 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 04 12:32:18.087 INFO kablam! --> src/proto/types/mod.rs:103:5 Sep 04 12:32:18.087 INFO kablam! | Sep 04 12:32:18.087 INFO kablam! 103 | fn decode(buf: &mut Buf) -> (Option, usize) { Sep 04 12:32:18.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 04 12:32:18.087 INFO kablam! | Sep 04 12:32:18.087 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::types::EntryType, usize), failure::Error>` Sep 04 12:32:18.087 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 04 12:32:18.087 INFO kablam! Sep 04 12:32:18.088 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 04 12:32:18.089 INFO kablam! --> src/proto/mod.rs:142:5 Sep 04 12:32:18.089 INFO kablam! | Sep 04 12:32:18.089 INFO kablam! 142 | fn decode(buf: &mut Buf) -> (Option, usize) { Sep 04 12:32:18.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 04 12:32:18.089 INFO kablam! | Sep 04 12:32:18.089 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::EntryUpdate, usize), failure::Error>` Sep 04 12:32:18.089 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 04 12:32:18.089 INFO kablam! Sep 04 12:32:18.089 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 04 12:32:18.089 INFO kablam! --> src/proto/mod.rs:190:5 Sep 04 12:32:18.089 INFO kablam! | Sep 04 12:32:18.089 INFO kablam! 190 | fn decode(buf: &mut Buf) -> (Option, usize) { Sep 04 12:32:18.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 04 12:32:18.089 INFO kablam! | Sep 04 12:32:18.089 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::EntryAssignment, usize), failure::Error>` Sep 04 12:32:18.089 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 04 12:32:18.089 INFO kablam! Sep 04 12:32:18.108 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 04 12:32:18.108 INFO kablam! --> src/proto/types/rpc.rs:30:5 Sep 04 12:32:18.108 INFO kablam! | Sep 04 12:32:18.108 INFO kablam! 30 | fn decode(buf: &mut Buf) -> (Option, usize) { Sep 04 12:32:18.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 04 12:32:18.108 INFO kablam! | Sep 04 12:32:18.108 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::types::rpc::Parameter, usize), failure::Error>` Sep 04 12:32:18.108 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 04 12:32:18.108 INFO kablam! Sep 04 12:32:18.109 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 04 12:32:18.109 INFO kablam! --> src/proto/types/rpc.rs:56:5 Sep 04 12:32:18.110 INFO kablam! | Sep 04 12:32:18.110 INFO kablam! 56 | fn decode(mut buf: &mut Buf) -> (Option, usize) { Sep 04 12:32:18.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 04 12:32:18.110 INFO kablam! | Sep 04 12:32:18.110 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::types::rpc::RPCDefinitionData, usize), failure::Error>` Sep 04 12:32:18.110 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 04 12:32:18.110 INFO kablam! Sep 04 12:32:18.110 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 04 12:32:18.110 INFO kablam! --> src/proto/types/mod.rs:103:5 Sep 04 12:32:18.110 INFO kablam! | Sep 04 12:32:18.110 INFO kablam! 103 | fn decode(buf: &mut Buf) -> (Option, usize) { Sep 04 12:32:18.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 04 12:32:18.110 INFO kablam! | Sep 04 12:32:18.110 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::types::EntryType, usize), failure::Error>` Sep 04 12:32:18.110 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 04 12:32:18.110 INFO kablam! Sep 04 12:32:18.110 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 04 12:32:18.110 INFO kablam! --> src/proto/mod.rs:142:5 Sep 04 12:32:18.110 INFO kablam! | Sep 04 12:32:18.110 INFO kablam! 142 | fn decode(buf: &mut Buf) -> (Option, usize) { Sep 04 12:32:18.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 04 12:32:18.110 INFO kablam! | Sep 04 12:32:18.110 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::EntryUpdate, usize), failure::Error>` Sep 04 12:32:18.110 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 04 12:32:18.110 INFO kablam! Sep 04 12:32:18.111 INFO kablam! error[E0053]: method `decode` has an incompatible type for trait Sep 04 12:32:18.111 INFO kablam! --> src/proto/mod.rs:190:5 Sep 04 12:32:18.111 INFO kablam! | Sep 04 12:32:18.111 INFO kablam! 190 | fn decode(buf: &mut Buf) -> (Option, usize) { Sep 04 12:32:18.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found tuple Sep 04 12:32:18.111 INFO kablam! | Sep 04 12:32:18.111 INFO kablam! = note: expected type `fn(&mut dyn bytes::Buf) -> std::result::Result<(proto::EntryAssignment, usize), failure::Error>` Sep 04 12:32:18.111 INFO kablam! found type `fn(&mut dyn bytes::Buf) -> (std::option::Option, usize)` Sep 04 12:32:18.111 INFO kablam! Sep 04 12:32:18.152 INFO kablam! error: aborting due to 5 previous errors Sep 04 12:32:18.152 INFO kablam! Sep 04 12:32:18.152 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 04 12:32:18.160 INFO kablam! error: Could not compile `nt`. Sep 04 12:32:18.160 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 12:32:18.165 INFO kablam! error: aborting due to 5 previous errors Sep 04 12:32:18.165 INFO kablam! Sep 04 12:32:18.165 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 04 12:32:18.178 INFO kablam! error: Could not compile `nt`. Sep 04 12:32:18.178 INFO kablam! Sep 04 12:32:18.178 INFO kablam! To learn more, run the command again with --verbose. Sep 04 12:32:18.180 INFO kablam! su: No module specific data is present Sep 04 12:32:18.638 INFO running `"docker" "rm" "-f" "69009e942102f68fe2526ad1687828abd647ee0fd49457dbfec38bcb804f7c76"` Sep 04 12:32:18.725 INFO blam! 69009e942102f68fe2526ad1687828abd647ee0fd49457dbfec38bcb804f7c76