Aug 10 16:57:16.815 INFO checking unterflow/unterflow-dump against master#f6d43ed84207c7e58f363f46e5a438ff40f2b311 for libc-1 Aug 10 16:57:16.815 INFO running: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 10 16:57:16.815 INFO creating container for: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 10 16:57:16.815 INFO running `"docker" "create" "-v" "/tmp/crater.FN0jxbx4XyTG:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-1/master#f6d43ed84207c7e58f363f46e5a438ff40f2b311:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 10 16:57:17.114 INFO blam! 096f1a04ea1cab316dfa642a2664841734f0d2c4815361e78ffa33832ba1f3b4 Aug 10 16:57:17.149 INFO running `"docker" "start" "-a" "096f1a04ea1cab316dfa642a2664841734f0d2c4815361e78ffa33832ba1f3b4"` Aug 10 16:57:18.243 INFO kablam! Compiling rustc-serialize v0.3.24 Aug 10 16:57:18.246 INFO kablam! Compiling unicode-xid v0.0.3 Aug 10 16:57:18.258 INFO kablam! Compiling term v0.4.6 Aug 10 16:57:18.260 INFO kablam! Compiling bitflags v0.5.0 Aug 10 16:57:18.261 INFO kablam! Compiling ucd-util v0.1.1 Aug 10 16:57:18.293 INFO kablam! Compiling utf8-ranges v1.0.0 Aug 10 16:57:20.365 INFO kablam! Compiling glob v0.2.11 Aug 10 16:57:20.863 INFO kablam! Checking pnet_base v0.21.0 Aug 10 16:57:21.563 INFO kablam! Checking ipnetwork v0.12.8 Aug 10 16:57:26.382 INFO kablam! Checking syntex_pos v0.42.0 Aug 10 16:57:26.410 INFO kablam! Checking pnet_macros_support v0.21.0 Aug 10 16:57:26.459 INFO kablam! Compiling regex-syntax v0.5.6 Aug 10 16:57:27.813 INFO kablam! Compiling aho-corasick v0.6.6 Aug 10 16:57:28.641 INFO kablam! Checking loggerv v0.3.0 Aug 10 16:57:29.661 INFO kablam! Compiling unterflow-protocol-derive v0.1.0 (https://github.com/unterflow/unterflow-protocol#8d54e7cf) Aug 10 16:57:30.710 INFO kablam! Checking serde_bytes v0.10.4 Aug 10 16:57:38.391 INFO kablam! Compiling thread_local v0.3.5 Aug 10 16:57:48.233 INFO kablam! Checking syntex_errors v0.42.0 Aug 10 16:57:48.237 INFO kablam! Checking rmp-serde v0.13.7 Aug 10 16:57:48.570 INFO kablam! Checking rmpv v0.4.0 Aug 10 16:57:55.575 INFO kablam! Checking unterflow-protocol v0.1.0 (https://github.com/unterflow/unterflow-protocol#8d54e7cf) Aug 10 16:57:56.188 INFO kablam! Checking syntex_syntax v0.42.0 Aug 10 16:58:03.477 INFO kablam! error[E0658]: use of unstable library feature 'int_to_from_bytes' (see issue #52963) Aug 10 16:58:03.477 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/frame.rs:3:39 Aug 10 16:58:03.477 INFO kablam! | Aug 10 16:58:03.477 INFO kablam! 3 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength)] Aug 10 16:58:03.477 INFO kablam! | ^^^^^^^ Aug 10 16:58:03.484 INFO kablam! | Aug 10 16:58:03.485 INFO kablam! = help: add #![feature(int_to_from_bytes)] to the crate attributes to enable Aug 10 16:58:03.485 INFO kablam! Aug 10 16:58:03.486 INFO kablam! error[E0061]: this function takes 0 parameters but 1 parameter was supplied Aug 10 16:58:03.486 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/frame.rs:3:39 Aug 10 16:58:03.486 INFO kablam! | Aug 10 16:58:03.486 INFO kablam! 3 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength)] Aug 10 16:58:03.486 INFO kablam! | ^^^^^^^ expected 0 parameters Aug 10 16:58:03.486 INFO kablam! Aug 10 16:58:03.487 INFO kablam! error[E0308]: match arms have incompatible types Aug 10 16:58:03.487 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/frame.rs:3:39 Aug 10 16:58:03.487 INFO kablam! | Aug 10 16:58:03.487 INFO kablam! 3 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength)] Aug 10 16:58:03.487 INFO kablam! | ^^^^^^^ Aug 10 16:58:03.487 INFO kablam! | | Aug 10 16:58:03.487 INFO kablam! | expected enum `std::result::Result`, found array of 2 elements Aug 10 16:58:03.487 INFO kablam! | match arm with an incompatible type Aug 10 16:58:03.488 INFO kablam! | Aug 10 16:58:03.488 INFO kablam! = note: expected type `std::result::Result<(), std::io::Error>` Aug 10 16:58:03.488 INFO kablam! found type `[u8; 2]` Aug 10 16:58:03.488 INFO kablam! Aug 10 16:58:03.503 INFO kablam! error[E0658]: use of unstable library feature 'int_to_from_bytes' (see issue #52963) Aug 10 16:58:03.503 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/frame.rs:16:48 Aug 10 16:58:03.503 INFO kablam! | Aug 10 16:58:03.503 INFO kablam! 16 | #[derive(Debug, Default, PartialEq, FromBytes, ToBytes, HasBlockLength)] Aug 10 16:58:03.503 INFO kablam! | ^^^^^^^ Aug 10 16:58:03.508 INFO kablam! | Aug 10 16:58:03.509 INFO kablam! = help: add #![feature(int_to_from_bytes)] to the crate attributes to enable Aug 10 16:58:03.509 INFO kablam! Aug 10 16:58:03.509 INFO kablam! error[E0061]: this function takes 0 parameters but 1 parameter was supplied Aug 10 16:58:03.509 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/frame.rs:16:48 Aug 10 16:58:03.509 INFO kablam! | Aug 10 16:58:03.510 INFO kablam! 16 | #[derive(Debug, Default, PartialEq, FromBytes, ToBytes, HasBlockLength)] Aug 10 16:58:03.510 INFO kablam! | ^^^^^^^ expected 0 parameters Aug 10 16:58:03.510 INFO kablam! Aug 10 16:58:03.511 INFO kablam! error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` Aug 10 16:58:03.511 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/frame.rs:16:48 Aug 10 16:58:03.511 INFO kablam! | Aug 10 16:58:03.511 INFO kablam! 16 | #[derive(Debug, Default, PartialEq, FromBytes, ToBytes, HasBlockLength)] Aug 10 16:58:03.511 INFO kablam! | ^^^^^^^ the `?` operator cannot be applied to type `[u8; 4]` Aug 10 16:58:03.511 INFO kablam! | Aug 10 16:58:03.512 INFO kablam! = help: the trait `std::ops::Try` is not implemented for `[u8; 4]` Aug 10 16:58:03.512 INFO kablam! = note: required by `std::ops::Try::into_result` Aug 10 16:58:03.512 INFO kablam! Aug 10 16:58:03.515 INFO kablam! error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` Aug 10 16:58:03.515 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/frame.rs:16:48 Aug 10 16:58:03.515 INFO kablam! | Aug 10 16:58:03.515 INFO kablam! 16 | #[derive(Debug, Default, PartialEq, FromBytes, ToBytes, HasBlockLength)] Aug 10 16:58:03.515 INFO kablam! | ^^^^^^^ the `?` operator cannot be applied to type `[u8; 1]` Aug 10 16:58:03.516 INFO kablam! | Aug 10 16:58:03.516 INFO kablam! = help: the trait `std::ops::Try` is not implemented for `[u8; 1]` Aug 10 16:58:03.516 INFO kablam! = note: required by `std::ops::Try::into_result` Aug 10 16:58:03.516 INFO kablam! Aug 10 16:58:03.518 INFO kablam! error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` Aug 10 16:58:03.518 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/frame.rs:16:48 Aug 10 16:58:03.518 INFO kablam! | Aug 10 16:58:03.518 INFO kablam! 16 | #[derive(Debug, Default, PartialEq, FromBytes, ToBytes, HasBlockLength)] Aug 10 16:58:03.518 INFO kablam! | ^^^^^^^ the `?` operator cannot be applied to type `[u8; 1]` Aug 10 16:58:03.518 INFO kablam! | Aug 10 16:58:03.519 INFO kablam! = help: the trait `std::ops::Try` is not implemented for `[u8; 1]` Aug 10 16:58:03.519 INFO kablam! = note: required by `std::ops::Try::into_result` Aug 10 16:58:03.519 INFO kablam! Aug 10 16:58:03.521 INFO kablam! error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` Aug 10 16:58:03.521 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/frame.rs:16:48 Aug 10 16:58:03.521 INFO kablam! | Aug 10 16:58:03.521 INFO kablam! 16 | #[derive(Debug, Default, PartialEq, FromBytes, ToBytes, HasBlockLength)] Aug 10 16:58:03.521 INFO kablam! | ^^^^^^^ the `?` operator cannot be applied to type `[u8; 4]` Aug 10 16:58:03.522 INFO kablam! | Aug 10 16:58:03.522 INFO kablam! = help: the trait `std::ops::Try` is not implemented for `[u8; 4]` Aug 10 16:58:03.522 INFO kablam! = note: required by `std::ops::Try::into_result` Aug 10 16:58:03.523 INFO kablam! Aug 10 16:58:03.583 INFO kablam! error[E0658]: use of unstable library feature 'int_to_from_bytes' (see issue #52963) Aug 10 16:58:03.583 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/frame.rs:51:39 Aug 10 16:58:03.583 INFO kablam! | Aug 10 16:58:03.583 INFO kablam! 51 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength)] Aug 10 16:58:03.583 INFO kablam! | ^^^^^^^ Aug 10 16:58:03.584 INFO kablam! | Aug 10 16:58:03.584 INFO kablam! = help: add #![feature(int_to_from_bytes)] to the crate attributes to enable Aug 10 16:58:03.584 INFO kablam! Aug 10 16:58:03.585 INFO kablam! error[E0061]: this function takes 0 parameters but 1 parameter was supplied Aug 10 16:58:03.585 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/frame.rs:51:39 Aug 10 16:58:03.585 INFO kablam! | Aug 10 16:58:03.585 INFO kablam! 51 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength)] Aug 10 16:58:03.585 INFO kablam! | ^^^^^^^ expected 0 parameters Aug 10 16:58:03.585 INFO kablam! Aug 10 16:58:03.586 INFO kablam! error[E0308]: match arms have incompatible types Aug 10 16:58:03.586 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/frame.rs:51:39 Aug 10 16:58:03.586 INFO kablam! | Aug 10 16:58:03.586 INFO kablam! 51 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength)] Aug 10 16:58:03.586 INFO kablam! | ^^^^^^^ Aug 10 16:58:03.586 INFO kablam! | | Aug 10 16:58:03.586 INFO kablam! | expected enum `std::result::Result`, found array of 2 elements Aug 10 16:58:03.586 INFO kablam! | match arm with an incompatible type Aug 10 16:58:03.587 INFO kablam! | Aug 10 16:58:03.587 INFO kablam! = note: expected type `std::result::Result<(), std::io::Error>` Aug 10 16:58:03.587 INFO kablam! found type `[u8; 2]` Aug 10 16:58:03.587 INFO kablam! Aug 10 16:58:03.606 INFO kablam! error[E0658]: use of unstable library feature 'int_to_from_bytes' (see issue #52963) Aug 10 16:58:03.606 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/frame.rs:64:39 Aug 10 16:58:03.606 INFO kablam! | Aug 10 16:58:03.606 INFO kablam! 64 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength)] Aug 10 16:58:03.606 INFO kablam! | ^^^^^^^ Aug 10 16:58:03.606 INFO kablam! | Aug 10 16:58:03.607 INFO kablam! = help: add #![feature(int_to_from_bytes)] to the crate attributes to enable Aug 10 16:58:03.607 INFO kablam! Aug 10 16:58:03.608 INFO kablam! error[E0061]: this function takes 0 parameters but 1 parameter was supplied Aug 10 16:58:03.608 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/frame.rs:64:39 Aug 10 16:58:03.608 INFO kablam! | Aug 10 16:58:03.608 INFO kablam! 64 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength)] Aug 10 16:58:03.608 INFO kablam! | ^^^^^^^ expected 0 parameters Aug 10 16:58:03.608 INFO kablam! Aug 10 16:58:03.609 INFO kablam! error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` Aug 10 16:58:03.609 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/frame.rs:64:39 Aug 10 16:58:03.609 INFO kablam! | Aug 10 16:58:03.609 INFO kablam! 64 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength)] Aug 10 16:58:03.609 INFO kablam! | ^^^^^^^ the `?` operator cannot be applied to type `[u8; 8]` Aug 10 16:58:03.610 INFO kablam! | Aug 10 16:58:03.610 INFO kablam! = help: the trait `std::ops::Try` is not implemented for `[u8; 8]` Aug 10 16:58:03.610 INFO kablam! = note: required by `std::ops::Try::into_result` Aug 10 16:58:03.611 INFO kablam! Aug 10 16:58:03.622 INFO kablam! error[E0658]: use of unstable library feature 'int_to_from_bytes' (see issue #52963) Aug 10 16:58:03.622 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/frame.rs:69:39 Aug 10 16:58:03.622 INFO kablam! | Aug 10 16:58:03.622 INFO kablam! 69 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength)] Aug 10 16:58:03.622 INFO kablam! | ^^^^^^^ Aug 10 16:58:03.622 INFO kablam! | Aug 10 16:58:03.623 INFO kablam! = help: add #![feature(int_to_from_bytes)] to the crate attributes to enable Aug 10 16:58:03.623 INFO kablam! Aug 10 16:58:03.623 INFO kablam! error[E0061]: this function takes 0 parameters but 1 parameter was supplied Aug 10 16:58:03.623 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/frame.rs:69:39 Aug 10 16:58:03.623 INFO kablam! | Aug 10 16:58:03.623 INFO kablam! 69 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength)] Aug 10 16:58:03.623 INFO kablam! | ^^^^^^^ expected 0 parameters Aug 10 16:58:03.623 INFO kablam! Aug 10 16:58:03.624 INFO kablam! error[E0308]: match arms have incompatible types Aug 10 16:58:03.624 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/frame.rs:69:39 Aug 10 16:58:03.624 INFO kablam! | Aug 10 16:58:03.624 INFO kablam! 69 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength)] Aug 10 16:58:03.624 INFO kablam! | ^^^^^^^ Aug 10 16:58:03.624 INFO kablam! | | Aug 10 16:58:03.624 INFO kablam! | expected enum `std::result::Result`, found array of 4 elements Aug 10 16:58:03.624 INFO kablam! | match arm with an incompatible type Aug 10 16:58:03.625 INFO kablam! | Aug 10 16:58:03.625 INFO kablam! = note: expected type `std::result::Result<(), std::io::Error>` Aug 10 16:58:03.625 INFO kablam! found type `[u8; 4]` Aug 10 16:58:03.625 INFO kablam! Aug 10 16:58:06.470 INFO kablam! error[E0658]: use of unstable library feature 'int_to_from_bytes' (see issue #52963) Aug 10 16:58:06.470 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:5:39 Aug 10 16:58:06.470 INFO kablam! | Aug 10 16:58:06.470 INFO kablam! 5 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength)] Aug 10 16:58:06.470 INFO kablam! | ^^^^^^^ Aug 10 16:58:06.470 INFO kablam! | Aug 10 16:58:06.470 INFO kablam! = help: add #![feature(int_to_from_bytes)] to the crate attributes to enable Aug 10 16:58:06.470 INFO kablam! Aug 10 16:58:06.471 INFO kablam! error[E0061]: this function takes 0 parameters but 1 parameter was supplied Aug 10 16:58:06.471 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:5:39 Aug 10 16:58:06.471 INFO kablam! | Aug 10 16:58:06.471 INFO kablam! 5 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength)] Aug 10 16:58:06.471 INFO kablam! | ^^^^^^^ expected 0 parameters Aug 10 16:58:06.471 INFO kablam! Aug 10 16:58:06.471 INFO kablam! error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` Aug 10 16:58:06.471 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:5:39 Aug 10 16:58:06.471 INFO kablam! | Aug 10 16:58:06.471 INFO kablam! 5 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength)] Aug 10 16:58:06.472 INFO kablam! | ^^^^^^^ the `?` operator cannot be applied to type `[u8; 2]` Aug 10 16:58:06.472 INFO kablam! | Aug 10 16:58:06.472 INFO kablam! = help: the trait `std::ops::Try` is not implemented for `[u8; 2]` Aug 10 16:58:06.472 INFO kablam! = note: required by `std::ops::Try::into_result` Aug 10 16:58:06.472 INFO kablam! Aug 10 16:58:06.473 INFO kablam! error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` Aug 10 16:58:06.473 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:5:39 Aug 10 16:58:06.473 INFO kablam! | Aug 10 16:58:06.473 INFO kablam! 5 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength)] Aug 10 16:58:06.473 INFO kablam! | ^^^^^^^ the `?` operator cannot be applied to type `[u8; 2]` Aug 10 16:58:06.473 INFO kablam! | Aug 10 16:58:06.473 INFO kablam! = help: the trait `std::ops::Try` is not implemented for `[u8; 2]` Aug 10 16:58:06.473 INFO kablam! = note: required by `std::ops::Try::into_result` Aug 10 16:58:06.473 INFO kablam! Aug 10 16:58:06.481 INFO kablam! error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` Aug 10 16:58:06.481 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:5:39 Aug 10 16:58:06.481 INFO kablam! | Aug 10 16:58:06.482 INFO kablam! 5 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength)] Aug 10 16:58:06.482 INFO kablam! | ^^^^^^^ the `?` operator cannot be applied to type `[u8; 2]` Aug 10 16:58:06.482 INFO kablam! | Aug 10 16:58:06.482 INFO kablam! = help: the trait `std::ops::Try` is not implemented for `[u8; 2]` Aug 10 16:58:06.482 INFO kablam! = note: required by `std::ops::Try::into_result` Aug 10 16:58:06.482 INFO kablam! Aug 10 16:58:06.482 INFO kablam! error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` Aug 10 16:58:06.482 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:5:39 Aug 10 16:58:06.482 INFO kablam! | Aug 10 16:58:06.482 INFO kablam! 5 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength)] Aug 10 16:58:06.482 INFO kablam! | ^^^^^^^ the `?` operator cannot be applied to type `[u8; 2]` Aug 10 16:58:06.483 INFO kablam! | Aug 10 16:58:06.483 INFO kablam! = help: the trait `std::ops::Try` is not implemented for `[u8; 2]` Aug 10 16:58:06.483 INFO kablam! = note: required by `std::ops::Try::into_result` Aug 10 16:58:06.483 INFO kablam! Aug 10 16:58:06.554 INFO kablam! error[E0658]: use of unstable library feature 'int_to_from_bytes' (see issue #52963) Aug 10 16:58:06.554 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:34:39 Aug 10 16:58:06.554 INFO kablam! | Aug 10 16:58:06.554 INFO kablam! 34 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, HasMessageLength)] Aug 10 16:58:06.554 INFO kablam! | ^^^^^^^ Aug 10 16:58:06.555 INFO kablam! | Aug 10 16:58:06.555 INFO kablam! = help: add #![feature(int_to_from_bytes)] to the crate attributes to enable Aug 10 16:58:06.555 INFO kablam! Aug 10 16:58:06.555 INFO kablam! error[E0061]: this function takes 0 parameters but 1 parameter was supplied Aug 10 16:58:06.556 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:34:39 Aug 10 16:58:06.556 INFO kablam! | Aug 10 16:58:06.556 INFO kablam! 34 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, HasMessageLength)] Aug 10 16:58:06.556 INFO kablam! | ^^^^^^^ expected 0 parameters Aug 10 16:58:06.556 INFO kablam! Aug 10 16:58:06.556 INFO kablam! error[E0308]: match arms have incompatible types Aug 10 16:58:06.556 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:34:39 Aug 10 16:58:06.556 INFO kablam! | Aug 10 16:58:06.557 INFO kablam! 34 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, HasMessageLength)] Aug 10 16:58:06.557 INFO kablam! | ^^^^^^^ Aug 10 16:58:06.557 INFO kablam! | | Aug 10 16:58:06.557 INFO kablam! | expected enum `std::result::Result`, found array of 1 elements Aug 10 16:58:06.557 INFO kablam! | match arm with an incompatible type Aug 10 16:58:06.564 INFO kablam! | Aug 10 16:58:06.565 INFO kablam! = note: expected type `std::result::Result<(), std::io::Error>` Aug 10 16:58:06.565 INFO kablam! found type `[u8; 1]` Aug 10 16:58:06.565 INFO kablam! Aug 10 16:58:06.679 INFO kablam! error[E0658]: use of unstable library feature 'int_to_from_bytes' (see issue #52963) Aug 10 16:58:06.679 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:55:39 Aug 10 16:58:06.679 INFO kablam! | Aug 10 16:58:06.679 INFO kablam! 55 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, HasMessageLength)] Aug 10 16:58:06.679 INFO kablam! | ^^^^^^^ Aug 10 16:58:06.696 INFO kablam! | Aug 10 16:58:06.697 INFO kablam! = help: add #![feature(int_to_from_bytes)] to the crate attributes to enable Aug 10 16:58:06.697 INFO kablam! Aug 10 16:58:06.697 INFO kablam! error[E0061]: this function takes 0 parameters but 1 parameter was supplied Aug 10 16:58:06.697 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:55:39 Aug 10 16:58:06.697 INFO kablam! | Aug 10 16:58:06.698 INFO kablam! 55 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, HasMessageLength)] Aug 10 16:58:06.698 INFO kablam! | ^^^^^^^ expected 0 parameters Aug 10 16:58:06.698 INFO kablam! Aug 10 16:58:06.698 INFO kablam! error[E0308]: match arms have incompatible types Aug 10 16:58:06.698 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:55:39 Aug 10 16:58:06.698 INFO kablam! | Aug 10 16:58:06.698 INFO kablam! 55 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, HasMessageLength)] Aug 10 16:58:06.699 INFO kablam! | ^^^^^^^ Aug 10 16:58:06.699 INFO kablam! | | Aug 10 16:58:06.699 INFO kablam! | expected enum `std::result::Result`, found array of 1 elements Aug 10 16:58:06.699 INFO kablam! | match arm with an incompatible type Aug 10 16:58:06.699 INFO kablam! | Aug 10 16:58:06.699 INFO kablam! = note: expected type `std::result::Result<(), std::io::Error>` Aug 10 16:58:06.699 INFO kablam! found type `[u8; 1]` Aug 10 16:58:06.699 INFO kablam! Aug 10 16:58:06.827 INFO kablam! error[E0658]: use of unstable library feature 'int_to_from_bytes' (see issue #52963) Aug 10 16:58:06.827 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:86:39 Aug 10 16:58:06.827 INFO kablam! | Aug 10 16:58:06.827 INFO kablam! 86 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, HasMessageLength)] Aug 10 16:58:06.827 INFO kablam! | ^^^^^^^ Aug 10 16:58:06.828 INFO kablam! | Aug 10 16:58:06.828 INFO kablam! = help: add #![feature(int_to_from_bytes)] to the crate attributes to enable Aug 10 16:58:06.828 INFO kablam! Aug 10 16:58:06.828 INFO kablam! error[E0061]: this function takes 0 parameters but 1 parameter was supplied Aug 10 16:58:06.828 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:86:39 Aug 10 16:58:06.828 INFO kablam! | Aug 10 16:58:06.828 INFO kablam! 86 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, HasMessageLength)] Aug 10 16:58:06.828 INFO kablam! | ^^^^^^^ expected 0 parameters Aug 10 16:58:06.828 INFO kablam! Aug 10 16:58:06.828 INFO kablam! error[E0308]: match arms have incompatible types Aug 10 16:58:06.828 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:86:39 Aug 10 16:58:06.828 INFO kablam! | Aug 10 16:58:06.829 INFO kablam! 86 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, HasMessageLength)] Aug 10 16:58:06.829 INFO kablam! | ^^^^^^^ Aug 10 16:58:06.829 INFO kablam! | | Aug 10 16:58:06.829 INFO kablam! | expected enum `std::result::Result`, found array of 1 elements Aug 10 16:58:06.829 INFO kablam! | match arm with an incompatible type Aug 10 16:58:06.829 INFO kablam! | Aug 10 16:58:06.829 INFO kablam! = note: expected type `std::result::Result<(), std::io::Error>` Aug 10 16:58:06.829 INFO kablam! found type `[u8; 1]` Aug 10 16:58:06.829 INFO kablam! Aug 10 16:58:06.901 INFO kablam! error[E0658]: use of unstable library feature 'int_to_from_bytes' (see issue #52963) Aug 10 16:58:06.901 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:99:39 Aug 10 16:58:06.901 INFO kablam! | Aug 10 16:58:06.901 INFO kablam! 99 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, Message, HasData, HasMessageLength)] Aug 10 16:58:06.901 INFO kablam! | ^^^^^^^ Aug 10 16:58:06.901 INFO kablam! | Aug 10 16:58:06.901 INFO kablam! = help: add #![feature(int_to_from_bytes)] to the crate attributes to enable Aug 10 16:58:06.901 INFO kablam! Aug 10 16:58:06.902 INFO kablam! error[E0061]: this function takes 0 parameters but 1 parameter was supplied Aug 10 16:58:06.902 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:99:39 Aug 10 16:58:06.902 INFO kablam! | Aug 10 16:58:06.902 INFO kablam! 99 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, Message, HasData, HasMessageLength)] Aug 10 16:58:06.902 INFO kablam! | ^^^^^^^ expected 0 parameters Aug 10 16:58:06.902 INFO kablam! Aug 10 16:58:06.902 INFO kablam! error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` Aug 10 16:58:06.902 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:99:39 Aug 10 16:58:06.902 INFO kablam! | Aug 10 16:58:06.902 INFO kablam! 99 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, Message, HasData, HasMessageLength)] Aug 10 16:58:06.902 INFO kablam! | ^^^^^^^ the `?` operator cannot be applied to type `[u8; 2]` Aug 10 16:58:06.902 INFO kablam! | Aug 10 16:58:06.902 INFO kablam! = help: the trait `std::ops::Try` is not implemented for `[u8; 2]` Aug 10 16:58:06.902 INFO kablam! = note: required by `std::ops::Try::into_result` Aug 10 16:58:06.902 INFO kablam! Aug 10 16:58:06.904 INFO kablam! error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` Aug 10 16:58:06.904 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:99:39 Aug 10 16:58:06.904 INFO kablam! | Aug 10 16:58:06.904 INFO kablam! 99 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, Message, HasData, HasMessageLength)] Aug 10 16:58:06.904 INFO kablam! | ^^^^^^^ the `?` operator cannot be applied to type `[u8; 8]` Aug 10 16:58:06.904 INFO kablam! | Aug 10 16:58:06.904 INFO kablam! = help: the trait `std::ops::Try` is not implemented for `[u8; 8]` Aug 10 16:58:06.904 INFO kablam! = note: required by `std::ops::Try::into_result` Aug 10 16:58:06.904 INFO kablam! Aug 10 16:58:06.904 INFO kablam! error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` Aug 10 16:58:06.904 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:99:39 Aug 10 16:58:06.904 INFO kablam! | Aug 10 16:58:06.904 INFO kablam! 99 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, Message, HasData, HasMessageLength)] Aug 10 16:58:06.904 INFO kablam! | ^^^^^^^ the `?` operator cannot be applied to type `[u8; 8]` Aug 10 16:58:06.904 INFO kablam! | Aug 10 16:58:06.904 INFO kablam! = help: the trait `std::ops::Try` is not implemented for `[u8; 8]` Aug 10 16:58:06.904 INFO kablam! = note: required by `std::ops::Try::into_result` Aug 10 16:58:06.904 INFO kablam! Aug 10 16:58:07.026 INFO kablam! error[E0658]: use of unstable library feature 'int_to_from_bytes' (see issue #52963) Aug 10 16:58:07.026 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:129:39 Aug 10 16:58:07.026 INFO kablam! | Aug 10 16:58:07.026 INFO kablam! 129 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, Message, HasData, HasMessageLength)] Aug 10 16:58:07.026 INFO kablam! | ^^^^^^^ Aug 10 16:58:07.026 INFO kablam! | Aug 10 16:58:07.026 INFO kablam! = help: add #![feature(int_to_from_bytes)] to the crate attributes to enable Aug 10 16:58:07.026 INFO kablam! Aug 10 16:58:07.027 INFO kablam! error[E0061]: this function takes 0 parameters but 1 parameter was supplied Aug 10 16:58:07.027 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:129:39 Aug 10 16:58:07.027 INFO kablam! | Aug 10 16:58:07.027 INFO kablam! 129 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, Message, HasData, HasMessageLength)] Aug 10 16:58:07.027 INFO kablam! | ^^^^^^^ expected 0 parameters Aug 10 16:58:07.027 INFO kablam! Aug 10 16:58:07.027 INFO kablam! error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` Aug 10 16:58:07.027 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:129:39 Aug 10 16:58:07.027 INFO kablam! | Aug 10 16:58:07.027 INFO kablam! 129 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, Message, HasData, HasMessageLength)] Aug 10 16:58:07.028 INFO kablam! | ^^^^^^^ the `?` operator cannot be applied to type `[u8; 2]` Aug 10 16:58:07.028 INFO kablam! | Aug 10 16:58:07.028 INFO kablam! = help: the trait `std::ops::Try` is not implemented for `[u8; 2]` Aug 10 16:58:07.028 INFO kablam! = note: required by `std::ops::Try::into_result` Aug 10 16:58:07.028 INFO kablam! Aug 10 16:58:07.029 INFO kablam! error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` Aug 10 16:58:07.029 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:129:39 Aug 10 16:58:07.029 INFO kablam! | Aug 10 16:58:07.029 INFO kablam! 129 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, Message, HasData, HasMessageLength)] Aug 10 16:58:07.029 INFO kablam! | ^^^^^^^ the `?` operator cannot be applied to type `[u8; 8]` Aug 10 16:58:07.029 INFO kablam! | Aug 10 16:58:07.029 INFO kablam! = help: the trait `std::ops::Try` is not implemented for `[u8; 8]` Aug 10 16:58:07.029 INFO kablam! = note: required by `std::ops::Try::into_result` Aug 10 16:58:07.029 INFO kablam! Aug 10 16:58:07.045 INFO kablam! error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` Aug 10 16:58:07.045 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:129:39 Aug 10 16:58:07.045 INFO kablam! | Aug 10 16:58:07.045 INFO kablam! 129 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, Message, HasData, HasMessageLength)] Aug 10 16:58:07.045 INFO kablam! | ^^^^^^^ the `?` operator cannot be applied to type `[u8; 8]` Aug 10 16:58:07.045 INFO kablam! | Aug 10 16:58:07.045 INFO kablam! = help: the trait `std::ops::Try` is not implemented for `[u8; 8]` Aug 10 16:58:07.045 INFO kablam! = note: required by `std::ops::Try::into_result` Aug 10 16:58:07.045 INFO kablam! Aug 10 16:58:07.099 INFO kablam! error[E0658]: use of unstable library feature 'int_to_from_bytes' (see issue #52963) Aug 10 16:58:07.099 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:140:39 Aug 10 16:58:07.099 INFO kablam! | Aug 10 16:58:07.099 INFO kablam! 140 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, HasMessageLength)] Aug 10 16:58:07.099 INFO kablam! | ^^^^^^^ Aug 10 16:58:07.100 INFO kablam! | Aug 10 16:58:07.100 INFO kablam! = help: add #![feature(int_to_from_bytes)] to the crate attributes to enable Aug 10 16:58:07.100 INFO kablam! Aug 10 16:58:07.100 INFO kablam! error[E0061]: this function takes 0 parameters but 1 parameter was supplied Aug 10 16:58:07.101 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:140:39 Aug 10 16:58:07.101 INFO kablam! | Aug 10 16:58:07.101 INFO kablam! 140 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, HasMessageLength)] Aug 10 16:58:07.101 INFO kablam! | ^^^^^^^ expected 0 parameters Aug 10 16:58:07.101 INFO kablam! Aug 10 16:58:07.101 INFO kablam! error[E0308]: match arms have incompatible types Aug 10 16:58:07.101 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:140:39 Aug 10 16:58:07.101 INFO kablam! | Aug 10 16:58:07.101 INFO kablam! 140 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, HasMessageLength)] Aug 10 16:58:07.101 INFO kablam! | ^^^^^^^ Aug 10 16:58:07.101 INFO kablam! | | Aug 10 16:58:07.101 INFO kablam! | expected enum `std::result::Result`, found array of 1 elements Aug 10 16:58:07.101 INFO kablam! | match arm with an incompatible type Aug 10 16:58:07.101 INFO kablam! | Aug 10 16:58:07.101 INFO kablam! = note: expected type `std::result::Result<(), std::io::Error>` Aug 10 16:58:07.101 INFO kablam! found type `[u8; 1]` Aug 10 16:58:07.101 INFO kablam! Aug 10 16:58:07.188 INFO kablam! error[E0658]: use of unstable library feature 'int_to_from_bytes' (see issue #52963) Aug 10 16:58:07.188 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:146:39 Aug 10 16:58:07.188 INFO kablam! | Aug 10 16:58:07.188 INFO kablam! 146 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, Message, HasData, HasMessageLength)] Aug 10 16:58:07.188 INFO kablam! | ^^^^^^^ Aug 10 16:58:07.188 INFO kablam! | Aug 10 16:58:07.188 INFO kablam! = help: add #![feature(int_to_from_bytes)] to the crate attributes to enable Aug 10 16:58:07.188 INFO kablam! Aug 10 16:58:07.189 INFO kablam! error[E0061]: this function takes 0 parameters but 1 parameter was supplied Aug 10 16:58:07.189 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:146:39 Aug 10 16:58:07.189 INFO kablam! | Aug 10 16:58:07.189 INFO kablam! 146 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, Message, HasData, HasMessageLength)] Aug 10 16:58:07.189 INFO kablam! | ^^^^^^^ expected 0 parameters Aug 10 16:58:07.189 INFO kablam! Aug 10 16:58:07.189 INFO kablam! error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` Aug 10 16:58:07.189 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:146:39 Aug 10 16:58:07.189 INFO kablam! | Aug 10 16:58:07.189 INFO kablam! 146 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, Message, HasData, HasMessageLength)] Aug 10 16:58:07.189 INFO kablam! | ^^^^^^^ the `?` operator cannot be applied to type `[u8; 2]` Aug 10 16:58:07.189 INFO kablam! | Aug 10 16:58:07.189 INFO kablam! = help: the trait `std::ops::Try` is not implemented for `[u8; 2]` Aug 10 16:58:07.189 INFO kablam! = note: required by `std::ops::Try::into_result` Aug 10 16:58:07.189 INFO kablam! Aug 10 16:58:07.246 INFO kablam! error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` Aug 10 16:58:07.246 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:146:39 Aug 10 16:58:07.246 INFO kablam! | Aug 10 16:58:07.246 INFO kablam! 146 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, Message, HasData, HasMessageLength)] Aug 10 16:58:07.246 INFO kablam! | ^^^^^^^ the `?` operator cannot be applied to type `[u8; 8]` Aug 10 16:58:07.246 INFO kablam! | Aug 10 16:58:07.246 INFO kablam! = help: the trait `std::ops::Try` is not implemented for `[u8; 8]` Aug 10 16:58:07.246 INFO kablam! = note: required by `std::ops::Try::into_result` Aug 10 16:58:07.246 INFO kablam! Aug 10 16:58:07.246 INFO kablam! error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` Aug 10 16:58:07.246 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:146:39 Aug 10 16:58:07.247 INFO kablam! | Aug 10 16:58:07.247 INFO kablam! 146 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, Message, HasData, HasMessageLength)] Aug 10 16:58:07.247 INFO kablam! | ^^^^^^^ the `?` operator cannot be applied to type `[u8; 8]` Aug 10 16:58:07.247 INFO kablam! | Aug 10 16:58:07.247 INFO kablam! = help: the trait `std::ops::Try` is not implemented for `[u8; 8]` Aug 10 16:58:07.247 INFO kablam! = note: required by `std::ops::Try::into_result` Aug 10 16:58:07.247 INFO kablam! Aug 10 16:58:07.247 INFO kablam! error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` Aug 10 16:58:07.247 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:146:39 Aug 10 16:58:07.247 INFO kablam! | Aug 10 16:58:07.247 INFO kablam! 146 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, Message, HasData, HasMessageLength)] Aug 10 16:58:07.247 INFO kablam! | ^^^^^^^ the `?` operator cannot be applied to type `[u8; 8]` Aug 10 16:58:07.247 INFO kablam! | Aug 10 16:58:07.247 INFO kablam! = help: the trait `std::ops::Try` is not implemented for `[u8; 8]` Aug 10 16:58:07.247 INFO kablam! = note: required by `std::ops::Try::into_result` Aug 10 16:58:07.247 INFO kablam! Aug 10 16:58:07.398 INFO kablam! error[E0658]: use of unstable library feature 'int_to_from_bytes' (see issue #52963) Aug 10 16:58:07.398 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:160:39 Aug 10 16:58:07.398 INFO kablam! | Aug 10 16:58:07.398 INFO kablam! 160 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, Message, HasData, HasMessageLength)] Aug 10 16:58:07.398 INFO kablam! | ^^^^^^^ Aug 10 16:58:07.399 INFO kablam! | Aug 10 16:58:07.399 INFO kablam! = help: add #![feature(int_to_from_bytes)] to the crate attributes to enable Aug 10 16:58:07.399 INFO kablam! Aug 10 16:58:07.399 INFO kablam! error[E0061]: this function takes 0 parameters but 1 parameter was supplied Aug 10 16:58:07.399 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:160:39 Aug 10 16:58:07.399 INFO kablam! | Aug 10 16:58:07.399 INFO kablam! 160 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, Message, HasData, HasMessageLength)] Aug 10 16:58:07.399 INFO kablam! | ^^^^^^^ expected 0 parameters Aug 10 16:58:07.399 INFO kablam! Aug 10 16:58:07.399 INFO kablam! error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` Aug 10 16:58:07.399 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:160:39 Aug 10 16:58:07.399 INFO kablam! | Aug 10 16:58:07.399 INFO kablam! 160 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, Message, HasData, HasMessageLength)] Aug 10 16:58:07.399 INFO kablam! | ^^^^^^^ the `?` operator cannot be applied to type `[u8; 2]` Aug 10 16:58:07.399 INFO kablam! | Aug 10 16:58:07.399 INFO kablam! = help: the trait `std::ops::Try` is not implemented for `[u8; 2]` Aug 10 16:58:07.399 INFO kablam! = note: required by `std::ops::Try::into_result` Aug 10 16:58:07.399 INFO kablam! Aug 10 16:58:07.399 INFO kablam! error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` Aug 10 16:58:07.399 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:160:39 Aug 10 16:58:07.399 INFO kablam! | Aug 10 16:58:07.399 INFO kablam! 160 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, Message, HasData, HasMessageLength)] Aug 10 16:58:07.399 INFO kablam! | ^^^^^^^ the `?` operator cannot be applied to type `[u8; 2]` Aug 10 16:58:07.399 INFO kablam! | Aug 10 16:58:07.399 INFO kablam! = help: the trait `std::ops::Try` is not implemented for `[u8; 2]` Aug 10 16:58:07.399 INFO kablam! = note: required by `std::ops::Try::into_result` Aug 10 16:58:07.399 INFO kablam! Aug 10 16:58:07.399 INFO kablam! error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` Aug 10 16:58:07.399 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:160:39 Aug 10 16:58:07.400 INFO kablam! | Aug 10 16:58:07.400 INFO kablam! 160 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, Message, HasData, HasMessageLength)] Aug 10 16:58:07.400 INFO kablam! | ^^^^^^^ the `?` operator cannot be applied to type `[u8; 8]` Aug 10 16:58:07.400 INFO kablam! | Aug 10 16:58:07.400 INFO kablam! = help: the trait `std::ops::Try` is not implemented for `[u8; 8]` Aug 10 16:58:07.400 INFO kablam! = note: required by `std::ops::Try::into_result` Aug 10 16:58:07.400 INFO kablam! Aug 10 16:58:07.400 INFO kablam! error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` Aug 10 16:58:07.400 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:160:39 Aug 10 16:58:07.400 INFO kablam! | Aug 10 16:58:07.400 INFO kablam! 160 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, Message, HasData, HasMessageLength)] Aug 10 16:58:07.400 INFO kablam! | ^^^^^^^ the `?` operator cannot be applied to type `[u8; 8]` Aug 10 16:58:07.400 INFO kablam! | Aug 10 16:58:07.400 INFO kablam! = help: the trait `std::ops::Try` is not implemented for `[u8; 8]` Aug 10 16:58:07.400 INFO kablam! = note: required by `std::ops::Try::into_result` Aug 10 16:58:07.400 INFO kablam! Aug 10 16:58:07.400 INFO kablam! error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` Aug 10 16:58:07.400 INFO kablam! --> /cargo-home/git/checkouts/unterflow-protocol-db6fe8c7f3b3d47a/8d54e7c/src/sbe.rs:160:39 Aug 10 16:58:07.400 INFO kablam! | Aug 10 16:58:07.400 INFO kablam! 160 | #[derive(Debug, PartialEq, FromBytes, ToBytes, HasBlockLength, Message, HasData, HasMessageLength)] Aug 10 16:58:07.400 INFO kablam! | ^^^^^^^ the `?` operator cannot be applied to type `[u8; 2]` Aug 10 16:58:07.400 INFO kablam! | Aug 10 16:58:07.400 INFO kablam! = help: the trait `std::ops::Try` is not implemented for `[u8; 2]` Aug 10 16:58:07.400 INFO kablam! = note: required by `std::ops::Try::into_result` Aug 10 16:58:07.400 INFO kablam! Aug 10 16:58:07.555 INFO kablam! error: aborting due to 59 previous errors Aug 10 16:58:07.555 INFO kablam! Aug 10 16:58:07.555 INFO kablam! Some errors occurred: E0061, E0277, E0308, E0658. Aug 10 16:58:07.555 INFO kablam! For more information about an error, try `rustc --explain E0061`. Aug 10 16:58:07.608 INFO kablam! error: Could not compile `unterflow-protocol`. Aug 10 16:58:07.609 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 10 16:59:00.882 INFO kablam! error: build failed Aug 10 16:59:00.892 INFO kablam! su: No module specific data is present Aug 10 16:59:02.267 INFO running `"docker" "rm" "-f" "096f1a04ea1cab316dfa642a2664841734f0d2c4815361e78ffa33832ba1f3b4"` Aug 10 16:59:02.493 INFO blam! 096f1a04ea1cab316dfa642a2664841734f0d2c4815361e78ffa33832ba1f3b4