Aug 30 00:02:50.692 INFO checking uint-0.4.1 against master#ede55518431154bc761f7b2438cce9078c162700 for pr-53707 Aug 30 00:02:50.692 INFO running: cargo +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets Aug 30 00:02:50.692 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53707/master#ede55518431154bc761f7b2438cce9078c162700:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-0/master#ede55518431154bc761f7b2438cce9078c162700:/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 +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 00:02:50.834 INFO blam! ade1dbce01c4c2028b70d6fa8b042c84dfd382053c9c03b55742c3f070534086 Aug 30 00:02:50.835 INFO running `"docker" "start" "-a" "ade1dbce01c4c2028b70d6fa8b042c84dfd382053c9c03b55742c3f070534086"` Aug 30 00:02:51.515 INFO kablam! Compiling crunchy v0.1.6 Aug 30 00:02:51.516 INFO kablam! Checking rustc-hex v2.0.1 Aug 30 00:02:52.520 INFO kablam! Checking uint v0.4.1 (file:///source) Aug 30 00:02:55.785 INFO kablam! warning: unused `#[macro_use]` import Aug 30 00:02:55.785 INFO kablam! --> tests/uint_tests.rs:5:1 Aug 30 00:02:55.785 INFO kablam! | Aug 30 00:02:55.785 INFO kablam! 5 | #[macro_use] Aug 30 00:02:55.785 INFO kablam! | ^^^^^^^^^^^^ Aug 30 00:02:55.785 INFO kablam! | Aug 30 00:02:55.785 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 30 00:02:55.785 INFO kablam! Aug 30 00:02:55.930 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.931 INFO kablam! --> tests/uint_tests.rs:21:2 Aug 30 00:02:55.931 INFO kablam! | Aug 30 00:02:55.931 INFO kablam! 21 | assert_eq!(a.checked_add(b), None); Aug 30 00:02:55.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.931 INFO kablam! | Aug 30 00:02:55.931 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.931 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 30 00:02:55.931 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 30 00:02:55.931 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.931 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.931 INFO kablam! Aug 30 00:02:55.932 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.932 INFO kablam! --> tests/uint_tests.rs:21:2 Aug 30 00:02:55.932 INFO kablam! | Aug 30 00:02:55.932 INFO kablam! 21 | assert_eq!(a.checked_add(b), None); Aug 30 00:02:55.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.933 INFO kablam! | Aug 30 00:02:55.933 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.933 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 30 00:02:55.933 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 30 00:02:55.933 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.933 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.933 INFO kablam! Aug 30 00:02:55.939 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.939 INFO kablam! --> tests/uint_tests.rs:22:2 Aug 30 00:02:55.939 INFO kablam! | Aug 30 00:02:55.939 INFO kablam! 22 | assert_eq!(a.checked_add(a), Some(20.into())); Aug 30 00:02:55.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.939 INFO kablam! | Aug 30 00:02:55.939 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.939 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 30 00:02:55.939 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 30 00:02:55.940 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.940 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.940 INFO kablam! Aug 30 00:02:55.940 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.940 INFO kablam! --> tests/uint_tests.rs:22:2 Aug 30 00:02:55.940 INFO kablam! | Aug 30 00:02:55.940 INFO kablam! 22 | assert_eq!(a.checked_add(a), Some(20.into())); Aug 30 00:02:55.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.940 INFO kablam! | Aug 30 00:02:55.940 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.940 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 30 00:02:55.940 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 30 00:02:55.940 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.940 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.941 INFO kablam! Aug 30 00:02:55.942 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.943 INFO kablam! --> tests/uint_tests.rs:24:2 Aug 30 00:02:55.943 INFO kablam! | Aug 30 00:02:55.943 INFO kablam! 24 | assert_eq!(a.checked_sub(b), None); Aug 30 00:02:55.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.943 INFO kablam! | Aug 30 00:02:55.943 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.943 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 30 00:02:55.943 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 30 00:02:55.943 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.943 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.943 INFO kablam! Aug 30 00:02:55.943 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.943 INFO kablam! --> tests/uint_tests.rs:24:2 Aug 30 00:02:55.943 INFO kablam! | Aug 30 00:02:55.943 INFO kablam! 24 | assert_eq!(a.checked_sub(b), None); Aug 30 00:02:55.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.944 INFO kablam! | Aug 30 00:02:55.944 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.944 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 30 00:02:55.944 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 30 00:02:55.944 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.944 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.944 INFO kablam! Aug 30 00:02:55.946 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.946 INFO kablam! --> tests/uint_tests.rs:25:2 Aug 30 00:02:55.946 INFO kablam! | Aug 30 00:02:55.946 INFO kablam! 25 | assert_eq!(a.checked_sub(a), Some(0.into())); Aug 30 00:02:55.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.946 INFO kablam! | Aug 30 00:02:55.946 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.946 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 30 00:02:55.946 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 30 00:02:55.946 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.947 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.947 INFO kablam! Aug 30 00:02:55.947 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.947 INFO kablam! --> tests/uint_tests.rs:25:2 Aug 30 00:02:55.947 INFO kablam! | Aug 30 00:02:55.947 INFO kablam! 25 | assert_eq!(a.checked_sub(a), Some(0.into())); Aug 30 00:02:55.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.947 INFO kablam! | Aug 30 00:02:55.947 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.947 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 30 00:02:55.947 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 30 00:02:55.947 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.947 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.947 INFO kablam! Aug 30 00:02:55.950 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.950 INFO kablam! --> tests/uint_tests.rs:27:2 Aug 30 00:02:55.950 INFO kablam! | Aug 30 00:02:55.950 INFO kablam! 27 | assert_eq!(a.checked_mul(b), None); Aug 30 00:02:55.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.950 INFO kablam! | Aug 30 00:02:55.950 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.950 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 30 00:02:55.950 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 30 00:02:55.950 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.950 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.950 INFO kablam! Aug 30 00:02:55.950 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.950 INFO kablam! --> tests/uint_tests.rs:27:2 Aug 30 00:02:55.950 INFO kablam! | Aug 30 00:02:55.950 INFO kablam! 27 | assert_eq!(a.checked_mul(b), None); Aug 30 00:02:55.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.951 INFO kablam! | Aug 30 00:02:55.951 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.951 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 30 00:02:55.951 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 30 00:02:55.951 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.951 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.951 INFO kablam! Aug 30 00:02:55.953 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.953 INFO kablam! --> tests/uint_tests.rs:28:2 Aug 30 00:02:55.953 INFO kablam! | Aug 30 00:02:55.953 INFO kablam! 28 | assert_eq!(a.checked_mul(a), Some(100.into())); Aug 30 00:02:55.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.953 INFO kablam! | Aug 30 00:02:55.953 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.953 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 30 00:02:55.953 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 30 00:02:55.953 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.953 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.953 INFO kablam! Aug 30 00:02:55.954 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.954 INFO kablam! --> tests/uint_tests.rs:28:2 Aug 30 00:02:55.954 INFO kablam! | Aug 30 00:02:55.954 INFO kablam! 28 | assert_eq!(a.checked_mul(a), Some(100.into())); Aug 30 00:02:55.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.954 INFO kablam! | Aug 30 00:02:55.954 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.954 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 30 00:02:55.954 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 30 00:02:55.954 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.954 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.954 INFO kablam! Aug 30 00:02:55.956 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.956 INFO kablam! --> tests/uint_tests.rs:30:2 Aug 30 00:02:55.956 INFO kablam! | Aug 30 00:02:55.956 INFO kablam! 30 | assert_eq!(a.checked_div(z), None); Aug 30 00:02:55.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.957 INFO kablam! | Aug 30 00:02:55.957 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.957 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 30 00:02:55.957 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 30 00:02:55.957 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.957 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.957 INFO kablam! Aug 30 00:02:55.957 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.957 INFO kablam! --> tests/uint_tests.rs:30:2 Aug 30 00:02:55.957 INFO kablam! | Aug 30 00:02:55.957 INFO kablam! 30 | assert_eq!(a.checked_div(z), None); Aug 30 00:02:55.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.957 INFO kablam! | Aug 30 00:02:55.957 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.957 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 30 00:02:55.957 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 30 00:02:55.957 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.957 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.957 INFO kablam! Aug 30 00:02:55.960 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.960 INFO kablam! --> tests/uint_tests.rs:31:2 Aug 30 00:02:55.960 INFO kablam! | Aug 30 00:02:55.960 INFO kablam! 31 | assert_eq!(a.checked_div(a), Some(1.into())); Aug 30 00:02:55.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.960 INFO kablam! | Aug 30 00:02:55.960 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.960 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 30 00:02:55.960 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 30 00:02:55.960 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.960 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.960 INFO kablam! Aug 30 00:02:55.961 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.961 INFO kablam! --> tests/uint_tests.rs:31:2 Aug 30 00:02:55.961 INFO kablam! | Aug 30 00:02:55.961 INFO kablam! 31 | assert_eq!(a.checked_div(a), Some(1.into())); Aug 30 00:02:55.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.961 INFO kablam! | Aug 30 00:02:55.961 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.961 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 30 00:02:55.961 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 30 00:02:55.961 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.961 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.961 INFO kablam! Aug 30 00:02:55.963 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.963 INFO kablam! --> tests/uint_tests.rs:33:2 Aug 30 00:02:55.963 INFO kablam! | Aug 30 00:02:55.963 INFO kablam! 33 | assert_eq!(a.checked_rem(z), None); Aug 30 00:02:55.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.963 INFO kablam! | Aug 30 00:02:55.963 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.963 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 30 00:02:55.963 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 30 00:02:55.964 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.964 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.964 INFO kablam! Aug 30 00:02:55.964 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.964 INFO kablam! --> tests/uint_tests.rs:33:2 Aug 30 00:02:55.964 INFO kablam! | Aug 30 00:02:55.964 INFO kablam! 33 | assert_eq!(a.checked_rem(z), None); Aug 30 00:02:55.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.964 INFO kablam! | Aug 30 00:02:55.964 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.964 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 30 00:02:55.964 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 30 00:02:55.964 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.964 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.964 INFO kablam! Aug 30 00:02:55.967 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.967 INFO kablam! --> tests/uint_tests.rs:34:2 Aug 30 00:02:55.967 INFO kablam! | Aug 30 00:02:55.967 INFO kablam! 34 | assert_eq!(a.checked_rem(a), Some(0.into())); Aug 30 00:02:55.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.967 INFO kablam! | Aug 30 00:02:55.967 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.967 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 30 00:02:55.967 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 30 00:02:55.967 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.967 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.967 INFO kablam! Aug 30 00:02:55.968 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.968 INFO kablam! --> tests/uint_tests.rs:34:2 Aug 30 00:02:55.968 INFO kablam! | Aug 30 00:02:55.968 INFO kablam! 34 | assert_eq!(a.checked_rem(a), Some(0.into())); Aug 30 00:02:55.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.968 INFO kablam! | Aug 30 00:02:55.968 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.968 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 30 00:02:55.968 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 30 00:02:55.968 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.968 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.968 INFO kablam! Aug 30 00:02:55.970 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.970 INFO kablam! --> tests/uint_tests.rs:36:2 Aug 30 00:02:55.970 INFO kablam! | Aug 30 00:02:55.970 INFO kablam! 36 | assert_eq!(a.checked_neg(), None); Aug 30 00:02:55.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.970 INFO kablam! | Aug 30 00:02:55.970 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.970 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 30 00:02:55.970 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 30 00:02:55.970 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.970 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.970 INFO kablam! Aug 30 00:02:55.971 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.971 INFO kablam! --> tests/uint_tests.rs:36:2 Aug 30 00:02:55.971 INFO kablam! | Aug 30 00:02:55.971 INFO kablam! 36 | assert_eq!(a.checked_neg(), None); Aug 30 00:02:55.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.972 INFO kablam! | Aug 30 00:02:55.972 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.972 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 30 00:02:55.972 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 30 00:02:55.972 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.972 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.972 INFO kablam! Aug 30 00:02:55.973 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.973 INFO kablam! --> tests/uint_tests.rs:37:2 Aug 30 00:02:55.973 INFO kablam! | Aug 30 00:02:55.973 INFO kablam! 37 | assert_eq!(z.checked_neg(), Some(z)); Aug 30 00:02:55.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.973 INFO kablam! | Aug 30 00:02:55.973 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.973 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 30 00:02:55.973 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 30 00:02:55.973 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.973 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.973 INFO kablam! Aug 30 00:02:55.974 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.974 INFO kablam! --> tests/uint_tests.rs:37:2 Aug 30 00:02:55.974 INFO kablam! | Aug 30 00:02:55.974 INFO kablam! 37 | assert_eq!(z.checked_neg(), Some(z)); Aug 30 00:02:55.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.974 INFO kablam! | Aug 30 00:02:55.974 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.974 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 30 00:02:55.974 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 30 00:02:55.974 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.974 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.974 INFO kablam! Aug 30 00:02:55.981 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.981 INFO kablam! --> tests/uint_tests.rs:49:2 Aug 30 00:02:55.981 INFO kablam! | Aug 30 00:02:55.981 INFO kablam! 49 | assert_eq!(e, ua); Aug 30 00:02:55.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.982 INFO kablam! | Aug 30 00:02:55.982 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.982 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:55.982 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.982 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.982 INFO kablam! Aug 30 00:02:55.982 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.982 INFO kablam! --> tests/uint_tests.rs:49:2 Aug 30 00:02:55.982 INFO kablam! | Aug 30 00:02:55.983 INFO kablam! 49 | assert_eq!(e, ua); Aug 30 00:02:55.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.983 INFO kablam! | Aug 30 00:02:55.983 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.983 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:55.983 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.983 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.983 INFO kablam! Aug 30 00:02:55.985 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.985 INFO kablam! --> tests/uint_tests.rs:50:2 Aug 30 00:02:55.985 INFO kablam! | Aug 30 00:02:55.985 INFO kablam! 50 | assert_eq!(e, ub); Aug 30 00:02:55.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.985 INFO kablam! | Aug 30 00:02:55.985 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.985 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:55.985 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.985 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.985 INFO kablam! Aug 30 00:02:55.986 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.986 INFO kablam! --> tests/uint_tests.rs:50:2 Aug 30 00:02:55.986 INFO kablam! | Aug 30 00:02:55.986 INFO kablam! 50 | assert_eq!(e, ub); Aug 30 00:02:55.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.986 INFO kablam! | Aug 30 00:02:55.986 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.986 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:55.986 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.986 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.986 INFO kablam! Aug 30 00:02:55.989 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.989 INFO kablam! --> tests/uint_tests.rs:51:2 Aug 30 00:02:55.989 INFO kablam! | Aug 30 00:02:55.990 INFO kablam! 51 | assert_eq!(e, uc); Aug 30 00:02:55.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.990 INFO kablam! | Aug 30 00:02:55.990 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.990 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:55.990 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.990 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.990 INFO kablam! Aug 30 00:02:55.990 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.990 INFO kablam! --> tests/uint_tests.rs:51:2 Aug 30 00:02:55.990 INFO kablam! | Aug 30 00:02:55.990 INFO kablam! 51 | assert_eq!(e, uc); Aug 30 00:02:55.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.990 INFO kablam! | Aug 30 00:02:55.990 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.990 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:55.990 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.990 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.990 INFO kablam! Aug 30 00:02:55.991 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.991 INFO kablam! --> tests/uint_tests.rs:52:2 Aug 30 00:02:55.991 INFO kablam! | Aug 30 00:02:55.991 INFO kablam! 52 | assert_eq!(e, ud); Aug 30 00:02:55.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.992 INFO kablam! | Aug 30 00:02:55.992 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.992 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:55.992 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.992 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.992 INFO kablam! Aug 30 00:02:55.992 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.992 INFO kablam! --> tests/uint_tests.rs:52:2 Aug 30 00:02:55.992 INFO kablam! | Aug 30 00:02:55.992 INFO kablam! 52 | assert_eq!(e, ud); Aug 30 00:02:55.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.992 INFO kablam! | Aug 30 00:02:55.992 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.992 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:55.992 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.993 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.993 INFO kablam! Aug 30 00:02:55.995 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.995 INFO kablam! --> tests/uint_tests.rs:56:2 Aug 30 00:02:55.995 INFO kablam! | Aug 30 00:02:55.995 INFO kablam! 56 | assert_eq!(e, va); Aug 30 00:02:55.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.995 INFO kablam! | Aug 30 00:02:55.996 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.996 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:55.996 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.996 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.996 INFO kablam! Aug 30 00:02:55.996 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.996 INFO kablam! --> tests/uint_tests.rs:56:2 Aug 30 00:02:55.996 INFO kablam! | Aug 30 00:02:55.996 INFO kablam! 56 | assert_eq!(e, va); Aug 30 00:02:55.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.996 INFO kablam! | Aug 30 00:02:55.996 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.996 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:55.996 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.996 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.996 INFO kablam! Aug 30 00:02:55.998 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.998 INFO kablam! --> tests/uint_tests.rs:59:2 Aug 30 00:02:55.998 INFO kablam! | Aug 30 00:02:55.998 INFO kablam! 59 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from(&[0x10u8, 0x10][..])); Aug 30 00:02:55.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.998 INFO kablam! | Aug 30 00:02:55.999 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:55.999 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:55.999 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:55.999 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:55.999 INFO kablam! Aug 30 00:02:55.999 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:55.999 INFO kablam! --> tests/uint_tests.rs:59:2 Aug 30 00:02:55.999 INFO kablam! | Aug 30 00:02:55.999 INFO kablam! 59 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from(&[0x10u8, 0x10][..])); Aug 30 00:02:55.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:55.999 INFO kablam! | Aug 30 00:02:55.999 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.000 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.000 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.000 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.000 INFO kablam! Aug 30 00:02:56.001 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.002 INFO kablam! --> tests/uint_tests.rs:60:2 Aug 30 00:02:56.002 INFO kablam! | Aug 30 00:02:56.002 INFO kablam! 60 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from(&[0x12u8, 0xf0][..])); Aug 30 00:02:56.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.002 INFO kablam! | Aug 30 00:02:56.002 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.002 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.002 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.002 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.002 INFO kablam! Aug 30 00:02:56.002 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.002 INFO kablam! --> tests/uint_tests.rs:60:2 Aug 30 00:02:56.002 INFO kablam! | Aug 30 00:02:56.002 INFO kablam! 60 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from(&[0x12u8, 0xf0][..])); Aug 30 00:02:56.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.002 INFO kablam! | Aug 30 00:02:56.002 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.003 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.003 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.003 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.003 INFO kablam! Aug 30 00:02:56.005 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.005 INFO kablam! --> tests/uint_tests.rs:61:2 Aug 30 00:02:56.005 INFO kablam! | Aug 30 00:02:56.005 INFO kablam! 61 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from(&[0, 0x12u8, 0xf0][..])); Aug 30 00:02:56.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.005 INFO kablam! | Aug 30 00:02:56.005 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.005 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.005 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.005 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.005 INFO kablam! Aug 30 00:02:56.005 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.005 INFO kablam! --> tests/uint_tests.rs:61:2 Aug 30 00:02:56.005 INFO kablam! | Aug 30 00:02:56.005 INFO kablam! 61 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from(&[0, 0x12u8, 0xf0][..])); Aug 30 00:02:56.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.006 INFO kablam! | Aug 30 00:02:56.006 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.006 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.006 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.006 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.006 INFO kablam! Aug 30 00:02:56.008 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.008 INFO kablam! --> tests/uint_tests.rs:62:2 Aug 30 00:02:56.008 INFO kablam! | Aug 30 00:02:56.008 INFO kablam! 62 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from(&[0, 0, 0, 0, 0, 0, 0, 0x12u8, 0xf0][..])); Aug 30 00:02:56.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.008 INFO kablam! | Aug 30 00:02:56.008 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.008 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.008 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.008 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.008 INFO kablam! Aug 30 00:02:56.008 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.008 INFO kablam! --> tests/uint_tests.rs:62:2 Aug 30 00:02:56.009 INFO kablam! | Aug 30 00:02:56.009 INFO kablam! 62 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from(&[0, 0, 0, 0, 0, 0, 0, 0x12u8, 0xf0][..])); Aug 30 00:02:56.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.009 INFO kablam! | Aug 30 00:02:56.009 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.009 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.009 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.009 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.009 INFO kablam! Aug 30 00:02:56.011 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.011 INFO kablam! --> tests/uint_tests.rs:63:2 Aug 30 00:02:56.011 INFO kablam! | Aug 30 00:02:56.011 INFO kablam! 63 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from(&[1, 0, 0, 0, 0, 0, 0, 0x12u8, 0xf0][..])); Aug 30 00:02:56.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.011 INFO kablam! | Aug 30 00:02:56.011 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.011 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.012 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.012 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.012 INFO kablam! Aug 30 00:02:56.012 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.012 INFO kablam! --> tests/uint_tests.rs:63:2 Aug 30 00:02:56.012 INFO kablam! | Aug 30 00:02:56.012 INFO kablam! 63 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from(&[1, 0, 0, 0, 0, 0, 0, 0x12u8, 0xf0][..])); Aug 30 00:02:56.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.012 INFO kablam! | Aug 30 00:02:56.012 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.012 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.012 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.012 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.012 INFO kablam! Aug 30 00:02:56.014 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.014 INFO kablam! --> tests/uint_tests.rs:64:2 Aug 30 00:02:56.014 INFO kablam! | Aug 30 00:02:56.015 INFO kablam! 64 | assert_eq!( Aug 30 00:02:56.015 INFO kablam! | _____^ Aug 30 00:02:56.015 INFO kablam! 65 | | U256([0x12f0, 1 , 0x0910203040506077, 0x8090a0b0c0d0e0f0]), Aug 30 00:02:56.015 INFO kablam! 66 | | U256::from(& Aug 30 00:02:56.015 INFO kablam! 67 | | [ Aug 30 00:02:56.015 INFO kablam! ... | Aug 30 00:02:56.015 INFO kablam! 73 | | ) Aug 30 00:02:56.015 INFO kablam! 74 | | ); Aug 30 00:02:56.015 INFO kablam! | |______^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.015 INFO kablam! | Aug 30 00:02:56.015 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.015 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.015 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.015 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.015 INFO kablam! Aug 30 00:02:56.015 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.015 INFO kablam! --> tests/uint_tests.rs:64:2 Aug 30 00:02:56.015 INFO kablam! | Aug 30 00:02:56.015 INFO kablam! 64 | assert_eq!( Aug 30 00:02:56.015 INFO kablam! | _____^ Aug 30 00:02:56.015 INFO kablam! 65 | | U256([0x12f0, 1 , 0x0910203040506077, 0x8090a0b0c0d0e0f0]), Aug 30 00:02:56.015 INFO kablam! 66 | | U256::from(& Aug 30 00:02:56.015 INFO kablam! 67 | | [ Aug 30 00:02:56.016 INFO kablam! ... | Aug 30 00:02:56.016 INFO kablam! 73 | | ) Aug 30 00:02:56.016 INFO kablam! 74 | | ); Aug 30 00:02:56.016 INFO kablam! | |______^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.016 INFO kablam! | Aug 30 00:02:56.016 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.016 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.016 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.016 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.016 INFO kablam! Aug 30 00:02:56.017 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.017 INFO kablam! --> tests/uint_tests.rs:75:2 Aug 30 00:02:56.017 INFO kablam! | Aug 30 00:02:56.017 INFO kablam! 75 | assert_eq!( Aug 30 00:02:56.017 INFO kablam! | _____^ Aug 30 00:02:56.017 INFO kablam! 76 | | U256([0x00192437100019fa, 0x243710, 0, 0]), Aug 30 00:02:56.018 INFO kablam! 77 | | U256::from(&[0x24u8, 0x37, 0x10,0, 0x19, 0x24, 0x37, 0x10, 0, 0x19, 0xfa][..]) Aug 30 00:02:56.018 INFO kablam! 78 | | ); Aug 30 00:02:56.018 INFO kablam! | |______^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.018 INFO kablam! | Aug 30 00:02:56.018 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.018 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.018 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.018 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.018 INFO kablam! Aug 30 00:02:56.018 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.018 INFO kablam! --> tests/uint_tests.rs:75:2 Aug 30 00:02:56.018 INFO kablam! | Aug 30 00:02:56.018 INFO kablam! 75 | assert_eq!( Aug 30 00:02:56.018 INFO kablam! | _____^ Aug 30 00:02:56.018 INFO kablam! 76 | | U256([0x00192437100019fa, 0x243710, 0, 0]), Aug 30 00:02:56.018 INFO kablam! 77 | | U256::from(&[0x24u8, 0x37, 0x10,0, 0x19, 0x24, 0x37, 0x10, 0, 0x19, 0xfa][..]) Aug 30 00:02:56.018 INFO kablam! 78 | | ); Aug 30 00:02:56.018 INFO kablam! | |______^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.018 INFO kablam! | Aug 30 00:02:56.018 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.018 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.018 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.018 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.018 INFO kablam! Aug 30 00:02:56.047 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.047 INFO kablam! --> tests/uint_tests.rs:81:11 Aug 30 00:02:56.047 INFO kablam! | Aug 30 00:02:56.047 INFO kablam! 81 | let sa = U256::from_str("0a").unwrap(); Aug 30 00:02:56.047 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.047 INFO kablam! Aug 30 00:02:56.048 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.049 INFO kablam! --> tests/uint_tests.rs:82:2 Aug 30 00:02:56.049 INFO kablam! | Aug 30 00:02:56.049 INFO kablam! 82 | assert_eq!(e, sa); Aug 30 00:02:56.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.049 INFO kablam! | Aug 30 00:02:56.049 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.049 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.049 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.049 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.049 INFO kablam! Aug 30 00:02:56.049 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.049 INFO kablam! --> tests/uint_tests.rs:82:2 Aug 30 00:02:56.049 INFO kablam! | Aug 30 00:02:56.049 INFO kablam! 82 | assert_eq!(e, sa); Aug 30 00:02:56.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.049 INFO kablam! | Aug 30 00:02:56.049 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.049 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.049 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.049 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.049 INFO kablam! Aug 30 00:02:56.051 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.051 INFO kablam! --> tests/uint_tests.rs:83:38 Aug 30 00:02:56.051 INFO kablam! | Aug 30 00:02:56.051 INFO kablam! 83 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Aug 30 00:02:56.051 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.051 INFO kablam! Aug 30 00:02:56.053 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.053 INFO kablam! --> tests/uint_tests.rs:84:38 Aug 30 00:02:56.053 INFO kablam! | Aug 30 00:02:56.053 INFO kablam! 84 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 30 00:02:56.053 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.053 INFO kablam! Aug 30 00:02:56.056 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.056 INFO kablam! --> tests/uint_tests.rs:85:38 Aug 30 00:02:56.056 INFO kablam! | Aug 30 00:02:56.056 INFO kablam! 85 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 30 00:02:56.056 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.056 INFO kablam! Aug 30 00:02:56.058 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.058 INFO kablam! --> tests/uint_tests.rs:86:39 Aug 30 00:02:56.058 INFO kablam! | Aug 30 00:02:56.058 INFO kablam! 86 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Aug 30 00:02:56.058 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.058 INFO kablam! Aug 30 00:02:56.061 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.061 INFO kablam! --> tests/uint_tests.rs:87:39 Aug 30 00:02:56.061 INFO kablam! | Aug 30 00:02:56.061 INFO kablam! 87 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Aug 30 00:02:56.061 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.061 INFO kablam! Aug 30 00:02:56.064 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.064 INFO kablam! --> tests/uint_tests.rs:90:3 Aug 30 00:02:56.064 INFO kablam! | Aug 30 00:02:56.064 INFO kablam! 90 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Aug 30 00:02:56.064 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.064 INFO kablam! Aug 30 00:02:56.066 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.066 INFO kablam! --> tests/uint_tests.rs:92:11 Aug 30 00:02:56.066 INFO kablam! | Aug 30 00:02:56.066 INFO kablam! 92 | let sa = U256::from_str("0a").unwrap(); Aug 30 00:02:56.066 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.066 INFO kablam! Aug 30 00:02:56.068 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.068 INFO kablam! --> tests/uint_tests.rs:93:2 Aug 30 00:02:56.068 INFO kablam! | Aug 30 00:02:56.068 INFO kablam! 93 | assert_eq!(e, sa); Aug 30 00:02:56.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.069 INFO kablam! | Aug 30 00:02:56.069 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.069 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.069 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.069 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.069 INFO kablam! Aug 30 00:02:56.069 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.069 INFO kablam! --> tests/uint_tests.rs:93:2 Aug 30 00:02:56.069 INFO kablam! | Aug 30 00:02:56.069 INFO kablam! 93 | assert_eq!(e, sa); Aug 30 00:02:56.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.069 INFO kablam! | Aug 30 00:02:56.070 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.070 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.070 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.070 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.070 INFO kablam! Aug 30 00:02:56.070 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.071 INFO kablam! --> tests/uint_tests.rs:94:38 Aug 30 00:02:56.071 INFO kablam! | Aug 30 00:02:56.071 INFO kablam! 94 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Aug 30 00:02:56.071 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.071 INFO kablam! Aug 30 00:02:56.074 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.074 INFO kablam! --> tests/uint_tests.rs:95:38 Aug 30 00:02:56.074 INFO kablam! | Aug 30 00:02:56.074 INFO kablam! 95 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 30 00:02:56.074 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.075 INFO kablam! Aug 30 00:02:56.076 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.076 INFO kablam! --> tests/uint_tests.rs:96:38 Aug 30 00:02:56.076 INFO kablam! | Aug 30 00:02:56.076 INFO kablam! 96 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 30 00:02:56.076 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.076 INFO kablam! Aug 30 00:02:56.079 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.079 INFO kablam! --> tests/uint_tests.rs:97:39 Aug 30 00:02:56.079 INFO kablam! | Aug 30 00:02:56.079 INFO kablam! 97 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Aug 30 00:02:56.079 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.079 INFO kablam! Aug 30 00:02:56.082 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.082 INFO kablam! --> tests/uint_tests.rs:98:39 Aug 30 00:02:56.082 INFO kablam! | Aug 30 00:02:56.082 INFO kablam! 98 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Aug 30 00:02:56.083 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.083 INFO kablam! Aug 30 00:02:56.086 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.086 INFO kablam! --> tests/uint_tests.rs:101:3 Aug 30 00:02:56.086 INFO kablam! | Aug 30 00:02:56.087 INFO kablam! 101 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Aug 30 00:02:56.087 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.087 INFO kablam! Aug 30 00:02:56.089 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.089 INFO kablam! --> tests/uint_tests.rs:103:11 Aug 30 00:02:56.089 INFO kablam! | Aug 30 00:02:56.089 INFO kablam! 103 | let sa = U256::from_str("0a").unwrap(); Aug 30 00:02:56.089 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.089 INFO kablam! Aug 30 00:02:56.090 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.090 INFO kablam! --> tests/uint_tests.rs:104:2 Aug 30 00:02:56.090 INFO kablam! | Aug 30 00:02:56.090 INFO kablam! 104 | assert_eq!(e, sa); Aug 30 00:02:56.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.090 INFO kablam! | Aug 30 00:02:56.090 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.090 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.090 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.090 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.090 INFO kablam! Aug 30 00:02:56.091 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.091 INFO kablam! --> tests/uint_tests.rs:104:2 Aug 30 00:02:56.091 INFO kablam! | Aug 30 00:02:56.091 INFO kablam! 104 | assert_eq!(e, sa); Aug 30 00:02:56.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.091 INFO kablam! | Aug 30 00:02:56.091 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.091 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.091 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.091 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.091 INFO kablam! Aug 30 00:02:56.092 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.092 INFO kablam! --> tests/uint_tests.rs:105:38 Aug 30 00:02:56.092 INFO kablam! | Aug 30 00:02:56.092 INFO kablam! 105 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Aug 30 00:02:56.092 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.093 INFO kablam! Aug 30 00:02:56.095 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.095 INFO kablam! --> tests/uint_tests.rs:106:38 Aug 30 00:02:56.095 INFO kablam! | Aug 30 00:02:56.096 INFO kablam! 106 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 30 00:02:56.096 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.096 INFO kablam! Aug 30 00:02:56.098 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.099 INFO kablam! --> tests/uint_tests.rs:107:38 Aug 30 00:02:56.099 INFO kablam! | Aug 30 00:02:56.099 INFO kablam! 107 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 30 00:02:56.099 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.099 INFO kablam! Aug 30 00:02:56.102 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.102 INFO kablam! --> tests/uint_tests.rs:108:39 Aug 30 00:02:56.102 INFO kablam! | Aug 30 00:02:56.102 INFO kablam! 108 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Aug 30 00:02:56.102 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.102 INFO kablam! Aug 30 00:02:56.105 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.105 INFO kablam! --> tests/uint_tests.rs:109:39 Aug 30 00:02:56.105 INFO kablam! | Aug 30 00:02:56.105 INFO kablam! 109 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Aug 30 00:02:56.105 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.105 INFO kablam! Aug 30 00:02:56.109 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.109 INFO kablam! --> tests/uint_tests.rs:112:3 Aug 30 00:02:56.109 INFO kablam! | Aug 30 00:02:56.109 INFO kablam! 112 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Aug 30 00:02:56.109 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.109 INFO kablam! Aug 30 00:02:56.112 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.112 INFO kablam! --> tests/uint_tests.rs:114:11 Aug 30 00:02:56.113 INFO kablam! | Aug 30 00:02:56.113 INFO kablam! 114 | let sa = U256::from_str("0a").unwrap(); Aug 30 00:02:56.113 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.113 INFO kablam! Aug 30 00:02:56.115 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.115 INFO kablam! --> tests/uint_tests.rs:115:2 Aug 30 00:02:56.115 INFO kablam! | Aug 30 00:02:56.115 INFO kablam! 115 | assert_eq!(e, sa); Aug 30 00:02:56.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.116 INFO kablam! | Aug 30 00:02:56.116 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.116 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.116 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.116 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.116 INFO kablam! Aug 30 00:02:56.116 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.116 INFO kablam! --> tests/uint_tests.rs:115:2 Aug 30 00:02:56.116 INFO kablam! | Aug 30 00:02:56.116 INFO kablam! 115 | assert_eq!(e, sa); Aug 30 00:02:56.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.116 INFO kablam! | Aug 30 00:02:56.116 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.116 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.116 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.116 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.116 INFO kablam! Aug 30 00:02:56.118 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.118 INFO kablam! --> tests/uint_tests.rs:116:38 Aug 30 00:02:56.118 INFO kablam! | Aug 30 00:02:56.118 INFO kablam! 116 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Aug 30 00:02:56.118 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.118 INFO kablam! Aug 30 00:02:56.121 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.121 INFO kablam! --> tests/uint_tests.rs:117:38 Aug 30 00:02:56.121 INFO kablam! | Aug 30 00:02:56.121 INFO kablam! 117 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 30 00:02:56.122 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.122 INFO kablam! Aug 30 00:02:56.125 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.125 INFO kablam! --> tests/uint_tests.rs:118:38 Aug 30 00:02:56.125 INFO kablam! | Aug 30 00:02:56.125 INFO kablam! 118 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 30 00:02:56.125 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.125 INFO kablam! Aug 30 00:02:56.129 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.129 INFO kablam! --> tests/uint_tests.rs:119:39 Aug 30 00:02:56.129 INFO kablam! | Aug 30 00:02:56.129 INFO kablam! 119 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Aug 30 00:02:56.129 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.129 INFO kablam! Aug 30 00:02:56.132 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.132 INFO kablam! --> tests/uint_tests.rs:120:39 Aug 30 00:02:56.132 INFO kablam! | Aug 30 00:02:56.132 INFO kablam! 120 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Aug 30 00:02:56.132 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.132 INFO kablam! Aug 30 00:02:56.136 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.136 INFO kablam! --> tests/uint_tests.rs:123:3 Aug 30 00:02:56.136 INFO kablam! | Aug 30 00:02:56.136 INFO kablam! 123 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Aug 30 00:02:56.137 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.137 INFO kablam! Aug 30 00:02:56.140 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.140 INFO kablam! --> tests/uint_tests.rs:125:11 Aug 30 00:02:56.140 INFO kablam! | Aug 30 00:02:56.140 INFO kablam! 125 | let sa = U256::from_str("0a").unwrap(); Aug 30 00:02:56.140 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.140 INFO kablam! Aug 30 00:02:56.142 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.143 INFO kablam! --> tests/uint_tests.rs:126:2 Aug 30 00:02:56.143 INFO kablam! | Aug 30 00:02:56.143 INFO kablam! 126 | assert_eq!(e, sa); Aug 30 00:02:56.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.143 INFO kablam! | Aug 30 00:02:56.143 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.143 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.143 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.143 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.143 INFO kablam! Aug 30 00:02:56.143 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.143 INFO kablam! --> tests/uint_tests.rs:126:2 Aug 30 00:02:56.143 INFO kablam! | Aug 30 00:02:56.143 INFO kablam! 126 | assert_eq!(e, sa); Aug 30 00:02:56.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.143 INFO kablam! | Aug 30 00:02:56.143 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.144 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.144 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.144 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.144 INFO kablam! Aug 30 00:02:56.145 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.145 INFO kablam! --> tests/uint_tests.rs:127:38 Aug 30 00:02:56.145 INFO kablam! | Aug 30 00:02:56.145 INFO kablam! 127 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Aug 30 00:02:56.145 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.145 INFO kablam! Aug 30 00:02:56.151 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.151 INFO kablam! --> tests/uint_tests.rs:128:38 Aug 30 00:02:56.151 INFO kablam! | Aug 30 00:02:56.152 INFO kablam! 128 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 30 00:02:56.152 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.152 INFO kablam! Aug 30 00:02:56.154 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.154 INFO kablam! --> tests/uint_tests.rs:129:38 Aug 30 00:02:56.154 INFO kablam! | Aug 30 00:02:56.154 INFO kablam! 129 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 30 00:02:56.154 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.155 INFO kablam! Aug 30 00:02:56.161 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.161 INFO kablam! --> tests/uint_tests.rs:130:39 Aug 30 00:02:56.161 INFO kablam! | Aug 30 00:02:56.161 INFO kablam! 130 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Aug 30 00:02:56.161 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.161 INFO kablam! Aug 30 00:02:56.172 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.172 INFO kablam! --> tests/uint_tests.rs:131:39 Aug 30 00:02:56.172 INFO kablam! | Aug 30 00:02:56.172 INFO kablam! 131 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Aug 30 00:02:56.172 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.172 INFO kablam! Aug 30 00:02:56.175 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.175 INFO kablam! --> tests/uint_tests.rs:134:3 Aug 30 00:02:56.175 INFO kablam! | Aug 30 00:02:56.175 INFO kablam! 134 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Aug 30 00:02:56.175 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.175 INFO kablam! Aug 30 00:02:56.182 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.182 INFO kablam! --> tests/uint_tests.rs:136:11 Aug 30 00:02:56.182 INFO kablam! | Aug 30 00:02:56.182 INFO kablam! 136 | let sa = U256::from_str("0a").unwrap(); Aug 30 00:02:56.182 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.182 INFO kablam! Aug 30 00:02:56.186 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.186 INFO kablam! --> tests/uint_tests.rs:137:2 Aug 30 00:02:56.186 INFO kablam! | Aug 30 00:02:56.186 INFO kablam! 137 | assert_eq!(e, sa); Aug 30 00:02:56.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.186 INFO kablam! | Aug 30 00:02:56.186 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.186 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.186 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.187 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.187 INFO kablam! Aug 30 00:02:56.188 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.188 INFO kablam! --> tests/uint_tests.rs:137:2 Aug 30 00:02:56.188 INFO kablam! | Aug 30 00:02:56.188 INFO kablam! 137 | assert_eq!(e, sa); Aug 30 00:02:56.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.188 INFO kablam! | Aug 30 00:02:56.188 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.188 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.188 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.188 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.188 INFO kablam! Aug 30 00:02:56.191 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.191 INFO kablam! --> tests/uint_tests.rs:138:38 Aug 30 00:02:56.191 INFO kablam! | Aug 30 00:02:56.191 INFO kablam! 138 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Aug 30 00:02:56.191 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.191 INFO kablam! Aug 30 00:02:56.198 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.199 INFO kablam! --> tests/uint_tests.rs:139:38 Aug 30 00:02:56.199 INFO kablam! | Aug 30 00:02:56.199 INFO kablam! 139 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 30 00:02:56.199 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.199 INFO kablam! Aug 30 00:02:56.205 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.205 INFO kablam! --> tests/uint_tests.rs:140:38 Aug 30 00:02:56.205 INFO kablam! | Aug 30 00:02:56.205 INFO kablam! 140 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 30 00:02:56.206 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.206 INFO kablam! Aug 30 00:02:56.210 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.210 INFO kablam! --> tests/uint_tests.rs:141:39 Aug 30 00:02:56.210 INFO kablam! | Aug 30 00:02:56.210 INFO kablam! 141 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Aug 30 00:02:56.210 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.210 INFO kablam! Aug 30 00:02:56.215 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.215 INFO kablam! --> tests/uint_tests.rs:142:39 Aug 30 00:02:56.216 INFO kablam! | Aug 30 00:02:56.216 INFO kablam! 142 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Aug 30 00:02:56.216 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.216 INFO kablam! Aug 30 00:02:56.221 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.221 INFO kablam! --> tests/uint_tests.rs:145:3 Aug 30 00:02:56.221 INFO kablam! | Aug 30 00:02:56.221 INFO kablam! 145 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Aug 30 00:02:56.221 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.221 INFO kablam! Aug 30 00:02:56.226 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.226 INFO kablam! --> tests/uint_tests.rs:147:11 Aug 30 00:02:56.226 INFO kablam! | Aug 30 00:02:56.226 INFO kablam! 147 | let sa = U256::from_str("0a").unwrap(); Aug 30 00:02:56.226 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.226 INFO kablam! Aug 30 00:02:56.229 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.229 INFO kablam! --> tests/uint_tests.rs:148:2 Aug 30 00:02:56.229 INFO kablam! | Aug 30 00:02:56.229 INFO kablam! 148 | assert_eq!(e, sa); Aug 30 00:02:56.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.229 INFO kablam! | Aug 30 00:02:56.229 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.229 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.229 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.229 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.229 INFO kablam! Aug 30 00:02:56.230 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.230 INFO kablam! --> tests/uint_tests.rs:148:2 Aug 30 00:02:56.230 INFO kablam! | Aug 30 00:02:56.230 INFO kablam! 148 | assert_eq!(e, sa); Aug 30 00:02:56.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.230 INFO kablam! | Aug 30 00:02:56.230 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.230 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.231 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.231 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.231 INFO kablam! Aug 30 00:02:56.232 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.232 INFO kablam! --> tests/uint_tests.rs:149:38 Aug 30 00:02:56.232 INFO kablam! | Aug 30 00:02:56.232 INFO kablam! 149 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Aug 30 00:02:56.232 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.232 INFO kablam! Aug 30 00:02:56.237 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.237 INFO kablam! --> tests/uint_tests.rs:150:38 Aug 30 00:02:56.237 INFO kablam! | Aug 30 00:02:56.237 INFO kablam! 150 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 30 00:02:56.237 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.237 INFO kablam! Aug 30 00:02:56.242 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.242 INFO kablam! --> tests/uint_tests.rs:151:38 Aug 30 00:02:56.242 INFO kablam! | Aug 30 00:02:56.242 INFO kablam! 151 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 30 00:02:56.242 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.243 INFO kablam! Aug 30 00:02:56.248 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.248 INFO kablam! --> tests/uint_tests.rs:152:39 Aug 30 00:02:56.248 INFO kablam! | Aug 30 00:02:56.248 INFO kablam! 152 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Aug 30 00:02:56.248 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.248 INFO kablam! Aug 30 00:02:56.260 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.260 INFO kablam! --> tests/uint_tests.rs:153:39 Aug 30 00:02:56.260 INFO kablam! | Aug 30 00:02:56.260 INFO kablam! 153 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Aug 30 00:02:56.260 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.260 INFO kablam! Aug 30 00:02:56.260 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.260 INFO kablam! --> tests/uint_tests.rs:156:3 Aug 30 00:02:56.260 INFO kablam! | Aug 30 00:02:56.260 INFO kablam! 156 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Aug 30 00:02:56.260 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.260 INFO kablam! Aug 30 00:02:56.267 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.267 INFO kablam! --> tests/uint_tests.rs:158:11 Aug 30 00:02:56.267 INFO kablam! | Aug 30 00:02:56.267 INFO kablam! 158 | let sa = U256::from_str("0a").unwrap(); Aug 30 00:02:56.267 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.267 INFO kablam! Aug 30 00:02:56.272 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.272 INFO kablam! --> tests/uint_tests.rs:159:2 Aug 30 00:02:56.272 INFO kablam! | Aug 30 00:02:56.272 INFO kablam! 159 | assert_eq!(e, sa); Aug 30 00:02:56.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.272 INFO kablam! | Aug 30 00:02:56.272 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.272 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.272 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.272 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.272 INFO kablam! Aug 30 00:02:56.273 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.273 INFO kablam! --> tests/uint_tests.rs:159:2 Aug 30 00:02:56.273 INFO kablam! | Aug 30 00:02:56.273 INFO kablam! 159 | assert_eq!(e, sa); Aug 30 00:02:56.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.273 INFO kablam! | Aug 30 00:02:56.273 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.274 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.274 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.274 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.274 INFO kablam! Aug 30 00:02:56.276 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.276 INFO kablam! --> tests/uint_tests.rs:160:38 Aug 30 00:02:56.276 INFO kablam! | Aug 30 00:02:56.276 INFO kablam! 160 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Aug 30 00:02:56.276 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.276 INFO kablam! Aug 30 00:02:56.284 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.284 INFO kablam! --> tests/uint_tests.rs:161:38 Aug 30 00:02:56.284 INFO kablam! | Aug 30 00:02:56.284 INFO kablam! 161 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 30 00:02:56.284 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.284 INFO kablam! Aug 30 00:02:56.289 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.289 INFO kablam! --> tests/uint_tests.rs:162:38 Aug 30 00:02:56.289 INFO kablam! | Aug 30 00:02:56.289 INFO kablam! 162 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 30 00:02:56.289 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.289 INFO kablam! Aug 30 00:02:56.296 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.296 INFO kablam! --> tests/uint_tests.rs:163:39 Aug 30 00:02:56.296 INFO kablam! | Aug 30 00:02:56.296 INFO kablam! 163 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Aug 30 00:02:56.296 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.296 INFO kablam! Aug 30 00:02:56.305 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.305 INFO kablam! --> tests/uint_tests.rs:164:39 Aug 30 00:02:56.305 INFO kablam! | Aug 30 00:02:56.305 INFO kablam! 164 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Aug 30 00:02:56.305 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.305 INFO kablam! Aug 30 00:02:56.311 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.311 INFO kablam! --> tests/uint_tests.rs:167:3 Aug 30 00:02:56.311 INFO kablam! | Aug 30 00:02:56.311 INFO kablam! 167 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Aug 30 00:02:56.311 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.311 INFO kablam! Aug 30 00:02:56.325 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.325 INFO kablam! --> tests/uint_tests.rs:174:13 Aug 30 00:02:56.325 INFO kablam! | Aug 30 00:02:56.325 INFO kablam! 174 | let uint = U256::from_str(hex).unwrap(); Aug 30 00:02:56.326 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.326 INFO kablam! Aug 30 00:02:56.416 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.416 INFO kablam! --> tests/uint_tests.rs:242:2 Aug 30 00:02:56.416 INFO kablam! | Aug 30 00:02:56.416 INFO kablam! 242 | assert_eq!(add, U256([0xBD5B7DDFBD5B7DDEu64, 1, 0, 0])); Aug 30 00:02:56.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.416 INFO kablam! | Aug 30 00:02:56.416 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.416 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.416 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.416 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.416 INFO kablam! Aug 30 00:02:56.417 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.417 INFO kablam! --> tests/uint_tests.rs:242:2 Aug 30 00:02:56.417 INFO kablam! | Aug 30 00:02:56.417 INFO kablam! 242 | assert_eq!(add, U256([0xBD5B7DDFBD5B7DDEu64, 1, 0, 0])); Aug 30 00:02:56.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.417 INFO kablam! | Aug 30 00:02:56.417 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.417 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.417 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.417 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.417 INFO kablam! Aug 30 00:02:56.419 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.419 INFO kablam! --> tests/uint_tests.rs:245:2 Aug 30 00:02:56.419 INFO kablam! | Aug 30 00:02:56.419 INFO kablam! 245 | assert_eq!(shl, U256([0u64, 0xDFBD5B7DDE000000, 0x1BD5B7D, 0])); Aug 30 00:02:56.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.419 INFO kablam! | Aug 30 00:02:56.419 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.419 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.419 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.419 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.420 INFO kablam! Aug 30 00:02:56.420 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.420 INFO kablam! --> tests/uint_tests.rs:245:2 Aug 30 00:02:56.420 INFO kablam! | Aug 30 00:02:56.420 INFO kablam! 245 | assert_eq!(shl, U256([0u64, 0xDFBD5B7DDE000000, 0x1BD5B7D, 0])); Aug 30 00:02:56.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.420 INFO kablam! | Aug 30 00:02:56.420 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.420 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.420 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.420 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.420 INFO kablam! Aug 30 00:02:56.423 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.423 INFO kablam! --> tests/uint_tests.rs:247:2 Aug 30 00:02:56.423 INFO kablam! | Aug 30 00:02:56.423 INFO kablam! 247 | assert_eq!(shr, U256([0x7DDE000000000000u64, 0x0001BD5B7DDFBD5B, 0, 0])); Aug 30 00:02:56.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.423 INFO kablam! | Aug 30 00:02:56.423 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.423 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.423 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.423 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.423 INFO kablam! Aug 30 00:02:56.423 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.423 INFO kablam! --> tests/uint_tests.rs:247:2 Aug 30 00:02:56.423 INFO kablam! | Aug 30 00:02:56.423 INFO kablam! 247 | assert_eq!(shr, U256([0x7DDE000000000000u64, 0x0001BD5B7DDFBD5B, 0, 0])); Aug 30 00:02:56.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.423 INFO kablam! | Aug 30 00:02:56.423 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.423 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.424 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.424 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.424 INFO kablam! Aug 30 00:02:56.426 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.426 INFO kablam! --> tests/uint_tests.rs:250:2 Aug 30 00:02:56.426 INFO kablam! | Aug 30 00:02:56.426 INFO kablam! 250 | assert_eq!(incr, U256([0x7DDE000000000001u64, 0x0001BD5B7DDFBD5B, 0, 0])); Aug 30 00:02:56.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.426 INFO kablam! | Aug 30 00:02:56.426 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.426 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.426 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.426 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.427 INFO kablam! Aug 30 00:02:56.427 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.427 INFO kablam! --> tests/uint_tests.rs:250:2 Aug 30 00:02:56.427 INFO kablam! | Aug 30 00:02:56.427 INFO kablam! 250 | assert_eq!(incr, U256([0x7DDE000000000001u64, 0x0001BD5B7DDFBD5B, 0, 0])); Aug 30 00:02:56.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.427 INFO kablam! | Aug 30 00:02:56.427 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.427 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.427 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.428 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.428 INFO kablam! Aug 30 00:02:56.429 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.429 INFO kablam! --> tests/uint_tests.rs:253:2 Aug 30 00:02:56.429 INFO kablam! | Aug 30 00:02:56.429 INFO kablam! 253 | assert_eq!(sub, U256([0x9F30411021524112u64, 0x0001BD5B7DDFBD5A, 0, 0])); Aug 30 00:02:56.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.429 INFO kablam! | Aug 30 00:02:56.429 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.430 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.430 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.430 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.430 INFO kablam! Aug 30 00:02:56.430 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.430 INFO kablam! --> tests/uint_tests.rs:253:2 Aug 30 00:02:56.430 INFO kablam! | Aug 30 00:02:56.430 INFO kablam! 253 | assert_eq!(sub, U256([0x9F30411021524112u64, 0x0001BD5B7DDFBD5A, 0, 0])); Aug 30 00:02:56.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.430 INFO kablam! | Aug 30 00:02:56.430 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.430 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.430 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.430 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.430 INFO kablam! Aug 30 00:02:56.436 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.436 INFO kablam! --> tests/uint_tests.rs:256:2 Aug 30 00:02:56.436 INFO kablam! | Aug 30 00:02:56.436 INFO kablam! 256 | assert_eq!(mult, U256([0x8C8C3EE70C644118u64, 0x0209E7378231E632, 0, 0])); Aug 30 00:02:56.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.436 INFO kablam! | Aug 30 00:02:56.436 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.436 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.436 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.437 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.437 INFO kablam! Aug 30 00:02:56.437 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.437 INFO kablam! --> tests/uint_tests.rs:256:2 Aug 30 00:02:56.437 INFO kablam! | Aug 30 00:02:56.437 INFO kablam! 256 | assert_eq!(mult, U256([0x8C8C3EE70C644118u64, 0x0209E7378231E632, 0, 0])); Aug 30 00:02:56.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.437 INFO kablam! | Aug 30 00:02:56.437 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.437 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.437 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.437 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.437 INFO kablam! Aug 30 00:02:56.441 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.441 INFO kablam! --> tests/uint_tests.rs:258:2 Aug 30 00:02:56.441 INFO kablam! | Aug 30 00:02:56.441 INFO kablam! 258 | assert_eq!(U256::from(105u8) / U256::from(5u8), U256::from(21u8)); Aug 30 00:02:56.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.441 INFO kablam! | Aug 30 00:02:56.441 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.441 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.441 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.441 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.441 INFO kablam! Aug 30 00:02:56.442 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.442 INFO kablam! --> tests/uint_tests.rs:258:2 Aug 30 00:02:56.442 INFO kablam! | Aug 30 00:02:56.442 INFO kablam! 258 | assert_eq!(U256::from(105u8) / U256::from(5u8), U256::from(21u8)); Aug 30 00:02:56.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.442 INFO kablam! | Aug 30 00:02:56.442 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.442 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.442 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.442 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.442 INFO kablam! Aug 30 00:02:56.443 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.443 INFO kablam! --> tests/uint_tests.rs:260:2 Aug 30 00:02:56.443 INFO kablam! | Aug 30 00:02:56.443 INFO kablam! 260 | assert_eq!(div, U256([0x9F30411021524112u64, 0x0001BD5B7DDFBD5A, 0, 0])); Aug 30 00:02:56.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.443 INFO kablam! | Aug 30 00:02:56.443 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.443 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.443 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.443 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.443 INFO kablam! Aug 30 00:02:56.444 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.444 INFO kablam! --> tests/uint_tests.rs:260:2 Aug 30 00:02:56.444 INFO kablam! | Aug 30 00:02:56.444 INFO kablam! 260 | assert_eq!(div, U256([0x9F30411021524112u64, 0x0001BD5B7DDFBD5A, 0, 0])); Aug 30 00:02:56.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.444 INFO kablam! | Aug 30 00:02:56.444 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.444 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.444 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.444 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.444 INFO kablam! Aug 30 00:02:56.445 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.445 INFO kablam! --> tests/uint_tests.rs:262:10 Aug 30 00:02:56.445 INFO kablam! | Aug 30 00:02:56.445 INFO kablam! 262 | let a = U256::from_str("ff000000000000000000000000000000000000000000000000000000000000d1").unwrap(); Aug 30 00:02:56.445 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.445 INFO kablam! Aug 30 00:02:56.446 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.446 INFO kablam! --> tests/uint_tests.rs:263:10 Aug 30 00:02:56.446 INFO kablam! | Aug 30 00:02:56.446 INFO kablam! 263 | let b = U256::from_str("00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff2e").unwrap(); Aug 30 00:02:56.446 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.446 INFO kablam! Aug 30 00:02:56.452 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.452 INFO kablam! --> tests/uint_tests.rs:272:10 Aug 30 00:02:56.452 INFO kablam! | Aug 30 00:02:56.452 INFO kablam! 272 | let a = U256::from_str("10000000000000000").unwrap(); Aug 30 00:02:56.453 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.453 INFO kablam! Aug 30 00:02:56.453 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.453 INFO kablam! --> tests/uint_tests.rs:273:10 Aug 30 00:02:56.453 INFO kablam! | Aug 30 00:02:56.453 INFO kablam! 273 | let b = U256::from_str("10000000000000000").unwrap(); Aug 30 00:02:56.453 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.453 INFO kablam! Aug 30 00:02:56.454 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.454 INFO kablam! --> tests/uint_tests.rs:275:10 Aug 30 00:02:56.454 INFO kablam! | Aug 30 00:02:56.454 INFO kablam! 275 | let c = U256::from_str("100000000000000000000000000000000").unwrap(); Aug 30 00:02:56.454 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.454 INFO kablam! Aug 30 00:02:56.469 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.470 INFO kablam! --> tests/uint_tests.rs:288:2 Aug 30 00:02:56.470 INFO kablam! | Aug 30 00:02:56.470 INFO kablam! 288 | assert_eq!(init << 64, U256([0, 0xDEADBEEFDEADBEEF, 0, 0])); Aug 30 00:02:56.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.470 INFO kablam! | Aug 30 00:02:56.470 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.470 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.470 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.470 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.470 INFO kablam! Aug 30 00:02:56.470 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.470 INFO kablam! --> tests/uint_tests.rs:288:2 Aug 30 00:02:56.470 INFO kablam! | Aug 30 00:02:56.470 INFO kablam! 288 | assert_eq!(init << 64, U256([0, 0xDEADBEEFDEADBEEF, 0, 0])); Aug 30 00:02:56.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.470 INFO kablam! | Aug 30 00:02:56.470 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.470 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.470 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.470 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.470 INFO kablam! Aug 30 00:02:56.472 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.472 INFO kablam! --> tests/uint_tests.rs:290:2 Aug 30 00:02:56.472 INFO kablam! | Aug 30 00:02:56.472 INFO kablam! 290 | assert_eq!(add, U256([0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0, 0])); Aug 30 00:02:56.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.472 INFO kablam! | Aug 30 00:02:56.472 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.472 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.472 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.472 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.472 INFO kablam! Aug 30 00:02:56.472 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.472 INFO kablam! --> tests/uint_tests.rs:290:2 Aug 30 00:02:56.472 INFO kablam! | Aug 30 00:02:56.472 INFO kablam! 290 | assert_eq!(add, U256([0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0, 0])); Aug 30 00:02:56.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.472 INFO kablam! | Aug 30 00:02:56.472 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.472 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.473 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.473 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.473 INFO kablam! Aug 30 00:02:56.474 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.474 INFO kablam! --> tests/uint_tests.rs:291:2 Aug 30 00:02:56.474 INFO kablam! | Aug 30 00:02:56.474 INFO kablam! 291 | assert_eq!(add >> 0, U256([0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0, 0])); Aug 30 00:02:56.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.474 INFO kablam! | Aug 30 00:02:56.474 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.475 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.475 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.475 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.475 INFO kablam! Aug 30 00:02:56.475 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.475 INFO kablam! --> tests/uint_tests.rs:291:2 Aug 30 00:02:56.475 INFO kablam! | Aug 30 00:02:56.475 INFO kablam! 291 | assert_eq!(add >> 0, U256([0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0, 0])); Aug 30 00:02:56.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.475 INFO kablam! | Aug 30 00:02:56.475 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.476 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.476 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.476 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.476 INFO kablam! Aug 30 00:02:56.477 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.477 INFO kablam! --> tests/uint_tests.rs:292:2 Aug 30 00:02:56.477 INFO kablam! | Aug 30 00:02:56.477 INFO kablam! 292 | assert_eq!(add << 0, U256([0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0, 0])); Aug 30 00:02:56.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.477 INFO kablam! | Aug 30 00:02:56.477 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.477 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.477 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.477 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.477 INFO kablam! Aug 30 00:02:56.477 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.477 INFO kablam! --> tests/uint_tests.rs:292:2 Aug 30 00:02:56.477 INFO kablam! | Aug 30 00:02:56.477 INFO kablam! 292 | assert_eq!(add << 0, U256([0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0, 0])); Aug 30 00:02:56.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.477 INFO kablam! | Aug 30 00:02:56.477 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.477 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.477 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.478 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.478 INFO kablam! Aug 30 00:02:56.479 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.479 INFO kablam! --> tests/uint_tests.rs:293:2 Aug 30 00:02:56.479 INFO kablam! | Aug 30 00:02:56.479 INFO kablam! 293 | assert_eq!(add >> 64, U256([0xDEADBEEFDEADBEEF, 0, 0, 0])); Aug 30 00:02:56.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.479 INFO kablam! | Aug 30 00:02:56.479 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.479 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.480 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.480 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.480 INFO kablam! Aug 30 00:02:56.480 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.480 INFO kablam! --> tests/uint_tests.rs:293:2 Aug 30 00:02:56.480 INFO kablam! | Aug 30 00:02:56.480 INFO kablam! 293 | assert_eq!(add >> 64, U256([0xDEADBEEFDEADBEEF, 0, 0, 0])); Aug 30 00:02:56.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.480 INFO kablam! | Aug 30 00:02:56.480 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.480 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.480 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.480 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.481 INFO kablam! Aug 30 00:02:56.482 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.482 INFO kablam! --> tests/uint_tests.rs:294:2 Aug 30 00:02:56.482 INFO kablam! | Aug 30 00:02:56.482 INFO kablam! 294 | assert_eq!(add << 64, U256([0, 0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0])); Aug 30 00:02:56.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.482 INFO kablam! | Aug 30 00:02:56.482 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.482 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.482 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.482 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.482 INFO kablam! Aug 30 00:02:56.482 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.482 INFO kablam! --> tests/uint_tests.rs:294:2 Aug 30 00:02:56.482 INFO kablam! | Aug 30 00:02:56.482 INFO kablam! 294 | assert_eq!(add << 64, U256([0, 0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0])); Aug 30 00:02:56.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.483 INFO kablam! | Aug 30 00:02:56.483 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.483 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.483 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.483 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.483 INFO kablam! Aug 30 00:02:56.485 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.485 INFO kablam! --> tests/uint_tests.rs:299:2 Aug 30 00:02:56.485 INFO kablam! | Aug 30 00:02:56.485 INFO kablam! 299 | assert_eq!(U256::exp10(0), U256::from(1u64)); Aug 30 00:02:56.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.485 INFO kablam! | Aug 30 00:02:56.485 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.485 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.485 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.485 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.485 INFO kablam! Aug 30 00:02:56.485 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.485 INFO kablam! --> tests/uint_tests.rs:299:2 Aug 30 00:02:56.485 INFO kablam! | Aug 30 00:02:56.485 INFO kablam! 299 | assert_eq!(U256::exp10(0), U256::from(1u64)); Aug 30 00:02:56.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.485 INFO kablam! | Aug 30 00:02:56.485 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.485 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.485 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.485 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.485 INFO kablam! Aug 30 00:02:56.486 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.486 INFO kablam! --> tests/uint_tests.rs:300:26 Aug 30 00:02:56.486 INFO kablam! | Aug 30 00:02:56.486 INFO kablam! 300 | println!("\none: {:?}", U256::from(1u64)); Aug 30 00:02:56.486 INFO kablam! | ^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.486 INFO kablam! | Aug 30 00:02:56.486 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.486 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.486 INFO kablam! Aug 30 00:02:56.487 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.487 INFO kablam! --> tests/uint_tests.rs:301:24 Aug 30 00:02:56.487 INFO kablam! | Aug 30 00:02:56.487 INFO kablam! 301 | println!("ten: {:?}", U256::from(10u64)); Aug 30 00:02:56.487 INFO kablam! | ^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.487 INFO kablam! | Aug 30 00:02:56.487 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.487 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.487 INFO kablam! Aug 30 00:02:56.489 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.489 INFO kablam! --> tests/uint_tests.rs:302:2 Aug 30 00:02:56.489 INFO kablam! | Aug 30 00:02:56.489 INFO kablam! 302 | assert_eq!(U256::from(2u64) * U256::from(10u64), U256::from(20u64)); Aug 30 00:02:56.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.489 INFO kablam! | Aug 30 00:02:56.489 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.489 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.489 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.489 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.489 INFO kablam! Aug 30 00:02:56.489 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.489 INFO kablam! --> tests/uint_tests.rs:302:2 Aug 30 00:02:56.489 INFO kablam! | Aug 30 00:02:56.489 INFO kablam! 302 | assert_eq!(U256::from(2u64) * U256::from(10u64), U256::from(20u64)); Aug 30 00:02:56.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.489 INFO kablam! | Aug 30 00:02:56.489 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.489 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.489 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.489 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.489 INFO kablam! Aug 30 00:02:56.491 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.491 INFO kablam! --> tests/uint_tests.rs:303:2 Aug 30 00:02:56.491 INFO kablam! | Aug 30 00:02:56.491 INFO kablam! 303 | assert_eq!(U256::exp10(1), U256::from(10u64)); Aug 30 00:02:56.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.491 INFO kablam! | Aug 30 00:02:56.491 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.491 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.491 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.491 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.491 INFO kablam! Aug 30 00:02:56.491 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.492 INFO kablam! --> tests/uint_tests.rs:303:2 Aug 30 00:02:56.492 INFO kablam! | Aug 30 00:02:56.492 INFO kablam! 303 | assert_eq!(U256::exp10(1), U256::from(10u64)); Aug 30 00:02:56.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.492 INFO kablam! | Aug 30 00:02:56.492 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.492 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.492 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.492 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.492 INFO kablam! Aug 30 00:02:56.493 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.493 INFO kablam! --> tests/uint_tests.rs:304:2 Aug 30 00:02:56.494 INFO kablam! | Aug 30 00:02:56.494 INFO kablam! 304 | assert_eq!(U256::exp10(2), U256::from(100u64)); Aug 30 00:02:56.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.494 INFO kablam! | Aug 30 00:02:56.494 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.494 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.494 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.494 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.494 INFO kablam! Aug 30 00:02:56.494 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.494 INFO kablam! --> tests/uint_tests.rs:304:2 Aug 30 00:02:56.494 INFO kablam! | Aug 30 00:02:56.494 INFO kablam! 304 | assert_eq!(U256::exp10(2), U256::from(100u64)); Aug 30 00:02:56.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.495 INFO kablam! | Aug 30 00:02:56.495 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.495 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.495 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.495 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.495 INFO kablam! Aug 30 00:02:56.495 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.496 INFO kablam! --> tests/uint_tests.rs:305:2 Aug 30 00:02:56.496 INFO kablam! | Aug 30 00:02:56.496 INFO kablam! 305 | assert_eq!(U256::exp10(5), U256::from(100000u64)); Aug 30 00:02:56.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.496 INFO kablam! | Aug 30 00:02:56.496 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.496 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.496 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.496 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.496 INFO kablam! Aug 30 00:02:56.496 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.496 INFO kablam! --> tests/uint_tests.rs:305:2 Aug 30 00:02:56.496 INFO kablam! | Aug 30 00:02:56.496 INFO kablam! 305 | assert_eq!(U256::exp10(5), U256::from(100000u64)); Aug 30 00:02:56.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.496 INFO kablam! | Aug 30 00:02:56.496 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.496 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.496 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.496 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.496 INFO kablam! Aug 30 00:02:56.498 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.498 INFO kablam! --> tests/uint_tests.rs:310:2 Aug 30 00:02:56.498 INFO kablam! | Aug 30 00:02:56.498 INFO kablam! 310 | assert_eq!(U256::from(0u64) * 2u32, U256::from(0u64)); Aug 30 00:02:56.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.498 INFO kablam! | Aug 30 00:02:56.498 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.498 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.498 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.498 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.498 INFO kablam! Aug 30 00:02:56.498 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.499 INFO kablam! --> tests/uint_tests.rs:310:2 Aug 30 00:02:56.499 INFO kablam! | Aug 30 00:02:56.499 INFO kablam! 310 | assert_eq!(U256::from(0u64) * 2u32, U256::from(0u64)); Aug 30 00:02:56.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.499 INFO kablam! | Aug 30 00:02:56.499 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.499 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.499 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.499 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.499 INFO kablam! Aug 30 00:02:56.500 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.500 INFO kablam! --> tests/uint_tests.rs:311:2 Aug 30 00:02:56.500 INFO kablam! | Aug 30 00:02:56.500 INFO kablam! 311 | assert_eq!(U256::from(1u64) * 2u32, U256::from(2u64)); Aug 30 00:02:56.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.501 INFO kablam! | Aug 30 00:02:56.501 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.501 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.501 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.501 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.501 INFO kablam! Aug 30 00:02:56.501 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.501 INFO kablam! --> tests/uint_tests.rs:311:2 Aug 30 00:02:56.501 INFO kablam! | Aug 30 00:02:56.501 INFO kablam! 311 | assert_eq!(U256::from(1u64) * 2u32, U256::from(2u64)); Aug 30 00:02:56.501 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.501 INFO kablam! | Aug 30 00:02:56.501 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.501 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.501 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.501 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.501 INFO kablam! Aug 30 00:02:56.502 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.502 INFO kablam! --> tests/uint_tests.rs:312:2 Aug 30 00:02:56.502 INFO kablam! | Aug 30 00:02:56.502 INFO kablam! 312 | assert_eq!(U256::from(10u64) * 2u32, U256::from(20u64)); Aug 30 00:02:56.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.502 INFO kablam! | Aug 30 00:02:56.502 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.502 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.502 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.502 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.502 INFO kablam! Aug 30 00:02:56.502 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.502 INFO kablam! --> tests/uint_tests.rs:312:2 Aug 30 00:02:56.502 INFO kablam! | Aug 30 00:02:56.502 INFO kablam! 312 | assert_eq!(U256::from(10u64) * 2u32, U256::from(20u64)); Aug 30 00:02:56.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.502 INFO kablam! | Aug 30 00:02:56.502 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.502 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.502 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.502 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.503 INFO kablam! Aug 30 00:02:56.504 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.504 INFO kablam! --> tests/uint_tests.rs:313:2 Aug 30 00:02:56.504 INFO kablam! | Aug 30 00:02:56.504 INFO kablam! 313 | assert_eq!(U256::from(10u64) * 5u32, U256::from(50u64)); Aug 30 00:02:56.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.504 INFO kablam! | Aug 30 00:02:56.504 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.504 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.504 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.504 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.504 INFO kablam! Aug 30 00:02:56.504 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.504 INFO kablam! --> tests/uint_tests.rs:313:2 Aug 30 00:02:56.504 INFO kablam! | Aug 30 00:02:56.504 INFO kablam! 313 | assert_eq!(U256::from(10u64) * 5u32, U256::from(50u64)); Aug 30 00:02:56.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.504 INFO kablam! | Aug 30 00:02:56.504 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.504 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.504 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.504 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.504 INFO kablam! Aug 30 00:02:56.506 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.506 INFO kablam! --> tests/uint_tests.rs:314:2 Aug 30 00:02:56.506 INFO kablam! | Aug 30 00:02:56.506 INFO kablam! 314 | assert_eq!(U256::from(1000u64) * 50u32, U256::from(50000u64)); Aug 30 00:02:56.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.506 INFO kablam! | Aug 30 00:02:56.506 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.506 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.506 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.506 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.506 INFO kablam! Aug 30 00:02:56.507 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.507 INFO kablam! --> tests/uint_tests.rs:314:2 Aug 30 00:02:56.507 INFO kablam! | Aug 30 00:02:56.507 INFO kablam! 314 | assert_eq!(U256::from(1000u64) * 50u32, U256::from(50000u64)); Aug 30 00:02:56.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.507 INFO kablam! | Aug 30 00:02:56.507 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.507 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.507 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.507 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.507 INFO kablam! Aug 30 00:02:56.509 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.509 INFO kablam! --> tests/uint_tests.rs:320:2 Aug 30 00:02:56.509 INFO kablam! | Aug 30 00:02:56.509 INFO kablam! 320 | assert_eq!(U256::from(0u64).mul_u32(2), U256::from(0u64)); Aug 30 00:02:56.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.509 INFO kablam! | Aug 30 00:02:56.509 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.509 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.509 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.509 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.509 INFO kablam! Aug 30 00:02:56.510 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.510 INFO kablam! --> tests/uint_tests.rs:320:2 Aug 30 00:02:56.510 INFO kablam! | Aug 30 00:02:56.510 INFO kablam! 320 | assert_eq!(U256::from(0u64).mul_u32(2), U256::from(0u64)); Aug 30 00:02:56.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.510 INFO kablam! | Aug 30 00:02:56.510 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.510 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.511 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.511 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.511 INFO kablam! Aug 30 00:02:56.512 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.512 INFO kablam! --> tests/uint_tests.rs:321:2 Aug 30 00:02:56.512 INFO kablam! | Aug 30 00:02:56.512 INFO kablam! 321 | assert_eq!(U256::from(1u64).mul_u32(2), U256::from(2u64)); Aug 30 00:02:56.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.512 INFO kablam! | Aug 30 00:02:56.512 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.512 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.512 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.512 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.512 INFO kablam! Aug 30 00:02:56.513 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.513 INFO kablam! --> tests/uint_tests.rs:321:2 Aug 30 00:02:56.513 INFO kablam! | Aug 30 00:02:56.513 INFO kablam! 321 | assert_eq!(U256::from(1u64).mul_u32(2), U256::from(2u64)); Aug 30 00:02:56.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.513 INFO kablam! | Aug 30 00:02:56.513 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.513 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.513 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.513 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.513 INFO kablam! Aug 30 00:02:56.515 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.515 INFO kablam! --> tests/uint_tests.rs:322:2 Aug 30 00:02:56.515 INFO kablam! | Aug 30 00:02:56.515 INFO kablam! 322 | assert_eq!(U256::from(10u64).mul_u32(2), U256::from(20u64)); Aug 30 00:02:56.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.515 INFO kablam! | Aug 30 00:02:56.515 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.515 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.515 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.515 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.515 INFO kablam! Aug 30 00:02:56.515 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.515 INFO kablam! --> tests/uint_tests.rs:322:2 Aug 30 00:02:56.515 INFO kablam! | Aug 30 00:02:56.516 INFO kablam! 322 | assert_eq!(U256::from(10u64).mul_u32(2), U256::from(20u64)); Aug 30 00:02:56.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.516 INFO kablam! | Aug 30 00:02:56.516 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.516 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.516 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.516 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.516 INFO kablam! Aug 30 00:02:56.518 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.518 INFO kablam! --> tests/uint_tests.rs:323:2 Aug 30 00:02:56.518 INFO kablam! | Aug 30 00:02:56.518 INFO kablam! 323 | assert_eq!(U256::from(10u64).mul_u32(5), U256::from(50u64)); Aug 30 00:02:56.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.518 INFO kablam! | Aug 30 00:02:56.518 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.518 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.518 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.518 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.518 INFO kablam! Aug 30 00:02:56.518 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.518 INFO kablam! --> tests/uint_tests.rs:323:2 Aug 30 00:02:56.518 INFO kablam! | Aug 30 00:02:56.518 INFO kablam! 323 | assert_eq!(U256::from(10u64).mul_u32(5), U256::from(50u64)); Aug 30 00:02:56.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.519 INFO kablam! | Aug 30 00:02:56.519 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.519 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.519 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.519 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.519 INFO kablam! Aug 30 00:02:56.521 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.521 INFO kablam! --> tests/uint_tests.rs:324:2 Aug 30 00:02:56.521 INFO kablam! | Aug 30 00:02:56.521 INFO kablam! 324 | assert_eq!(U256::from(1000u64).mul_u32(50), U256::from(50000u64)); Aug 30 00:02:56.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.521 INFO kablam! | Aug 30 00:02:56.522 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.522 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.522 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.522 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.522 INFO kablam! Aug 30 00:02:56.522 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.522 INFO kablam! --> tests/uint_tests.rs:324:2 Aug 30 00:02:56.522 INFO kablam! | Aug 30 00:02:56.522 INFO kablam! 324 | assert_eq!(U256::from(1000u64).mul_u32(50), U256::from(50000u64)); Aug 30 00:02:56.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.522 INFO kablam! | Aug 30 00:02:56.522 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.522 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.522 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.522 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.522 INFO kablam! Aug 30 00:02:56.525 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.525 INFO kablam! --> tests/uint_tests.rs:329:2 Aug 30 00:02:56.525 INFO kablam! | Aug 30 00:02:56.525 INFO kablam! 329 | assert_eq!(U256::from(10).pow(U256::from(0)), U256::from(1)); Aug 30 00:02:56.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.525 INFO kablam! | Aug 30 00:02:56.525 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.525 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.525 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.525 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.525 INFO kablam! Aug 30 00:02:56.525 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.525 INFO kablam! --> tests/uint_tests.rs:329:2 Aug 30 00:02:56.525 INFO kablam! | Aug 30 00:02:56.525 INFO kablam! 329 | assert_eq!(U256::from(10).pow(U256::from(0)), U256::from(1)); Aug 30 00:02:56.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.525 INFO kablam! | Aug 30 00:02:56.525 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.526 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.526 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.526 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.526 INFO kablam! Aug 30 00:02:56.528 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.528 INFO kablam! --> tests/uint_tests.rs:330:2 Aug 30 00:02:56.528 INFO kablam! | Aug 30 00:02:56.528 INFO kablam! 330 | assert_eq!(U256::from(10).pow(U256::from(1)), U256::from(10)); Aug 30 00:02:56.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.528 INFO kablam! | Aug 30 00:02:56.528 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.528 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.528 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.528 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.528 INFO kablam! Aug 30 00:02:56.528 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.528 INFO kablam! --> tests/uint_tests.rs:330:2 Aug 30 00:02:56.528 INFO kablam! | Aug 30 00:02:56.529 INFO kablam! 330 | assert_eq!(U256::from(10).pow(U256::from(1)), U256::from(10)); Aug 30 00:02:56.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.529 INFO kablam! | Aug 30 00:02:56.529 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.529 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.529 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.529 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.529 INFO kablam! Aug 30 00:02:56.531 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.531 INFO kablam! --> tests/uint_tests.rs:331:2 Aug 30 00:02:56.531 INFO kablam! | Aug 30 00:02:56.531 INFO kablam! 331 | assert_eq!(U256::from(10).pow(U256::from(2)), U256::from(100)); Aug 30 00:02:56.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.531 INFO kablam! | Aug 30 00:02:56.531 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.531 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.531 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.531 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.531 INFO kablam! Aug 30 00:02:56.531 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.531 INFO kablam! --> tests/uint_tests.rs:331:2 Aug 30 00:02:56.531 INFO kablam! | Aug 30 00:02:56.531 INFO kablam! 331 | assert_eq!(U256::from(10).pow(U256::from(2)), U256::from(100)); Aug 30 00:02:56.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.531 INFO kablam! | Aug 30 00:02:56.531 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.532 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.532 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.532 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.532 INFO kablam! Aug 30 00:02:56.536 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.536 INFO kablam! --> tests/uint_tests.rs:332:2 Aug 30 00:02:56.536 INFO kablam! | Aug 30 00:02:56.536 INFO kablam! 332 | assert_eq!(U256::from(10).pow(U256::from(3)), U256::from(1000)); Aug 30 00:02:56.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.536 INFO kablam! | Aug 30 00:02:56.536 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.536 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.536 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.536 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.536 INFO kablam! Aug 30 00:02:56.536 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.536 INFO kablam! --> tests/uint_tests.rs:332:2 Aug 30 00:02:56.536 INFO kablam! | Aug 30 00:02:56.536 INFO kablam! 332 | assert_eq!(U256::from(10).pow(U256::from(3)), U256::from(1000)); Aug 30 00:02:56.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.536 INFO kablam! | Aug 30 00:02:56.536 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.537 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.537 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.537 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.537 INFO kablam! Aug 30 00:02:56.537 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.537 INFO kablam! --> tests/uint_tests.rs:333:2 Aug 30 00:02:56.537 INFO kablam! | Aug 30 00:02:56.537 INFO kablam! 333 | assert_eq!(U256::from(10).pow(U256::from(20)), U256::exp10(20)); Aug 30 00:02:56.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.537 INFO kablam! | Aug 30 00:02:56.537 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.537 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.537 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.537 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.537 INFO kablam! Aug 30 00:02:56.537 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.537 INFO kablam! --> tests/uint_tests.rs:333:2 Aug 30 00:02:56.537 INFO kablam! | Aug 30 00:02:56.537 INFO kablam! 333 | assert_eq!(U256::from(10).pow(U256::from(20)), U256::exp10(20)); Aug 30 00:02:56.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.537 INFO kablam! | Aug 30 00:02:56.537 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.537 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.537 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.537 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.538 INFO kablam! Aug 30 00:02:56.542 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Display` Aug 30 00:02:56.542 INFO kablam! --> tests/uint_tests.rs:345:28 Aug 30 00:02:56.542 INFO kablam! | Aug 30 00:02:56.542 INFO kablam! 345 | assert_eq!(format!("{}", U256::from(x)), display); Aug 30 00:02:56.542 INFO kablam! | ^^^^^^^^^^^^^ `uint::U256` cannot be formatted with the default formatter Aug 30 00:02:56.542 INFO kablam! | Aug 30 00:02:56.542 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `uint::U256` Aug 30 00:02:56.542 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Aug 30 00:02:56.542 INFO kablam! = note: required by `std::fmt::Display::fmt` Aug 30 00:02:56.542 INFO kablam! Aug 30 00:02:56.547 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.547 INFO kablam! --> tests/uint_tests.rs:347:30 Aug 30 00:02:56.547 INFO kablam! | Aug 30 00:02:56.547 INFO kablam! 347 | assert_eq!(format!("{:?}", U256::from(x)), display); Aug 30 00:02:56.547 INFO kablam! | ^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.547 INFO kablam! | Aug 30 00:02:56.547 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.547 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.547 INFO kablam! Aug 30 00:02:56.551 INFO kablam! error[E0277]: the trait bound `uint::U256: std::fmt::LowerHex` is not satisfied Aug 30 00:02:56.551 INFO kablam! --> tests/uint_tests.rs:348:30 Aug 30 00:02:56.551 INFO kablam! | Aug 30 00:02:56.551 INFO kablam! 348 | assert_eq!(format!("{:x}", U256::from(x)), hex); Aug 30 00:02:56.552 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::fmt::LowerHex` is not implemented for `uint::U256` Aug 30 00:02:56.552 INFO kablam! | Aug 30 00:02:56.552 INFO kablam! = note: required by `std::fmt::LowerHex::fmt` Aug 30 00:02:56.552 INFO kablam! Aug 30 00:02:56.555 INFO kablam! error[E0277]: the trait bound `uint::U256: std::fmt::LowerHex` is not satisfied Aug 30 00:02:56.555 INFO kablam! --> tests/uint_tests.rs:349:31 Aug 30 00:02:56.555 INFO kablam! | Aug 30 00:02:56.555 INFO kablam! 349 | assert_eq!(format!("{:#x}", U256::from(x)), format!("0x{}", hex)); Aug 30 00:02:56.555 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::fmt::LowerHex` is not implemented for `uint::U256` Aug 30 00:02:56.555 INFO kablam! | Aug 30 00:02:56.555 INFO kablam! = note: required by `std::fmt::LowerHex::fmt` Aug 30 00:02:56.555 INFO kablam! Aug 30 00:02:56.568 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Display` Aug 30 00:02:56.568 INFO kablam! --> tests/uint_tests.rs:365:27 Aug 30 00:02:56.568 INFO kablam! | Aug 30 00:02:56.568 INFO kablam! 365 | assert_eq!(format!("{}", value), expected); Aug 30 00:02:56.568 INFO kablam! | ^^^^^ `uint::U256` cannot be formatted with the default formatter Aug 30 00:02:56.568 INFO kablam! | Aug 30 00:02:56.568 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `uint::U256` Aug 30 00:02:56.568 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Aug 30 00:02:56.568 INFO kablam! = note: required by `std::fmt::Display::fmt` Aug 30 00:02:56.568 INFO kablam! Aug 30 00:02:56.572 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.572 INFO kablam! --> tests/uint_tests.rs:366:29 Aug 30 00:02:56.572 INFO kablam! | Aug 30 00:02:56.572 INFO kablam! 366 | assert_eq!(format!("{:?}", value), expected); Aug 30 00:02:56.572 INFO kablam! | ^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.572 INFO kablam! | Aug 30 00:02:56.572 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.572 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.573 INFO kablam! Aug 30 00:02:56.577 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Display` Aug 30 00:02:56.577 INFO kablam! --> tests/uint_tests.rs:373:27 Aug 30 00:02:56.577 INFO kablam! | Aug 30 00:02:56.577 INFO kablam! 373 | assert_eq!(format!("{}", value), expected); Aug 30 00:02:56.577 INFO kablam! | ^^^^^ `uint::U512` cannot be formatted with the default formatter Aug 30 00:02:56.577 INFO kablam! | Aug 30 00:02:56.577 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `uint::U512` Aug 30 00:02:56.577 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Aug 30 00:02:56.577 INFO kablam! = note: required by `std::fmt::Display::fmt` Aug 30 00:02:56.577 INFO kablam! Aug 30 00:02:56.581 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.581 INFO kablam! --> tests/uint_tests.rs:374:29 Aug 30 00:02:56.581 INFO kablam! | Aug 30 00:02:56.581 INFO kablam! 374 | assert_eq!(format!("{:?}", value), expected); Aug 30 00:02:56.581 INFO kablam! | ^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.581 INFO kablam! | Aug 30 00:02:56.581 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 30 00:02:56.581 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.581 INFO kablam! Aug 30 00:02:56.585 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.585 INFO kablam! --> tests/uint_tests.rs:381:4 Aug 30 00:02:56.585 INFO kablam! | Aug 30 00:02:56.585 INFO kablam! 381 | (U256::from_str("8000000000000000000000000000000000000000000000000000000000000000").unwrap(), false) Aug 30 00:02:56.585 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.585 INFO kablam! Aug 30 00:02:56.588 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.588 INFO kablam! --> tests/uint_tests.rs:383:2 Aug 30 00:02:56.588 INFO kablam! | Aug 30 00:02:56.588 INFO kablam! 383 | assert_eq!( Aug 30 00:02:56.588 INFO kablam! | _____^ Aug 30 00:02:56.589 INFO kablam! 384 | | U256::from(2).overflowing_pow(U256::from(0x100)), Aug 30 00:02:56.589 INFO kablam! 385 | | (U256::zero(), true) Aug 30 00:02:56.589 INFO kablam! 386 | | ); Aug 30 00:02:56.589 INFO kablam! | |______^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.589 INFO kablam! | Aug 30 00:02:56.589 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.589 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `(uint::U256, bool)` Aug 30 00:02:56.589 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&(uint::U256, bool)` Aug 30 00:02:56.589 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.589 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.589 INFO kablam! Aug 30 00:02:56.589 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.590 INFO kablam! --> tests/uint_tests.rs:383:2 Aug 30 00:02:56.590 INFO kablam! | Aug 30 00:02:56.590 INFO kablam! 383 | assert_eq!( Aug 30 00:02:56.590 INFO kablam! | _____^ Aug 30 00:02:56.590 INFO kablam! 384 | | U256::from(2).overflowing_pow(U256::from(0x100)), Aug 30 00:02:56.590 INFO kablam! 385 | | (U256::zero(), true) Aug 30 00:02:56.590 INFO kablam! 386 | | ); Aug 30 00:02:56.590 INFO kablam! | |______^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.590 INFO kablam! | Aug 30 00:02:56.590 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.590 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `(uint::U256, bool)` Aug 30 00:02:56.590 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&(uint::U256, bool)` Aug 30 00:02:56.590 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.590 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.591 INFO kablam! Aug 30 00:02:56.591 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.591 INFO kablam! --> tests/uint_tests.rs:391:2 Aug 30 00:02:56.591 INFO kablam! | Aug 30 00:02:56.591 INFO kablam! 391 | assert_eq!(U256::from(1u64) * U256::from(10u64), U256::from(10u64)); Aug 30 00:02:56.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.592 INFO kablam! | Aug 30 00:02:56.592 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.592 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.592 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.592 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.592 INFO kablam! Aug 30 00:02:56.592 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.592 INFO kablam! --> tests/uint_tests.rs:391:2 Aug 30 00:02:56.592 INFO kablam! | Aug 30 00:02:56.592 INFO kablam! 391 | assert_eq!(U256::from(1u64) * U256::from(10u64), U256::from(10u64)); Aug 30 00:02:56.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.592 INFO kablam! | Aug 30 00:02:56.592 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.592 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.592 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.592 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.592 INFO kablam! Aug 30 00:02:56.594 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U512` in the current scope Aug 30 00:02:56.594 INFO kablam! --> tests/uint_tests.rs:396:10 Aug 30 00:02:56.594 INFO kablam! | Aug 30 00:02:56.594 INFO kablam! 396 | let a = U512::from_str("10000000000000000fffffffffffffffe").unwrap(); Aug 30 00:02:56.594 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U512` Aug 30 00:02:56.594 INFO kablam! Aug 30 00:02:56.596 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U512` in the current scope Aug 30 00:02:56.596 INFO kablam! --> tests/uint_tests.rs:397:10 Aug 30 00:02:56.596 INFO kablam! | Aug 30 00:02:56.596 INFO kablam! 397 | let b = U512::from_str("ffffffffffffffffffffffffffffffff").unwrap(); Aug 30 00:02:56.596 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U512` Aug 30 00:02:56.596 INFO kablam! Aug 30 00:02:56.597 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U512` in the current scope Aug 30 00:02:56.597 INFO kablam! --> tests/uint_tests.rs:399:20 Aug 30 00:02:56.597 INFO kablam! | Aug 30 00:02:56.597 INFO kablam! 399 | assert_eq!(a * b, U512::from_str("10000000000000000fffffffffffffffcffffffffffffffff0000000000000002").unwrap()); Aug 30 00:02:56.597 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U512` Aug 30 00:02:56.597 INFO kablam! Aug 30 00:02:56.598 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.598 INFO kablam! --> tests/uint_tests.rs:405:3 Aug 30 00:02:56.598 INFO kablam! | Aug 30 00:02:56.598 INFO kablam! 405 | U256::from_str("100000000000000000000000000000000").unwrap().overflowing_mul( Aug 30 00:02:56.598 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.598 INFO kablam! Aug 30 00:02:56.599 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.599 INFO kablam! --> tests/uint_tests.rs:406:4 Aug 30 00:02:56.599 INFO kablam! | Aug 30 00:02:56.599 INFO kablam! 406 | U256::from_str("100000000000000000000000000000000").unwrap() Aug 30 00:02:56.599 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.599 INFO kablam! Aug 30 00:02:56.602 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U512` in the current scope Aug 30 00:02:56.602 INFO kablam! --> tests/uint_tests.rs:415:3 Aug 30 00:02:56.602 INFO kablam! | Aug 30 00:02:56.602 INFO kablam! 415 | U512::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Aug 30 00:02:56.602 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U512` Aug 30 00:02:56.602 INFO kablam! Aug 30 00:02:56.603 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U512` in the current scope Aug 30 00:02:56.603 INFO kablam! --> tests/uint_tests.rs:417:3 Aug 30 00:02:56.603 INFO kablam! | Aug 30 00:02:56.603 INFO kablam! 417 | U512::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap(), Aug 30 00:02:56.603 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U512` Aug 30 00:02:56.603 INFO kablam! Aug 30 00:02:56.603 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U512` in the current scope Aug 30 00:02:56.603 INFO kablam! --> tests/uint_tests.rs:418:3 Aug 30 00:02:56.603 INFO kablam! | Aug 30 00:02:56.603 INFO kablam! 418 | U512::from_str("3fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000000001").unwrap() Aug 30 00:02:56.603 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U512` Aug 30 00:02:56.604 INFO kablam! Aug 30 00:02:56.606 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.606 INFO kablam! --> tests/uint_tests.rs:425:3 Aug 30 00:02:56.606 INFO kablam! | Aug 30 00:02:56.606 INFO kablam! 425 | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Aug 30 00:02:56.606 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.606 INFO kablam! Aug 30 00:02:56.606 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.606 INFO kablam! --> tests/uint_tests.rs:427:4 Aug 30 00:02:56.606 INFO kablam! | Aug 30 00:02:56.606 INFO kablam! 427 | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Aug 30 00:02:56.606 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.606 INFO kablam! Aug 30 00:02:56.607 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.607 INFO kablam! --> tests/uint_tests.rs:429:4 Aug 30 00:02:56.607 INFO kablam! | Aug 30 00:02:56.607 INFO kablam! 429 | (U256::from_str("1").unwrap(), true) Aug 30 00:02:56.607 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.607 INFO kablam! Aug 30 00:02:56.610 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.610 INFO kablam! --> tests/uint_tests.rs:437:2 Aug 30 00:02:56.610 INFO kablam! | Aug 30 00:02:56.610 INFO kablam! 437 | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Aug 30 00:02:56.610 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.610 INFO kablam! Aug 30 00:02:56.611 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.611 INFO kablam! --> tests/uint_tests.rs:439:2 Aug 30 00:02:56.611 INFO kablam! | Aug 30 00:02:56.611 INFO kablam! 439 | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap(); Aug 30 00:02:56.611 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.611 INFO kablam! Aug 30 00:02:56.612 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.612 INFO kablam! --> tests/uint_tests.rs:445:3 Aug 30 00:02:56.612 INFO kablam! | Aug 30 00:02:56.612 INFO kablam! 445 | U256::from_str("0").unwrap() Aug 30 00:02:56.612 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.612 INFO kablam! Aug 30 00:02:56.613 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.613 INFO kablam! --> tests/uint_tests.rs:447:4 Aug 30 00:02:56.613 INFO kablam! | Aug 30 00:02:56.613 INFO kablam! 447 | U256::from_str("1").unwrap() Aug 30 00:02:56.613 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.613 INFO kablam! Aug 30 00:02:56.614 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.614 INFO kablam! --> tests/uint_tests.rs:449:4 Aug 30 00:02:56.614 INFO kablam! | Aug 30 00:02:56.614 INFO kablam! 449 | (U256::from_str("ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap(), true) Aug 30 00:02:56.614 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.615 INFO kablam! Aug 30 00:02:56.617 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.617 INFO kablam! --> tests/uint_tests.rs:457:2 Aug 30 00:02:56.617 INFO kablam! | Aug 30 00:02:56.617 INFO kablam! 457 | U256::from_str("0").unwrap() Aug 30 00:02:56.617 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.617 INFO kablam! Aug 30 00:02:56.618 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.618 INFO kablam! --> tests/uint_tests.rs:459:2 Aug 30 00:02:56.618 INFO kablam! | Aug 30 00:02:56.618 INFO kablam! 459 | U256::from_str("1").unwrap(); Aug 30 00:02:56.618 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.618 INFO kablam! Aug 30 00:02:56.619 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.619 INFO kablam! --> tests/uint_tests.rs:465:3 Aug 30 00:02:56.619 INFO kablam! | Aug 30 00:02:56.619 INFO kablam! 465 | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Aug 30 00:02:56.619 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.619 INFO kablam! Aug 30 00:02:56.626 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.626 INFO kablam! --> tests/uint_tests.rs:467:3 Aug 30 00:02:56.626 INFO kablam! | Aug 30 00:02:56.626 INFO kablam! 467 | U256::from_str("fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0").unwrap() Aug 30 00:02:56.627 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.627 INFO kablam! Aug 30 00:02:56.627 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.627 INFO kablam! --> tests/uint_tests.rs:474:3 Aug 30 00:02:56.627 INFO kablam! | Aug 30 00:02:56.627 INFO kablam! 474 | U256::from_str("0000000000000001ffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Aug 30 00:02:56.627 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.627 INFO kablam! Aug 30 00:02:56.627 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.627 INFO kablam! --> tests/uint_tests.rs:476:3 Aug 30 00:02:56.627 INFO kablam! | Aug 30 00:02:56.627 INFO kablam! 476 | U256::from_str("ffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000").unwrap() Aug 30 00:02:56.628 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.628 INFO kablam! Aug 30 00:02:56.628 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.628 INFO kablam! --> tests/uint_tests.rs:479:3 Aug 30 00:02:56.628 INFO kablam! | Aug 30 00:02:56.628 INFO kablam! 479 | U256::from_str("0000000000000000ffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Aug 30 00:02:56.628 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.628 INFO kablam! Aug 30 00:02:56.628 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.628 INFO kablam! --> tests/uint_tests.rs:481:3 Aug 30 00:02:56.628 INFO kablam! | Aug 30 00:02:56.629 INFO kablam! 481 | U256::from_str("ffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000").unwrap() Aug 30 00:02:56.629 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.629 INFO kablam! Aug 30 00:02:56.630 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.630 INFO kablam! --> tests/uint_tests.rs:488:3 Aug 30 00:02:56.630 INFO kablam! | Aug 30 00:02:56.630 INFO kablam! 488 | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Aug 30 00:02:56.630 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.630 INFO kablam! Aug 30 00:02:56.632 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.632 INFO kablam! --> tests/uint_tests.rs:490:3 Aug 30 00:02:56.632 INFO kablam! | Aug 30 00:02:56.632 INFO kablam! 490 | U256::from_str("2").unwrap(), Aug 30 00:02:56.632 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.632 INFO kablam! Aug 30 00:02:56.632 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.632 INFO kablam! --> tests/uint_tests.rs:491:3 Aug 30 00:02:56.632 INFO kablam! | Aug 30 00:02:56.633 INFO kablam! 491 | U256::from_str("fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe").unwrap() Aug 30 00:02:56.633 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.633 INFO kablam! Aug 30 00:02:56.636 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.636 INFO kablam! --> tests/uint_tests.rs:497:2 Aug 30 00:02:56.636 INFO kablam! | Aug 30 00:02:56.636 INFO kablam! 497 | assert_eq!(U256::from(10u64) / U256::from(1u64), U256::from(10u64)); Aug 30 00:02:56.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.636 INFO kablam! | Aug 30 00:02:56.636 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.636 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.636 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.636 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.637 INFO kablam! Aug 30 00:02:56.637 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.637 INFO kablam! --> tests/uint_tests.rs:497:2 Aug 30 00:02:56.637 INFO kablam! | Aug 30 00:02:56.648 INFO kablam! 497 | assert_eq!(U256::from(10u64) / U256::from(1u64), U256::from(10u64)); Aug 30 00:02:56.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.648 INFO kablam! | Aug 30 00:02:56.648 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.648 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.648 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.648 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.648 INFO kablam! Aug 30 00:02:56.648 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.648 INFO kablam! --> tests/uint_tests.rs:498:2 Aug 30 00:02:56.648 INFO kablam! | Aug 30 00:02:56.648 INFO kablam! 498 | assert_eq!(U256::from(10u64) / U256::from(2u64), U256::from(5u64)); Aug 30 00:02:56.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.649 INFO kablam! | Aug 30 00:02:56.649 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.649 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.649 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.649 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.649 INFO kablam! Aug 30 00:02:56.649 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.649 INFO kablam! --> tests/uint_tests.rs:498:2 Aug 30 00:02:56.650 INFO kablam! | Aug 30 00:02:56.650 INFO kablam! 498 | assert_eq!(U256::from(10u64) / U256::from(2u64), U256::from(5u64)); Aug 30 00:02:56.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.650 INFO kablam! | Aug 30 00:02:56.650 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.650 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.650 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.650 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.650 INFO kablam! Aug 30 00:02:56.650 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.650 INFO kablam! --> tests/uint_tests.rs:499:2 Aug 30 00:02:56.650 INFO kablam! | Aug 30 00:02:56.650 INFO kablam! 499 | assert_eq!(U256::from(10u64) / U256::from(3u64), U256::from(3u64)); Aug 30 00:02:56.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.651 INFO kablam! | Aug 30 00:02:56.651 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.651 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.651 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.651 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.651 INFO kablam! Aug 30 00:02:56.651 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.651 INFO kablam! --> tests/uint_tests.rs:499:2 Aug 30 00:02:56.651 INFO kablam! | Aug 30 00:02:56.651 INFO kablam! 499 | assert_eq!(U256::from(10u64) / U256::from(3u64), U256::from(3u64)); Aug 30 00:02:56.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.652 INFO kablam! | Aug 30 00:02:56.652 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.652 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.652 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.652 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.652 INFO kablam! Aug 30 00:02:56.652 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.652 INFO kablam! --> tests/uint_tests.rs:504:2 Aug 30 00:02:56.652 INFO kablam! | Aug 30 00:02:56.652 INFO kablam! 504 | assert_eq!(U256::from(10u64) % U256::from(1u64), U256::from(0u64)); Aug 30 00:02:56.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.652 INFO kablam! | Aug 30 00:02:56.653 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.653 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.653 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.653 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.653 INFO kablam! Aug 30 00:02:56.653 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.653 INFO kablam! --> tests/uint_tests.rs:504:2 Aug 30 00:02:56.653 INFO kablam! | Aug 30 00:02:56.653 INFO kablam! 504 | assert_eq!(U256::from(10u64) % U256::from(1u64), U256::from(0u64)); Aug 30 00:02:56.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.653 INFO kablam! | Aug 30 00:02:56.653 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.654 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.654 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.654 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.654 INFO kablam! Aug 30 00:02:56.654 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.654 INFO kablam! --> tests/uint_tests.rs:505:2 Aug 30 00:02:56.654 INFO kablam! | Aug 30 00:02:56.654 INFO kablam! 505 | assert_eq!(U256::from(10u64) % U256::from(3u64), U256::from(1u64)); Aug 30 00:02:56.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.654 INFO kablam! | Aug 30 00:02:56.654 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.654 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.655 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.655 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.655 INFO kablam! Aug 30 00:02:56.655 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.655 INFO kablam! --> tests/uint_tests.rs:505:2 Aug 30 00:02:56.655 INFO kablam! | Aug 30 00:02:56.655 INFO kablam! 505 | assert_eq!(U256::from(10u64) % U256::from(3u64), U256::from(1u64)); Aug 30 00:02:56.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.655 INFO kablam! | Aug 30 00:02:56.655 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.655 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.656 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.656 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.656 INFO kablam! Aug 30 00:02:56.656 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.656 INFO kablam! --> tests/uint_tests.rs:510:2 Aug 30 00:02:56.656 INFO kablam! | Aug 30 00:02:56.656 INFO kablam! 510 | assert_eq!(U256::from_dec_str("10").unwrap(), U256::from(10u64)); Aug 30 00:02:56.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.656 INFO kablam! | Aug 30 00:02:56.656 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.656 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.656 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.657 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.657 INFO kablam! Aug 30 00:02:56.657 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.657 INFO kablam! --> tests/uint_tests.rs:510:2 Aug 30 00:02:56.657 INFO kablam! | Aug 30 00:02:56.657 INFO kablam! 510 | assert_eq!(U256::from_dec_str("10").unwrap(), U256::from(10u64)); Aug 30 00:02:56.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.657 INFO kablam! | Aug 30 00:02:56.657 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.657 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.657 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.658 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.658 INFO kablam! Aug 30 00:02:56.658 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.658 INFO kablam! --> tests/uint_tests.rs:511:2 Aug 30 00:02:56.658 INFO kablam! | Aug 30 00:02:56.658 INFO kablam! 511 | assert_eq!(U256::from_dec_str("1024").unwrap(), U256::from(1024u64)); Aug 30 00:02:56.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.658 INFO kablam! | Aug 30 00:02:56.658 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.658 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.659 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.659 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.659 INFO kablam! Aug 30 00:02:56.659 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.659 INFO kablam! --> tests/uint_tests.rs:511:2 Aug 30 00:02:56.659 INFO kablam! | Aug 30 00:02:56.659 INFO kablam! 511 | assert_eq!(U256::from_dec_str("1024").unwrap(), U256::from(1024u64)); Aug 30 00:02:56.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.659 INFO kablam! | Aug 30 00:02:56.659 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.660 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.660 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.660 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.660 INFO kablam! Aug 30 00:02:56.660 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.660 INFO kablam! --> tests/uint_tests.rs:512:2 Aug 30 00:02:56.660 INFO kablam! | Aug 30 00:02:56.660 INFO kablam! 512 | assert_eq!(U256::from_dec_str("115792089237316195423570985008687907853269984665640564039457584007913129639936"), Err(FromDecStrErr::InvalidLength)); Aug 30 00:02:56.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.660 INFO kablam! | Aug 30 00:02:56.661 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.661 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::result::Result` Aug 30 00:02:56.661 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::result::Result` Aug 30 00:02:56.661 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.661 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.661 INFO kablam! Aug 30 00:02:56.661 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.661 INFO kablam! --> tests/uint_tests.rs:512:2 Aug 30 00:02:56.661 INFO kablam! | Aug 30 00:02:56.661 INFO kablam! 512 | assert_eq!(U256::from_dec_str("115792089237316195423570985008687907853269984665640564039457584007913129639936"), Err(FromDecStrErr::InvalidLength)); Aug 30 00:02:56.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.661 INFO kablam! | Aug 30 00:02:56.661 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.662 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::result::Result` Aug 30 00:02:56.662 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::result::Result` Aug 30 00:02:56.662 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.662 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.662 INFO kablam! Aug 30 00:02:56.662 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.662 INFO kablam! --> tests/uint_tests.rs:513:2 Aug 30 00:02:56.662 INFO kablam! | Aug 30 00:02:56.662 INFO kablam! 513 | assert_eq!(U256::from_dec_str("0x11"), Err(FromDecStrErr::InvalidCharacter)); Aug 30 00:02:56.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.662 INFO kablam! | Aug 30 00:02:56.663 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.663 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::result::Result` Aug 30 00:02:56.663 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::result::Result` Aug 30 00:02:56.663 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.663 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.663 INFO kablam! Aug 30 00:02:56.663 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.663 INFO kablam! --> tests/uint_tests.rs:513:2 Aug 30 00:02:56.663 INFO kablam! | Aug 30 00:02:56.663 INFO kablam! 513 | assert_eq!(U256::from_dec_str("0x11"), Err(FromDecStrErr::InvalidCharacter)); Aug 30 00:02:56.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.664 INFO kablam! | Aug 30 00:02:56.664 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.664 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::result::Result` Aug 30 00:02:56.664 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::result::Result` Aug 30 00:02:56.664 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.664 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.664 INFO kablam! Aug 30 00:02:56.664 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Display` Aug 30 00:02:56.664 INFO kablam! --> tests/uint_tests.rs:519:27 Aug 30 00:02:56.665 INFO kablam! | Aug 30 00:02:56.665 INFO kablam! 519 | assert_eq!(format!("{}", U256::from_dec_str(s).unwrap()), s); Aug 30 00:02:56.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted with the default formatter Aug 30 00:02:56.665 INFO kablam! | Aug 30 00:02:56.665 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `uint::U256` Aug 30 00:02:56.665 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Aug 30 00:02:56.665 INFO kablam! = note: required by `std::fmt::Display::fmt` Aug 30 00:02:56.665 INFO kablam! Aug 30 00:02:56.667 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Display` Aug 30 00:02:56.667 INFO kablam! --> tests/uint_tests.rs:524:27 Aug 30 00:02:56.667 INFO kablam! | Aug 30 00:02:56.667 INFO kablam! 524 | assert_eq!(format!("{}", U256::from(0)), "0"); Aug 30 00:02:56.667 INFO kablam! | ^^^^^^^^^^^^^ `uint::U256` cannot be formatted with the default formatter Aug 30 00:02:56.667 INFO kablam! | Aug 30 00:02:56.667 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `uint::U256` Aug 30 00:02:56.667 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Aug 30 00:02:56.667 INFO kablam! = note: required by `std::fmt::Display::fmt` Aug 30 00:02:56.667 INFO kablam! Aug 30 00:02:56.670 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.671 INFO kablam! --> tests/uint_tests.rs:530:2 Aug 30 00:02:56.671 INFO kablam! | Aug 30 00:02:56.671 INFO kablam! 530 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 0, 0])); Aug 30 00:02:56.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.671 INFO kablam! | Aug 30 00:02:56.671 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 30 00:02:56.671 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 30 00:02:56.671 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.671 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.671 INFO kablam! Aug 30 00:02:56.671 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.671 INFO kablam! --> tests/uint_tests.rs:530:2 Aug 30 00:02:56.671 INFO kablam! | Aug 30 00:02:56.671 INFO kablam! 530 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 0, 0])); Aug 30 00:02:56.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.671 INFO kablam! | Aug 30 00:02:56.671 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 30 00:02:56.671 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 30 00:02:56.672 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.672 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.672 INFO kablam! Aug 30 00:02:56.673 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.673 INFO kablam! --> tests/uint_tests.rs:533:2 Aug 30 00:02:56.673 INFO kablam! | Aug 30 00:02:56.673 INFO kablam! 533 | assert_eq!(result, U512([2, 0, 0, 0, 0, 0, 0, 2])); Aug 30 00:02:56.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.673 INFO kablam! | Aug 30 00:02:56.673 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 30 00:02:56.673 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 30 00:02:56.673 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.673 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.673 INFO kablam! Aug 30 00:02:56.674 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.674 INFO kablam! --> tests/uint_tests.rs:533:2 Aug 30 00:02:56.674 INFO kablam! | Aug 30 00:02:56.674 INFO kablam! 533 | assert_eq!(result, U512([2, 0, 0, 0, 0, 0, 0, 2])); Aug 30 00:02:56.674 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.674 INFO kablam! | Aug 30 00:02:56.674 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 30 00:02:56.674 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 30 00:02:56.674 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.674 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.675 INFO kablam! Aug 30 00:02:56.676 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.676 INFO kablam! --> tests/uint_tests.rs:536:2 Aug 30 00:02:56.676 INFO kablam! | Aug 30 00:02:56.676 INFO kablam! 536 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 0, 2])); Aug 30 00:02:56.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.676 INFO kablam! | Aug 30 00:02:56.676 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 30 00:02:56.676 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 30 00:02:56.676 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.676 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.676 INFO kablam! Aug 30 00:02:56.676 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.676 INFO kablam! --> tests/uint_tests.rs:536:2 Aug 30 00:02:56.676 INFO kablam! | Aug 30 00:02:56.676 INFO kablam! 536 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 0, 2])); Aug 30 00:02:56.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.676 INFO kablam! | Aug 30 00:02:56.677 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 30 00:02:56.677 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 30 00:02:56.677 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.677 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.677 INFO kablam! Aug 30 00:02:56.678 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.678 INFO kablam! --> tests/uint_tests.rs:539:2 Aug 30 00:02:56.678 INFO kablam! | Aug 30 00:02:56.678 INFO kablam! 539 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 5, 2])); Aug 30 00:02:56.678 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.678 INFO kablam! | Aug 30 00:02:56.678 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 30 00:02:56.678 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 30 00:02:56.678 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.679 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.679 INFO kablam! Aug 30 00:02:56.679 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.679 INFO kablam! --> tests/uint_tests.rs:539:2 Aug 30 00:02:56.679 INFO kablam! | Aug 30 00:02:56.679 INFO kablam! 539 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 5, 2])); Aug 30 00:02:56.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.679 INFO kablam! | Aug 30 00:02:56.679 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 30 00:02:56.679 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 30 00:02:56.679 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.679 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.679 INFO kablam! Aug 30 00:02:56.681 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.681 INFO kablam! --> tests/uint_tests.rs:542:2 Aug 30 00:02:56.681 INFO kablam! | Aug 30 00:02:56.681 INFO kablam! 542 | assert_eq!(result, U512([10, 12, 14, 16, 18, 20, 22, 24])); Aug 30 00:02:56.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.681 INFO kablam! | Aug 30 00:02:56.681 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 30 00:02:56.681 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 30 00:02:56.681 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.681 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.681 INFO kablam! Aug 30 00:02:56.681 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.681 INFO kablam! --> tests/uint_tests.rs:542:2 Aug 30 00:02:56.681 INFO kablam! | Aug 30 00:02:56.681 INFO kablam! 542 | assert_eq!(result, U512([10, 12, 14, 16, 18, 20, 22, 24])); Aug 30 00:02:56.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.681 INFO kablam! | Aug 30 00:02:56.682 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 30 00:02:56.682 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 30 00:02:56.682 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.682 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.682 INFO kablam! Aug 30 00:02:56.685 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.685 INFO kablam! --> tests/uint_tests.rs:563:2 Aug 30 00:02:56.685 INFO kablam! | Aug 30 00:02:56.685 INFO kablam! 563 | assert_eq!(result, U256([0, 0, 0, 0])); Aug 30 00:02:56.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.685 INFO kablam! | Aug 30 00:02:56.685 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.685 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.685 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.686 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.686 INFO kablam! Aug 30 00:02:56.686 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.686 INFO kablam! --> tests/uint_tests.rs:563:2 Aug 30 00:02:56.686 INFO kablam! | Aug 30 00:02:56.686 INFO kablam! 563 | assert_eq!(result, U256([0, 0, 0, 0])); Aug 30 00:02:56.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.686 INFO kablam! | Aug 30 00:02:56.686 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.686 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.686 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.686 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.686 INFO kablam! Aug 30 00:02:56.687 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.688 INFO kablam! --> tests/uint_tests.rs:566:2 Aug 30 00:02:56.688 INFO kablam! | Aug 30 00:02:56.688 INFO kablam! 566 | assert_eq!(result, U256([0, 0, 0, 2])); Aug 30 00:02:56.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.688 INFO kablam! | Aug 30 00:02:56.688 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.688 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.688 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.688 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.688 INFO kablam! Aug 30 00:02:56.688 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.688 INFO kablam! --> tests/uint_tests.rs:566:2 Aug 30 00:02:56.688 INFO kablam! | Aug 30 00:02:56.688 INFO kablam! 566 | assert_eq!(result, U256([0, 0, 0, 2])); Aug 30 00:02:56.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.688 INFO kablam! | Aug 30 00:02:56.688 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.689 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.689 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.689 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.689 INFO kablam! Aug 30 00:02:56.690 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.690 INFO kablam! --> tests/uint_tests.rs:569:2 Aug 30 00:02:56.690 INFO kablam! | Aug 30 00:02:56.690 INFO kablam! 569 | assert_eq!(result, U256([0, 0, 5, 2])); Aug 30 00:02:56.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.690 INFO kablam! | Aug 30 00:02:56.690 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.691 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.691 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.691 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.691 INFO kablam! Aug 30 00:02:56.691 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.691 INFO kablam! --> tests/uint_tests.rs:569:2 Aug 30 00:02:56.691 INFO kablam! | Aug 30 00:02:56.691 INFO kablam! 569 | assert_eq!(result, U256([0, 0, 5, 2])); Aug 30 00:02:56.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.691 INFO kablam! | Aug 30 00:02:56.691 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.692 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.692 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.692 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.692 INFO kablam! Aug 30 00:02:56.694 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.694 INFO kablam! --> tests/uint_tests.rs:583:2 Aug 30 00:02:56.694 INFO kablam! | Aug 30 00:02:56.694 INFO kablam! 583 | assert_eq!(result, U256([0, 0, 0, 0])); Aug 30 00:02:56.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.694 INFO kablam! | Aug 30 00:02:56.694 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.694 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.695 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.695 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.695 INFO kablam! Aug 30 00:02:56.695 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.695 INFO kablam! --> tests/uint_tests.rs:583:2 Aug 30 00:02:56.695 INFO kablam! | Aug 30 00:02:56.695 INFO kablam! 583 | assert_eq!(result, U256([0, 0, 0, 0])); Aug 30 00:02:56.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.695 INFO kablam! | Aug 30 00:02:56.695 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.695 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.695 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.695 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.695 INFO kablam! Aug 30 00:02:56.697 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.697 INFO kablam! --> tests/uint_tests.rs:586:2 Aug 30 00:02:56.697 INFO kablam! | Aug 30 00:02:56.697 INFO kablam! 586 | assert_eq!(result, U256([0, 0, 0, 0])); Aug 30 00:02:56.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.697 INFO kablam! | Aug 30 00:02:56.697 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.697 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.697 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.697 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.697 INFO kablam! Aug 30 00:02:56.697 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.697 INFO kablam! --> tests/uint_tests.rs:586:2 Aug 30 00:02:56.697 INFO kablam! | Aug 30 00:02:56.697 INFO kablam! 586 | assert_eq!(result, U256([0, 0, 0, 0])); Aug 30 00:02:56.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.697 INFO kablam! | Aug 30 00:02:56.698 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.698 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.698 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.698 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.698 INFO kablam! Aug 30 00:02:56.701 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.701 INFO kablam! --> tests/uint_tests.rs:596:2 Aug 30 00:02:56.701 INFO kablam! | Aug 30 00:02:56.701 INFO kablam! 596 | assert_eq!(U256([MAX/2+1, MAX/2+1, MAX/2+1, MAX/2+1]), result); Aug 30 00:02:56.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.701 INFO kablam! | Aug 30 00:02:56.701 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.701 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.701 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.701 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.701 INFO kablam! Aug 30 00:02:56.701 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.701 INFO kablam! --> tests/uint_tests.rs:596:2 Aug 30 00:02:56.702 INFO kablam! | Aug 30 00:02:56.702 INFO kablam! 596 | assert_eq!(U256([MAX/2+1, MAX/2+1, MAX/2+1, MAX/2+1]), result); Aug 30 00:02:56.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.702 INFO kablam! | Aug 30 00:02:56.702 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.702 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.702 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.702 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.702 INFO kablam! Aug 30 00:02:56.704 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.704 INFO kablam! --> tests/uint_tests.rs:600:2 Aug 30 00:02:56.704 INFO kablam! | Aug 30 00:02:56.704 INFO kablam! 600 | assert_eq!(U256([0, 0, MAX, 0]), result); Aug 30 00:02:56.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.704 INFO kablam! | Aug 30 00:02:56.704 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.704 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.704 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.704 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.704 INFO kablam! Aug 30 00:02:56.704 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.704 INFO kablam! --> tests/uint_tests.rs:600:2 Aug 30 00:02:56.704 INFO kablam! | Aug 30 00:02:56.704 INFO kablam! 600 | assert_eq!(U256([0, 0, MAX, 0]), result); Aug 30 00:02:56.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.704 INFO kablam! | Aug 30 00:02:56.704 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.704 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.705 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.705 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.705 INFO kablam! Aug 30 00:02:56.706 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.706 INFO kablam! --> tests/uint_tests.rs:604:2 Aug 30 00:02:56.706 INFO kablam! | Aug 30 00:02:56.706 INFO kablam! 604 | assert_eq!(U256([MAX, MAX, MAX, 0]), result); Aug 30 00:02:56.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.706 INFO kablam! | Aug 30 00:02:56.706 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.706 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.707 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.707 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.707 INFO kablam! Aug 30 00:02:56.707 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.707 INFO kablam! --> tests/uint_tests.rs:604:2 Aug 30 00:02:56.707 INFO kablam! | Aug 30 00:02:56.707 INFO kablam! 604 | assert_eq!(U256([MAX, MAX, MAX, 0]), result); Aug 30 00:02:56.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.707 INFO kablam! | Aug 30 00:02:56.707 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.707 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.707 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.707 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.707 INFO kablam! Aug 30 00:02:56.709 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.709 INFO kablam! --> tests/uint_tests.rs:610:2 Aug 30 00:02:56.709 INFO kablam! | Aug 30 00:02:56.709 INFO kablam! 610 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 0, 0])); Aug 30 00:02:56.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.709 INFO kablam! | Aug 30 00:02:56.709 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 30 00:02:56.709 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 30 00:02:56.709 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.710 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.710 INFO kablam! Aug 30 00:02:56.710 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.710 INFO kablam! --> tests/uint_tests.rs:610:2 Aug 30 00:02:56.710 INFO kablam! | Aug 30 00:02:56.710 INFO kablam! 610 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 0, 0])); Aug 30 00:02:56.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.710 INFO kablam! | Aug 30 00:02:56.710 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 30 00:02:56.710 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 30 00:02:56.710 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.710 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.710 INFO kablam! Aug 30 00:02:56.711 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.712 INFO kablam! --> tests/uint_tests.rs:613:2 Aug 30 00:02:56.712 INFO kablam! | Aug 30 00:02:56.712 INFO kablam! 613 | assert_eq!(result, U512([1, 1, 1, 1, 1, 1, 1, 1])); Aug 30 00:02:56.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.712 INFO kablam! | Aug 30 00:02:56.712 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 30 00:02:56.712 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 30 00:02:56.712 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.712 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.712 INFO kablam! Aug 30 00:02:56.712 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.712 INFO kablam! --> tests/uint_tests.rs:613:2 Aug 30 00:02:56.712 INFO kablam! | Aug 30 00:02:56.712 INFO kablam! 613 | assert_eq!(result, U512([1, 1, 1, 1, 1, 1, 1, 1])); Aug 30 00:02:56.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.712 INFO kablam! | Aug 30 00:02:56.712 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 30 00:02:56.712 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 30 00:02:56.712 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.713 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.713 INFO kablam! Aug 30 00:02:56.716 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.716 INFO kablam! --> tests/uint_tests.rs:625:2 Aug 30 00:02:56.716 INFO kablam! | Aug 30 00:02:56.716 INFO kablam! 625 | assert_eq!(U256([1, MAX-1, 0, 0]), result); Aug 30 00:02:56.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.716 INFO kablam! | Aug 30 00:02:56.717 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.717 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.717 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.717 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.717 INFO kablam! Aug 30 00:02:56.717 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.717 INFO kablam! --> tests/uint_tests.rs:625:2 Aug 30 00:02:56.717 INFO kablam! | Aug 30 00:02:56.717 INFO kablam! 625 | assert_eq!(U256([1, MAX-1, 0, 0]), result); Aug 30 00:02:56.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.717 INFO kablam! | Aug 30 00:02:56.717 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.717 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.717 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.717 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.717 INFO kablam! Aug 30 00:02:56.719 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.719 INFO kablam! --> tests/uint_tests.rs:628:2 Aug 30 00:02:56.719 INFO kablam! | Aug 30 00:02:56.719 INFO kablam! 628 | assert_eq!(U256([0, 1, MAX-1, 0]), result); Aug 30 00:02:56.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.719 INFO kablam! | Aug 30 00:02:56.719 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.719 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.719 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.719 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.719 INFO kablam! Aug 30 00:02:56.720 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.720 INFO kablam! --> tests/uint_tests.rs:628:2 Aug 30 00:02:56.720 INFO kablam! | Aug 30 00:02:56.720 INFO kablam! 628 | assert_eq!(U256([0, 1, MAX-1, 0]), result); Aug 30 00:02:56.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.720 INFO kablam! | Aug 30 00:02:56.720 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.720 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.720 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.720 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.720 INFO kablam! Aug 30 00:02:56.721 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.721 INFO kablam! --> tests/uint_tests.rs:631:2 Aug 30 00:02:56.722 INFO kablam! | Aug 30 00:02:56.722 INFO kablam! 631 | assert_eq!(U256([1, MAX, MAX-1, 0]), result); Aug 30 00:02:56.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.722 INFO kablam! | Aug 30 00:02:56.722 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.722 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.722 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.722 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.722 INFO kablam! Aug 30 00:02:56.722 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.722 INFO kablam! --> tests/uint_tests.rs:631:2 Aug 30 00:02:56.722 INFO kablam! | Aug 30 00:02:56.722 INFO kablam! 631 | assert_eq!(U256([1, MAX, MAX-1, 0]), result); Aug 30 00:02:56.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.722 INFO kablam! | Aug 30 00:02:56.722 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.722 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.722 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.722 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.722 INFO kablam! Aug 30 00:02:56.724 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.724 INFO kablam! --> tests/uint_tests.rs:634:2 Aug 30 00:02:56.724 INFO kablam! | Aug 30 00:02:56.724 INFO kablam! 634 | assert_eq!(U256([1, MAX, MAX-1, 0]), result); Aug 30 00:02:56.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.724 INFO kablam! | Aug 30 00:02:56.724 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.724 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.724 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.724 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.724 INFO kablam! Aug 30 00:02:56.725 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.725 INFO kablam! --> tests/uint_tests.rs:634:2 Aug 30 00:02:56.725 INFO kablam! | Aug 30 00:02:56.725 INFO kablam! 634 | assert_eq!(U256([1, MAX, MAX-1, 0]), result); Aug 30 00:02:56.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.725 INFO kablam! | Aug 30 00:02:56.725 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.725 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.725 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.725 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.725 INFO kablam! Aug 30 00:02:56.726 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.726 INFO kablam! --> tests/uint_tests.rs:638:2 Aug 30 00:02:56.726 INFO kablam! | Aug 30 00:02:56.726 INFO kablam! 638 | assert_eq!(U256([1, 0, MAX-1, MAX]), result); Aug 30 00:02:56.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.726 INFO kablam! | Aug 30 00:02:56.726 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.726 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.726 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.727 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.727 INFO kablam! Aug 30 00:02:56.727 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.727 INFO kablam! --> tests/uint_tests.rs:638:2 Aug 30 00:02:56.727 INFO kablam! | Aug 30 00:02:56.727 INFO kablam! 638 | assert_eq!(U256([1, 0, MAX-1, MAX]), result); Aug 30 00:02:56.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.727 INFO kablam! | Aug 30 00:02:56.727 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.727 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.727 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.727 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.727 INFO kablam! Aug 30 00:02:56.728 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.728 INFO kablam! --> tests/uint_tests.rs:641:2 Aug 30 00:02:56.728 INFO kablam! | Aug 30 00:02:56.729 INFO kablam! 641 | assert_eq!(U256([1, MAX, MAX, MAX-1]), result); Aug 30 00:02:56.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.729 INFO kablam! | Aug 30 00:02:56.729 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.729 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.729 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.729 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.729 INFO kablam! Aug 30 00:02:56.729 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.729 INFO kablam! --> tests/uint_tests.rs:641:2 Aug 30 00:02:56.729 INFO kablam! | Aug 30 00:02:56.729 INFO kablam! 641 | assert_eq!(U256([1, MAX, MAX, MAX-1]), result); Aug 30 00:02:56.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.729 INFO kablam! | Aug 30 00:02:56.729 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.729 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.729 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.729 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.729 INFO kablam! Aug 30 00:02:56.731 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.731 INFO kablam! --> tests/uint_tests.rs:644:2 Aug 30 00:02:56.731 INFO kablam! | Aug 30 00:02:56.731 INFO kablam! 644 | assert_eq!(U256([1, MAX, MAX, MAX-1]), result); Aug 30 00:02:56.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.731 INFO kablam! | Aug 30 00:02:56.731 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.731 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.731 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.731 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.731 INFO kablam! Aug 30 00:02:56.731 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.731 INFO kablam! --> tests/uint_tests.rs:644:2 Aug 30 00:02:56.731 INFO kablam! | Aug 30 00:02:56.731 INFO kablam! 644 | assert_eq!(U256([1, MAX, MAX, MAX-1]), result); Aug 30 00:02:56.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.731 INFO kablam! | Aug 30 00:02:56.731 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.731 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.732 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.732 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.732 INFO kablam! Aug 30 00:02:56.733 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.733 INFO kablam! --> tests/uint_tests.rs:648:2 Aug 30 00:02:56.733 INFO kablam! | Aug 30 00:02:56.733 INFO kablam! 648 | assert_eq!(U256([1, MAX, MAX, MAX]), result); Aug 30 00:02:56.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.733 INFO kablam! | Aug 30 00:02:56.733 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.733 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.733 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.733 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.733 INFO kablam! Aug 30 00:02:56.733 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.733 INFO kablam! --> tests/uint_tests.rs:648:2 Aug 30 00:02:56.733 INFO kablam! | Aug 30 00:02:56.733 INFO kablam! 648 | assert_eq!(U256([1, MAX, MAX, MAX]), result); Aug 30 00:02:56.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.733 INFO kablam! | Aug 30 00:02:56.733 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.734 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.734 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.734 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.734 INFO kablam! Aug 30 00:02:56.735 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.735 INFO kablam! --> tests/uint_tests.rs:652:2 Aug 30 00:02:56.735 INFO kablam! | Aug 30 00:02:56.735 INFO kablam! 652 | assert_eq!(U256([1, MAX, MAX, MAX]), result); Aug 30 00:02:56.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.735 INFO kablam! | Aug 30 00:02:56.735 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.735 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.735 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.735 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.735 INFO kablam! Aug 30 00:02:56.736 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.736 INFO kablam! --> tests/uint_tests.rs:652:2 Aug 30 00:02:56.736 INFO kablam! | Aug 30 00:02:56.736 INFO kablam! 652 | assert_eq!(U256([1, MAX, MAX, MAX]), result); Aug 30 00:02:56.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.736 INFO kablam! | Aug 30 00:02:56.736 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.736 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.736 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.736 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.736 INFO kablam! Aug 30 00:02:56.737 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.737 INFO kablam! --> tests/uint_tests.rs:656:2 Aug 30 00:02:56.737 INFO kablam! | Aug 30 00:02:56.737 INFO kablam! 656 | assert_eq!(U256([1, 0, MAX, MAX-1]), result); Aug 30 00:02:56.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.737 INFO kablam! | Aug 30 00:02:56.737 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.738 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.738 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.738 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.738 INFO kablam! Aug 30 00:02:56.738 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.738 INFO kablam! --> tests/uint_tests.rs:656:2 Aug 30 00:02:56.738 INFO kablam! | Aug 30 00:02:56.738 INFO kablam! 656 | assert_eq!(U256([1, 0, MAX, MAX-1]), result); Aug 30 00:02:56.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.738 INFO kablam! | Aug 30 00:02:56.738 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.738 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.738 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.738 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.738 INFO kablam! Aug 30 00:02:56.739 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.739 INFO kablam! --> tests/uint_tests.rs:660:2 Aug 30 00:02:56.739 INFO kablam! | Aug 30 00:02:56.739 INFO kablam! 660 | assert_eq!(U256([1, 0, MAX, MAX-1]), result); Aug 30 00:02:56.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.739 INFO kablam! | Aug 30 00:02:56.739 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.740 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.740 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.740 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.740 INFO kablam! Aug 30 00:02:56.740 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.740 INFO kablam! --> tests/uint_tests.rs:660:2 Aug 30 00:02:56.740 INFO kablam! | Aug 30 00:02:56.740 INFO kablam! 660 | assert_eq!(U256([1, 0, MAX, MAX-1]), result); Aug 30 00:02:56.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.740 INFO kablam! | Aug 30 00:02:56.741 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.741 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.741 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.741 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.741 INFO kablam! Aug 30 00:02:56.742 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.742 INFO kablam! --> tests/uint_tests.rs:664:2 Aug 30 00:02:56.742 INFO kablam! | Aug 30 00:02:56.742 INFO kablam! 664 | assert_eq!(U256([1, 0, MAX, MAX]), result); Aug 30 00:02:56.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.743 INFO kablam! | Aug 30 00:02:56.743 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.743 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.743 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.743 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.743 INFO kablam! Aug 30 00:02:56.743 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.743 INFO kablam! --> tests/uint_tests.rs:664:2 Aug 30 00:02:56.743 INFO kablam! | Aug 30 00:02:56.743 INFO kablam! 664 | assert_eq!(U256([1, 0, MAX, MAX]), result); Aug 30 00:02:56.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.744 INFO kablam! | Aug 30 00:02:56.744 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.744 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.744 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.744 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.744 INFO kablam! Aug 30 00:02:56.747 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.747 INFO kablam! --> tests/uint_tests.rs:668:2 Aug 30 00:02:56.747 INFO kablam! | Aug 30 00:02:56.747 INFO kablam! 668 | assert_eq!(U256([1, 0, MAX, MAX]), result); Aug 30 00:02:56.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.749 INFO kablam! | Aug 30 00:02:56.749 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.749 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.749 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.749 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.749 INFO kablam! Aug 30 00:02:56.749 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.749 INFO kablam! --> tests/uint_tests.rs:668:2 Aug 30 00:02:56.750 INFO kablam! | Aug 30 00:02:56.750 INFO kablam! 668 | assert_eq!(U256([1, 0, MAX, MAX]), result); Aug 30 00:02:56.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.750 INFO kablam! | Aug 30 00:02:56.750 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.750 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.750 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.750 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.750 INFO kablam! Aug 30 00:02:56.750 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.751 INFO kablam! --> tests/uint_tests.rs:672:2 Aug 30 00:02:56.751 INFO kablam! | Aug 30 00:02:56.751 INFO kablam! 672 | assert_eq!(U256([1, 0, 0, MAX-1]), result); Aug 30 00:02:56.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.751 INFO kablam! | Aug 30 00:02:56.752 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.752 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.752 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.753 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.753 INFO kablam! Aug 30 00:02:56.753 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.753 INFO kablam! --> tests/uint_tests.rs:672:2 Aug 30 00:02:56.753 INFO kablam! | Aug 30 00:02:56.753 INFO kablam! 672 | assert_eq!(U256([1, 0, 0, MAX-1]), result); Aug 30 00:02:56.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.753 INFO kablam! | Aug 30 00:02:56.753 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.753 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.753 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.753 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.753 INFO kablam! Aug 30 00:02:56.754 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.754 INFO kablam! --> tests/uint_tests.rs:676:2 Aug 30 00:02:56.754 INFO kablam! | Aug 30 00:02:56.754 INFO kablam! 676 | assert_eq!(U256([1, 0, 0, MAX]), result); Aug 30 00:02:56.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.754 INFO kablam! | Aug 30 00:02:56.754 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.754 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.754 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.754 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.755 INFO kablam! Aug 30 00:02:56.755 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.755 INFO kablam! --> tests/uint_tests.rs:676:2 Aug 30 00:02:56.755 INFO kablam! | Aug 30 00:02:56.755 INFO kablam! 676 | assert_eq!(U256([1, 0, 0, MAX]), result); Aug 30 00:02:56.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.755 INFO kablam! | Aug 30 00:02:56.756 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.756 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.756 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.756 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.757 INFO kablam! Aug 30 00:02:56.757 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.757 INFO kablam! --> tests/uint_tests.rs:680:2 Aug 30 00:02:56.757 INFO kablam! | Aug 30 00:02:56.757 INFO kablam! 680 | assert_eq!(U256([1, 0, 0, MAX]), result); Aug 30 00:02:56.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.757 INFO kablam! | Aug 30 00:02:56.757 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.757 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.757 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.757 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.757 INFO kablam! Aug 30 00:02:56.757 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.758 INFO kablam! --> tests/uint_tests.rs:680:2 Aug 30 00:02:56.758 INFO kablam! | Aug 30 00:02:56.758 INFO kablam! 680 | assert_eq!(U256([1, 0, 0, MAX]), result); Aug 30 00:02:56.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.758 INFO kablam! | Aug 30 00:02:56.758 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.758 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.758 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.758 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.758 INFO kablam! Aug 30 00:02:56.758 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.758 INFO kablam! --> tests/uint_tests.rs:683:2 Aug 30 00:02:56.758 INFO kablam! | Aug 30 00:02:56.758 INFO kablam! 683 | assert_eq!(U256([0, 0, 0, 0]), result); Aug 30 00:02:56.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.758 INFO kablam! | Aug 30 00:02:56.758 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.758 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.758 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.759 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.759 INFO kablam! Aug 30 00:02:56.759 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.759 INFO kablam! --> tests/uint_tests.rs:683:2 Aug 30 00:02:56.759 INFO kablam! | Aug 30 00:02:56.759 INFO kablam! 683 | assert_eq!(U256([0, 0, 0, 0]), result); Aug 30 00:02:56.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.759 INFO kablam! | Aug 30 00:02:56.759 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.759 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.759 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.759 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.759 INFO kablam! Aug 30 00:02:56.761 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.761 INFO kablam! --> tests/uint_tests.rs:686:2 Aug 30 00:02:56.761 INFO kablam! | Aug 30 00:02:56.761 INFO kablam! 686 | assert_eq!(U256([0, 0, 0, MAX]), result); Aug 30 00:02:56.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.761 INFO kablam! | Aug 30 00:02:56.762 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.762 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.762 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.762 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.762 INFO kablam! Aug 30 00:02:56.762 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.762 INFO kablam! --> tests/uint_tests.rs:686:2 Aug 30 00:02:56.762 INFO kablam! | Aug 30 00:02:56.762 INFO kablam! 686 | assert_eq!(U256([0, 0, 0, MAX]), result); Aug 30 00:02:56.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.762 INFO kablam! | Aug 30 00:02:56.762 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.762 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.763 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.763 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.763 INFO kablam! Aug 30 00:02:56.763 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.763 INFO kablam! --> tests/uint_tests.rs:690:2 Aug 30 00:02:56.763 INFO kablam! | Aug 30 00:02:56.763 INFO kablam! 690 | assert_eq!(U256([1, 0, 0, 0]), result); Aug 30 00:02:56.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.763 INFO kablam! | Aug 30 00:02:56.763 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.763 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.764 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.765 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.765 INFO kablam! Aug 30 00:02:56.765 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.765 INFO kablam! --> tests/uint_tests.rs:690:2 Aug 30 00:02:56.765 INFO kablam! | Aug 30 00:02:56.765 INFO kablam! 690 | assert_eq!(U256([1, 0, 0, 0]), result); Aug 30 00:02:56.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.765 INFO kablam! | Aug 30 00:02:56.765 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.765 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.765 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.765 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.765 INFO kablam! Aug 30 00:02:56.765 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.765 INFO kablam! --> tests/uint_tests.rs:696:2 Aug 30 00:02:56.765 INFO kablam! | Aug 30 00:02:56.765 INFO kablam! 696 | assert_eq!(U256([0, 0, 0, 0]), result); Aug 30 00:02:56.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.765 INFO kablam! | Aug 30 00:02:56.765 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.765 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.765 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.765 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.765 INFO kablam! Aug 30 00:02:56.765 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.765 INFO kablam! --> tests/uint_tests.rs:696:2 Aug 30 00:02:56.765 INFO kablam! | Aug 30 00:02:56.765 INFO kablam! 696 | assert_eq!(U256([0, 0, 0, 0]), result); Aug 30 00:02:56.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.765 INFO kablam! | Aug 30 00:02:56.765 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.765 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.765 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.765 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.766 INFO kablam! Aug 30 00:02:56.766 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.766 INFO kablam! --> tests/uint_tests.rs:699:2 Aug 30 00:02:56.766 INFO kablam! | Aug 30 00:02:56.766 INFO kablam! 699 | assert_eq!(U256([1, 0, 0, 0]), result); Aug 30 00:02:56.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.766 INFO kablam! | Aug 30 00:02:56.766 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.766 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.766 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.766 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.766 INFO kablam! Aug 30 00:02:56.766 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.766 INFO kablam! --> tests/uint_tests.rs:699:2 Aug 30 00:02:56.766 INFO kablam! | Aug 30 00:02:56.766 INFO kablam! 699 | assert_eq!(U256([1, 0, 0, 0]), result); Aug 30 00:02:56.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.766 INFO kablam! | Aug 30 00:02:56.766 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.766 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.766 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.766 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.766 INFO kablam! Aug 30 00:02:56.766 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.766 INFO kablam! --> tests/uint_tests.rs:702:2 Aug 30 00:02:56.766 INFO kablam! | Aug 30 00:02:56.766 INFO kablam! 702 | assert_eq!(U256([25, 0, 0, 0]), result); Aug 30 00:02:56.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.766 INFO kablam! | Aug 30 00:02:56.766 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.766 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.766 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.766 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.766 INFO kablam! Aug 30 00:02:56.767 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.767 INFO kablam! --> tests/uint_tests.rs:702:2 Aug 30 00:02:56.767 INFO kablam! | Aug 30 00:02:56.767 INFO kablam! 702 | assert_eq!(U256([25, 0, 0, 0]), result); Aug 30 00:02:56.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.767 INFO kablam! | Aug 30 00:02:56.767 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.767 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.767 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.767 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.767 INFO kablam! Aug 30 00:02:56.769 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.769 INFO kablam! --> tests/uint_tests.rs:705:2 Aug 30 00:02:56.769 INFO kablam! | Aug 30 00:02:56.769 INFO kablam! 705 | assert_eq!(U256([0, 0, 25, 0]), result); Aug 30 00:02:56.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.769 INFO kablam! | Aug 30 00:02:56.769 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.769 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.769 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.769 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.769 INFO kablam! Aug 30 00:02:56.770 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.770 INFO kablam! --> tests/uint_tests.rs:705:2 Aug 30 00:02:56.770 INFO kablam! | Aug 30 00:02:56.770 INFO kablam! 705 | assert_eq!(U256([0, 0, 25, 0]), result); Aug 30 00:02:56.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.770 INFO kablam! | Aug 30 00:02:56.770 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.770 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.770 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.770 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.770 INFO kablam! Aug 30 00:02:56.771 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.771 INFO kablam! --> tests/uint_tests.rs:708:2 Aug 30 00:02:56.771 INFO kablam! | Aug 30 00:02:56.771 INFO kablam! 708 | assert_eq!(U256([0, 0, 0, 1]), result); Aug 30 00:02:56.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.771 INFO kablam! | Aug 30 00:02:56.771 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.771 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.771 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.771 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.771 INFO kablam! Aug 30 00:02:56.772 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.772 INFO kablam! --> tests/uint_tests.rs:708:2 Aug 30 00:02:56.772 INFO kablam! | Aug 30 00:02:56.772 INFO kablam! 708 | assert_eq!(U256([0, 0, 0, 1]), result); Aug 30 00:02:56.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.772 INFO kablam! | Aug 30 00:02:56.772 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.772 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.772 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.772 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.772 INFO kablam! Aug 30 00:02:56.774 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.775 INFO kablam! --> tests/uint_tests.rs:711:2 Aug 30 00:02:56.775 INFO kablam! | Aug 30 00:02:56.775 INFO kablam! 711 | assert_eq!(U256([0, 0, 0, 10]), result); Aug 30 00:02:56.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.775 INFO kablam! | Aug 30 00:02:56.775 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.775 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.775 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.775 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.775 INFO kablam! Aug 30 00:02:56.775 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.776 INFO kablam! --> tests/uint_tests.rs:711:2 Aug 30 00:02:56.776 INFO kablam! | Aug 30 00:02:56.776 INFO kablam! 711 | assert_eq!(U256([0, 0, 0, 10]), result); Aug 30 00:02:56.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.776 INFO kablam! | Aug 30 00:02:56.776 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.776 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.776 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.776 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.776 INFO kablam! Aug 30 00:02:56.777 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.777 INFO kablam! --> tests/uint_tests.rs:714:2 Aug 30 00:02:56.777 INFO kablam! | Aug 30 00:02:56.777 INFO kablam! 714 | assert_eq!(U256([0, 0, 0, 5]), result); Aug 30 00:02:56.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.777 INFO kablam! | Aug 30 00:02:56.777 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.777 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.777 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.777 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.777 INFO kablam! Aug 30 00:02:56.777 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.778 INFO kablam! --> tests/uint_tests.rs:714:2 Aug 30 00:02:56.778 INFO kablam! | Aug 30 00:02:56.778 INFO kablam! 714 | assert_eq!(U256([0, 0, 0, 5]), result); Aug 30 00:02:56.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.778 INFO kablam! | Aug 30 00:02:56.778 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.778 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.778 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.778 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.778 INFO kablam! Aug 30 00:02:56.780 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.780 INFO kablam! --> tests/uint_tests.rs:717:2 Aug 30 00:02:56.780 INFO kablam! | Aug 30 00:02:56.780 INFO kablam! 717 | assert_eq!(U256([0, 0, 0, 0]), result); Aug 30 00:02:56.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.780 INFO kablam! | Aug 30 00:02:56.780 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.780 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.780 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.780 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.780 INFO kablam! Aug 30 00:02:56.781 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.781 INFO kablam! --> tests/uint_tests.rs:717:2 Aug 30 00:02:56.781 INFO kablam! | Aug 30 00:02:56.781 INFO kablam! 717 | assert_eq!(U256([0, 0, 0, 0]), result); Aug 30 00:02:56.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.781 INFO kablam! | Aug 30 00:02:56.781 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.781 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.781 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.781 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.781 INFO kablam! Aug 30 00:02:56.782 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.783 INFO kablam! --> tests/uint_tests.rs:720:2 Aug 30 00:02:56.783 INFO kablam! | Aug 30 00:02:56.783 INFO kablam! 720 | assert_eq!(U256([0, 10, 0, 0]), result); Aug 30 00:02:56.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.783 INFO kablam! | Aug 30 00:02:56.783 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.783 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.783 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.783 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.783 INFO kablam! Aug 30 00:02:56.783 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.783 INFO kablam! --> tests/uint_tests.rs:720:2 Aug 30 00:02:56.783 INFO kablam! | Aug 30 00:02:56.783 INFO kablam! 720 | assert_eq!(U256([0, 10, 0, 0]), result); Aug 30 00:02:56.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.784 INFO kablam! | Aug 30 00:02:56.784 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.784 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.784 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.784 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.784 INFO kablam! Aug 30 00:02:56.785 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.785 INFO kablam! --> tests/uint_tests.rs:723:2 Aug 30 00:02:56.785 INFO kablam! | Aug 30 00:02:56.785 INFO kablam! 723 | assert_eq!(U256([0, 0, 0, MAX]), result); Aug 30 00:02:56.786 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.786 INFO kablam! | Aug 30 00:02:56.786 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.786 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.786 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.786 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.786 INFO kablam! Aug 30 00:02:56.786 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.786 INFO kablam! --> tests/uint_tests.rs:723:2 Aug 30 00:02:56.786 INFO kablam! | Aug 30 00:02:56.786 INFO kablam! 723 | assert_eq!(U256([0, 0, 0, MAX]), result); Aug 30 00:02:56.786 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.786 INFO kablam! | Aug 30 00:02:56.786 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.786 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.786 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.786 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.786 INFO kablam! Aug 30 00:02:56.798 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.798 INFO kablam! --> tests/uint_tests.rs:761:2 Aug 30 00:02:56.798 INFO kablam! | Aug 30 00:02:56.798 INFO kablam! 761 | assert_eq!(source, U256::from(1)); Aug 30 00:02:56.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.798 INFO kablam! | Aug 30 00:02:56.798 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.798 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.798 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.798 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.799 INFO kablam! Aug 30 00:02:56.799 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.799 INFO kablam! --> tests/uint_tests.rs:761:2 Aug 30 00:02:56.799 INFO kablam! | Aug 30 00:02:56.799 INFO kablam! 761 | assert_eq!(source, U256::from(1)); Aug 30 00:02:56.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.799 INFO kablam! | Aug 30 00:02:56.799 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.799 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.799 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.799 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.799 INFO kablam! Aug 30 00:02:56.814 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 30 00:02:56.814 INFO kablam! --> tests/uint_tests.rs:787:15 Aug 30 00:02:56.814 INFO kablam! | Aug 30 00:02:56.814 INFO kablam! 787 | let source = U256::from_str("0102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f20").unwrap(); Aug 30 00:02:56.815 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 30 00:02:56.815 INFO kablam! Aug 30 00:02:56.856 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.856 INFO kablam! --> tests/uint_tests.rs:799:2 Aug 30 00:02:56.856 INFO kablam! | Aug 30 00:02:56.856 INFO kablam! 799 | assert_eq!(U256([0, 0, 0, 0]), result); Aug 30 00:02:56.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.856 INFO kablam! | Aug 30 00:02:56.856 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.856 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.856 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.857 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.857 INFO kablam! Aug 30 00:02:56.857 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.857 INFO kablam! --> tests/uint_tests.rs:799:2 Aug 30 00:02:56.857 INFO kablam! | Aug 30 00:02:56.857 INFO kablam! 799 | assert_eq!(U256([0, 0, 0, 0]), result); Aug 30 00:02:56.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.857 INFO kablam! | Aug 30 00:02:56.857 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.857 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.857 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.857 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.857 INFO kablam! Aug 30 00:02:56.858 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.858 INFO kablam! --> tests/uint_tests.rs:802:2 Aug 30 00:02:56.858 INFO kablam! | Aug 30 00:02:56.858 INFO kablam! 802 | assert_eq!(U256([1, 0, 0, 0]), result); Aug 30 00:02:56.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.858 INFO kablam! | Aug 30 00:02:56.858 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.858 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.858 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.858 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.858 INFO kablam! Aug 30 00:02:56.859 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.859 INFO kablam! --> tests/uint_tests.rs:802:2 Aug 30 00:02:56.859 INFO kablam! | Aug 30 00:02:56.859 INFO kablam! 802 | assert_eq!(U256([1, 0, 0, 0]), result); Aug 30 00:02:56.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.859 INFO kablam! | Aug 30 00:02:56.859 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.859 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.859 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.859 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.859 INFO kablam! Aug 30 00:02:56.862 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.862 INFO kablam! --> tests/uint_tests.rs:805:2 Aug 30 00:02:56.862 INFO kablam! | Aug 30 00:02:56.862 INFO kablam! 805 | assert_eq!(U256([25, 0, 0, 0]), result); Aug 30 00:02:56.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.862 INFO kablam! | Aug 30 00:02:56.862 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.862 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.862 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.862 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.862 INFO kablam! Aug 30 00:02:56.862 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.862 INFO kablam! --> tests/uint_tests.rs:805:2 Aug 30 00:02:56.862 INFO kablam! | Aug 30 00:02:56.862 INFO kablam! 805 | assert_eq!(U256([25, 0, 0, 0]), result); Aug 30 00:02:56.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.862 INFO kablam! | Aug 30 00:02:56.862 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.862 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.862 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.862 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.863 INFO kablam! Aug 30 00:02:56.863 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.863 INFO kablam! --> tests/uint_tests.rs:808:2 Aug 30 00:02:56.863 INFO kablam! | Aug 30 00:02:56.863 INFO kablam! 808 | assert_eq!(U256([0, 0, 25, 0]), result); Aug 30 00:02:56.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.863 INFO kablam! | Aug 30 00:02:56.863 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.863 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.864 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.864 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.864 INFO kablam! Aug 30 00:02:56.864 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.864 INFO kablam! --> tests/uint_tests.rs:808:2 Aug 30 00:02:56.864 INFO kablam! | Aug 30 00:02:56.864 INFO kablam! 808 | assert_eq!(U256([0, 0, 25, 0]), result); Aug 30 00:02:56.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.864 INFO kablam! | Aug 30 00:02:56.864 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.864 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.864 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.864 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.864 INFO kablam! Aug 30 00:02:56.866 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.866 INFO kablam! --> tests/uint_tests.rs:811:2 Aug 30 00:02:56.866 INFO kablam! | Aug 30 00:02:56.866 INFO kablam! 811 | assert_eq!(U256([0, 0, 0, 1]), result); Aug 30 00:02:56.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.866 INFO kablam! | Aug 30 00:02:56.866 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.866 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.866 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.866 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.866 INFO kablam! Aug 30 00:02:56.867 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.867 INFO kablam! --> tests/uint_tests.rs:811:2 Aug 30 00:02:56.867 INFO kablam! | Aug 30 00:02:56.867 INFO kablam! 811 | assert_eq!(U256([0, 0, 0, 1]), result); Aug 30 00:02:56.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.867 INFO kablam! | Aug 30 00:02:56.867 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.867 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.867 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.867 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.867 INFO kablam! Aug 30 00:02:56.868 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.868 INFO kablam! --> tests/uint_tests.rs:814:2 Aug 30 00:02:56.868 INFO kablam! | Aug 30 00:02:56.868 INFO kablam! 814 | assert_eq!(U256([0, 0, 0, 10]), result); Aug 30 00:02:56.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.868 INFO kablam! | Aug 30 00:02:56.869 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.869 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.869 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.869 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.869 INFO kablam! Aug 30 00:02:56.869 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.869 INFO kablam! --> tests/uint_tests.rs:814:2 Aug 30 00:02:56.869 INFO kablam! | Aug 30 00:02:56.869 INFO kablam! 814 | assert_eq!(U256([0, 0, 0, 10]), result); Aug 30 00:02:56.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.869 INFO kablam! | Aug 30 00:02:56.869 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.869 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.869 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.869 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.869 INFO kablam! Aug 30 00:02:56.871 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.871 INFO kablam! --> tests/uint_tests.rs:817:2 Aug 30 00:02:56.871 INFO kablam! | Aug 30 00:02:56.871 INFO kablam! 817 | assert_eq!(U256([0, 0, 0, 5]), result); Aug 30 00:02:56.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.871 INFO kablam! | Aug 30 00:02:56.871 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.871 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.871 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.871 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.871 INFO kablam! Aug 30 00:02:56.871 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.871 INFO kablam! --> tests/uint_tests.rs:817:2 Aug 30 00:02:56.872 INFO kablam! | Aug 30 00:02:56.872 INFO kablam! 817 | assert_eq!(U256([0, 0, 0, 5]), result); Aug 30 00:02:56.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.872 INFO kablam! | Aug 30 00:02:56.872 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.872 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.872 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.872 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.872 INFO kablam! Aug 30 00:02:56.874 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.875 INFO kablam! --> tests/uint_tests.rs:820:2 Aug 30 00:02:56.875 INFO kablam! | Aug 30 00:02:56.875 INFO kablam! 820 | assert_eq!(U256([0, 0, 0, 0]), result); Aug 30 00:02:56.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.875 INFO kablam! | Aug 30 00:02:56.875 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.875 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.875 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.875 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.875 INFO kablam! Aug 30 00:02:56.875 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.875 INFO kablam! --> tests/uint_tests.rs:820:2 Aug 30 00:02:56.875 INFO kablam! | Aug 30 00:02:56.875 INFO kablam! 820 | assert_eq!(U256([0, 0, 0, 0]), result); Aug 30 00:02:56.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.875 INFO kablam! | Aug 30 00:02:56.875 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.875 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.875 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.875 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.875 INFO kablam! Aug 30 00:02:56.877 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.877 INFO kablam! --> tests/uint_tests.rs:823:2 Aug 30 00:02:56.877 INFO kablam! | Aug 30 00:02:56.878 INFO kablam! 823 | assert_eq!(U256([0, 10, 0, 0]), result); Aug 30 00:02:56.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.878 INFO kablam! | Aug 30 00:02:56.878 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.878 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.878 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.878 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.878 INFO kablam! Aug 30 00:02:56.878 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.878 INFO kablam! --> tests/uint_tests.rs:823:2 Aug 30 00:02:56.878 INFO kablam! | Aug 30 00:02:56.878 INFO kablam! 823 | assert_eq!(U256([0, 10, 0, 0]), result); Aug 30 00:02:56.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.878 INFO kablam! | Aug 30 00:02:56.878 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.878 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.878 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.879 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.879 INFO kablam! Aug 30 00:02:56.881 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.881 INFO kablam! --> tests/uint_tests.rs:826:2 Aug 30 00:02:56.881 INFO kablam! | Aug 30 00:02:56.881 INFO kablam! 826 | assert_eq!(U256([0, 0, 0, u64::max_value()]), result); Aug 30 00:02:56.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.881 INFO kablam! | Aug 30 00:02:56.881 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.881 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.881 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.881 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.881 INFO kablam! Aug 30 00:02:56.882 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.882 INFO kablam! --> tests/uint_tests.rs:826:2 Aug 30 00:02:56.882 INFO kablam! | Aug 30 00:02:56.882 INFO kablam! 826 | assert_eq!(U256([0, 0, 0, u64::max_value()]), result); Aug 30 00:02:56.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.882 INFO kablam! | Aug 30 00:02:56.882 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.882 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.882 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.882 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.882 INFO kablam! Aug 30 00:02:56.886 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 30 00:02:56.886 INFO kablam! --> tests/uint_tests.rs:828:84 Aug 30 00:02:56.886 INFO kablam! | Aug 30 00:02:56.886 INFO kablam! 828 | let x1: U256 = "0000000000000000000000000000000000000000000000000000012365124623".into(); Aug 30 00:02:56.886 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 30 00:02:56.886 INFO kablam! | Aug 30 00:02:56.886 INFO kablam! = help: the following implementations were found: Aug 30 00:02:56.886 INFO kablam! > Aug 30 00:02:56.886 INFO kablam! > Aug 30 00:02:56.886 INFO kablam! > Aug 30 00:02:56.887 INFO kablam! > Aug 30 00:02:56.887 INFO kablam! and 10 others Aug 30 00:02:56.887 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Aug 30 00:02:56.887 INFO kablam! Aug 30 00:02:56.887 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 30 00:02:56.887 INFO kablam! --> tests/uint_tests.rs:829:93 Aug 30 00:02:56.887 INFO kablam! | Aug 30 00:02:56.887 INFO kablam! 829 | let x2sqr_right: U256 = "000000000000000000000000000000000000000000014baeef72e0378e2328c9".into(); Aug 30 00:02:56.887 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 30 00:02:56.887 INFO kablam! | Aug 30 00:02:56.887 INFO kablam! = help: the following implementations were found: Aug 30 00:02:56.887 INFO kablam! > Aug 30 00:02:56.887 INFO kablam! > Aug 30 00:02:56.887 INFO kablam! > Aug 30 00:02:56.887 INFO kablam! > Aug 30 00:02:56.887 INFO kablam! and 10 others Aug 30 00:02:56.887 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Aug 30 00:02:56.887 INFO kablam! Aug 30 00:02:56.888 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.888 INFO kablam! --> tests/uint_tests.rs:831:2 Aug 30 00:02:56.888 INFO kablam! | Aug 30 00:02:56.888 INFO kablam! 831 | assert_eq!(x2sqr_right, x1sqr); Aug 30 00:02:56.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.888 INFO kablam! | Aug 30 00:02:56.888 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.888 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.888 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.888 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.888 INFO kablam! Aug 30 00:02:56.889 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.889 INFO kablam! --> tests/uint_tests.rs:831:2 Aug 30 00:02:56.889 INFO kablam! | Aug 30 00:02:56.889 INFO kablam! 831 | assert_eq!(x2sqr_right, x1sqr); Aug 30 00:02:56.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.889 INFO kablam! | Aug 30 00:02:56.889 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.889 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.889 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.889 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.889 INFO kablam! Aug 30 00:02:56.890 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 30 00:02:56.890 INFO kablam! --> tests/uint_tests.rs:834:94 Aug 30 00:02:56.890 INFO kablam! | Aug 30 00:02:56.890 INFO kablam! 834 | let x1cube_right: U256 = "0000000000000000000000000000000001798acde139361466f712813717897b".into(); Aug 30 00:02:56.890 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 30 00:02:56.890 INFO kablam! | Aug 30 00:02:56.891 INFO kablam! = help: the following implementations were found: Aug 30 00:02:56.891 INFO kablam! > Aug 30 00:02:56.891 INFO kablam! > Aug 30 00:02:56.891 INFO kablam! > Aug 30 00:02:56.891 INFO kablam! > Aug 30 00:02:56.891 INFO kablam! and 10 others Aug 30 00:02:56.891 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Aug 30 00:02:56.891 INFO kablam! Aug 30 00:02:56.892 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.892 INFO kablam! --> tests/uint_tests.rs:835:2 Aug 30 00:02:56.892 INFO kablam! | Aug 30 00:02:56.892 INFO kablam! 835 | assert_eq!(x1cube_right, x1cube); Aug 30 00:02:56.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.892 INFO kablam! | Aug 30 00:02:56.892 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.892 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.892 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.892 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.892 INFO kablam! Aug 30 00:02:56.892 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.892 INFO kablam! --> tests/uint_tests.rs:835:2 Aug 30 00:02:56.892 INFO kablam! | Aug 30 00:02:56.892 INFO kablam! 835 | assert_eq!(x1cube_right, x1cube); Aug 30 00:02:56.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.893 INFO kablam! | Aug 30 00:02:56.893 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.893 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.893 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.893 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.893 INFO kablam! Aug 30 00:02:56.894 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 30 00:02:56.894 INFO kablam! --> tests/uint_tests.rs:838:94 Aug 30 00:02:56.894 INFO kablam! | Aug 30 00:02:56.894 INFO kablam! 838 | let x1quad_right: U256 = "000000000000000000000001adbdd6bd6ff027485484b97f8a6a4c7129756dd1".into(); Aug 30 00:02:56.894 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 30 00:02:56.894 INFO kablam! | Aug 30 00:02:56.894 INFO kablam! = help: the following implementations were found: Aug 30 00:02:56.894 INFO kablam! > Aug 30 00:02:56.894 INFO kablam! > Aug 30 00:02:56.894 INFO kablam! > Aug 30 00:02:56.894 INFO kablam! > Aug 30 00:02:56.894 INFO kablam! and 10 others Aug 30 00:02:56.894 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Aug 30 00:02:56.895 INFO kablam! Aug 30 00:02:56.895 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.895 INFO kablam! --> tests/uint_tests.rs:839:2 Aug 30 00:02:56.895 INFO kablam! | Aug 30 00:02:56.895 INFO kablam! 839 | assert_eq!(x1quad_right, x1quad); Aug 30 00:02:56.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.895 INFO kablam! | Aug 30 00:02:56.896 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.896 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.896 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.896 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.896 INFO kablam! Aug 30 00:02:56.896 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.896 INFO kablam! --> tests/uint_tests.rs:839:2 Aug 30 00:02:56.896 INFO kablam! | Aug 30 00:02:56.896 INFO kablam! 839 | assert_eq!(x1quad_right, x1quad); Aug 30 00:02:56.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.896 INFO kablam! | Aug 30 00:02:56.896 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.896 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.896 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.896 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.896 INFO kablam! Aug 30 00:02:56.898 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 30 00:02:56.898 INFO kablam! --> tests/uint_tests.rs:842:95 Aug 30 00:02:56.898 INFO kablam! | Aug 30 00:02:56.898 INFO kablam! 842 | let x1penta_right: U256 = "00000000000001e92875ac24be246e1c57e0507e8c46cc8d233b77f6f4c72993".into(); Aug 30 00:02:56.898 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 30 00:02:56.898 INFO kablam! | Aug 30 00:02:56.898 INFO kablam! = help: the following implementations were found: Aug 30 00:02:56.898 INFO kablam! > Aug 30 00:02:56.898 INFO kablam! > Aug 30 00:02:56.898 INFO kablam! > Aug 30 00:02:56.898 INFO kablam! > Aug 30 00:02:56.898 INFO kablam! and 10 others Aug 30 00:02:56.898 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Aug 30 00:02:56.898 INFO kablam! Aug 30 00:02:56.899 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.899 INFO kablam! --> tests/uint_tests.rs:843:2 Aug 30 00:02:56.899 INFO kablam! | Aug 30 00:02:56.899 INFO kablam! 843 | assert_eq!(x1penta_right, x1penta); Aug 30 00:02:56.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.899 INFO kablam! | Aug 30 00:02:56.899 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.899 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.899 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.899 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.899 INFO kablam! Aug 30 00:02:56.900 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.900 INFO kablam! --> tests/uint_tests.rs:843:2 Aug 30 00:02:56.900 INFO kablam! | Aug 30 00:02:56.900 INFO kablam! 843 | assert_eq!(x1penta_right, x1penta); Aug 30 00:02:56.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.900 INFO kablam! | Aug 30 00:02:56.900 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.900 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.900 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.900 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.900 INFO kablam! Aug 30 00:02:56.901 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 30 00:02:56.901 INFO kablam! --> tests/uint_tests.rs:846:97 Aug 30 00:02:56.901 INFO kablam! | Aug 30 00:02:56.901 INFO kablam! 846 | let x1septima_right: U256 = "00022cca1da3f6e5722b7d3cc5bbfb486465ebc5a708dd293042f932d7eee119".into(); Aug 30 00:02:56.901 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 30 00:02:56.901 INFO kablam! | Aug 30 00:02:56.901 INFO kablam! = help: the following implementations were found: Aug 30 00:02:56.902 INFO kablam! > Aug 30 00:02:56.902 INFO kablam! > Aug 30 00:02:56.902 INFO kablam! > Aug 30 00:02:56.902 INFO kablam! > Aug 30 00:02:56.902 INFO kablam! and 10 others Aug 30 00:02:56.902 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Aug 30 00:02:56.902 INFO kablam! Aug 30 00:02:56.903 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.903 INFO kablam! --> tests/uint_tests.rs:847:2 Aug 30 00:02:56.903 INFO kablam! | Aug 30 00:02:56.903 INFO kablam! 847 | assert_eq!(x1septima_right, x1septima); Aug 30 00:02:56.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.903 INFO kablam! | Aug 30 00:02:56.903 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.903 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.903 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.903 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.903 INFO kablam! Aug 30 00:02:56.903 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.903 INFO kablam! --> tests/uint_tests.rs:847:2 Aug 30 00:02:56.903 INFO kablam! | Aug 30 00:02:56.903 INFO kablam! 847 | assert_eq!(x1septima_right, x1septima); Aug 30 00:02:56.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.903 INFO kablam! | Aug 30 00:02:56.903 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.904 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.904 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.904 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.904 INFO kablam! Aug 30 00:02:56.915 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Display` Aug 30 00:02:56.915 INFO kablam! --> tests/uint_tests.rs:854:28 Aug 30 00:02:56.915 INFO kablam! | Aug 30 00:02:56.915 INFO kablam! 854 | assert_eq!(&format!("{}", val), "1643897619276947051879427220465009342380213662639797070513307648"); Aug 30 00:02:56.915 INFO kablam! | ^^^ `uint::U256` cannot be formatted with the default formatter Aug 30 00:02:56.915 INFO kablam! | Aug 30 00:02:56.915 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `uint::U256` Aug 30 00:02:56.915 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Aug 30 00:02:56.915 INFO kablam! = note: required by `std::fmt::Display::fmt` Aug 30 00:02:56.915 INFO kablam! Aug 30 00:02:56.918 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 30 00:02:56.918 INFO kablam! --> tests/uint_tests.rs:859:88 Aug 30 00:02:56.918 INFO kablam! | Aug 30 00:02:56.918 INFO kablam! 859 | let number: U256 = "00022cca1da3f6e5722b7d3cc5bbfb486465ebc5a708dd293042f932d7eee119".into(); Aug 30 00:02:56.918 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 30 00:02:56.918 INFO kablam! | Aug 30 00:02:56.918 INFO kablam! = help: the following implementations were found: Aug 30 00:02:56.918 INFO kablam! > Aug 30 00:02:56.918 INFO kablam! > Aug 30 00:02:56.918 INFO kablam! > Aug 30 00:02:56.918 INFO kablam! > Aug 30 00:02:56.918 INFO kablam! and 10 others Aug 30 00:02:56.918 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Aug 30 00:02:56.918 INFO kablam! Aug 30 00:02:56.945 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.945 INFO kablam! --> tests/uint_tests.rs:940:2 Aug 30 00:02:56.945 INFO kablam! | Aug 30 00:02:56.945 INFO kablam! 940 | assert_eq!(U256::from(1), number); Aug 30 00:02:56.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.945 INFO kablam! | Aug 30 00:02:56.945 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.945 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.945 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.945 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.945 INFO kablam! Aug 30 00:02:56.945 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.945 INFO kablam! --> tests/uint_tests.rs:940:2 Aug 30 00:02:56.945 INFO kablam! | Aug 30 00:02:56.945 INFO kablam! 940 | assert_eq!(U256::from(1), number); Aug 30 00:02:56.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.945 INFO kablam! | Aug 30 00:02:56.945 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.946 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.946 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.946 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.946 INFO kablam! Aug 30 00:02:56.947 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.947 INFO kablam! --> tests/uint_tests.rs:954:2 Aug 30 00:02:56.947 INFO kablam! | Aug 30 00:02:56.948 INFO kablam! 954 | assert_eq!(U256::from(1), number); Aug 30 00:02:56.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.948 INFO kablam! | Aug 30 00:02:56.948 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.948 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.948 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.948 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.948 INFO kablam! Aug 30 00:02:56.948 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.948 INFO kablam! --> tests/uint_tests.rs:954:2 Aug 30 00:02:56.948 INFO kablam! | Aug 30 00:02:56.948 INFO kablam! 954 | assert_eq!(U256::from(1), number); Aug 30 00:02:56.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.948 INFO kablam! | Aug 30 00:02:56.948 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.948 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.948 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.948 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.948 INFO kablam! Aug 30 00:02:56.953 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.953 INFO kablam! --> tests/uint_tests.rs:978:2 Aug 30 00:02:56.953 INFO kablam! | Aug 30 00:02:56.953 INFO kablam! 978 | assert_eq!( num, U256::from(std::u64::MAX) + 1 + 123); Aug 30 00:02:56.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.953 INFO kablam! | Aug 30 00:02:56.953 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.953 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.953 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.954 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.954 INFO kablam! Aug 30 00:02:56.954 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.954 INFO kablam! --> tests/uint_tests.rs:978:2 Aug 30 00:02:56.954 INFO kablam! | Aug 30 00:02:56.954 INFO kablam! 978 | assert_eq!( num, U256::from(std::u64::MAX) + 1 + 123); Aug 30 00:02:56.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.954 INFO kablam! | Aug 30 00:02:56.954 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.954 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.954 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.954 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.954 INFO kablam! Aug 30 00:02:56.956 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.956 INFO kablam! --> tests/uint_tests.rs:981:2 Aug 30 00:02:56.956 INFO kablam! | Aug 30 00:02:56.956 INFO kablam! 981 | assert_eq!( a_ref, &(U256::from(std::u64::MAX) + 1 + 123)); Aug 30 00:02:56.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.956 INFO kablam! | Aug 30 00:02:56.956 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.956 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.956 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&uint::U256` Aug 30 00:02:56.956 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.956 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.956 INFO kablam! Aug 30 00:02:56.956 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.956 INFO kablam! --> tests/uint_tests.rs:981:2 Aug 30 00:02:56.956 INFO kablam! | Aug 30 00:02:56.956 INFO kablam! 981 | assert_eq!( a_ref, &(U256::from(std::u64::MAX) + 1 + 123)); Aug 30 00:02:56.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.957 INFO kablam! | Aug 30 00:02:56.957 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.957 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.957 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&uint::U256` Aug 30 00:02:56.957 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.957 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.957 INFO kablam! Aug 30 00:02:56.959 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.959 INFO kablam! --> tests/uint_tests.rs:994:2 Aug 30 00:02:56.959 INFO kablam! | Aug 30 00:02:56.959 INFO kablam! 994 | assert_eq!(big, U256([504410889324070664, 360293493601469702, 216176097878868740, 72058702156267778u64])); Aug 30 00:02:56.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.959 INFO kablam! | Aug 30 00:02:56.959 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.959 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.959 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.959 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.959 INFO kablam! Aug 30 00:02:56.959 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.959 INFO kablam! --> tests/uint_tests.rs:994:2 Aug 30 00:02:56.960 INFO kablam! | Aug 30 00:02:56.960 INFO kablam! 994 | assert_eq!(big, U256([504410889324070664, 360293493601469702, 216176097878868740, 72058702156267778u64])); Aug 30 00:02:56.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.960 INFO kablam! | Aug 30 00:02:56.960 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 30 00:02:56.960 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 30 00:02:56.960 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.960 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.960 INFO kablam! Aug 30 00:02:56.962 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.962 INFO kablam! --> tests/uint_tests.rs:1010:2 Aug 30 00:02:56.962 INFO kablam! | Aug 30 00:02:56.963 INFO kablam! 1010 | assert_eq!( num, U512::from(123) ); Aug 30 00:02:56.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.963 INFO kablam! | Aug 30 00:02:56.963 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 30 00:02:56.963 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 30 00:02:56.963 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.963 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.963 INFO kablam! Aug 30 00:02:56.963 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.963 INFO kablam! --> tests/uint_tests.rs:1010:2 Aug 30 00:02:56.963 INFO kablam! | Aug 30 00:02:56.963 INFO kablam! 1010 | assert_eq!( num, U512::from(123) ); Aug 30 00:02:56.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.963 INFO kablam! | Aug 30 00:02:56.963 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 30 00:02:56.963 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 30 00:02:56.963 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.963 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.963 INFO kablam! Aug 30 00:02:56.965 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.965 INFO kablam! --> tests/uint_tests.rs:1013:2 Aug 30 00:02:56.965 INFO kablam! | Aug 30 00:02:56.965 INFO kablam! 1013 | assert_eq!( a_ref, &U512::from(123) ); Aug 30 00:02:56.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.965 INFO kablam! | Aug 30 00:02:56.965 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 30 00:02:56.965 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 30 00:02:56.965 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&uint::U512` Aug 30 00:02:56.965 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.966 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.966 INFO kablam! Aug 30 00:02:56.966 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 30 00:02:56.966 INFO kablam! --> tests/uint_tests.rs:1013:2 Aug 30 00:02:56.966 INFO kablam! | Aug 30 00:02:56.966 INFO kablam! 1013 | assert_eq!( a_ref, &U512::from(123) ); Aug 30 00:02:56.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 30 00:02:56.966 INFO kablam! | Aug 30 00:02:56.966 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 30 00:02:56.966 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 30 00:02:56.966 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&uint::U512` Aug 30 00:02:56.966 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 30 00:02:56.966 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 30 00:02:56.966 INFO kablam! Aug 30 00:02:56.966 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 30 00:02:56.966 INFO kablam! --> tests/uint_tests.rs:1018:13 Aug 30 00:02:56.966 INFO kablam! | Aug 30 00:02:56.967 INFO kablam! 1018 | assert_eq!(U256::from("000000000000000000000001adbdd6bd6ff027485484b97f8a6a4c7129756dd1").leading_zeros(), 95); Aug 30 00:02:56.967 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 30 00:02:56.967 INFO kablam! | Aug 30 00:02:56.967 INFO kablam! = help: the following implementations were found: Aug 30 00:02:56.967 INFO kablam! > Aug 30 00:02:56.967 INFO kablam! > Aug 30 00:02:56.967 INFO kablam! > Aug 30 00:02:56.967 INFO kablam! > Aug 30 00:02:56.967 INFO kablam! and 10 others Aug 30 00:02:56.967 INFO kablam! = note: required by `std::convert::From::from` Aug 30 00:02:56.967 INFO kablam! Aug 30 00:02:56.968 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 30 00:02:56.968 INFO kablam! --> tests/uint_tests.rs:1019:13 Aug 30 00:02:56.968 INFO kablam! | Aug 30 00:02:56.968 INFO kablam! 1019 | assert_eq!(U256::from("f00000000000000000000001adbdd6bd6ff027485484b97f8a6a4c7129756dd1").leading_zeros(), 0); Aug 30 00:02:56.968 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 30 00:02:56.968 INFO kablam! | Aug 30 00:02:56.969 INFO kablam! = help: the following implementations were found: Aug 30 00:02:56.969 INFO kablam! > Aug 30 00:02:56.969 INFO kablam! > Aug 30 00:02:56.969 INFO kablam! > Aug 30 00:02:56.969 INFO kablam! > Aug 30 00:02:56.969 INFO kablam! and 10 others Aug 30 00:02:56.969 INFO kablam! = note: required by `std::convert::From::from` Aug 30 00:02:56.969 INFO kablam! Aug 30 00:02:56.970 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 30 00:02:56.970 INFO kablam! --> tests/uint_tests.rs:1020:13 Aug 30 00:02:56.970 INFO kablam! | Aug 30 00:02:56.970 INFO kablam! 1020 | assert_eq!(U256::from("0000000000000000000000000000000000000000000000000000000000000001").leading_zeros(), 255); Aug 30 00:02:56.970 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 30 00:02:56.970 INFO kablam! | Aug 30 00:02:56.970 INFO kablam! = help: the following implementations were found: Aug 30 00:02:56.970 INFO kablam! > Aug 30 00:02:56.970 INFO kablam! > Aug 30 00:02:56.970 INFO kablam! > Aug 30 00:02:56.970 INFO kablam! > Aug 30 00:02:56.970 INFO kablam! and 10 others Aug 30 00:02:56.970 INFO kablam! = note: required by `std::convert::From::from` Aug 30 00:02:56.970 INFO kablam! Aug 30 00:02:56.971 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 30 00:02:56.971 INFO kablam! --> tests/uint_tests.rs:1021:13 Aug 30 00:02:56.972 INFO kablam! | Aug 30 00:02:56.972 INFO kablam! 1021 | assert_eq!(U256::from("0000000000000000000000000000000000000000000000000000000000000000").leading_zeros(), 256); Aug 30 00:02:56.972 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 30 00:02:56.972 INFO kablam! | Aug 30 00:02:56.972 INFO kablam! = help: the following implementations were found: Aug 30 00:02:56.972 INFO kablam! > Aug 30 00:02:56.972 INFO kablam! > Aug 30 00:02:56.972 INFO kablam! > Aug 30 00:02:56.972 INFO kablam! > Aug 30 00:02:56.972 INFO kablam! and 10 others Aug 30 00:02:56.972 INFO kablam! = note: required by `std::convert::From::from` Aug 30 00:02:56.972 INFO kablam! Aug 30 00:02:56.973 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 30 00:02:56.974 INFO kablam! --> tests/uint_tests.rs:1026:13 Aug 30 00:02:56.974 INFO kablam! | Aug 30 00:02:56.974 INFO kablam! 1026 | assert_eq!(U256::from("1adbdd6bd6ff027485484b97f8a6a4c7129756dd100000000000000000000000").trailing_zeros(), 92); Aug 30 00:02:56.974 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 30 00:02:56.974 INFO kablam! | Aug 30 00:02:56.974 INFO kablam! = help: the following implementations were found: Aug 30 00:02:56.974 INFO kablam! > Aug 30 00:02:56.974 INFO kablam! > Aug 30 00:02:56.974 INFO kablam! > Aug 30 00:02:56.974 INFO kablam! > Aug 30 00:02:56.974 INFO kablam! and 10 others Aug 30 00:02:56.974 INFO kablam! = note: required by `std::convert::From::from` Aug 30 00:02:56.974 INFO kablam! Aug 30 00:02:56.975 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 30 00:02:56.975 INFO kablam! --> tests/uint_tests.rs:1027:13 Aug 30 00:02:56.975 INFO kablam! | Aug 30 00:02:56.975 INFO kablam! 1027 | assert_eq!(U256::from("1adbdd6bd6ff027485484b97f8a6a4c7129756dd10000000000000000000000f").trailing_zeros(), 0); Aug 30 00:02:56.975 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 30 00:02:56.975 INFO kablam! | Aug 30 00:02:56.975 INFO kablam! = help: the following implementations were found: Aug 30 00:02:56.975 INFO kablam! > Aug 30 00:02:56.975 INFO kablam! > Aug 30 00:02:56.976 INFO kablam! > Aug 30 00:02:56.976 INFO kablam! > Aug 30 00:02:56.976 INFO kablam! and 10 others Aug 30 00:02:56.976 INFO kablam! = note: required by `std::convert::From::from` Aug 30 00:02:56.976 INFO kablam! Aug 30 00:02:56.977 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 30 00:02:56.977 INFO kablam! --> tests/uint_tests.rs:1028:13 Aug 30 00:02:56.977 INFO kablam! | Aug 30 00:02:56.977 INFO kablam! 1028 | assert_eq!(U256::from("8000000000000000000000000000000000000000000000000000000000000000").trailing_zeros(), 255); Aug 30 00:02:56.977 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 30 00:02:56.977 INFO kablam! | Aug 30 00:02:56.977 INFO kablam! = help: the following implementations were found: Aug 30 00:02:56.977 INFO kablam! > Aug 30 00:02:56.977 INFO kablam! > Aug 30 00:02:56.977 INFO kablam! > Aug 30 00:02:56.977 INFO kablam! > Aug 30 00:02:56.977 INFO kablam! and 10 others Aug 30 00:02:56.977 INFO kablam! = note: required by `std::convert::From::from` Aug 30 00:02:56.977 INFO kablam! Aug 30 00:02:56.978 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 30 00:02:56.978 INFO kablam! --> tests/uint_tests.rs:1029:13 Aug 30 00:02:56.978 INFO kablam! | Aug 30 00:02:56.979 INFO kablam! 1029 | assert_eq!(U256::from("0000000000000000000000000000000000000000000000000000000000000000").trailing_zeros(), 256); Aug 30 00:02:56.979 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 30 00:02:56.979 INFO kablam! | Aug 30 00:02:56.979 INFO kablam! = help: the following implementations were found: Aug 30 00:02:56.979 INFO kablam! > Aug 30 00:02:56.979 INFO kablam! > Aug 30 00:02:56.979 INFO kablam! > Aug 30 00:02:56.979 INFO kablam! > Aug 30 00:02:56.979 INFO kablam! and 10 others Aug 30 00:02:56.979 INFO kablam! = note: required by `std::convert::From::from` Aug 30 00:02:56.979 INFO kablam! Aug 30 00:02:56.989 INFO kablam! error: aborting due to 407 previous errors Aug 30 00:02:56.989 INFO kablam! Aug 30 00:02:56.989 INFO kablam! Some errors occurred: E0277, E0599. Aug 30 00:02:56.989 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 30 00:02:56.997 INFO kablam! error: Could not compile `uint`. Aug 30 00:02:56.997 INFO kablam! Aug 30 00:02:56.997 INFO kablam! To learn more, run the command again with --verbose. Aug 30 00:02:56.999 INFO kablam! su: No module specific data is present Aug 30 00:02:57.493 INFO running `"docker" "rm" "-f" "ade1dbce01c4c2028b70d6fa8b042c84dfd382053c9c03b55742c3f070534086"` Aug 30 00:02:57.583 INFO blam! ade1dbce01c4c2028b70d6fa8b042c84dfd382053c9c03b55742c3f070534086