Sep 01 20:19:35.080 INFO checking uint-0.4.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 20:19:35.080 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 20:19:35.080 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 20:19:35.245 INFO blam! 9d85b946a23e64e83c1659e956620d1a1a6337ac51a218286457e1b7d20b71ca Sep 01 20:19:35.247 INFO running `"docker" "start" "-a" "9d85b946a23e64e83c1659e956620d1a1a6337ac51a218286457e1b7d20b71ca"` Sep 01 20:19:35.891 INFO kablam! Compiling crunchy v0.1.6 Sep 01 20:19:35.892 INFO kablam! Checking rustc-hex v2.0.1 Sep 01 20:19:36.928 INFO kablam! Checking uint v0.4.1 (file:///source) Sep 01 20:19:40.148 INFO kablam! warning: unused `#[macro_use]` import Sep 01 20:19:40.148 INFO kablam! --> tests/uint_tests.rs:5:1 Sep 01 20:19:40.148 INFO kablam! | Sep 01 20:19:40.148 INFO kablam! 5 | #[macro_use] Sep 01 20:19:40.148 INFO kablam! | ^^^^^^^^^^^^ Sep 01 20:19:40.148 INFO kablam! | Sep 01 20:19:40.148 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 20:19:40.148 INFO kablam! Sep 01 20:19:40.294 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.294 INFO kablam! --> tests/uint_tests.rs:21:2 Sep 01 20:19:40.294 INFO kablam! | Sep 01 20:19:40.294 INFO kablam! 21 | assert_eq!(a.checked_add(b), None); Sep 01 20:19:40.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.294 INFO kablam! | Sep 01 20:19:40.294 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.294 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 01 20:19:40.295 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 01 20:19:40.295 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.295 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.295 INFO kablam! Sep 01 20:19:40.295 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.295 INFO kablam! --> tests/uint_tests.rs:21:2 Sep 01 20:19:40.295 INFO kablam! | Sep 01 20:19:40.295 INFO kablam! 21 | assert_eq!(a.checked_add(b), None); Sep 01 20:19:40.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.295 INFO kablam! | Sep 01 20:19:40.295 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.295 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 01 20:19:40.295 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 01 20:19:40.295 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.295 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.295 INFO kablam! Sep 01 20:19:40.299 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.299 INFO kablam! --> tests/uint_tests.rs:22:2 Sep 01 20:19:40.299 INFO kablam! | Sep 01 20:19:40.299 INFO kablam! 22 | assert_eq!(a.checked_add(a), Some(20.into())); Sep 01 20:19:40.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.299 INFO kablam! | Sep 01 20:19:40.299 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.299 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 01 20:19:40.299 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 01 20:19:40.299 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.300 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.300 INFO kablam! Sep 01 20:19:40.300 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.300 INFO kablam! --> tests/uint_tests.rs:22:2 Sep 01 20:19:40.300 INFO kablam! | Sep 01 20:19:40.300 INFO kablam! 22 | assert_eq!(a.checked_add(a), Some(20.into())); Sep 01 20:19:40.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.300 INFO kablam! | Sep 01 20:19:40.300 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.300 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 01 20:19:40.300 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 01 20:19:40.300 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.300 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.300 INFO kablam! Sep 01 20:19:40.302 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.302 INFO kablam! --> tests/uint_tests.rs:24:2 Sep 01 20:19:40.302 INFO kablam! | Sep 01 20:19:40.302 INFO kablam! 24 | assert_eq!(a.checked_sub(b), None); Sep 01 20:19:40.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.302 INFO kablam! | Sep 01 20:19:40.302 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.302 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 01 20:19:40.302 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 01 20:19:40.302 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.302 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.302 INFO kablam! Sep 01 20:19:40.303 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.303 INFO kablam! --> tests/uint_tests.rs:24:2 Sep 01 20:19:40.303 INFO kablam! | Sep 01 20:19:40.303 INFO kablam! 24 | assert_eq!(a.checked_sub(b), None); Sep 01 20:19:40.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.303 INFO kablam! | Sep 01 20:19:40.303 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.303 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 01 20:19:40.303 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 01 20:19:40.303 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.303 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.303 INFO kablam! Sep 01 20:19:40.305 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.305 INFO kablam! --> tests/uint_tests.rs:25:2 Sep 01 20:19:40.305 INFO kablam! | Sep 01 20:19:40.305 INFO kablam! 25 | assert_eq!(a.checked_sub(a), Some(0.into())); Sep 01 20:19:40.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.305 INFO kablam! | Sep 01 20:19:40.305 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.305 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 01 20:19:40.305 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 01 20:19:40.305 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.305 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.305 INFO kablam! Sep 01 20:19:40.306 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.306 INFO kablam! --> tests/uint_tests.rs:25:2 Sep 01 20:19:40.306 INFO kablam! | Sep 01 20:19:40.306 INFO kablam! 25 | assert_eq!(a.checked_sub(a), Some(0.into())); Sep 01 20:19:40.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.306 INFO kablam! | Sep 01 20:19:40.306 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.306 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 01 20:19:40.306 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 01 20:19:40.306 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.306 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.306 INFO kablam! Sep 01 20:19:40.308 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.308 INFO kablam! --> tests/uint_tests.rs:27:2 Sep 01 20:19:40.308 INFO kablam! | Sep 01 20:19:40.308 INFO kablam! 27 | assert_eq!(a.checked_mul(b), None); Sep 01 20:19:40.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.308 INFO kablam! | Sep 01 20:19:40.308 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.308 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 01 20:19:40.308 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 01 20:19:40.308 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.308 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.308 INFO kablam! Sep 01 20:19:40.308 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.309 INFO kablam! --> tests/uint_tests.rs:27:2 Sep 01 20:19:40.309 INFO kablam! | Sep 01 20:19:40.309 INFO kablam! 27 | assert_eq!(a.checked_mul(b), None); Sep 01 20:19:40.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.309 INFO kablam! | Sep 01 20:19:40.309 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.309 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 01 20:19:40.309 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 01 20:19:40.309 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.309 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.309 INFO kablam! Sep 01 20:19:40.311 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.311 INFO kablam! --> tests/uint_tests.rs:28:2 Sep 01 20:19:40.311 INFO kablam! | Sep 01 20:19:40.311 INFO kablam! 28 | assert_eq!(a.checked_mul(a), Some(100.into())); Sep 01 20:19:40.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.311 INFO kablam! | Sep 01 20:19:40.311 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.311 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 01 20:19:40.311 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 01 20:19:40.311 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.311 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.311 INFO kablam! Sep 01 20:19:40.311 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.311 INFO kablam! --> tests/uint_tests.rs:28:2 Sep 01 20:19:40.311 INFO kablam! | Sep 01 20:19:40.312 INFO kablam! 28 | assert_eq!(a.checked_mul(a), Some(100.into())); Sep 01 20:19:40.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.312 INFO kablam! | Sep 01 20:19:40.312 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.312 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 01 20:19:40.312 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 01 20:19:40.312 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.312 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.312 INFO kablam! Sep 01 20:19:40.313 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.313 INFO kablam! --> tests/uint_tests.rs:30:2 Sep 01 20:19:40.313 INFO kablam! | Sep 01 20:19:40.313 INFO kablam! 30 | assert_eq!(a.checked_div(z), None); Sep 01 20:19:40.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.314 INFO kablam! | Sep 01 20:19:40.314 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.314 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 01 20:19:40.314 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 01 20:19:40.314 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.314 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.314 INFO kablam! Sep 01 20:19:40.314 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.314 INFO kablam! --> tests/uint_tests.rs:30:2 Sep 01 20:19:40.314 INFO kablam! | Sep 01 20:19:40.314 INFO kablam! 30 | assert_eq!(a.checked_div(z), None); Sep 01 20:19:40.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.314 INFO kablam! | Sep 01 20:19:40.315 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.315 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 01 20:19:40.315 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 01 20:19:40.315 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.315 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.315 INFO kablam! Sep 01 20:19:40.317 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.317 INFO kablam! --> tests/uint_tests.rs:31:2 Sep 01 20:19:40.317 INFO kablam! | Sep 01 20:19:40.317 INFO kablam! 31 | assert_eq!(a.checked_div(a), Some(1.into())); Sep 01 20:19:40.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.317 INFO kablam! | Sep 01 20:19:40.317 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.317 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 01 20:19:40.317 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 01 20:19:40.317 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.317 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.317 INFO kablam! Sep 01 20:19:40.318 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.318 INFO kablam! --> tests/uint_tests.rs:31:2 Sep 01 20:19:40.318 INFO kablam! | Sep 01 20:19:40.318 INFO kablam! 31 | assert_eq!(a.checked_div(a), Some(1.into())); Sep 01 20:19:40.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.318 INFO kablam! | Sep 01 20:19:40.318 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.318 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 01 20:19:40.319 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 01 20:19:40.319 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.319 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.319 INFO kablam! Sep 01 20:19:40.320 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.320 INFO kablam! --> tests/uint_tests.rs:33:2 Sep 01 20:19:40.320 INFO kablam! | Sep 01 20:19:40.320 INFO kablam! 33 | assert_eq!(a.checked_rem(z), None); Sep 01 20:19:40.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.320 INFO kablam! | Sep 01 20:19:40.320 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.320 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 01 20:19:40.321 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 01 20:19:40.321 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.321 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.321 INFO kablam! Sep 01 20:19:40.321 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.321 INFO kablam! --> tests/uint_tests.rs:33:2 Sep 01 20:19:40.321 INFO kablam! | Sep 01 20:19:40.321 INFO kablam! 33 | assert_eq!(a.checked_rem(z), None); Sep 01 20:19:40.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.322 INFO kablam! | Sep 01 20:19:40.322 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.322 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 01 20:19:40.322 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 01 20:19:40.322 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.322 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.322 INFO kablam! Sep 01 20:19:40.323 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.323 INFO kablam! --> tests/uint_tests.rs:34:2 Sep 01 20:19:40.324 INFO kablam! | Sep 01 20:19:40.324 INFO kablam! 34 | assert_eq!(a.checked_rem(a), Some(0.into())); Sep 01 20:19:40.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.324 INFO kablam! | Sep 01 20:19:40.324 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.324 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 01 20:19:40.324 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 01 20:19:40.324 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.324 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.324 INFO kablam! Sep 01 20:19:40.325 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.325 INFO kablam! --> tests/uint_tests.rs:34:2 Sep 01 20:19:40.325 INFO kablam! | Sep 01 20:19:40.325 INFO kablam! 34 | assert_eq!(a.checked_rem(a), Some(0.into())); Sep 01 20:19:40.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.325 INFO kablam! | Sep 01 20:19:40.325 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.325 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 01 20:19:40.325 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 01 20:19:40.325 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.325 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.325 INFO kablam! Sep 01 20:19:40.327 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.327 INFO kablam! --> tests/uint_tests.rs:36:2 Sep 01 20:19:40.327 INFO kablam! | Sep 01 20:19:40.327 INFO kablam! 36 | assert_eq!(a.checked_neg(), None); Sep 01 20:19:40.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.327 INFO kablam! | Sep 01 20:19:40.327 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.327 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 01 20:19:40.327 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 01 20:19:40.327 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.327 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.327 INFO kablam! Sep 01 20:19:40.327 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.328 INFO kablam! --> tests/uint_tests.rs:36:2 Sep 01 20:19:40.328 INFO kablam! | Sep 01 20:19:40.328 INFO kablam! 36 | assert_eq!(a.checked_neg(), None); Sep 01 20:19:40.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.328 INFO kablam! | Sep 01 20:19:40.328 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.328 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 01 20:19:40.328 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 01 20:19:40.328 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.328 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.328 INFO kablam! Sep 01 20:19:40.329 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.329 INFO kablam! --> tests/uint_tests.rs:37:2 Sep 01 20:19:40.330 INFO kablam! | Sep 01 20:19:40.330 INFO kablam! 37 | assert_eq!(z.checked_neg(), Some(z)); Sep 01 20:19:40.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.330 INFO kablam! | Sep 01 20:19:40.330 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.330 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 01 20:19:40.330 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 01 20:19:40.330 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.330 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.330 INFO kablam! Sep 01 20:19:40.330 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.330 INFO kablam! --> tests/uint_tests.rs:37:2 Sep 01 20:19:40.330 INFO kablam! | Sep 01 20:19:40.330 INFO kablam! 37 | assert_eq!(z.checked_neg(), Some(z)); Sep 01 20:19:40.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.331 INFO kablam! | Sep 01 20:19:40.331 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.331 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 01 20:19:40.331 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 01 20:19:40.331 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.331 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.331 INFO kablam! Sep 01 20:19:40.336 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.336 INFO kablam! --> tests/uint_tests.rs:49:2 Sep 01 20:19:40.336 INFO kablam! | Sep 01 20:19:40.336 INFO kablam! 49 | assert_eq!(e, ua); Sep 01 20:19:40.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.336 INFO kablam! | Sep 01 20:19:40.336 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.336 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.336 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.336 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.337 INFO kablam! Sep 01 20:19:40.342 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.342 INFO kablam! --> tests/uint_tests.rs:49:2 Sep 01 20:19:40.342 INFO kablam! | Sep 01 20:19:40.342 INFO kablam! 49 | assert_eq!(e, ua); Sep 01 20:19:40.342 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.342 INFO kablam! | Sep 01 20:19:40.342 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.342 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.342 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.342 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.342 INFO kablam! Sep 01 20:19:40.342 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.343 INFO kablam! --> tests/uint_tests.rs:50:2 Sep 01 20:19:40.343 INFO kablam! | Sep 01 20:19:40.343 INFO kablam! 50 | assert_eq!(e, ub); Sep 01 20:19:40.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.343 INFO kablam! | Sep 01 20:19:40.343 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.343 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.343 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.343 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.343 INFO kablam! Sep 01 20:19:40.343 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.343 INFO kablam! --> tests/uint_tests.rs:50:2 Sep 01 20:19:40.343 INFO kablam! | Sep 01 20:19:40.343 INFO kablam! 50 | assert_eq!(e, ub); Sep 01 20:19:40.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.343 INFO kablam! | Sep 01 20:19:40.343 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.343 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.343 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.343 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.343 INFO kablam! Sep 01 20:19:40.343 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.343 INFO kablam! --> tests/uint_tests.rs:51:2 Sep 01 20:19:40.343 INFO kablam! | Sep 01 20:19:40.344 INFO kablam! 51 | assert_eq!(e, uc); Sep 01 20:19:40.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.344 INFO kablam! | Sep 01 20:19:40.344 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.344 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.344 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.344 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.344 INFO kablam! Sep 01 20:19:40.344 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.344 INFO kablam! --> tests/uint_tests.rs:51:2 Sep 01 20:19:40.344 INFO kablam! | Sep 01 20:19:40.344 INFO kablam! 51 | assert_eq!(e, uc); Sep 01 20:19:40.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.344 INFO kablam! | Sep 01 20:19:40.344 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.344 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.344 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.344 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.344 INFO kablam! Sep 01 20:19:40.345 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.345 INFO kablam! --> tests/uint_tests.rs:52:2 Sep 01 20:19:40.345 INFO kablam! | Sep 01 20:19:40.345 INFO kablam! 52 | assert_eq!(e, ud); Sep 01 20:19:40.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.345 INFO kablam! | Sep 01 20:19:40.345 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.345 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.345 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.345 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.345 INFO kablam! Sep 01 20:19:40.346 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.346 INFO kablam! --> tests/uint_tests.rs:52:2 Sep 01 20:19:40.346 INFO kablam! | Sep 01 20:19:40.346 INFO kablam! 52 | assert_eq!(e, ud); Sep 01 20:19:40.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.346 INFO kablam! | Sep 01 20:19:40.346 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.346 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.346 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.346 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.346 INFO kablam! Sep 01 20:19:40.350 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.350 INFO kablam! --> tests/uint_tests.rs:56:2 Sep 01 20:19:40.350 INFO kablam! | Sep 01 20:19:40.350 INFO kablam! 56 | assert_eq!(e, va); Sep 01 20:19:40.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.351 INFO kablam! | Sep 01 20:19:40.351 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.351 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.351 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.351 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.351 INFO kablam! Sep 01 20:19:40.351 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.351 INFO kablam! --> tests/uint_tests.rs:56:2 Sep 01 20:19:40.351 INFO kablam! | Sep 01 20:19:40.351 INFO kablam! 56 | assert_eq!(e, va); Sep 01 20:19:40.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.351 INFO kablam! | Sep 01 20:19:40.351 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.351 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.351 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.352 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.352 INFO kablam! Sep 01 20:19:40.354 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.354 INFO kablam! --> tests/uint_tests.rs:59:2 Sep 01 20:19:40.354 INFO kablam! | Sep 01 20:19:40.354 INFO kablam! 59 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from(&[0x10u8, 0x10][..])); Sep 01 20:19:40.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.354 INFO kablam! | Sep 01 20:19:40.354 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.354 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.354 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.354 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.354 INFO kablam! Sep 01 20:19:40.355 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.355 INFO kablam! --> tests/uint_tests.rs:59:2 Sep 01 20:19:40.355 INFO kablam! | Sep 01 20:19:40.355 INFO kablam! 59 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from(&[0x10u8, 0x10][..])); Sep 01 20:19:40.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.355 INFO kablam! | Sep 01 20:19:40.356 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.356 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.356 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.356 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.356 INFO kablam! Sep 01 20:19:40.358 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.358 INFO kablam! --> tests/uint_tests.rs:60:2 Sep 01 20:19:40.358 INFO kablam! | Sep 01 20:19:40.358 INFO kablam! 60 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from(&[0x12u8, 0xf0][..])); Sep 01 20:19:40.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.358 INFO kablam! | Sep 01 20:19:40.358 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.358 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.358 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.358 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.358 INFO kablam! Sep 01 20:19:40.359 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.359 INFO kablam! --> tests/uint_tests.rs:60:2 Sep 01 20:19:40.359 INFO kablam! | Sep 01 20:19:40.359 INFO kablam! 60 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from(&[0x12u8, 0xf0][..])); Sep 01 20:19:40.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.359 INFO kablam! | Sep 01 20:19:40.359 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.359 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.359 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.359 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.359 INFO kablam! Sep 01 20:19:40.361 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.361 INFO kablam! --> tests/uint_tests.rs:61:2 Sep 01 20:19:40.361 INFO kablam! | Sep 01 20:19:40.361 INFO kablam! 61 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from(&[0, 0x12u8, 0xf0][..])); Sep 01 20:19:40.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.361 INFO kablam! | Sep 01 20:19:40.361 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.362 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.362 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.362 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.362 INFO kablam! Sep 01 20:19:40.362 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.362 INFO kablam! --> tests/uint_tests.rs:61:2 Sep 01 20:19:40.362 INFO kablam! | Sep 01 20:19:40.362 INFO kablam! 61 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from(&[0, 0x12u8, 0xf0][..])); Sep 01 20:19:40.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.362 INFO kablam! | Sep 01 20:19:40.362 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.362 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.362 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.363 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.363 INFO kablam! Sep 01 20:19:40.365 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.365 INFO kablam! --> tests/uint_tests.rs:62:2 Sep 01 20:19:40.365 INFO kablam! | Sep 01 20:19:40.365 INFO kablam! 62 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from(&[0, 0, 0, 0, 0, 0, 0, 0x12u8, 0xf0][..])); Sep 01 20:19:40.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.365 INFO kablam! | Sep 01 20:19:40.365 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.365 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.365 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.365 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.365 INFO kablam! Sep 01 20:19:40.366 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.366 INFO kablam! --> tests/uint_tests.rs:62:2 Sep 01 20:19:40.366 INFO kablam! | Sep 01 20:19:40.366 INFO kablam! 62 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from(&[0, 0, 0, 0, 0, 0, 0, 0x12u8, 0xf0][..])); Sep 01 20:19:40.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.366 INFO kablam! | Sep 01 20:19:40.366 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.366 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.366 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.366 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.366 INFO kablam! Sep 01 20:19:40.368 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.369 INFO kablam! --> tests/uint_tests.rs:63:2 Sep 01 20:19:40.369 INFO kablam! | Sep 01 20:19:40.369 INFO kablam! 63 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from(&[1, 0, 0, 0, 0, 0, 0, 0x12u8, 0xf0][..])); Sep 01 20:19:40.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.369 INFO kablam! | Sep 01 20:19:40.369 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.369 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.369 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.369 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.369 INFO kablam! Sep 01 20:19:40.369 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.369 INFO kablam! --> tests/uint_tests.rs:63:2 Sep 01 20:19:40.370 INFO kablam! | Sep 01 20:19:40.370 INFO kablam! 63 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from(&[1, 0, 0, 0, 0, 0, 0, 0x12u8, 0xf0][..])); Sep 01 20:19:40.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.370 INFO kablam! | Sep 01 20:19:40.370 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.370 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.370 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.370 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.370 INFO kablam! Sep 01 20:19:40.373 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.373 INFO kablam! --> tests/uint_tests.rs:64:2 Sep 01 20:19:40.373 INFO kablam! | Sep 01 20:19:40.373 INFO kablam! 64 | assert_eq!( Sep 01 20:19:40.373 INFO kablam! | _____^ Sep 01 20:19:40.373 INFO kablam! 65 | | U256([0x12f0, 1 , 0x0910203040506077, 0x8090a0b0c0d0e0f0]), Sep 01 20:19:40.373 INFO kablam! 66 | | U256::from(& Sep 01 20:19:40.373 INFO kablam! 67 | | [ Sep 01 20:19:40.373 INFO kablam! ... | Sep 01 20:19:40.373 INFO kablam! 73 | | ) Sep 01 20:19:40.373 INFO kablam! 74 | | ); Sep 01 20:19:40.373 INFO kablam! | |______^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.373 INFO kablam! | Sep 01 20:19:40.374 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.374 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.374 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.374 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.374 INFO kablam! Sep 01 20:19:40.375 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.375 INFO kablam! --> tests/uint_tests.rs:64:2 Sep 01 20:19:40.375 INFO kablam! | Sep 01 20:19:40.375 INFO kablam! 64 | assert_eq!( Sep 01 20:19:40.375 INFO kablam! | _____^ Sep 01 20:19:40.375 INFO kablam! 65 | | U256([0x12f0, 1 , 0x0910203040506077, 0x8090a0b0c0d0e0f0]), Sep 01 20:19:40.375 INFO kablam! 66 | | U256::from(& Sep 01 20:19:40.375 INFO kablam! 67 | | [ Sep 01 20:19:40.376 INFO kablam! ... | Sep 01 20:19:40.376 INFO kablam! 73 | | ) Sep 01 20:19:40.376 INFO kablam! 74 | | ); Sep 01 20:19:40.376 INFO kablam! | |______^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.376 INFO kablam! | Sep 01 20:19:40.376 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.376 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.376 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.376 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.376 INFO kablam! Sep 01 20:19:40.377 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.377 INFO kablam! --> tests/uint_tests.rs:75:2 Sep 01 20:19:40.377 INFO kablam! | Sep 01 20:19:40.377 INFO kablam! 75 | assert_eq!( Sep 01 20:19:40.377 INFO kablam! | _____^ Sep 01 20:19:40.377 INFO kablam! 76 | | U256([0x00192437100019fa, 0x243710, 0, 0]), Sep 01 20:19:40.377 INFO kablam! 77 | | U256::from(&[0x24u8, 0x37, 0x10,0, 0x19, 0x24, 0x37, 0x10, 0, 0x19, 0xfa][..]) Sep 01 20:19:40.377 INFO kablam! 78 | | ); Sep 01 20:19:40.377 INFO kablam! | |______^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.378 INFO kablam! | Sep 01 20:19:40.378 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.378 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.378 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.378 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.378 INFO kablam! Sep 01 20:19:40.378 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.378 INFO kablam! --> tests/uint_tests.rs:75:2 Sep 01 20:19:40.378 INFO kablam! | Sep 01 20:19:40.379 INFO kablam! 75 | assert_eq!( Sep 01 20:19:40.379 INFO kablam! | _____^ Sep 01 20:19:40.379 INFO kablam! 76 | | U256([0x00192437100019fa, 0x243710, 0, 0]), Sep 01 20:19:40.379 INFO kablam! 77 | | U256::from(&[0x24u8, 0x37, 0x10,0, 0x19, 0x24, 0x37, 0x10, 0, 0x19, 0xfa][..]) Sep 01 20:19:40.379 INFO kablam! 78 | | ); Sep 01 20:19:40.379 INFO kablam! | |______^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.379 INFO kablam! | Sep 01 20:19:40.380 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.380 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.380 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.380 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.380 INFO kablam! Sep 01 20:19:40.411 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.411 INFO kablam! --> tests/uint_tests.rs:81:11 Sep 01 20:19:40.411 INFO kablam! | Sep 01 20:19:40.411 INFO kablam! 81 | let sa = U256::from_str("0a").unwrap(); Sep 01 20:19:40.411 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.411 INFO kablam! Sep 01 20:19:40.413 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.413 INFO kablam! --> tests/uint_tests.rs:82:2 Sep 01 20:19:40.413 INFO kablam! | Sep 01 20:19:40.413 INFO kablam! 82 | assert_eq!(e, sa); Sep 01 20:19:40.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.413 INFO kablam! | Sep 01 20:19:40.413 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.413 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.413 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.413 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.413 INFO kablam! Sep 01 20:19:40.414 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.414 INFO kablam! --> tests/uint_tests.rs:82:2 Sep 01 20:19:40.414 INFO kablam! | Sep 01 20:19:40.414 INFO kablam! 82 | assert_eq!(e, sa); Sep 01 20:19:40.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.414 INFO kablam! | Sep 01 20:19:40.414 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.414 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.414 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.414 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.414 INFO kablam! Sep 01 20:19:40.415 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.415 INFO kablam! --> tests/uint_tests.rs:83:38 Sep 01 20:19:40.415 INFO kablam! | Sep 01 20:19:40.415 INFO kablam! 83 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Sep 01 20:19:40.416 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.416 INFO kablam! Sep 01 20:19:40.418 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.418 INFO kablam! --> tests/uint_tests.rs:84:38 Sep 01 20:19:40.418 INFO kablam! | Sep 01 20:19:40.418 INFO kablam! 84 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 01 20:19:40.418 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.418 INFO kablam! Sep 01 20:19:40.421 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.421 INFO kablam! --> tests/uint_tests.rs:85:38 Sep 01 20:19:40.421 INFO kablam! | Sep 01 20:19:40.421 INFO kablam! 85 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 01 20:19:40.421 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.421 INFO kablam! Sep 01 20:19:40.425 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.425 INFO kablam! --> tests/uint_tests.rs:86:39 Sep 01 20:19:40.425 INFO kablam! | Sep 01 20:19:40.425 INFO kablam! 86 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Sep 01 20:19:40.425 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.425 INFO kablam! Sep 01 20:19:40.427 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.427 INFO kablam! --> tests/uint_tests.rs:87:39 Sep 01 20:19:40.427 INFO kablam! | Sep 01 20:19:40.427 INFO kablam! 87 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Sep 01 20:19:40.427 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.427 INFO kablam! Sep 01 20:19:40.430 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.430 INFO kablam! --> tests/uint_tests.rs:90:3 Sep 01 20:19:40.430 INFO kablam! | Sep 01 20:19:40.430 INFO kablam! 90 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Sep 01 20:19:40.430 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.430 INFO kablam! Sep 01 20:19:40.433 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.433 INFO kablam! --> tests/uint_tests.rs:92:11 Sep 01 20:19:40.433 INFO kablam! | Sep 01 20:19:40.433 INFO kablam! 92 | let sa = U256::from_str("0a").unwrap(); Sep 01 20:19:40.433 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.433 INFO kablam! Sep 01 20:19:40.435 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.435 INFO kablam! --> tests/uint_tests.rs:93:2 Sep 01 20:19:40.435 INFO kablam! | Sep 01 20:19:40.435 INFO kablam! 93 | assert_eq!(e, sa); Sep 01 20:19:40.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.435 INFO kablam! | Sep 01 20:19:40.435 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.435 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.435 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.435 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.435 INFO kablam! Sep 01 20:19:40.436 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.436 INFO kablam! --> tests/uint_tests.rs:93:2 Sep 01 20:19:40.436 INFO kablam! | Sep 01 20:19:40.436 INFO kablam! 93 | assert_eq!(e, sa); Sep 01 20:19:40.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.436 INFO kablam! | Sep 01 20:19:40.436 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.436 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.436 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.436 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.436 INFO kablam! Sep 01 20:19:40.437 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.438 INFO kablam! --> tests/uint_tests.rs:94:38 Sep 01 20:19:40.438 INFO kablam! | Sep 01 20:19:40.438 INFO kablam! 94 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Sep 01 20:19:40.438 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.438 INFO kablam! Sep 01 20:19:40.441 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.441 INFO kablam! --> tests/uint_tests.rs:95:38 Sep 01 20:19:40.441 INFO kablam! | Sep 01 20:19:40.441 INFO kablam! 95 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 01 20:19:40.441 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.441 INFO kablam! Sep 01 20:19:40.445 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.445 INFO kablam! --> tests/uint_tests.rs:96:38 Sep 01 20:19:40.445 INFO kablam! | Sep 01 20:19:40.445 INFO kablam! 96 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 01 20:19:40.445 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.445 INFO kablam! Sep 01 20:19:40.449 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.449 INFO kablam! --> tests/uint_tests.rs:97:39 Sep 01 20:19:40.449 INFO kablam! | Sep 01 20:19:40.449 INFO kablam! 97 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Sep 01 20:19:40.449 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.449 INFO kablam! Sep 01 20:19:40.453 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.453 INFO kablam! --> tests/uint_tests.rs:98:39 Sep 01 20:19:40.453 INFO kablam! | Sep 01 20:19:40.453 INFO kablam! 98 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Sep 01 20:19:40.453 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.453 INFO kablam! Sep 01 20:19:40.458 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.458 INFO kablam! --> tests/uint_tests.rs:101:3 Sep 01 20:19:40.458 INFO kablam! | Sep 01 20:19:40.458 INFO kablam! 101 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Sep 01 20:19:40.458 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.458 INFO kablam! Sep 01 20:19:40.462 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.462 INFO kablam! --> tests/uint_tests.rs:103:11 Sep 01 20:19:40.462 INFO kablam! | Sep 01 20:19:40.462 INFO kablam! 103 | let sa = U256::from_str("0a").unwrap(); Sep 01 20:19:40.462 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.462 INFO kablam! Sep 01 20:19:40.464 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.464 INFO kablam! --> tests/uint_tests.rs:104:2 Sep 01 20:19:40.464 INFO kablam! | Sep 01 20:19:40.465 INFO kablam! 104 | assert_eq!(e, sa); Sep 01 20:19:40.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.465 INFO kablam! | Sep 01 20:19:40.465 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.465 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.465 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.465 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.465 INFO kablam! Sep 01 20:19:40.465 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.465 INFO kablam! --> tests/uint_tests.rs:104:2 Sep 01 20:19:40.465 INFO kablam! | Sep 01 20:19:40.465 INFO kablam! 104 | assert_eq!(e, sa); Sep 01 20:19:40.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.466 INFO kablam! | Sep 01 20:19:40.466 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.466 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.466 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.466 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.466 INFO kablam! Sep 01 20:19:40.469 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.469 INFO kablam! --> tests/uint_tests.rs:105:38 Sep 01 20:19:40.469 INFO kablam! | Sep 01 20:19:40.469 INFO kablam! 105 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Sep 01 20:19:40.469 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.469 INFO kablam! Sep 01 20:19:40.474 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.474 INFO kablam! --> tests/uint_tests.rs:106:38 Sep 01 20:19:40.474 INFO kablam! | Sep 01 20:19:40.474 INFO kablam! 106 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 01 20:19:40.474 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.474 INFO kablam! Sep 01 20:19:40.480 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.480 INFO kablam! --> tests/uint_tests.rs:107:38 Sep 01 20:19:40.480 INFO kablam! | Sep 01 20:19:40.480 INFO kablam! 107 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 01 20:19:40.480 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.480 INFO kablam! Sep 01 20:19:40.486 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.486 INFO kablam! --> tests/uint_tests.rs:108:39 Sep 01 20:19:40.486 INFO kablam! | Sep 01 20:19:40.486 INFO kablam! 108 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Sep 01 20:19:40.486 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.486 INFO kablam! Sep 01 20:19:40.490 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.490 INFO kablam! --> tests/uint_tests.rs:109:39 Sep 01 20:19:40.490 INFO kablam! | Sep 01 20:19:40.490 INFO kablam! 109 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Sep 01 20:19:40.490 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.491 INFO kablam! Sep 01 20:19:40.495 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.495 INFO kablam! --> tests/uint_tests.rs:112:3 Sep 01 20:19:40.495 INFO kablam! | Sep 01 20:19:40.495 INFO kablam! 112 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Sep 01 20:19:40.495 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.495 INFO kablam! Sep 01 20:19:40.499 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.499 INFO kablam! --> tests/uint_tests.rs:114:11 Sep 01 20:19:40.499 INFO kablam! | Sep 01 20:19:40.499 INFO kablam! 114 | let sa = U256::from_str("0a").unwrap(); Sep 01 20:19:40.499 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.499 INFO kablam! Sep 01 20:19:40.502 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.502 INFO kablam! --> tests/uint_tests.rs:115:2 Sep 01 20:19:40.502 INFO kablam! | Sep 01 20:19:40.502 INFO kablam! 115 | assert_eq!(e, sa); Sep 01 20:19:40.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.502 INFO kablam! | Sep 01 20:19:40.502 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.502 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.502 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.502 INFO kablam! Sep 01 20:19:40.503 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.503 INFO kablam! --> tests/uint_tests.rs:115:2 Sep 01 20:19:40.503 INFO kablam! | Sep 01 20:19:40.503 INFO kablam! 115 | assert_eq!(e, sa); Sep 01 20:19:40.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.503 INFO kablam! | Sep 01 20:19:40.503 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.503 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.503 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.503 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.503 INFO kablam! Sep 01 20:19:40.505 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.505 INFO kablam! --> tests/uint_tests.rs:116:38 Sep 01 20:19:40.505 INFO kablam! | Sep 01 20:19:40.505 INFO kablam! 116 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Sep 01 20:19:40.505 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.505 INFO kablam! Sep 01 20:19:40.509 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.509 INFO kablam! --> tests/uint_tests.rs:117:38 Sep 01 20:19:40.509 INFO kablam! | Sep 01 20:19:40.509 INFO kablam! 117 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 01 20:19:40.509 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.509 INFO kablam! Sep 01 20:19:40.513 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.513 INFO kablam! --> tests/uint_tests.rs:118:38 Sep 01 20:19:40.513 INFO kablam! | Sep 01 20:19:40.513 INFO kablam! 118 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 01 20:19:40.513 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.513 INFO kablam! Sep 01 20:19:40.517 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.517 INFO kablam! --> tests/uint_tests.rs:119:39 Sep 01 20:19:40.517 INFO kablam! | Sep 01 20:19:40.517 INFO kablam! 119 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Sep 01 20:19:40.517 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.517 INFO kablam! Sep 01 20:19:40.522 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.522 INFO kablam! --> tests/uint_tests.rs:120:39 Sep 01 20:19:40.522 INFO kablam! | Sep 01 20:19:40.523 INFO kablam! 120 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Sep 01 20:19:40.523 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.523 INFO kablam! Sep 01 20:19:40.528 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.528 INFO kablam! --> tests/uint_tests.rs:123:3 Sep 01 20:19:40.528 INFO kablam! | Sep 01 20:19:40.528 INFO kablam! 123 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Sep 01 20:19:40.528 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.528 INFO kablam! Sep 01 20:19:40.533 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.533 INFO kablam! --> tests/uint_tests.rs:125:11 Sep 01 20:19:40.533 INFO kablam! | Sep 01 20:19:40.533 INFO kablam! 125 | let sa = U256::from_str("0a").unwrap(); Sep 01 20:19:40.533 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.533 INFO kablam! Sep 01 20:19:40.535 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.536 INFO kablam! --> tests/uint_tests.rs:126:2 Sep 01 20:19:40.536 INFO kablam! | Sep 01 20:19:40.536 INFO kablam! 126 | assert_eq!(e, sa); Sep 01 20:19:40.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.536 INFO kablam! | Sep 01 20:19:40.536 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.536 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.536 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.536 INFO kablam! Sep 01 20:19:40.537 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.537 INFO kablam! --> tests/uint_tests.rs:126:2 Sep 01 20:19:40.537 INFO kablam! | Sep 01 20:19:40.537 INFO kablam! 126 | assert_eq!(e, sa); Sep 01 20:19:40.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.537 INFO kablam! | Sep 01 20:19:40.537 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.537 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.537 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.537 INFO kablam! Sep 01 20:19:40.539 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.539 INFO kablam! --> tests/uint_tests.rs:127:38 Sep 01 20:19:40.539 INFO kablam! | Sep 01 20:19:40.539 INFO kablam! 127 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Sep 01 20:19:40.539 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.539 INFO kablam! Sep 01 20:19:40.544 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.544 INFO kablam! --> tests/uint_tests.rs:128:38 Sep 01 20:19:40.544 INFO kablam! | Sep 01 20:19:40.544 INFO kablam! 128 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 01 20:19:40.544 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.544 INFO kablam! Sep 01 20:19:40.549 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.549 INFO kablam! --> tests/uint_tests.rs:129:38 Sep 01 20:19:40.549 INFO kablam! | Sep 01 20:19:40.549 INFO kablam! 129 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 01 20:19:40.549 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.549 INFO kablam! Sep 01 20:19:40.554 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.554 INFO kablam! --> tests/uint_tests.rs:130:39 Sep 01 20:19:40.554 INFO kablam! | Sep 01 20:19:40.554 INFO kablam! 130 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Sep 01 20:19:40.554 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.554 INFO kablam! Sep 01 20:19:40.559 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.559 INFO kablam! --> tests/uint_tests.rs:131:39 Sep 01 20:19:40.559 INFO kablam! | Sep 01 20:19:40.559 INFO kablam! 131 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Sep 01 20:19:40.559 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.559 INFO kablam! Sep 01 20:19:40.563 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.563 INFO kablam! --> tests/uint_tests.rs:134:3 Sep 01 20:19:40.563 INFO kablam! | Sep 01 20:19:40.564 INFO kablam! 134 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Sep 01 20:19:40.564 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.564 INFO kablam! Sep 01 20:19:40.568 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.568 INFO kablam! --> tests/uint_tests.rs:136:11 Sep 01 20:19:40.568 INFO kablam! | Sep 01 20:19:40.568 INFO kablam! 136 | let sa = U256::from_str("0a").unwrap(); Sep 01 20:19:40.568 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.568 INFO kablam! Sep 01 20:19:40.571 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.571 INFO kablam! --> tests/uint_tests.rs:137:2 Sep 01 20:19:40.571 INFO kablam! | Sep 01 20:19:40.571 INFO kablam! 137 | assert_eq!(e, sa); Sep 01 20:19:40.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.572 INFO kablam! | Sep 01 20:19:40.572 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.572 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.572 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.572 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.572 INFO kablam! Sep 01 20:19:40.573 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.573 INFO kablam! --> tests/uint_tests.rs:137:2 Sep 01 20:19:40.573 INFO kablam! | Sep 01 20:19:40.573 INFO kablam! 137 | assert_eq!(e, sa); Sep 01 20:19:40.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.573 INFO kablam! | Sep 01 20:19:40.573 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.573 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.573 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.573 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.573 INFO kablam! Sep 01 20:19:40.575 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.575 INFO kablam! --> tests/uint_tests.rs:138:38 Sep 01 20:19:40.575 INFO kablam! | Sep 01 20:19:40.575 INFO kablam! 138 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Sep 01 20:19:40.576 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.576 INFO kablam! Sep 01 20:19:40.581 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.581 INFO kablam! --> tests/uint_tests.rs:139:38 Sep 01 20:19:40.581 INFO kablam! | Sep 01 20:19:40.581 INFO kablam! 139 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 01 20:19:40.581 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.581 INFO kablam! Sep 01 20:19:40.586 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.586 INFO kablam! --> tests/uint_tests.rs:140:38 Sep 01 20:19:40.586 INFO kablam! | Sep 01 20:19:40.586 INFO kablam! 140 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 01 20:19:40.586 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.586 INFO kablam! Sep 01 20:19:40.592 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.592 INFO kablam! --> tests/uint_tests.rs:141:39 Sep 01 20:19:40.592 INFO kablam! | Sep 01 20:19:40.592 INFO kablam! 141 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Sep 01 20:19:40.592 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.592 INFO kablam! Sep 01 20:19:40.598 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.598 INFO kablam! --> tests/uint_tests.rs:142:39 Sep 01 20:19:40.598 INFO kablam! | Sep 01 20:19:40.598 INFO kablam! 142 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Sep 01 20:19:40.598 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.598 INFO kablam! Sep 01 20:19:40.603 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.603 INFO kablam! --> tests/uint_tests.rs:145:3 Sep 01 20:19:40.603 INFO kablam! | Sep 01 20:19:40.603 INFO kablam! 145 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Sep 01 20:19:40.603 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.603 INFO kablam! Sep 01 20:19:40.608 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.608 INFO kablam! --> tests/uint_tests.rs:147:11 Sep 01 20:19:40.608 INFO kablam! | Sep 01 20:19:40.608 INFO kablam! 147 | let sa = U256::from_str("0a").unwrap(); Sep 01 20:19:40.608 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.608 INFO kablam! Sep 01 20:19:40.611 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.611 INFO kablam! --> tests/uint_tests.rs:148:2 Sep 01 20:19:40.611 INFO kablam! | Sep 01 20:19:40.611 INFO kablam! 148 | assert_eq!(e, sa); Sep 01 20:19:40.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.611 INFO kablam! | Sep 01 20:19:40.611 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.612 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.612 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.612 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.612 INFO kablam! Sep 01 20:19:40.612 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.612 INFO kablam! --> tests/uint_tests.rs:148:2 Sep 01 20:19:40.613 INFO kablam! | Sep 01 20:19:40.613 INFO kablam! 148 | assert_eq!(e, sa); Sep 01 20:19:40.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.613 INFO kablam! | Sep 01 20:19:40.613 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.613 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.613 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.613 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.613 INFO kablam! Sep 01 20:19:40.615 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.615 INFO kablam! --> tests/uint_tests.rs:149:38 Sep 01 20:19:40.615 INFO kablam! | Sep 01 20:19:40.615 INFO kablam! 149 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Sep 01 20:19:40.615 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.615 INFO kablam! Sep 01 20:19:40.619 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.619 INFO kablam! --> tests/uint_tests.rs:150:38 Sep 01 20:19:40.619 INFO kablam! | Sep 01 20:19:40.620 INFO kablam! 150 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 01 20:19:40.620 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.620 INFO kablam! Sep 01 20:19:40.625 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.625 INFO kablam! --> tests/uint_tests.rs:151:38 Sep 01 20:19:40.625 INFO kablam! | Sep 01 20:19:40.625 INFO kablam! 151 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 01 20:19:40.625 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.625 INFO kablam! Sep 01 20:19:40.631 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.631 INFO kablam! --> tests/uint_tests.rs:152:39 Sep 01 20:19:40.631 INFO kablam! | Sep 01 20:19:40.631 INFO kablam! 152 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Sep 01 20:19:40.631 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.631 INFO kablam! Sep 01 20:19:40.636 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.636 INFO kablam! --> tests/uint_tests.rs:153:39 Sep 01 20:19:40.636 INFO kablam! | Sep 01 20:19:40.636 INFO kablam! 153 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Sep 01 20:19:40.636 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.636 INFO kablam! Sep 01 20:19:40.641 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.641 INFO kablam! --> tests/uint_tests.rs:156:3 Sep 01 20:19:40.642 INFO kablam! | Sep 01 20:19:40.642 INFO kablam! 156 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Sep 01 20:19:40.642 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.642 INFO kablam! Sep 01 20:19:40.647 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.647 INFO kablam! --> tests/uint_tests.rs:158:11 Sep 01 20:19:40.647 INFO kablam! | Sep 01 20:19:40.647 INFO kablam! 158 | let sa = U256::from_str("0a").unwrap(); Sep 01 20:19:40.647 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.647 INFO kablam! Sep 01 20:19:40.650 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.650 INFO kablam! --> tests/uint_tests.rs:159:2 Sep 01 20:19:40.650 INFO kablam! | Sep 01 20:19:40.650 INFO kablam! 159 | assert_eq!(e, sa); Sep 01 20:19:40.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.651 INFO kablam! | Sep 01 20:19:40.651 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.651 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.651 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.651 INFO kablam! Sep 01 20:19:40.652 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.652 INFO kablam! --> tests/uint_tests.rs:159:2 Sep 01 20:19:40.652 INFO kablam! | Sep 01 20:19:40.652 INFO kablam! 159 | assert_eq!(e, sa); Sep 01 20:19:40.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.652 INFO kablam! | Sep 01 20:19:40.652 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.652 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.653 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.653 INFO kablam! Sep 01 20:19:40.655 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.655 INFO kablam! --> tests/uint_tests.rs:160:38 Sep 01 20:19:40.655 INFO kablam! | Sep 01 20:19:40.655 INFO kablam! 160 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Sep 01 20:19:40.655 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.655 INFO kablam! Sep 01 20:19:40.661 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.661 INFO kablam! --> tests/uint_tests.rs:161:38 Sep 01 20:19:40.661 INFO kablam! | Sep 01 20:19:40.661 INFO kablam! 161 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 01 20:19:40.661 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.661 INFO kablam! Sep 01 20:19:40.670 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.670 INFO kablam! --> tests/uint_tests.rs:162:38 Sep 01 20:19:40.670 INFO kablam! | Sep 01 20:19:40.670 INFO kablam! 162 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 01 20:19:40.670 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.670 INFO kablam! Sep 01 20:19:40.674 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.674 INFO kablam! --> tests/uint_tests.rs:163:39 Sep 01 20:19:40.674 INFO kablam! | Sep 01 20:19:40.674 INFO kablam! 163 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Sep 01 20:19:40.674 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.674 INFO kablam! Sep 01 20:19:40.680 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.680 INFO kablam! --> tests/uint_tests.rs:164:39 Sep 01 20:19:40.680 INFO kablam! | Sep 01 20:19:40.680 INFO kablam! 164 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Sep 01 20:19:40.680 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.680 INFO kablam! Sep 01 20:19:40.686 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.686 INFO kablam! --> tests/uint_tests.rs:167:3 Sep 01 20:19:40.686 INFO kablam! | Sep 01 20:19:40.686 INFO kablam! 167 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Sep 01 20:19:40.686 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.686 INFO kablam! Sep 01 20:19:40.699 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.699 INFO kablam! --> tests/uint_tests.rs:174:13 Sep 01 20:19:40.700 INFO kablam! | Sep 01 20:19:40.700 INFO kablam! 174 | let uint = U256::from_str(hex).unwrap(); Sep 01 20:19:40.700 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.700 INFO kablam! Sep 01 20:19:40.768 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.768 INFO kablam! --> tests/uint_tests.rs:242:2 Sep 01 20:19:40.768 INFO kablam! | Sep 01 20:19:40.768 INFO kablam! 242 | assert_eq!(add, U256([0xBD5B7DDFBD5B7DDEu64, 1, 0, 0])); Sep 01 20:19:40.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.769 INFO kablam! | Sep 01 20:19:40.769 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.769 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.769 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.769 INFO kablam! Sep 01 20:19:40.770 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.770 INFO kablam! --> tests/uint_tests.rs:242:2 Sep 01 20:19:40.770 INFO kablam! | Sep 01 20:19:40.771 INFO kablam! 242 | assert_eq!(add, U256([0xBD5B7DDFBD5B7DDEu64, 1, 0, 0])); Sep 01 20:19:40.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.771 INFO kablam! | Sep 01 20:19:40.771 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.771 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.771 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.771 INFO kablam! Sep 01 20:19:40.773 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.773 INFO kablam! --> tests/uint_tests.rs:245:2 Sep 01 20:19:40.773 INFO kablam! | Sep 01 20:19:40.773 INFO kablam! 245 | assert_eq!(shl, U256([0u64, 0xDFBD5B7DDE000000, 0x1BD5B7D, 0])); Sep 01 20:19:40.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.773 INFO kablam! | Sep 01 20:19:40.773 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.773 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.773 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.775 INFO kablam! Sep 01 20:19:40.775 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.775 INFO kablam! --> tests/uint_tests.rs:245:2 Sep 01 20:19:40.775 INFO kablam! | Sep 01 20:19:40.775 INFO kablam! 245 | assert_eq!(shl, U256([0u64, 0xDFBD5B7DDE000000, 0x1BD5B7D, 0])); Sep 01 20:19:40.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.776 INFO kablam! | Sep 01 20:19:40.776 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.776 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.776 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.776 INFO kablam! Sep 01 20:19:40.776 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.776 INFO kablam! --> tests/uint_tests.rs:247:2 Sep 01 20:19:40.776 INFO kablam! | Sep 01 20:19:40.777 INFO kablam! 247 | assert_eq!(shr, U256([0x7DDE000000000000u64, 0x0001BD5B7DDFBD5B, 0, 0])); Sep 01 20:19:40.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.777 INFO kablam! | Sep 01 20:19:40.777 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.777 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.777 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.778 INFO kablam! Sep 01 20:19:40.778 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.778 INFO kablam! --> tests/uint_tests.rs:247:2 Sep 01 20:19:40.778 INFO kablam! | Sep 01 20:19:40.778 INFO kablam! 247 | assert_eq!(shr, U256([0x7DDE000000000000u64, 0x0001BD5B7DDFBD5B, 0, 0])); Sep 01 20:19:40.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.778 INFO kablam! | Sep 01 20:19:40.778 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.778 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.778 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.778 INFO kablam! Sep 01 20:19:40.778 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.778 INFO kablam! --> tests/uint_tests.rs:250:2 Sep 01 20:19:40.778 INFO kablam! | Sep 01 20:19:40.778 INFO kablam! 250 | assert_eq!(incr, U256([0x7DDE000000000001u64, 0x0001BD5B7DDFBD5B, 0, 0])); Sep 01 20:19:40.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.779 INFO kablam! | Sep 01 20:19:40.779 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.779 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.779 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.779 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.779 INFO kablam! Sep 01 20:19:40.779 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.779 INFO kablam! --> tests/uint_tests.rs:250:2 Sep 01 20:19:40.779 INFO kablam! | Sep 01 20:19:40.779 INFO kablam! 250 | assert_eq!(incr, U256([0x7DDE000000000001u64, 0x0001BD5B7DDFBD5B, 0, 0])); Sep 01 20:19:40.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.779 INFO kablam! | Sep 01 20:19:40.779 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.779 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.779 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.779 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.779 INFO kablam! Sep 01 20:19:40.781 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.781 INFO kablam! --> tests/uint_tests.rs:253:2 Sep 01 20:19:40.781 INFO kablam! | Sep 01 20:19:40.781 INFO kablam! 253 | assert_eq!(sub, U256([0x9F30411021524112u64, 0x0001BD5B7DDFBD5A, 0, 0])); Sep 01 20:19:40.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.781 INFO kablam! | Sep 01 20:19:40.781 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.781 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.781 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.782 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.782 INFO kablam! Sep 01 20:19:40.782 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.782 INFO kablam! --> tests/uint_tests.rs:253:2 Sep 01 20:19:40.782 INFO kablam! | Sep 01 20:19:40.782 INFO kablam! 253 | assert_eq!(sub, U256([0x9F30411021524112u64, 0x0001BD5B7DDFBD5A, 0, 0])); Sep 01 20:19:40.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.782 INFO kablam! | Sep 01 20:19:40.782 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.783 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.783 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.783 INFO kablam! Sep 01 20:19:40.789 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.789 INFO kablam! --> tests/uint_tests.rs:256:2 Sep 01 20:19:40.789 INFO kablam! | Sep 01 20:19:40.789 INFO kablam! 256 | assert_eq!(mult, U256([0x8C8C3EE70C644118u64, 0x0209E7378231E632, 0, 0])); Sep 01 20:19:40.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.789 INFO kablam! | Sep 01 20:19:40.789 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.789 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.789 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.789 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.789 INFO kablam! Sep 01 20:19:40.789 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.789 INFO kablam! --> tests/uint_tests.rs:256:2 Sep 01 20:19:40.789 INFO kablam! | Sep 01 20:19:40.789 INFO kablam! 256 | assert_eq!(mult, U256([0x8C8C3EE70C644118u64, 0x0209E7378231E632, 0, 0])); Sep 01 20:19:40.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.790 INFO kablam! | Sep 01 20:19:40.790 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.790 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.790 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.790 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.790 INFO kablam! Sep 01 20:19:40.794 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.794 INFO kablam! --> tests/uint_tests.rs:258:2 Sep 01 20:19:40.794 INFO kablam! | Sep 01 20:19:40.794 INFO kablam! 258 | assert_eq!(U256::from(105u8) / U256::from(5u8), U256::from(21u8)); Sep 01 20:19:40.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.794 INFO kablam! | Sep 01 20:19:40.794 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.794 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.794 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.794 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.794 INFO kablam! Sep 01 20:19:40.794 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.795 INFO kablam! --> tests/uint_tests.rs:258:2 Sep 01 20:19:40.795 INFO kablam! | Sep 01 20:19:40.795 INFO kablam! 258 | assert_eq!(U256::from(105u8) / U256::from(5u8), U256::from(21u8)); Sep 01 20:19:40.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.795 INFO kablam! | Sep 01 20:19:40.795 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.795 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.795 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.795 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.795 INFO kablam! Sep 01 20:19:40.797 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.797 INFO kablam! --> tests/uint_tests.rs:260:2 Sep 01 20:19:40.797 INFO kablam! | Sep 01 20:19:40.797 INFO kablam! 260 | assert_eq!(div, U256([0x9F30411021524112u64, 0x0001BD5B7DDFBD5A, 0, 0])); Sep 01 20:19:40.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.797 INFO kablam! | Sep 01 20:19:40.797 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.797 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.797 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.797 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.797 INFO kablam! Sep 01 20:19:40.798 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.798 INFO kablam! --> tests/uint_tests.rs:260:2 Sep 01 20:19:40.798 INFO kablam! | Sep 01 20:19:40.798 INFO kablam! 260 | assert_eq!(div, U256([0x9F30411021524112u64, 0x0001BD5B7DDFBD5A, 0, 0])); Sep 01 20:19:40.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.798 INFO kablam! | Sep 01 20:19:40.798 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.798 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.798 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.798 INFO kablam! Sep 01 20:19:40.800 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.800 INFO kablam! --> tests/uint_tests.rs:262:10 Sep 01 20:19:40.800 INFO kablam! | Sep 01 20:19:40.800 INFO kablam! 262 | let a = U256::from_str("ff000000000000000000000000000000000000000000000000000000000000d1").unwrap(); Sep 01 20:19:40.800 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.800 INFO kablam! Sep 01 20:19:40.801 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.801 INFO kablam! --> tests/uint_tests.rs:263:10 Sep 01 20:19:40.801 INFO kablam! | Sep 01 20:19:40.801 INFO kablam! 263 | let b = U256::from_str("00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff2e").unwrap(); Sep 01 20:19:40.801 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.801 INFO kablam! Sep 01 20:19:40.809 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.809 INFO kablam! --> tests/uint_tests.rs:272:10 Sep 01 20:19:40.809 INFO kablam! | Sep 01 20:19:40.809 INFO kablam! 272 | let a = U256::from_str("10000000000000000").unwrap(); Sep 01 20:19:40.809 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.809 INFO kablam! Sep 01 20:19:40.810 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.810 INFO kablam! --> tests/uint_tests.rs:273:10 Sep 01 20:19:40.810 INFO kablam! | Sep 01 20:19:40.810 INFO kablam! 273 | let b = U256::from_str("10000000000000000").unwrap(); Sep 01 20:19:40.810 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.810 INFO kablam! Sep 01 20:19:40.811 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.811 INFO kablam! --> tests/uint_tests.rs:275:10 Sep 01 20:19:40.811 INFO kablam! | Sep 01 20:19:40.811 INFO kablam! 275 | let c = U256::from_str("100000000000000000000000000000000").unwrap(); Sep 01 20:19:40.811 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.811 INFO kablam! Sep 01 20:19:40.829 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.830 INFO kablam! --> tests/uint_tests.rs:288:2 Sep 01 20:19:40.830 INFO kablam! | Sep 01 20:19:40.830 INFO kablam! 288 | assert_eq!(init << 64, U256([0, 0xDEADBEEFDEADBEEF, 0, 0])); Sep 01 20:19:40.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.831 INFO kablam! | Sep 01 20:19:40.831 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.831 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.831 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.831 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.831 INFO kablam! Sep 01 20:19:40.832 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.832 INFO kablam! --> tests/uint_tests.rs:288:2 Sep 01 20:19:40.832 INFO kablam! | Sep 01 20:19:40.832 INFO kablam! 288 | assert_eq!(init << 64, U256([0, 0xDEADBEEFDEADBEEF, 0, 0])); Sep 01 20:19:40.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.832 INFO kablam! | Sep 01 20:19:40.832 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.833 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.834 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.834 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.834 INFO kablam! Sep 01 20:19:40.834 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.834 INFO kablam! --> tests/uint_tests.rs:290:2 Sep 01 20:19:40.834 INFO kablam! | Sep 01 20:19:40.834 INFO kablam! 290 | assert_eq!(add, U256([0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0, 0])); Sep 01 20:19:40.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.834 INFO kablam! | Sep 01 20:19:40.835 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.835 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.835 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.836 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.836 INFO kablam! Sep 01 20:19:40.836 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.836 INFO kablam! --> tests/uint_tests.rs:290:2 Sep 01 20:19:40.836 INFO kablam! | Sep 01 20:19:40.836 INFO kablam! 290 | assert_eq!(add, U256([0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0, 0])); Sep 01 20:19:40.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.836 INFO kablam! | Sep 01 20:19:40.837 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.837 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.837 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.837 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.837 INFO kablam! Sep 01 20:19:40.837 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.837 INFO kablam! --> tests/uint_tests.rs:291:2 Sep 01 20:19:40.837 INFO kablam! | Sep 01 20:19:40.837 INFO kablam! 291 | assert_eq!(add >> 0, U256([0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0, 0])); Sep 01 20:19:40.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.837 INFO kablam! | Sep 01 20:19:40.837 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.837 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.837 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.837 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.837 INFO kablam! Sep 01 20:19:40.837 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.837 INFO kablam! --> tests/uint_tests.rs:291:2 Sep 01 20:19:40.837 INFO kablam! | Sep 01 20:19:40.837 INFO kablam! 291 | assert_eq!(add >> 0, U256([0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0, 0])); Sep 01 20:19:40.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.838 INFO kablam! | Sep 01 20:19:40.838 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.838 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.838 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.838 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.838 INFO kablam! Sep 01 20:19:40.838 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.838 INFO kablam! --> tests/uint_tests.rs:292:2 Sep 01 20:19:40.839 INFO kablam! | Sep 01 20:19:40.839 INFO kablam! 292 | assert_eq!(add << 0, U256([0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0, 0])); Sep 01 20:19:40.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.839 INFO kablam! | Sep 01 20:19:40.839 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.839 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.839 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.839 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.839 INFO kablam! Sep 01 20:19:40.839 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.840 INFO kablam! --> tests/uint_tests.rs:292:2 Sep 01 20:19:40.840 INFO kablam! | Sep 01 20:19:40.840 INFO kablam! 292 | assert_eq!(add << 0, U256([0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0, 0])); Sep 01 20:19:40.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.840 INFO kablam! | Sep 01 20:19:40.840 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.840 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.840 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.840 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.840 INFO kablam! Sep 01 20:19:40.841 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.841 INFO kablam! --> tests/uint_tests.rs:293:2 Sep 01 20:19:40.841 INFO kablam! | Sep 01 20:19:40.841 INFO kablam! 293 | assert_eq!(add >> 64, U256([0xDEADBEEFDEADBEEF, 0, 0, 0])); Sep 01 20:19:40.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.842 INFO kablam! | Sep 01 20:19:40.842 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.842 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.842 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.842 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.842 INFO kablam! Sep 01 20:19:40.842 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.842 INFO kablam! --> tests/uint_tests.rs:293:2 Sep 01 20:19:40.842 INFO kablam! | Sep 01 20:19:40.843 INFO kablam! 293 | assert_eq!(add >> 64, U256([0xDEADBEEFDEADBEEF, 0, 0, 0])); Sep 01 20:19:40.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.843 INFO kablam! | Sep 01 20:19:40.843 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.843 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.843 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.843 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.843 INFO kablam! Sep 01 20:19:40.844 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.844 INFO kablam! --> tests/uint_tests.rs:294:2 Sep 01 20:19:40.844 INFO kablam! | Sep 01 20:19:40.845 INFO kablam! 294 | assert_eq!(add << 64, U256([0, 0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0])); Sep 01 20:19:40.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.845 INFO kablam! | Sep 01 20:19:40.845 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.845 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.845 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.845 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.845 INFO kablam! Sep 01 20:19:40.845 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.845 INFO kablam! --> tests/uint_tests.rs:294:2 Sep 01 20:19:40.845 INFO kablam! | Sep 01 20:19:40.846 INFO kablam! 294 | assert_eq!(add << 64, U256([0, 0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0])); Sep 01 20:19:40.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.846 INFO kablam! | Sep 01 20:19:40.846 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.846 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.846 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.846 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.846 INFO kablam! Sep 01 20:19:40.849 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.849 INFO kablam! --> tests/uint_tests.rs:299:2 Sep 01 20:19:40.849 INFO kablam! | Sep 01 20:19:40.849 INFO kablam! 299 | assert_eq!(U256::exp10(0), U256::from(1u64)); Sep 01 20:19:40.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.849 INFO kablam! | Sep 01 20:19:40.849 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.849 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.849 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.849 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.849 INFO kablam! Sep 01 20:19:40.849 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.850 INFO kablam! --> tests/uint_tests.rs:299:2 Sep 01 20:19:40.850 INFO kablam! | Sep 01 20:19:40.850 INFO kablam! 299 | assert_eq!(U256::exp10(0), U256::from(1u64)); Sep 01 20:19:40.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.850 INFO kablam! | Sep 01 20:19:40.850 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.850 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.850 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.850 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.850 INFO kablam! Sep 01 20:19:40.851 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.851 INFO kablam! --> tests/uint_tests.rs:300:26 Sep 01 20:19:40.851 INFO kablam! | Sep 01 20:19:40.851 INFO kablam! 300 | println!("\none: {:?}", U256::from(1u64)); Sep 01 20:19:40.851 INFO kablam! | ^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.851 INFO kablam! | Sep 01 20:19:40.852 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.852 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.852 INFO kablam! Sep 01 20:19:40.852 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.852 INFO kablam! --> tests/uint_tests.rs:301:24 Sep 01 20:19:40.852 INFO kablam! | Sep 01 20:19:40.853 INFO kablam! 301 | println!("ten: {:?}", U256::from(10u64)); Sep 01 20:19:40.853 INFO kablam! | ^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.853 INFO kablam! | Sep 01 20:19:40.853 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.853 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.853 INFO kablam! Sep 01 20:19:40.854 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.854 INFO kablam! --> tests/uint_tests.rs:302:2 Sep 01 20:19:40.854 INFO kablam! | Sep 01 20:19:40.854 INFO kablam! 302 | assert_eq!(U256::from(2u64) * U256::from(10u64), U256::from(20u64)); Sep 01 20:19:40.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.854 INFO kablam! | Sep 01 20:19:40.854 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.854 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.854 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.855 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.855 INFO kablam! Sep 01 20:19:40.855 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.855 INFO kablam! --> tests/uint_tests.rs:302:2 Sep 01 20:19:40.855 INFO kablam! | Sep 01 20:19:40.855 INFO kablam! 302 | assert_eq!(U256::from(2u64) * U256::from(10u64), U256::from(20u64)); Sep 01 20:19:40.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.856 INFO kablam! | Sep 01 20:19:40.856 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.856 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.856 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.856 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.856 INFO kablam! Sep 01 20:19:40.857 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.857 INFO kablam! --> tests/uint_tests.rs:303:2 Sep 01 20:19:40.857 INFO kablam! | Sep 01 20:19:40.857 INFO kablam! 303 | assert_eq!(U256::exp10(1), U256::from(10u64)); Sep 01 20:19:40.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.857 INFO kablam! | Sep 01 20:19:40.857 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.857 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.857 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.857 INFO kablam! Sep 01 20:19:40.857 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.857 INFO kablam! --> tests/uint_tests.rs:303:2 Sep 01 20:19:40.858 INFO kablam! | Sep 01 20:19:40.858 INFO kablam! 303 | assert_eq!(U256::exp10(1), U256::from(10u64)); Sep 01 20:19:40.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.858 INFO kablam! | Sep 01 20:19:40.858 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.858 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.858 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.859 INFO kablam! Sep 01 20:19:40.859 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.860 INFO kablam! --> tests/uint_tests.rs:304:2 Sep 01 20:19:40.860 INFO kablam! | Sep 01 20:19:40.860 INFO kablam! 304 | assert_eq!(U256::exp10(2), U256::from(100u64)); Sep 01 20:19:40.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.860 INFO kablam! | Sep 01 20:19:40.860 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.860 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.860 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.860 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.860 INFO kablam! Sep 01 20:19:40.860 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.860 INFO kablam! --> tests/uint_tests.rs:304:2 Sep 01 20:19:40.861 INFO kablam! | Sep 01 20:19:40.861 INFO kablam! 304 | assert_eq!(U256::exp10(2), U256::from(100u64)); Sep 01 20:19:40.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.861 INFO kablam! | Sep 01 20:19:40.861 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.861 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.861 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.861 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.861 INFO kablam! Sep 01 20:19:40.863 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.863 INFO kablam! --> tests/uint_tests.rs:305:2 Sep 01 20:19:40.863 INFO kablam! | Sep 01 20:19:40.863 INFO kablam! 305 | assert_eq!(U256::exp10(5), U256::from(100000u64)); Sep 01 20:19:40.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.863 INFO kablam! | Sep 01 20:19:40.863 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.863 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.863 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.863 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.863 INFO kablam! Sep 01 20:19:40.863 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.863 INFO kablam! --> tests/uint_tests.rs:305:2 Sep 01 20:19:40.863 INFO kablam! | Sep 01 20:19:40.863 INFO kablam! 305 | assert_eq!(U256::exp10(5), U256::from(100000u64)); Sep 01 20:19:40.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.863 INFO kablam! | Sep 01 20:19:40.863 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.864 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.864 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.864 INFO kablam! Sep 01 20:19:40.865 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.865 INFO kablam! --> tests/uint_tests.rs:310:2 Sep 01 20:19:40.865 INFO kablam! | Sep 01 20:19:40.865 INFO kablam! 310 | assert_eq!(U256::from(0u64) * 2u32, U256::from(0u64)); Sep 01 20:19:40.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.865 INFO kablam! | Sep 01 20:19:40.866 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.866 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.866 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.866 INFO kablam! Sep 01 20:19:40.866 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.866 INFO kablam! --> tests/uint_tests.rs:310:2 Sep 01 20:19:40.866 INFO kablam! | Sep 01 20:19:40.866 INFO kablam! 310 | assert_eq!(U256::from(0u64) * 2u32, U256::from(0u64)); Sep 01 20:19:40.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.866 INFO kablam! | Sep 01 20:19:40.866 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.866 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.866 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.866 INFO kablam! Sep 01 20:19:40.868 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.868 INFO kablam! --> tests/uint_tests.rs:311:2 Sep 01 20:19:40.868 INFO kablam! | Sep 01 20:19:40.868 INFO kablam! 311 | assert_eq!(U256::from(1u64) * 2u32, U256::from(2u64)); Sep 01 20:19:40.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.869 INFO kablam! | Sep 01 20:19:40.869 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.869 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.869 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.869 INFO kablam! Sep 01 20:19:40.869 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.869 INFO kablam! --> tests/uint_tests.rs:311:2 Sep 01 20:19:40.869 INFO kablam! | Sep 01 20:19:40.869 INFO kablam! 311 | assert_eq!(U256::from(1u64) * 2u32, U256::from(2u64)); Sep 01 20:19:40.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.869 INFO kablam! | Sep 01 20:19:40.869 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.869 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.869 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.869 INFO kablam! Sep 01 20:19:40.870 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.871 INFO kablam! --> tests/uint_tests.rs:312:2 Sep 01 20:19:40.871 INFO kablam! | Sep 01 20:19:40.871 INFO kablam! 312 | assert_eq!(U256::from(10u64) * 2u32, U256::from(20u64)); Sep 01 20:19:40.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.871 INFO kablam! | Sep 01 20:19:40.871 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.871 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.871 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.872 INFO kablam! Sep 01 20:19:40.872 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.872 INFO kablam! --> tests/uint_tests.rs:312:2 Sep 01 20:19:40.872 INFO kablam! | Sep 01 20:19:40.872 INFO kablam! 312 | assert_eq!(U256::from(10u64) * 2u32, U256::from(20u64)); Sep 01 20:19:40.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.872 INFO kablam! | Sep 01 20:19:40.873 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.873 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.873 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.873 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.873 INFO kablam! Sep 01 20:19:40.873 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.873 INFO kablam! --> tests/uint_tests.rs:313:2 Sep 01 20:19:40.873 INFO kablam! | Sep 01 20:19:40.873 INFO kablam! 313 | assert_eq!(U256::from(10u64) * 5u32, U256::from(50u64)); Sep 01 20:19:40.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.874 INFO kablam! | Sep 01 20:19:40.874 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.874 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.874 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.874 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.874 INFO kablam! Sep 01 20:19:40.874 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.874 INFO kablam! --> tests/uint_tests.rs:313:2 Sep 01 20:19:40.874 INFO kablam! | Sep 01 20:19:40.874 INFO kablam! 313 | assert_eq!(U256::from(10u64) * 5u32, U256::from(50u64)); Sep 01 20:19:40.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.874 INFO kablam! | Sep 01 20:19:40.874 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.874 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.874 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.874 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.874 INFO kablam! Sep 01 20:19:40.877 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.877 INFO kablam! --> tests/uint_tests.rs:314:2 Sep 01 20:19:40.877 INFO kablam! | Sep 01 20:19:40.877 INFO kablam! 314 | assert_eq!(U256::from(1000u64) * 50u32, U256::from(50000u64)); Sep 01 20:19:40.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.877 INFO kablam! | Sep 01 20:19:40.877 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.877 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.877 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.877 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.877 INFO kablam! Sep 01 20:19:40.877 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.877 INFO kablam! --> tests/uint_tests.rs:314:2 Sep 01 20:19:40.877 INFO kablam! | Sep 01 20:19:40.877 INFO kablam! 314 | assert_eq!(U256::from(1000u64) * 50u32, U256::from(50000u64)); Sep 01 20:19:40.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.877 INFO kablam! | Sep 01 20:19:40.877 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.877 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.877 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.878 INFO kablam! Sep 01 20:19:40.880 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.880 INFO kablam! --> tests/uint_tests.rs:320:2 Sep 01 20:19:40.880 INFO kablam! | Sep 01 20:19:40.880 INFO kablam! 320 | assert_eq!(U256::from(0u64).mul_u32(2), U256::from(0u64)); Sep 01 20:19:40.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.880 INFO kablam! | Sep 01 20:19:40.880 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.880 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.880 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.880 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.880 INFO kablam! Sep 01 20:19:40.881 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.881 INFO kablam! --> tests/uint_tests.rs:320:2 Sep 01 20:19:40.881 INFO kablam! | Sep 01 20:19:40.881 INFO kablam! 320 | assert_eq!(U256::from(0u64).mul_u32(2), U256::from(0u64)); Sep 01 20:19:40.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.881 INFO kablam! | Sep 01 20:19:40.881 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.881 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.881 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.881 INFO kablam! Sep 01 20:19:40.883 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.883 INFO kablam! --> tests/uint_tests.rs:321:2 Sep 01 20:19:40.883 INFO kablam! | Sep 01 20:19:40.883 INFO kablam! 321 | assert_eq!(U256::from(1u64).mul_u32(2), U256::from(2u64)); Sep 01 20:19:40.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.883 INFO kablam! | Sep 01 20:19:40.883 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.883 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.883 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.884 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.884 INFO kablam! Sep 01 20:19:40.884 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.884 INFO kablam! --> tests/uint_tests.rs:321:2 Sep 01 20:19:40.884 INFO kablam! | Sep 01 20:19:40.884 INFO kablam! 321 | assert_eq!(U256::from(1u64).mul_u32(2), U256::from(2u64)); Sep 01 20:19:40.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.884 INFO kablam! | Sep 01 20:19:40.884 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.884 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.884 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.884 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.884 INFO kablam! Sep 01 20:19:40.885 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.886 INFO kablam! --> tests/uint_tests.rs:322:2 Sep 01 20:19:40.886 INFO kablam! | Sep 01 20:19:40.886 INFO kablam! 322 | assert_eq!(U256::from(10u64).mul_u32(2), U256::from(20u64)); Sep 01 20:19:40.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.886 INFO kablam! | Sep 01 20:19:40.886 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.886 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.887 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.887 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.887 INFO kablam! Sep 01 20:19:40.887 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.887 INFO kablam! --> tests/uint_tests.rs:322:2 Sep 01 20:19:40.887 INFO kablam! | Sep 01 20:19:40.887 INFO kablam! 322 | assert_eq!(U256::from(10u64).mul_u32(2), U256::from(20u64)); Sep 01 20:19:40.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.887 INFO kablam! | Sep 01 20:19:40.887 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.887 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.887 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.887 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.887 INFO kablam! Sep 01 20:19:40.888 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.888 INFO kablam! --> tests/uint_tests.rs:323:2 Sep 01 20:19:40.888 INFO kablam! | Sep 01 20:19:40.888 INFO kablam! 323 | assert_eq!(U256::from(10u64).mul_u32(5), U256::from(50u64)); Sep 01 20:19:40.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.889 INFO kablam! | Sep 01 20:19:40.889 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.890 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.890 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.890 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.890 INFO kablam! Sep 01 20:19:40.890 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.890 INFO kablam! --> tests/uint_tests.rs:323:2 Sep 01 20:19:40.890 INFO kablam! | Sep 01 20:19:40.890 INFO kablam! 323 | assert_eq!(U256::from(10u64).mul_u32(5), U256::from(50u64)); Sep 01 20:19:40.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.890 INFO kablam! | Sep 01 20:19:40.890 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.891 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.891 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.891 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.891 INFO kablam! Sep 01 20:19:40.891 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.891 INFO kablam! --> tests/uint_tests.rs:324:2 Sep 01 20:19:40.891 INFO kablam! | Sep 01 20:19:40.891 INFO kablam! 324 | assert_eq!(U256::from(1000u64).mul_u32(50), U256::from(50000u64)); Sep 01 20:19:40.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.891 INFO kablam! | Sep 01 20:19:40.891 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.891 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.891 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.891 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.891 INFO kablam! Sep 01 20:19:40.891 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.891 INFO kablam! --> tests/uint_tests.rs:324:2 Sep 01 20:19:40.892 INFO kablam! | Sep 01 20:19:40.892 INFO kablam! 324 | assert_eq!(U256::from(1000u64).mul_u32(50), U256::from(50000u64)); Sep 01 20:19:40.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.892 INFO kablam! | Sep 01 20:19:40.892 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.892 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.892 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.892 INFO kablam! Sep 01 20:19:40.894 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.894 INFO kablam! --> tests/uint_tests.rs:329:2 Sep 01 20:19:40.894 INFO kablam! | Sep 01 20:19:40.894 INFO kablam! 329 | assert_eq!(U256::from(10).pow(U256::from(0)), U256::from(1)); Sep 01 20:19:40.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.895 INFO kablam! | Sep 01 20:19:40.895 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.895 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.895 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.895 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.895 INFO kablam! Sep 01 20:19:40.895 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.895 INFO kablam! --> tests/uint_tests.rs:329:2 Sep 01 20:19:40.895 INFO kablam! | Sep 01 20:19:40.896 INFO kablam! 329 | assert_eq!(U256::from(10).pow(U256::from(0)), U256::from(1)); Sep 01 20:19:40.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.896 INFO kablam! | Sep 01 20:19:40.896 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.896 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.896 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.896 INFO kablam! Sep 01 20:19:40.898 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.898 INFO kablam! --> tests/uint_tests.rs:330:2 Sep 01 20:19:40.899 INFO kablam! | Sep 01 20:19:40.899 INFO kablam! 330 | assert_eq!(U256::from(10).pow(U256::from(1)), U256::from(10)); Sep 01 20:19:40.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.899 INFO kablam! | Sep 01 20:19:40.899 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.899 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.900 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.900 INFO kablam! Sep 01 20:19:40.900 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.900 INFO kablam! --> tests/uint_tests.rs:330:2 Sep 01 20:19:40.900 INFO kablam! | Sep 01 20:19:40.900 INFO kablam! 330 | assert_eq!(U256::from(10).pow(U256::from(1)), U256::from(10)); Sep 01 20:19:40.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.900 INFO kablam! | Sep 01 20:19:40.900 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.900 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.900 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.900 INFO kablam! Sep 01 20:19:40.900 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.900 INFO kablam! --> tests/uint_tests.rs:331:2 Sep 01 20:19:40.900 INFO kablam! | Sep 01 20:19:40.900 INFO kablam! 331 | assert_eq!(U256::from(10).pow(U256::from(2)), U256::from(100)); Sep 01 20:19:40.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.900 INFO kablam! | Sep 01 20:19:40.901 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.901 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.901 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.901 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.901 INFO kablam! Sep 01 20:19:40.901 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.901 INFO kablam! --> tests/uint_tests.rs:331:2 Sep 01 20:19:40.901 INFO kablam! | Sep 01 20:19:40.901 INFO kablam! 331 | assert_eq!(U256::from(10).pow(U256::from(2)), U256::from(100)); Sep 01 20:19:40.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.901 INFO kablam! | Sep 01 20:19:40.901 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.901 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.901 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.901 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.902 INFO kablam! Sep 01 20:19:40.902 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.903 INFO kablam! --> tests/uint_tests.rs:332:2 Sep 01 20:19:40.903 INFO kablam! | Sep 01 20:19:40.903 INFO kablam! 332 | assert_eq!(U256::from(10).pow(U256::from(3)), U256::from(1000)); Sep 01 20:19:40.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.903 INFO kablam! | Sep 01 20:19:40.903 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.903 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.903 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.904 INFO kablam! Sep 01 20:19:40.904 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.904 INFO kablam! --> tests/uint_tests.rs:332:2 Sep 01 20:19:40.904 INFO kablam! | Sep 01 20:19:40.904 INFO kablam! 332 | assert_eq!(U256::from(10).pow(U256::from(3)), U256::from(1000)); Sep 01 20:19:40.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.904 INFO kablam! | Sep 01 20:19:40.904 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.904 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.904 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.904 INFO kablam! Sep 01 20:19:40.905 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.905 INFO kablam! --> tests/uint_tests.rs:333:2 Sep 01 20:19:40.905 INFO kablam! | Sep 01 20:19:40.905 INFO kablam! 333 | assert_eq!(U256::from(10).pow(U256::from(20)), U256::exp10(20)); Sep 01 20:19:40.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.906 INFO kablam! | Sep 01 20:19:40.906 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.906 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.906 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.906 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.906 INFO kablam! Sep 01 20:19:40.906 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.906 INFO kablam! --> tests/uint_tests.rs:333:2 Sep 01 20:19:40.906 INFO kablam! | Sep 01 20:19:40.907 INFO kablam! 333 | assert_eq!(U256::from(10).pow(U256::from(20)), U256::exp10(20)); Sep 01 20:19:40.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.907 INFO kablam! | Sep 01 20:19:40.907 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.907 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.907 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.907 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.907 INFO kablam! Sep 01 20:19:40.911 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Display` Sep 01 20:19:40.911 INFO kablam! --> tests/uint_tests.rs:345:28 Sep 01 20:19:40.911 INFO kablam! | Sep 01 20:19:40.911 INFO kablam! 345 | assert_eq!(format!("{}", U256::from(x)), display); Sep 01 20:19:40.911 INFO kablam! | ^^^^^^^^^^^^^ `uint::U256` cannot be formatted with the default formatter Sep 01 20:19:40.911 INFO kablam! | Sep 01 20:19:40.911 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `uint::U256` Sep 01 20:19:40.911 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Sep 01 20:19:40.911 INFO kablam! = note: required by `std::fmt::Display::fmt` Sep 01 20:19:40.911 INFO kablam! Sep 01 20:19:40.915 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.915 INFO kablam! --> tests/uint_tests.rs:347:30 Sep 01 20:19:40.915 INFO kablam! | Sep 01 20:19:40.915 INFO kablam! 347 | assert_eq!(format!("{:?}", U256::from(x)), display); Sep 01 20:19:40.915 INFO kablam! | ^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.915 INFO kablam! | Sep 01 20:19:40.915 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.915 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.915 INFO kablam! Sep 01 20:19:40.918 INFO kablam! error[E0277]: the trait bound `uint::U256: std::fmt::LowerHex` is not satisfied Sep 01 20:19:40.918 INFO kablam! --> tests/uint_tests.rs:348:30 Sep 01 20:19:40.919 INFO kablam! | Sep 01 20:19:40.919 INFO kablam! 348 | assert_eq!(format!("{:x}", U256::from(x)), hex); Sep 01 20:19:40.919 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::fmt::LowerHex` is not implemented for `uint::U256` Sep 01 20:19:40.919 INFO kablam! | Sep 01 20:19:40.919 INFO kablam! = note: required by `std::fmt::LowerHex::fmt` Sep 01 20:19:40.919 INFO kablam! Sep 01 20:19:40.921 INFO kablam! error[E0277]: the trait bound `uint::U256: std::fmt::LowerHex` is not satisfied Sep 01 20:19:40.921 INFO kablam! --> tests/uint_tests.rs:349:31 Sep 01 20:19:40.921 INFO kablam! | Sep 01 20:19:40.921 INFO kablam! 349 | assert_eq!(format!("{:#x}", U256::from(x)), format!("0x{}", hex)); Sep 01 20:19:40.921 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::fmt::LowerHex` is not implemented for `uint::U256` Sep 01 20:19:40.921 INFO kablam! | Sep 01 20:19:40.921 INFO kablam! = note: required by `std::fmt::LowerHex::fmt` Sep 01 20:19:40.921 INFO kablam! Sep 01 20:19:40.929 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Display` Sep 01 20:19:40.929 INFO kablam! --> tests/uint_tests.rs:365:27 Sep 01 20:19:40.929 INFO kablam! | Sep 01 20:19:40.929 INFO kablam! 365 | assert_eq!(format!("{}", value), expected); Sep 01 20:19:40.929 INFO kablam! | ^^^^^ `uint::U256` cannot be formatted with the default formatter Sep 01 20:19:40.929 INFO kablam! | Sep 01 20:19:40.929 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `uint::U256` Sep 01 20:19:40.929 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Sep 01 20:19:40.929 INFO kablam! = note: required by `std::fmt::Display::fmt` Sep 01 20:19:40.929 INFO kablam! Sep 01 20:19:40.931 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.931 INFO kablam! --> tests/uint_tests.rs:366:29 Sep 01 20:19:40.931 INFO kablam! | Sep 01 20:19:40.931 INFO kablam! 366 | assert_eq!(format!("{:?}", value), expected); Sep 01 20:19:40.931 INFO kablam! | ^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.931 INFO kablam! | Sep 01 20:19:40.931 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.932 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.932 INFO kablam! Sep 01 20:19:40.935 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Display` Sep 01 20:19:40.935 INFO kablam! --> tests/uint_tests.rs:373:27 Sep 01 20:19:40.935 INFO kablam! | Sep 01 20:19:40.935 INFO kablam! 373 | assert_eq!(format!("{}", value), expected); Sep 01 20:19:40.935 INFO kablam! | ^^^^^ `uint::U512` cannot be formatted with the default formatter Sep 01 20:19:40.935 INFO kablam! | Sep 01 20:19:40.935 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `uint::U512` Sep 01 20:19:40.935 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Sep 01 20:19:40.935 INFO kablam! = note: required by `std::fmt::Display::fmt` Sep 01 20:19:40.935 INFO kablam! Sep 01 20:19:40.937 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.937 INFO kablam! --> tests/uint_tests.rs:374:29 Sep 01 20:19:40.937 INFO kablam! | Sep 01 20:19:40.937 INFO kablam! 374 | assert_eq!(format!("{:?}", value), expected); Sep 01 20:19:40.938 INFO kablam! | ^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.938 INFO kablam! | Sep 01 20:19:40.938 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 01 20:19:40.938 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.938 INFO kablam! Sep 01 20:19:40.941 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.941 INFO kablam! --> tests/uint_tests.rs:381:4 Sep 01 20:19:40.941 INFO kablam! | Sep 01 20:19:40.941 INFO kablam! 381 | (U256::from_str("8000000000000000000000000000000000000000000000000000000000000000").unwrap(), false) Sep 01 20:19:40.941 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.941 INFO kablam! Sep 01 20:19:40.944 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.944 INFO kablam! --> tests/uint_tests.rs:383:2 Sep 01 20:19:40.944 INFO kablam! | Sep 01 20:19:40.944 INFO kablam! 383 | assert_eq!( Sep 01 20:19:40.944 INFO kablam! | _____^ Sep 01 20:19:40.944 INFO kablam! 384 | | U256::from(2).overflowing_pow(U256::from(0x100)), Sep 01 20:19:40.944 INFO kablam! 385 | | (U256::zero(), true) Sep 01 20:19:40.944 INFO kablam! 386 | | ); Sep 01 20:19:40.944 INFO kablam! | |______^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.944 INFO kablam! | Sep 01 20:19:40.944 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.945 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `(uint::U256, bool)` Sep 01 20:19:40.945 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&(uint::U256, bool)` Sep 01 20:19:40.945 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.945 INFO kablam! Sep 01 20:19:40.945 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.945 INFO kablam! --> tests/uint_tests.rs:383:2 Sep 01 20:19:40.945 INFO kablam! | Sep 01 20:19:40.945 INFO kablam! 383 | assert_eq!( Sep 01 20:19:40.945 INFO kablam! | _____^ Sep 01 20:19:40.945 INFO kablam! 384 | | U256::from(2).overflowing_pow(U256::from(0x100)), Sep 01 20:19:40.945 INFO kablam! 385 | | (U256::zero(), true) Sep 01 20:19:40.945 INFO kablam! 386 | | ); Sep 01 20:19:40.945 INFO kablam! | |______^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.945 INFO kablam! | Sep 01 20:19:40.945 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.945 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `(uint::U256, bool)` Sep 01 20:19:40.946 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&(uint::U256, bool)` Sep 01 20:19:40.946 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.946 INFO kablam! Sep 01 20:19:40.947 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.947 INFO kablam! --> tests/uint_tests.rs:391:2 Sep 01 20:19:40.948 INFO kablam! | Sep 01 20:19:40.948 INFO kablam! 391 | assert_eq!(U256::from(1u64) * U256::from(10u64), U256::from(10u64)); Sep 01 20:19:40.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.948 INFO kablam! | Sep 01 20:19:40.948 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.948 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.948 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.948 INFO kablam! Sep 01 20:19:40.948 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.948 INFO kablam! --> tests/uint_tests.rs:391:2 Sep 01 20:19:40.948 INFO kablam! | Sep 01 20:19:40.948 INFO kablam! 391 | assert_eq!(U256::from(1u64) * U256::from(10u64), U256::from(10u64)); Sep 01 20:19:40.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.948 INFO kablam! | Sep 01 20:19:40.948 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.948 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.948 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.948 INFO kablam! Sep 01 20:19:40.950 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U512` in the current scope Sep 01 20:19:40.950 INFO kablam! --> tests/uint_tests.rs:396:10 Sep 01 20:19:40.950 INFO kablam! | Sep 01 20:19:40.950 INFO kablam! 396 | let a = U512::from_str("10000000000000000fffffffffffffffe").unwrap(); Sep 01 20:19:40.950 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U512` Sep 01 20:19:40.950 INFO kablam! Sep 01 20:19:40.950 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U512` in the current scope Sep 01 20:19:40.950 INFO kablam! --> tests/uint_tests.rs:397:10 Sep 01 20:19:40.951 INFO kablam! | Sep 01 20:19:40.951 INFO kablam! 397 | let b = U512::from_str("ffffffffffffffffffffffffffffffff").unwrap(); Sep 01 20:19:40.951 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U512` Sep 01 20:19:40.951 INFO kablam! Sep 01 20:19:40.951 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U512` in the current scope Sep 01 20:19:40.951 INFO kablam! --> tests/uint_tests.rs:399:20 Sep 01 20:19:40.951 INFO kablam! | Sep 01 20:19:40.951 INFO kablam! 399 | assert_eq!(a * b, U512::from_str("10000000000000000fffffffffffffffcffffffffffffffff0000000000000002").unwrap()); Sep 01 20:19:40.951 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U512` Sep 01 20:19:40.951 INFO kablam! Sep 01 20:19:40.954 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.954 INFO kablam! --> tests/uint_tests.rs:405:3 Sep 01 20:19:40.954 INFO kablam! | Sep 01 20:19:40.954 INFO kablam! 405 | U256::from_str("100000000000000000000000000000000").unwrap().overflowing_mul( Sep 01 20:19:40.954 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.954 INFO kablam! Sep 01 20:19:40.955 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.955 INFO kablam! --> tests/uint_tests.rs:406:4 Sep 01 20:19:40.955 INFO kablam! | Sep 01 20:19:40.955 INFO kablam! 406 | U256::from_str("100000000000000000000000000000000").unwrap() Sep 01 20:19:40.955 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.955 INFO kablam! Sep 01 20:19:40.957 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U512` in the current scope Sep 01 20:19:40.957 INFO kablam! --> tests/uint_tests.rs:415:3 Sep 01 20:19:40.957 INFO kablam! | Sep 01 20:19:40.957 INFO kablam! 415 | U512::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Sep 01 20:19:40.957 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U512` Sep 01 20:19:40.957 INFO kablam! Sep 01 20:19:40.958 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U512` in the current scope Sep 01 20:19:40.958 INFO kablam! --> tests/uint_tests.rs:417:3 Sep 01 20:19:40.958 INFO kablam! | Sep 01 20:19:40.958 INFO kablam! 417 | U512::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap(), Sep 01 20:19:40.958 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U512` Sep 01 20:19:40.958 INFO kablam! Sep 01 20:19:40.959 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U512` in the current scope Sep 01 20:19:40.959 INFO kablam! --> tests/uint_tests.rs:418:3 Sep 01 20:19:40.959 INFO kablam! | Sep 01 20:19:40.959 INFO kablam! 418 | U512::from_str("3fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000000001").unwrap() Sep 01 20:19:40.959 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U512` Sep 01 20:19:40.959 INFO kablam! Sep 01 20:19:40.961 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.961 INFO kablam! --> tests/uint_tests.rs:425:3 Sep 01 20:19:40.961 INFO kablam! | Sep 01 20:19:40.961 INFO kablam! 425 | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Sep 01 20:19:40.961 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.961 INFO kablam! Sep 01 20:19:40.962 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.962 INFO kablam! --> tests/uint_tests.rs:427:4 Sep 01 20:19:40.962 INFO kablam! | Sep 01 20:19:40.962 INFO kablam! 427 | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Sep 01 20:19:40.962 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.962 INFO kablam! Sep 01 20:19:40.962 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.963 INFO kablam! --> tests/uint_tests.rs:429:4 Sep 01 20:19:40.963 INFO kablam! | Sep 01 20:19:40.963 INFO kablam! 429 | (U256::from_str("1").unwrap(), true) Sep 01 20:19:40.963 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.963 INFO kablam! Sep 01 20:19:40.965 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.965 INFO kablam! --> tests/uint_tests.rs:437:2 Sep 01 20:19:40.965 INFO kablam! | Sep 01 20:19:40.965 INFO kablam! 437 | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Sep 01 20:19:40.965 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.965 INFO kablam! Sep 01 20:19:40.966 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.966 INFO kablam! --> tests/uint_tests.rs:439:2 Sep 01 20:19:40.966 INFO kablam! | Sep 01 20:19:40.966 INFO kablam! 439 | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap(); Sep 01 20:19:40.966 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.966 INFO kablam! Sep 01 20:19:40.967 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.967 INFO kablam! --> tests/uint_tests.rs:445:3 Sep 01 20:19:40.967 INFO kablam! | Sep 01 20:19:40.967 INFO kablam! 445 | U256::from_str("0").unwrap() Sep 01 20:19:40.967 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.967 INFO kablam! Sep 01 20:19:40.967 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.967 INFO kablam! --> tests/uint_tests.rs:447:4 Sep 01 20:19:40.967 INFO kablam! | Sep 01 20:19:40.967 INFO kablam! 447 | U256::from_str("1").unwrap() Sep 01 20:19:40.967 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.967 INFO kablam! Sep 01 20:19:40.968 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.968 INFO kablam! --> tests/uint_tests.rs:449:4 Sep 01 20:19:40.968 INFO kablam! | Sep 01 20:19:40.968 INFO kablam! 449 | (U256::from_str("ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap(), true) Sep 01 20:19:40.968 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.968 INFO kablam! Sep 01 20:19:40.970 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.970 INFO kablam! --> tests/uint_tests.rs:457:2 Sep 01 20:19:40.970 INFO kablam! | Sep 01 20:19:40.970 INFO kablam! 457 | U256::from_str("0").unwrap() Sep 01 20:19:40.970 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.970 INFO kablam! Sep 01 20:19:40.971 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.971 INFO kablam! --> tests/uint_tests.rs:459:2 Sep 01 20:19:40.971 INFO kablam! | Sep 01 20:19:40.971 INFO kablam! 459 | U256::from_str("1").unwrap(); Sep 01 20:19:40.971 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.971 INFO kablam! Sep 01 20:19:40.972 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.972 INFO kablam! --> tests/uint_tests.rs:465:3 Sep 01 20:19:40.972 INFO kablam! | Sep 01 20:19:40.972 INFO kablam! 465 | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Sep 01 20:19:40.972 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.973 INFO kablam! Sep 01 20:19:40.973 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.973 INFO kablam! --> tests/uint_tests.rs:467:3 Sep 01 20:19:40.973 INFO kablam! | Sep 01 20:19:40.973 INFO kablam! 467 | U256::from_str("fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0").unwrap() Sep 01 20:19:40.973 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.973 INFO kablam! Sep 01 20:19:40.975 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.975 INFO kablam! --> tests/uint_tests.rs:474:3 Sep 01 20:19:40.975 INFO kablam! | Sep 01 20:19:40.976 INFO kablam! 474 | U256::from_str("0000000000000001ffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Sep 01 20:19:40.976 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.976 INFO kablam! Sep 01 20:19:40.976 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.976 INFO kablam! --> tests/uint_tests.rs:476:3 Sep 01 20:19:40.976 INFO kablam! | Sep 01 20:19:40.976 INFO kablam! 476 | U256::from_str("ffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000").unwrap() Sep 01 20:19:40.977 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.977 INFO kablam! Sep 01 20:19:40.979 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.979 INFO kablam! --> tests/uint_tests.rs:479:3 Sep 01 20:19:40.979 INFO kablam! | Sep 01 20:19:40.979 INFO kablam! 479 | U256::from_str("0000000000000000ffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Sep 01 20:19:40.979 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.979 INFO kablam! Sep 01 20:19:40.980 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.980 INFO kablam! --> tests/uint_tests.rs:481:3 Sep 01 20:19:40.980 INFO kablam! | Sep 01 20:19:40.980 INFO kablam! 481 | U256::from_str("ffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000").unwrap() Sep 01 20:19:40.980 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.980 INFO kablam! Sep 01 20:19:40.983 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.983 INFO kablam! --> tests/uint_tests.rs:488:3 Sep 01 20:19:40.983 INFO kablam! | Sep 01 20:19:40.983 INFO kablam! 488 | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Sep 01 20:19:40.983 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.983 INFO kablam! Sep 01 20:19:40.983 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.983 INFO kablam! --> tests/uint_tests.rs:490:3 Sep 01 20:19:40.984 INFO kablam! | Sep 01 20:19:40.984 INFO kablam! 490 | U256::from_str("2").unwrap(), Sep 01 20:19:40.984 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.984 INFO kablam! Sep 01 20:19:40.984 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:40.984 INFO kablam! --> tests/uint_tests.rs:491:3 Sep 01 20:19:40.984 INFO kablam! | Sep 01 20:19:40.984 INFO kablam! 491 | U256::from_str("fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe").unwrap() Sep 01 20:19:40.984 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:40.984 INFO kablam! Sep 01 20:19:40.988 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.988 INFO kablam! --> tests/uint_tests.rs:497:2 Sep 01 20:19:40.988 INFO kablam! | Sep 01 20:19:40.988 INFO kablam! 497 | assert_eq!(U256::from(10u64) / U256::from(1u64), U256::from(10u64)); Sep 01 20:19:40.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.988 INFO kablam! | Sep 01 20:19:40.988 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.989 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.989 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.989 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.989 INFO kablam! Sep 01 20:19:40.989 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.989 INFO kablam! --> tests/uint_tests.rs:497:2 Sep 01 20:19:40.989 INFO kablam! | Sep 01 20:19:40.989 INFO kablam! 497 | assert_eq!(U256::from(10u64) / U256::from(1u64), U256::from(10u64)); Sep 01 20:19:40.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.989 INFO kablam! | Sep 01 20:19:40.989 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.989 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.989 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.989 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.989 INFO kablam! Sep 01 20:19:40.991 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.991 INFO kablam! --> tests/uint_tests.rs:498:2 Sep 01 20:19:40.991 INFO kablam! | Sep 01 20:19:40.991 INFO kablam! 498 | assert_eq!(U256::from(10u64) / U256::from(2u64), U256::from(5u64)); Sep 01 20:19:40.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.992 INFO kablam! | Sep 01 20:19:40.992 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.992 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.992 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.992 INFO kablam! Sep 01 20:19:40.993 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.993 INFO kablam! --> tests/uint_tests.rs:498:2 Sep 01 20:19:40.993 INFO kablam! | Sep 01 20:19:40.993 INFO kablam! 498 | assert_eq!(U256::from(10u64) / U256::from(2u64), U256::from(5u64)); Sep 01 20:19:40.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.993 INFO kablam! | Sep 01 20:19:40.993 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.993 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.993 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.994 INFO kablam! Sep 01 20:19:40.994 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.994 INFO kablam! --> tests/uint_tests.rs:499:2 Sep 01 20:19:40.995 INFO kablam! | Sep 01 20:19:40.995 INFO kablam! 499 | assert_eq!(U256::from(10u64) / U256::from(3u64), U256::from(3u64)); Sep 01 20:19:40.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.995 INFO kablam! | Sep 01 20:19:40.995 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.995 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.995 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.995 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:40.995 INFO kablam! Sep 01 20:19:40.995 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:40.995 INFO kablam! --> tests/uint_tests.rs:499:2 Sep 01 20:19:40.995 INFO kablam! | Sep 01 20:19:40.995 INFO kablam! 499 | assert_eq!(U256::from(10u64) / U256::from(3u64), U256::from(3u64)); Sep 01 20:19:40.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:40.995 INFO kablam! | Sep 01 20:19:40.995 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:40.995 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:40.996 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:40.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) Sep 01 20:19:40.996 INFO kablam! Sep 01 20:19:41.001 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.001 INFO kablam! --> tests/uint_tests.rs:504:2 Sep 01 20:19:41.001 INFO kablam! | Sep 01 20:19:41.001 INFO kablam! 504 | assert_eq!(U256::from(10u64) % U256::from(1u64), U256::from(0u64)); Sep 01 20:19:41.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.001 INFO kablam! | Sep 01 20:19:41.002 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.002 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.002 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.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) Sep 01 20:19:41.002 INFO kablam! Sep 01 20:19:41.002 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.002 INFO kablam! --> tests/uint_tests.rs:504:2 Sep 01 20:19:41.002 INFO kablam! | Sep 01 20:19:41.002 INFO kablam! 504 | assert_eq!(U256::from(10u64) % U256::from(1u64), U256::from(0u64)); Sep 01 20:19:41.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.002 INFO kablam! | Sep 01 20:19:41.002 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.002 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.002 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.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) Sep 01 20:19:41.002 INFO kablam! Sep 01 20:19:41.003 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.003 INFO kablam! --> tests/uint_tests.rs:505:2 Sep 01 20:19:41.003 INFO kablam! | Sep 01 20:19:41.003 INFO kablam! 505 | assert_eq!(U256::from(10u64) % U256::from(3u64), U256::from(1u64)); Sep 01 20:19:41.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.005 INFO kablam! | Sep 01 20:19:41.005 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.005 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.005 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.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) Sep 01 20:19:41.005 INFO kablam! Sep 01 20:19:41.005 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.006 INFO kablam! --> tests/uint_tests.rs:505:2 Sep 01 20:19:41.006 INFO kablam! | Sep 01 20:19:41.006 INFO kablam! 505 | assert_eq!(U256::from(10u64) % U256::from(3u64), U256::from(1u64)); Sep 01 20:19:41.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.006 INFO kablam! | Sep 01 20:19:41.006 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.006 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.006 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.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) Sep 01 20:19:41.006 INFO kablam! Sep 01 20:19:41.008 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.008 INFO kablam! --> tests/uint_tests.rs:510:2 Sep 01 20:19:41.008 INFO kablam! | Sep 01 20:19:41.008 INFO kablam! 510 | assert_eq!(U256::from_dec_str("10").unwrap(), U256::from(10u64)); Sep 01 20:19:41.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.008 INFO kablam! | Sep 01 20:19:41.009 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.009 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.009 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.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) Sep 01 20:19:41.009 INFO kablam! Sep 01 20:19:41.009 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.010 INFO kablam! --> tests/uint_tests.rs:510:2 Sep 01 20:19:41.010 INFO kablam! | Sep 01 20:19:41.010 INFO kablam! 510 | assert_eq!(U256::from_dec_str("10").unwrap(), U256::from(10u64)); Sep 01 20:19:41.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.011 INFO kablam! | Sep 01 20:19:41.011 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.011 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.011 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.011 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.011 INFO kablam! Sep 01 20:19:41.012 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.012 INFO kablam! --> tests/uint_tests.rs:511:2 Sep 01 20:19:41.012 INFO kablam! | Sep 01 20:19:41.012 INFO kablam! 511 | assert_eq!(U256::from_dec_str("1024").unwrap(), U256::from(1024u64)); Sep 01 20:19:41.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.012 INFO kablam! | Sep 01 20:19:41.012 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.012 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.012 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.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) Sep 01 20:19:41.012 INFO kablam! Sep 01 20:19:41.014 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.014 INFO kablam! --> tests/uint_tests.rs:511:2 Sep 01 20:19:41.015 INFO kablam! | Sep 01 20:19:41.015 INFO kablam! 511 | assert_eq!(U256::from_dec_str("1024").unwrap(), U256::from(1024u64)); Sep 01 20:19:41.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.015 INFO kablam! | Sep 01 20:19:41.015 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.015 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.015 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.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) Sep 01 20:19:41.015 INFO kablam! Sep 01 20:19:41.016 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.016 INFO kablam! --> tests/uint_tests.rs:512:2 Sep 01 20:19:41.016 INFO kablam! | Sep 01 20:19:41.016 INFO kablam! 512 | assert_eq!(U256::from_dec_str("115792089237316195423570985008687907853269984665640564039457584007913129639936"), Err(FromDecStrErr::InvalidLength)); Sep 01 20:19:41.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.016 INFO kablam! | Sep 01 20:19:41.016 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.016 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::result::Result` Sep 01 20:19:41.016 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::result::Result` Sep 01 20:19:41.016 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.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) Sep 01 20:19:41.016 INFO kablam! Sep 01 20:19:41.016 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.016 INFO kablam! --> tests/uint_tests.rs:512:2 Sep 01 20:19:41.016 INFO kablam! | Sep 01 20:19:41.017 INFO kablam! 512 | assert_eq!(U256::from_dec_str("115792089237316195423570985008687907853269984665640564039457584007913129639936"), Err(FromDecStrErr::InvalidLength)); Sep 01 20:19:41.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.017 INFO kablam! | Sep 01 20:19:41.017 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.017 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::result::Result` Sep 01 20:19:41.017 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::result::Result` Sep 01 20:19:41.017 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.017 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.017 INFO kablam! Sep 01 20:19:41.019 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.019 INFO kablam! --> tests/uint_tests.rs:513:2 Sep 01 20:19:41.019 INFO kablam! | Sep 01 20:19:41.019 INFO kablam! 513 | assert_eq!(U256::from_dec_str("0x11"), Err(FromDecStrErr::InvalidCharacter)); Sep 01 20:19:41.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.019 INFO kablam! | Sep 01 20:19:41.019 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.020 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::result::Result` Sep 01 20:19:41.020 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::result::Result` Sep 01 20:19:41.020 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.020 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.020 INFO kablam! Sep 01 20:19:41.020 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.020 INFO kablam! --> tests/uint_tests.rs:513:2 Sep 01 20:19:41.021 INFO kablam! | Sep 01 20:19:41.021 INFO kablam! 513 | assert_eq!(U256::from_dec_str("0x11"), Err(FromDecStrErr::InvalidCharacter)); Sep 01 20:19:41.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.021 INFO kablam! | Sep 01 20:19:41.021 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.021 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::result::Result` Sep 01 20:19:41.021 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::result::Result` Sep 01 20:19:41.021 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.022 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.022 INFO kablam! Sep 01 20:19:41.022 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Display` Sep 01 20:19:41.022 INFO kablam! --> tests/uint_tests.rs:519:27 Sep 01 20:19:41.022 INFO kablam! | Sep 01 20:19:41.023 INFO kablam! 519 | assert_eq!(format!("{}", U256::from_dec_str(s).unwrap()), s); Sep 01 20:19:41.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted with the default formatter Sep 01 20:19:41.023 INFO kablam! | Sep 01 20:19:41.023 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `uint::U256` Sep 01 20:19:41.023 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Sep 01 20:19:41.023 INFO kablam! = note: required by `std::fmt::Display::fmt` Sep 01 20:19:41.023 INFO kablam! Sep 01 20:19:41.026 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Display` Sep 01 20:19:41.027 INFO kablam! --> tests/uint_tests.rs:524:27 Sep 01 20:19:41.027 INFO kablam! | Sep 01 20:19:41.027 INFO kablam! 524 | assert_eq!(format!("{}", U256::from(0)), "0"); Sep 01 20:19:41.027 INFO kablam! | ^^^^^^^^^^^^^ `uint::U256` cannot be formatted with the default formatter Sep 01 20:19:41.027 INFO kablam! | Sep 01 20:19:41.027 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `uint::U256` Sep 01 20:19:41.027 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Sep 01 20:19:41.027 INFO kablam! = note: required by `std::fmt::Display::fmt` Sep 01 20:19:41.027 INFO kablam! Sep 01 20:19:41.031 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.031 INFO kablam! --> tests/uint_tests.rs:530:2 Sep 01 20:19:41.031 INFO kablam! | Sep 01 20:19:41.031 INFO kablam! 530 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 0, 0])); Sep 01 20:19:41.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.031 INFO kablam! | Sep 01 20:19:41.032 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 01 20:19:41.032 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 01 20:19:41.032 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.032 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.032 INFO kablam! Sep 01 20:19:41.032 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.032 INFO kablam! --> tests/uint_tests.rs:530:2 Sep 01 20:19:41.032 INFO kablam! | Sep 01 20:19:41.032 INFO kablam! 530 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 0, 0])); Sep 01 20:19:41.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.032 INFO kablam! | Sep 01 20:19:41.032 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 01 20:19:41.032 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 01 20:19:41.032 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.032 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.032 INFO kablam! Sep 01 20:19:41.034 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.034 INFO kablam! --> tests/uint_tests.rs:533:2 Sep 01 20:19:41.034 INFO kablam! | Sep 01 20:19:41.035 INFO kablam! 533 | assert_eq!(result, U512([2, 0, 0, 0, 0, 0, 0, 2])); Sep 01 20:19:41.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.035 INFO kablam! | Sep 01 20:19:41.035 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 01 20:19:41.035 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 01 20:19:41.035 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.035 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.035 INFO kablam! Sep 01 20:19:41.035 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.035 INFO kablam! --> tests/uint_tests.rs:533:2 Sep 01 20:19:41.035 INFO kablam! | Sep 01 20:19:41.035 INFO kablam! 533 | assert_eq!(result, U512([2, 0, 0, 0, 0, 0, 0, 2])); Sep 01 20:19:41.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.035 INFO kablam! | Sep 01 20:19:41.035 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 01 20:19:41.035 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 01 20:19:41.036 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.036 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.036 INFO kablam! Sep 01 20:19:41.037 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.037 INFO kablam! --> tests/uint_tests.rs:536:2 Sep 01 20:19:41.037 INFO kablam! | Sep 01 20:19:41.037 INFO kablam! 536 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 0, 2])); Sep 01 20:19:41.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.037 INFO kablam! | Sep 01 20:19:41.037 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 01 20:19:41.037 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 01 20:19:41.037 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.038 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.038 INFO kablam! Sep 01 20:19:41.039 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.039 INFO kablam! --> tests/uint_tests.rs:536:2 Sep 01 20:19:41.039 INFO kablam! | Sep 01 20:19:41.039 INFO kablam! 536 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 0, 2])); Sep 01 20:19:41.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.039 INFO kablam! | Sep 01 20:19:41.039 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 01 20:19:41.039 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 01 20:19:41.039 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.039 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.039 INFO kablam! Sep 01 20:19:41.040 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.040 INFO kablam! --> tests/uint_tests.rs:539:2 Sep 01 20:19:41.040 INFO kablam! | Sep 01 20:19:41.040 INFO kablam! 539 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 5, 2])); Sep 01 20:19:41.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.041 INFO kablam! | Sep 01 20:19:41.041 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 01 20:19:41.041 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 01 20:19:41.041 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.041 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.042 INFO kablam! Sep 01 20:19:41.042 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.042 INFO kablam! --> tests/uint_tests.rs:539:2 Sep 01 20:19:41.042 INFO kablam! | Sep 01 20:19:41.042 INFO kablam! 539 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 5, 2])); Sep 01 20:19:41.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.042 INFO kablam! | Sep 01 20:19:41.042 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 01 20:19:41.042 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 01 20:19:41.042 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.043 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.043 INFO kablam! Sep 01 20:19:41.043 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.043 INFO kablam! --> tests/uint_tests.rs:542:2 Sep 01 20:19:41.043 INFO kablam! | Sep 01 20:19:41.043 INFO kablam! 542 | assert_eq!(result, U512([10, 12, 14, 16, 18, 20, 22, 24])); Sep 01 20:19:41.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.044 INFO kablam! | Sep 01 20:19:41.044 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 01 20:19:41.044 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 01 20:19:41.044 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.044 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.044 INFO kablam! Sep 01 20:19:41.044 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.044 INFO kablam! --> tests/uint_tests.rs:542:2 Sep 01 20:19:41.044 INFO kablam! | Sep 01 20:19:41.044 INFO kablam! 542 | assert_eq!(result, U512([10, 12, 14, 16, 18, 20, 22, 24])); Sep 01 20:19:41.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.045 INFO kablam! | Sep 01 20:19:41.045 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 01 20:19:41.046 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 01 20:19:41.046 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.046 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.046 INFO kablam! Sep 01 20:19:41.049 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.049 INFO kablam! --> tests/uint_tests.rs:563:2 Sep 01 20:19:41.049 INFO kablam! | Sep 01 20:19:41.049 INFO kablam! 563 | assert_eq!(result, U256([0, 0, 0, 0])); Sep 01 20:19:41.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.049 INFO kablam! | Sep 01 20:19:41.049 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.050 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.050 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.050 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.050 INFO kablam! Sep 01 20:19:41.050 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.050 INFO kablam! --> tests/uint_tests.rs:563:2 Sep 01 20:19:41.050 INFO kablam! | Sep 01 20:19:41.050 INFO kablam! 563 | assert_eq!(result, U256([0, 0, 0, 0])); Sep 01 20:19:41.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.050 INFO kablam! | Sep 01 20:19:41.050 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.050 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.050 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.050 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.050 INFO kablam! Sep 01 20:19:41.052 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.053 INFO kablam! --> tests/uint_tests.rs:566:2 Sep 01 20:19:41.053 INFO kablam! | Sep 01 20:19:41.053 INFO kablam! 566 | assert_eq!(result, U256([0, 0, 0, 2])); Sep 01 20:19:41.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.053 INFO kablam! | Sep 01 20:19:41.053 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.053 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.053 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.053 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.053 INFO kablam! Sep 01 20:19:41.053 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.053 INFO kablam! --> tests/uint_tests.rs:566:2 Sep 01 20:19:41.053 INFO kablam! | Sep 01 20:19:41.053 INFO kablam! 566 | assert_eq!(result, U256([0, 0, 0, 2])); Sep 01 20:19:41.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.053 INFO kablam! | Sep 01 20:19:41.054 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.054 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.054 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.054 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.054 INFO kablam! Sep 01 20:19:41.055 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.055 INFO kablam! --> tests/uint_tests.rs:569:2 Sep 01 20:19:41.055 INFO kablam! | Sep 01 20:19:41.055 INFO kablam! 569 | assert_eq!(result, U256([0, 0, 5, 2])); Sep 01 20:19:41.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.055 INFO kablam! | Sep 01 20:19:41.055 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.055 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.055 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.055 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.055 INFO kablam! Sep 01 20:19:41.056 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.056 INFO kablam! --> tests/uint_tests.rs:569:2 Sep 01 20:19:41.056 INFO kablam! | Sep 01 20:19:41.056 INFO kablam! 569 | assert_eq!(result, U256([0, 0, 5, 2])); Sep 01 20:19:41.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.056 INFO kablam! | Sep 01 20:19:41.056 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.056 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.056 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.056 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.056 INFO kablam! Sep 01 20:19:41.060 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.060 INFO kablam! --> tests/uint_tests.rs:583:2 Sep 01 20:19:41.060 INFO kablam! | Sep 01 20:19:41.060 INFO kablam! 583 | assert_eq!(result, U256([0, 0, 0, 0])); Sep 01 20:19:41.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.060 INFO kablam! | Sep 01 20:19:41.060 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.060 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.060 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.060 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.061 INFO kablam! Sep 01 20:19:41.062 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.062 INFO kablam! --> tests/uint_tests.rs:583:2 Sep 01 20:19:41.063 INFO kablam! | Sep 01 20:19:41.063 INFO kablam! 583 | assert_eq!(result, U256([0, 0, 0, 0])); Sep 01 20:19:41.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.063 INFO kablam! | Sep 01 20:19:41.063 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.063 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.063 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.063 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.063 INFO kablam! Sep 01 20:19:41.063 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.064 INFO kablam! --> tests/uint_tests.rs:586:2 Sep 01 20:19:41.064 INFO kablam! | Sep 01 20:19:41.064 INFO kablam! 586 | assert_eq!(result, U256([0, 0, 0, 0])); Sep 01 20:19:41.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.064 INFO kablam! | Sep 01 20:19:41.064 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.064 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.064 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.064 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.064 INFO kablam! Sep 01 20:19:41.065 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.065 INFO kablam! --> tests/uint_tests.rs:586:2 Sep 01 20:19:41.065 INFO kablam! | Sep 01 20:19:41.065 INFO kablam! 586 | assert_eq!(result, U256([0, 0, 0, 0])); Sep 01 20:19:41.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.065 INFO kablam! | Sep 01 20:19:41.065 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.065 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.065 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.065 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.066 INFO kablam! Sep 01 20:19:41.068 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.068 INFO kablam! --> tests/uint_tests.rs:596:2 Sep 01 20:19:41.069 INFO kablam! | Sep 01 20:19:41.069 INFO kablam! 596 | assert_eq!(U256([MAX/2+1, MAX/2+1, MAX/2+1, MAX/2+1]), result); Sep 01 20:19:41.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.069 INFO kablam! | Sep 01 20:19:41.069 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.069 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.069 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.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) Sep 01 20:19:41.070 INFO kablam! Sep 01 20:19:41.070 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.070 INFO kablam! --> tests/uint_tests.rs:596:2 Sep 01 20:19:41.070 INFO kablam! | Sep 01 20:19:41.070 INFO kablam! 596 | assert_eq!(U256([MAX/2+1, MAX/2+1, MAX/2+1, MAX/2+1]), result); Sep 01 20:19:41.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.070 INFO kablam! | Sep 01 20:19:41.070 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.070 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.070 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.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) Sep 01 20:19:41.070 INFO kablam! Sep 01 20:19:41.071 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.071 INFO kablam! --> tests/uint_tests.rs:600:2 Sep 01 20:19:41.071 INFO kablam! | Sep 01 20:19:41.071 INFO kablam! 600 | assert_eq!(U256([0, 0, MAX, 0]), result); Sep 01 20:19:41.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.071 INFO kablam! | Sep 01 20:19:41.072 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.072 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.072 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.072 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.072 INFO kablam! Sep 01 20:19:41.072 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.072 INFO kablam! --> tests/uint_tests.rs:600:2 Sep 01 20:19:41.072 INFO kablam! | Sep 01 20:19:41.072 INFO kablam! 600 | assert_eq!(U256([0, 0, MAX, 0]), result); Sep 01 20:19:41.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.072 INFO kablam! | Sep 01 20:19:41.072 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.072 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.072 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.072 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.072 INFO kablam! Sep 01 20:19:41.074 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.074 INFO kablam! --> tests/uint_tests.rs:604:2 Sep 01 20:19:41.074 INFO kablam! | Sep 01 20:19:41.074 INFO kablam! 604 | assert_eq!(U256([MAX, MAX, MAX, 0]), result); Sep 01 20:19:41.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.074 INFO kablam! | Sep 01 20:19:41.075 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.075 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.075 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.075 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.075 INFO kablam! Sep 01 20:19:41.075 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.075 INFO kablam! --> tests/uint_tests.rs:604:2 Sep 01 20:19:41.075 INFO kablam! | Sep 01 20:19:41.075 INFO kablam! 604 | assert_eq!(U256([MAX, MAX, MAX, 0]), result); Sep 01 20:19:41.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.075 INFO kablam! | Sep 01 20:19:41.075 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.075 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.076 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.076 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.076 INFO kablam! Sep 01 20:19:41.077 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.077 INFO kablam! --> tests/uint_tests.rs:610:2 Sep 01 20:19:41.077 INFO kablam! | Sep 01 20:19:41.077 INFO kablam! 610 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 0, 0])); Sep 01 20:19:41.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.078 INFO kablam! | Sep 01 20:19:41.078 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 01 20:19:41.078 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 01 20:19:41.078 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.078 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.078 INFO kablam! Sep 01 20:19:41.078 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.078 INFO kablam! --> tests/uint_tests.rs:610:2 Sep 01 20:19:41.078 INFO kablam! | Sep 01 20:19:41.078 INFO kablam! 610 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 0, 0])); Sep 01 20:19:41.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.079 INFO kablam! | Sep 01 20:19:41.079 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 01 20:19:41.079 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 01 20:19:41.079 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.079 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.079 INFO kablam! Sep 01 20:19:41.082 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.082 INFO kablam! --> tests/uint_tests.rs:613:2 Sep 01 20:19:41.083 INFO kablam! | Sep 01 20:19:41.083 INFO kablam! 613 | assert_eq!(result, U512([1, 1, 1, 1, 1, 1, 1, 1])); Sep 01 20:19:41.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.083 INFO kablam! | Sep 01 20:19:41.083 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 01 20:19:41.083 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 01 20:19:41.083 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.083 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.084 INFO kablam! Sep 01 20:19:41.084 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.084 INFO kablam! --> tests/uint_tests.rs:613:2 Sep 01 20:19:41.084 INFO kablam! | Sep 01 20:19:41.084 INFO kablam! 613 | assert_eq!(result, U512([1, 1, 1, 1, 1, 1, 1, 1])); Sep 01 20:19:41.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.084 INFO kablam! | Sep 01 20:19:41.084 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 01 20:19:41.084 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 01 20:19:41.084 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.085 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.085 INFO kablam! Sep 01 20:19:41.085 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.085 INFO kablam! --> tests/uint_tests.rs:625:2 Sep 01 20:19:41.085 INFO kablam! | Sep 01 20:19:41.085 INFO kablam! 625 | assert_eq!(U256([1, MAX-1, 0, 0]), result); Sep 01 20:19:41.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.085 INFO kablam! | Sep 01 20:19:41.085 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.085 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.085 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.086 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.086 INFO kablam! Sep 01 20:19:41.086 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.086 INFO kablam! --> tests/uint_tests.rs:625:2 Sep 01 20:19:41.086 INFO kablam! | Sep 01 20:19:41.086 INFO kablam! 625 | assert_eq!(U256([1, MAX-1, 0, 0]), result); Sep 01 20:19:41.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.086 INFO kablam! | Sep 01 20:19:41.086 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.087 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.087 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.087 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.087 INFO kablam! Sep 01 20:19:41.088 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.088 INFO kablam! --> tests/uint_tests.rs:628:2 Sep 01 20:19:41.088 INFO kablam! | Sep 01 20:19:41.088 INFO kablam! 628 | assert_eq!(U256([0, 1, MAX-1, 0]), result); Sep 01 20:19:41.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.089 INFO kablam! | Sep 01 20:19:41.089 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.089 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.089 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.089 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.089 INFO kablam! Sep 01 20:19:41.089 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.089 INFO kablam! --> tests/uint_tests.rs:628:2 Sep 01 20:19:41.089 INFO kablam! | Sep 01 20:19:41.089 INFO kablam! 628 | assert_eq!(U256([0, 1, MAX-1, 0]), result); Sep 01 20:19:41.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.089 INFO kablam! | Sep 01 20:19:41.089 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.089 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.089 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.089 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.089 INFO kablam! Sep 01 20:19:41.090 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.090 INFO kablam! --> tests/uint_tests.rs:631:2 Sep 01 20:19:41.090 INFO kablam! | Sep 01 20:19:41.090 INFO kablam! 631 | assert_eq!(U256([1, MAX, MAX-1, 0]), result); Sep 01 20:19:41.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.090 INFO kablam! | Sep 01 20:19:41.091 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.091 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.091 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.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) Sep 01 20:19:41.091 INFO kablam! Sep 01 20:19:41.091 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.091 INFO kablam! --> tests/uint_tests.rs:631:2 Sep 01 20:19:41.091 INFO kablam! | Sep 01 20:19:41.091 INFO kablam! 631 | assert_eq!(U256([1, MAX, MAX-1, 0]), result); Sep 01 20:19:41.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.091 INFO kablam! | Sep 01 20:19:41.091 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.091 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.091 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.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) Sep 01 20:19:41.091 INFO kablam! Sep 01 20:19:41.093 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.093 INFO kablam! --> tests/uint_tests.rs:634:2 Sep 01 20:19:41.093 INFO kablam! | Sep 01 20:19:41.093 INFO kablam! 634 | assert_eq!(U256([1, MAX, MAX-1, 0]), result); Sep 01 20:19:41.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.093 INFO kablam! | Sep 01 20:19:41.094 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.094 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.094 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.094 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.094 INFO kablam! Sep 01 20:19:41.094 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.094 INFO kablam! --> tests/uint_tests.rs:634:2 Sep 01 20:19:41.094 INFO kablam! | Sep 01 20:19:41.094 INFO kablam! 634 | assert_eq!(U256([1, MAX, MAX-1, 0]), result); Sep 01 20:19:41.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.094 INFO kablam! | Sep 01 20:19:41.094 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.094 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.094 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.094 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.094 INFO kablam! Sep 01 20:19:41.096 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.096 INFO kablam! --> tests/uint_tests.rs:638:2 Sep 01 20:19:41.096 INFO kablam! | Sep 01 20:19:41.096 INFO kablam! 638 | assert_eq!(U256([1, 0, MAX-1, MAX]), result); Sep 01 20:19:41.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.096 INFO kablam! | Sep 01 20:19:41.096 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.096 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.096 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.096 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.096 INFO kablam! Sep 01 20:19:41.097 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.097 INFO kablam! --> tests/uint_tests.rs:638:2 Sep 01 20:19:41.097 INFO kablam! | Sep 01 20:19:41.097 INFO kablam! 638 | assert_eq!(U256([1, 0, MAX-1, MAX]), result); Sep 01 20:19:41.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.097 INFO kablam! | Sep 01 20:19:41.097 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.097 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.097 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.097 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.097 INFO kablam! Sep 01 20:19:41.100 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.100 INFO kablam! --> tests/uint_tests.rs:641:2 Sep 01 20:19:41.100 INFO kablam! | Sep 01 20:19:41.100 INFO kablam! 641 | assert_eq!(U256([1, MAX, MAX, MAX-1]), result); Sep 01 20:19:41.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.100 INFO kablam! | Sep 01 20:19:41.100 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.100 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.100 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.100 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.100 INFO kablam! Sep 01 20:19:41.100 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.100 INFO kablam! --> tests/uint_tests.rs:641:2 Sep 01 20:19:41.100 INFO kablam! | Sep 01 20:19:41.100 INFO kablam! 641 | assert_eq!(U256([1, MAX, MAX, MAX-1]), result); Sep 01 20:19:41.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.101 INFO kablam! | Sep 01 20:19:41.101 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.101 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.101 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.101 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.101 INFO kablam! Sep 01 20:19:41.103 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.103 INFO kablam! --> tests/uint_tests.rs:644:2 Sep 01 20:19:41.103 INFO kablam! | Sep 01 20:19:41.103 INFO kablam! 644 | assert_eq!(U256([1, MAX, MAX, MAX-1]), result); Sep 01 20:19:41.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.103 INFO kablam! | Sep 01 20:19:41.103 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.103 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.103 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.103 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.103 INFO kablam! Sep 01 20:19:41.103 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.104 INFO kablam! --> tests/uint_tests.rs:644:2 Sep 01 20:19:41.104 INFO kablam! | Sep 01 20:19:41.104 INFO kablam! 644 | assert_eq!(U256([1, MAX, MAX, MAX-1]), result); Sep 01 20:19:41.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.104 INFO kablam! | Sep 01 20:19:41.104 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.104 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.104 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.104 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.104 INFO kablam! Sep 01 20:19:41.106 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.106 INFO kablam! --> tests/uint_tests.rs:648:2 Sep 01 20:19:41.106 INFO kablam! | Sep 01 20:19:41.106 INFO kablam! 648 | assert_eq!(U256([1, MAX, MAX, MAX]), result); Sep 01 20:19:41.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.106 INFO kablam! | Sep 01 20:19:41.107 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.107 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.107 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.107 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.107 INFO kablam! Sep 01 20:19:41.107 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.107 INFO kablam! --> tests/uint_tests.rs:648:2 Sep 01 20:19:41.107 INFO kablam! | Sep 01 20:19:41.107 INFO kablam! 648 | assert_eq!(U256([1, MAX, MAX, MAX]), result); Sep 01 20:19:41.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.107 INFO kablam! | Sep 01 20:19:41.107 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.107 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.107 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.107 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.107 INFO kablam! Sep 01 20:19:41.109 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.109 INFO kablam! --> tests/uint_tests.rs:652:2 Sep 01 20:19:41.109 INFO kablam! | Sep 01 20:19:41.109 INFO kablam! 652 | assert_eq!(U256([1, MAX, MAX, MAX]), result); Sep 01 20:19:41.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.109 INFO kablam! | Sep 01 20:19:41.109 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.109 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.109 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.109 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.109 INFO kablam! Sep 01 20:19:41.109 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.109 INFO kablam! --> tests/uint_tests.rs:652:2 Sep 01 20:19:41.109 INFO kablam! | Sep 01 20:19:41.109 INFO kablam! 652 | assert_eq!(U256([1, MAX, MAX, MAX]), result); Sep 01 20:19:41.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.110 INFO kablam! | Sep 01 20:19:41.110 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.110 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.110 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.110 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.110 INFO kablam! Sep 01 20:19:41.111 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.111 INFO kablam! --> tests/uint_tests.rs:656:2 Sep 01 20:19:41.111 INFO kablam! | Sep 01 20:19:41.112 INFO kablam! 656 | assert_eq!(U256([1, 0, MAX, MAX-1]), result); Sep 01 20:19:41.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.112 INFO kablam! | Sep 01 20:19:41.112 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.112 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.112 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.112 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.112 INFO kablam! Sep 01 20:19:41.112 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.112 INFO kablam! --> tests/uint_tests.rs:656:2 Sep 01 20:19:41.112 INFO kablam! | Sep 01 20:19:41.112 INFO kablam! 656 | assert_eq!(U256([1, 0, MAX, MAX-1]), result); Sep 01 20:19:41.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.112 INFO kablam! | Sep 01 20:19:41.112 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.112 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.113 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.113 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.113 INFO kablam! Sep 01 20:19:41.114 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.114 INFO kablam! --> tests/uint_tests.rs:660:2 Sep 01 20:19:41.114 INFO kablam! | Sep 01 20:19:41.114 INFO kablam! 660 | assert_eq!(U256([1, 0, MAX, MAX-1]), result); Sep 01 20:19:41.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.115 INFO kablam! | Sep 01 20:19:41.115 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.115 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.115 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.115 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.115 INFO kablam! Sep 01 20:19:41.115 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.115 INFO kablam! --> tests/uint_tests.rs:660:2 Sep 01 20:19:41.115 INFO kablam! | Sep 01 20:19:41.115 INFO kablam! 660 | assert_eq!(U256([1, 0, MAX, MAX-1]), result); Sep 01 20:19:41.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.115 INFO kablam! | Sep 01 20:19:41.115 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.115 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.115 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.115 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.115 INFO kablam! Sep 01 20:19:41.117 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.117 INFO kablam! --> tests/uint_tests.rs:664:2 Sep 01 20:19:41.117 INFO kablam! | Sep 01 20:19:41.117 INFO kablam! 664 | assert_eq!(U256([1, 0, MAX, MAX]), result); Sep 01 20:19:41.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.117 INFO kablam! | Sep 01 20:19:41.117 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.117 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.117 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.117 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.118 INFO kablam! Sep 01 20:19:41.118 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.118 INFO kablam! --> tests/uint_tests.rs:664:2 Sep 01 20:19:41.118 INFO kablam! | Sep 01 20:19:41.118 INFO kablam! 664 | assert_eq!(U256([1, 0, MAX, MAX]), result); Sep 01 20:19:41.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.118 INFO kablam! | Sep 01 20:19:41.118 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.118 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.118 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.118 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.118 INFO kablam! Sep 01 20:19:41.120 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.120 INFO kablam! --> tests/uint_tests.rs:668:2 Sep 01 20:19:41.120 INFO kablam! | Sep 01 20:19:41.120 INFO kablam! 668 | assert_eq!(U256([1, 0, MAX, MAX]), result); Sep 01 20:19:41.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.121 INFO kablam! | Sep 01 20:19:41.121 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.121 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.121 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.121 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.121 INFO kablam! Sep 01 20:19:41.121 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.121 INFO kablam! --> tests/uint_tests.rs:668:2 Sep 01 20:19:41.121 INFO kablam! | Sep 01 20:19:41.121 INFO kablam! 668 | assert_eq!(U256([1, 0, MAX, MAX]), result); Sep 01 20:19:41.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.121 INFO kablam! | Sep 01 20:19:41.121 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.121 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.121 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.122 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.122 INFO kablam! Sep 01 20:19:41.124 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.124 INFO kablam! --> tests/uint_tests.rs:672:2 Sep 01 20:19:41.124 INFO kablam! | Sep 01 20:19:41.124 INFO kablam! 672 | assert_eq!(U256([1, 0, 0, MAX-1]), result); Sep 01 20:19:41.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.124 INFO kablam! | Sep 01 20:19:41.124 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.125 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.125 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.125 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.125 INFO kablam! Sep 01 20:19:41.125 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.125 INFO kablam! --> tests/uint_tests.rs:672:2 Sep 01 20:19:41.125 INFO kablam! | Sep 01 20:19:41.125 INFO kablam! 672 | assert_eq!(U256([1, 0, 0, MAX-1]), result); Sep 01 20:19:41.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.126 INFO kablam! | Sep 01 20:19:41.126 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.126 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.126 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.126 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.126 INFO kablam! Sep 01 20:19:41.127 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.127 INFO kablam! --> tests/uint_tests.rs:676:2 Sep 01 20:19:41.127 INFO kablam! | Sep 01 20:19:41.127 INFO kablam! 676 | assert_eq!(U256([1, 0, 0, MAX]), result); Sep 01 20:19:41.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.128 INFO kablam! | Sep 01 20:19:41.128 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.128 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.128 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.128 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.129 INFO kablam! Sep 01 20:19:41.129 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.129 INFO kablam! --> tests/uint_tests.rs:676:2 Sep 01 20:19:41.129 INFO kablam! | Sep 01 20:19:41.129 INFO kablam! 676 | assert_eq!(U256([1, 0, 0, MAX]), result); Sep 01 20:19:41.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.129 INFO kablam! | Sep 01 20:19:41.129 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.129 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.130 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.130 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.130 INFO kablam! Sep 01 20:19:41.130 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.130 INFO kablam! --> tests/uint_tests.rs:680:2 Sep 01 20:19:41.131 INFO kablam! | Sep 01 20:19:41.131 INFO kablam! 680 | assert_eq!(U256([1, 0, 0, MAX]), result); Sep 01 20:19:41.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.131 INFO kablam! | Sep 01 20:19:41.131 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.131 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.131 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.131 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.131 INFO kablam! Sep 01 20:19:41.131 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.132 INFO kablam! --> tests/uint_tests.rs:680:2 Sep 01 20:19:41.132 INFO kablam! | Sep 01 20:19:41.132 INFO kablam! 680 | assert_eq!(U256([1, 0, 0, MAX]), result); Sep 01 20:19:41.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.132 INFO kablam! | Sep 01 20:19:41.132 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.132 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.132 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.132 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.132 INFO kablam! Sep 01 20:19:41.134 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.134 INFO kablam! --> tests/uint_tests.rs:683:2 Sep 01 20:19:41.134 INFO kablam! | Sep 01 20:19:41.134 INFO kablam! 683 | assert_eq!(U256([0, 0, 0, 0]), result); Sep 01 20:19:41.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.134 INFO kablam! | Sep 01 20:19:41.135 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.135 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.135 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.135 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.135 INFO kablam! Sep 01 20:19:41.135 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.135 INFO kablam! --> tests/uint_tests.rs:683:2 Sep 01 20:19:41.135 INFO kablam! | Sep 01 20:19:41.135 INFO kablam! 683 | assert_eq!(U256([0, 0, 0, 0]), result); Sep 01 20:19:41.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.135 INFO kablam! | Sep 01 20:19:41.135 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.135 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.135 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.136 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.136 INFO kablam! Sep 01 20:19:41.137 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.137 INFO kablam! --> tests/uint_tests.rs:686:2 Sep 01 20:19:41.137 INFO kablam! | Sep 01 20:19:41.137 INFO kablam! 686 | assert_eq!(U256([0, 0, 0, MAX]), result); Sep 01 20:19:41.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.137 INFO kablam! | Sep 01 20:19:41.137 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.137 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.137 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.138 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.138 INFO kablam! Sep 01 20:19:41.138 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.138 INFO kablam! --> tests/uint_tests.rs:686:2 Sep 01 20:19:41.138 INFO kablam! | Sep 01 20:19:41.138 INFO kablam! 686 | assert_eq!(U256([0, 0, 0, MAX]), result); Sep 01 20:19:41.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.138 INFO kablam! | Sep 01 20:19:41.138 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.138 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.138 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.138 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.139 INFO kablam! Sep 01 20:19:41.140 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.140 INFO kablam! --> tests/uint_tests.rs:690:2 Sep 01 20:19:41.140 INFO kablam! | Sep 01 20:19:41.140 INFO kablam! 690 | assert_eq!(U256([1, 0, 0, 0]), result); Sep 01 20:19:41.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.140 INFO kablam! | Sep 01 20:19:41.140 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.140 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.140 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.140 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.140 INFO kablam! Sep 01 20:19:41.141 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.141 INFO kablam! --> tests/uint_tests.rs:690:2 Sep 01 20:19:41.141 INFO kablam! | Sep 01 20:19:41.141 INFO kablam! 690 | assert_eq!(U256([1, 0, 0, 0]), result); Sep 01 20:19:41.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.141 INFO kablam! | Sep 01 20:19:41.141 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.141 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.141 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.141 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.141 INFO kablam! Sep 01 20:19:41.144 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.144 INFO kablam! --> tests/uint_tests.rs:696:2 Sep 01 20:19:41.144 INFO kablam! | Sep 01 20:19:41.145 INFO kablam! 696 | assert_eq!(U256([0, 0, 0, 0]), result); Sep 01 20:19:41.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.145 INFO kablam! | Sep 01 20:19:41.145 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.145 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.145 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.145 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.145 INFO kablam! Sep 01 20:19:41.145 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.145 INFO kablam! --> tests/uint_tests.rs:696:2 Sep 01 20:19:41.145 INFO kablam! | Sep 01 20:19:41.145 INFO kablam! 696 | assert_eq!(U256([0, 0, 0, 0]), result); Sep 01 20:19:41.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.146 INFO kablam! | Sep 01 20:19:41.146 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.146 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.146 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.146 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.146 INFO kablam! Sep 01 20:19:41.147 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.147 INFO kablam! --> tests/uint_tests.rs:699:2 Sep 01 20:19:41.147 INFO kablam! | Sep 01 20:19:41.147 INFO kablam! 699 | assert_eq!(U256([1, 0, 0, 0]), result); Sep 01 20:19:41.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.147 INFO kablam! | Sep 01 20:19:41.147 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.147 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.147 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.147 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.147 INFO kablam! Sep 01 20:19:41.148 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.148 INFO kablam! --> tests/uint_tests.rs:699:2 Sep 01 20:19:41.148 INFO kablam! | Sep 01 20:19:41.148 INFO kablam! 699 | assert_eq!(U256([1, 0, 0, 0]), result); Sep 01 20:19:41.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.148 INFO kablam! | Sep 01 20:19:41.148 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.148 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.148 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.148 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.148 INFO kablam! Sep 01 20:19:41.149 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.149 INFO kablam! --> tests/uint_tests.rs:702:2 Sep 01 20:19:41.149 INFO kablam! | Sep 01 20:19:41.149 INFO kablam! 702 | assert_eq!(U256([25, 0, 0, 0]), result); Sep 01 20:19:41.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.150 INFO kablam! | Sep 01 20:19:41.150 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.150 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.150 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.150 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.150 INFO kablam! Sep 01 20:19:41.150 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.150 INFO kablam! --> tests/uint_tests.rs:702:2 Sep 01 20:19:41.150 INFO kablam! | Sep 01 20:19:41.150 INFO kablam! 702 | assert_eq!(U256([25, 0, 0, 0]), result); Sep 01 20:19:41.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.150 INFO kablam! | Sep 01 20:19:41.150 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.150 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.150 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.150 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.150 INFO kablam! Sep 01 20:19:41.152 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.152 INFO kablam! --> tests/uint_tests.rs:705:2 Sep 01 20:19:41.152 INFO kablam! | Sep 01 20:19:41.153 INFO kablam! 705 | assert_eq!(U256([0, 0, 25, 0]), result); Sep 01 20:19:41.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.153 INFO kablam! | Sep 01 20:19:41.153 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.153 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.153 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.153 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.153 INFO kablam! Sep 01 20:19:41.153 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.153 INFO kablam! --> tests/uint_tests.rs:705:2 Sep 01 20:19:41.153 INFO kablam! | Sep 01 20:19:41.154 INFO kablam! 705 | assert_eq!(U256([0, 0, 25, 0]), result); Sep 01 20:19:41.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.154 INFO kablam! | Sep 01 20:19:41.154 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.154 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.154 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.154 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.154 INFO kablam! Sep 01 20:19:41.162 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.162 INFO kablam! --> tests/uint_tests.rs:708:2 Sep 01 20:19:41.162 INFO kablam! | Sep 01 20:19:41.162 INFO kablam! 708 | assert_eq!(U256([0, 0, 0, 1]), result); Sep 01 20:19:41.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.162 INFO kablam! | Sep 01 20:19:41.162 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.163 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.163 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.163 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.163 INFO kablam! Sep 01 20:19:41.163 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.163 INFO kablam! --> tests/uint_tests.rs:708:2 Sep 01 20:19:41.163 INFO kablam! | Sep 01 20:19:41.163 INFO kablam! 708 | assert_eq!(U256([0, 0, 0, 1]), result); Sep 01 20:19:41.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.163 INFO kablam! | Sep 01 20:19:41.163 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.163 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.163 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.163 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.163 INFO kablam! Sep 01 20:19:41.163 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.163 INFO kablam! --> tests/uint_tests.rs:711:2 Sep 01 20:19:41.164 INFO kablam! | Sep 01 20:19:41.164 INFO kablam! 711 | assert_eq!(U256([0, 0, 0, 10]), result); Sep 01 20:19:41.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.164 INFO kablam! | Sep 01 20:19:41.164 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.164 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.164 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.164 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.164 INFO kablam! Sep 01 20:19:41.164 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.164 INFO kablam! --> tests/uint_tests.rs:711:2 Sep 01 20:19:41.164 INFO kablam! | Sep 01 20:19:41.164 INFO kablam! 711 | assert_eq!(U256([0, 0, 0, 10]), result); Sep 01 20:19:41.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.164 INFO kablam! | Sep 01 20:19:41.164 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.164 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.164 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.164 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.164 INFO kablam! Sep 01 20:19:41.165 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.165 INFO kablam! --> tests/uint_tests.rs:714:2 Sep 01 20:19:41.165 INFO kablam! | Sep 01 20:19:41.165 INFO kablam! 714 | assert_eq!(U256([0, 0, 0, 5]), result); Sep 01 20:19:41.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.165 INFO kablam! | Sep 01 20:19:41.165 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.165 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.165 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.165 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.165 INFO kablam! Sep 01 20:19:41.165 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.165 INFO kablam! --> tests/uint_tests.rs:714:2 Sep 01 20:19:41.165 INFO kablam! | Sep 01 20:19:41.165 INFO kablam! 714 | assert_eq!(U256([0, 0, 0, 5]), result); Sep 01 20:19:41.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.165 INFO kablam! | Sep 01 20:19:41.165 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.166 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.166 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.166 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.166 INFO kablam! Sep 01 20:19:41.166 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.166 INFO kablam! --> tests/uint_tests.rs:717:2 Sep 01 20:19:41.166 INFO kablam! | Sep 01 20:19:41.166 INFO kablam! 717 | assert_eq!(U256([0, 0, 0, 0]), result); Sep 01 20:19:41.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.166 INFO kablam! | Sep 01 20:19:41.166 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.166 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.167 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.167 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.167 INFO kablam! Sep 01 20:19:41.167 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.167 INFO kablam! --> tests/uint_tests.rs:717:2 Sep 01 20:19:41.167 INFO kablam! | Sep 01 20:19:41.167 INFO kablam! 717 | assert_eq!(U256([0, 0, 0, 0]), result); Sep 01 20:19:41.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.167 INFO kablam! | Sep 01 20:19:41.167 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.168 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.168 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.168 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.168 INFO kablam! Sep 01 20:19:41.168 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.168 INFO kablam! --> tests/uint_tests.rs:720:2 Sep 01 20:19:41.168 INFO kablam! | Sep 01 20:19:41.169 INFO kablam! 720 | assert_eq!(U256([0, 10, 0, 0]), result); Sep 01 20:19:41.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.169 INFO kablam! | Sep 01 20:19:41.169 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.169 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.169 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.169 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.169 INFO kablam! Sep 01 20:19:41.169 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.169 INFO kablam! --> tests/uint_tests.rs:720:2 Sep 01 20:19:41.169 INFO kablam! | Sep 01 20:19:41.169 INFO kablam! 720 | assert_eq!(U256([0, 10, 0, 0]), result); Sep 01 20:19:41.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.170 INFO kablam! | Sep 01 20:19:41.170 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.170 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.170 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.170 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.170 INFO kablam! Sep 01 20:19:41.171 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.171 INFO kablam! --> tests/uint_tests.rs:723:2 Sep 01 20:19:41.171 INFO kablam! | Sep 01 20:19:41.171 INFO kablam! 723 | assert_eq!(U256([0, 0, 0, MAX]), result); Sep 01 20:19:41.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.171 INFO kablam! | Sep 01 20:19:41.171 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.171 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.171 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.171 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.172 INFO kablam! Sep 01 20:19:41.172 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.172 INFO kablam! --> tests/uint_tests.rs:723:2 Sep 01 20:19:41.172 INFO kablam! | Sep 01 20:19:41.172 INFO kablam! 723 | assert_eq!(U256([0, 0, 0, MAX]), result); Sep 01 20:19:41.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.172 INFO kablam! | Sep 01 20:19:41.172 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.172 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.172 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.172 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.172 INFO kablam! Sep 01 20:19:41.184 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.184 INFO kablam! --> tests/uint_tests.rs:761:2 Sep 01 20:19:41.184 INFO kablam! | Sep 01 20:19:41.184 INFO kablam! 761 | assert_eq!(source, U256::from(1)); Sep 01 20:19:41.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.184 INFO kablam! | Sep 01 20:19:41.184 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.184 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.184 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.184 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.184 INFO kablam! Sep 01 20:19:41.184 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.184 INFO kablam! --> tests/uint_tests.rs:761:2 Sep 01 20:19:41.184 INFO kablam! | Sep 01 20:19:41.184 INFO kablam! 761 | assert_eq!(source, U256::from(1)); Sep 01 20:19:41.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.184 INFO kablam! | Sep 01 20:19:41.184 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.185 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.185 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.185 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.185 INFO kablam! Sep 01 20:19:41.209 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 01 20:19:41.209 INFO kablam! --> tests/uint_tests.rs:787:15 Sep 01 20:19:41.209 INFO kablam! | Sep 01 20:19:41.209 INFO kablam! 787 | let source = U256::from_str("0102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f20").unwrap(); Sep 01 20:19:41.209 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 01 20:19:41.209 INFO kablam! Sep 01 20:19:41.258 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.258 INFO kablam! --> tests/uint_tests.rs:799:2 Sep 01 20:19:41.258 INFO kablam! | Sep 01 20:19:41.258 INFO kablam! 799 | assert_eq!(U256([0, 0, 0, 0]), result); Sep 01 20:19:41.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.258 INFO kablam! | Sep 01 20:19:41.258 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.258 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.258 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.258 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.258 INFO kablam! Sep 01 20:19:41.258 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.258 INFO kablam! --> tests/uint_tests.rs:799:2 Sep 01 20:19:41.258 INFO kablam! | Sep 01 20:19:41.258 INFO kablam! 799 | assert_eq!(U256([0, 0, 0, 0]), result); Sep 01 20:19:41.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.259 INFO kablam! | Sep 01 20:19:41.259 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.259 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.259 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.259 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.259 INFO kablam! Sep 01 20:19:41.260 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.260 INFO kablam! --> tests/uint_tests.rs:802:2 Sep 01 20:19:41.260 INFO kablam! | Sep 01 20:19:41.260 INFO kablam! 802 | assert_eq!(U256([1, 0, 0, 0]), result); Sep 01 20:19:41.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.260 INFO kablam! | Sep 01 20:19:41.260 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.260 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.260 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.260 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.260 INFO kablam! Sep 01 20:19:41.261 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.261 INFO kablam! --> tests/uint_tests.rs:802:2 Sep 01 20:19:41.261 INFO kablam! | Sep 01 20:19:41.261 INFO kablam! 802 | assert_eq!(U256([1, 0, 0, 0]), result); Sep 01 20:19:41.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.261 INFO kablam! | Sep 01 20:19:41.262 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.262 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.262 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.262 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.262 INFO kablam! Sep 01 20:19:41.263 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.263 INFO kablam! --> tests/uint_tests.rs:805:2 Sep 01 20:19:41.263 INFO kablam! | Sep 01 20:19:41.263 INFO kablam! 805 | assert_eq!(U256([25, 0, 0, 0]), result); Sep 01 20:19:41.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.264 INFO kablam! | Sep 01 20:19:41.264 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.264 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.264 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.264 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.264 INFO kablam! Sep 01 20:19:41.264 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.264 INFO kablam! --> tests/uint_tests.rs:805:2 Sep 01 20:19:41.264 INFO kablam! | Sep 01 20:19:41.264 INFO kablam! 805 | assert_eq!(U256([25, 0, 0, 0]), result); Sep 01 20:19:41.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.264 INFO kablam! | Sep 01 20:19:41.264 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.264 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.264 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.264 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.264 INFO kablam! Sep 01 20:19:41.266 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.266 INFO kablam! --> tests/uint_tests.rs:808:2 Sep 01 20:19:41.266 INFO kablam! | Sep 01 20:19:41.267 INFO kablam! 808 | assert_eq!(U256([0, 0, 25, 0]), result); Sep 01 20:19:41.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.267 INFO kablam! | Sep 01 20:19:41.267 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.267 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.267 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.267 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.267 INFO kablam! Sep 01 20:19:41.267 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.267 INFO kablam! --> tests/uint_tests.rs:808:2 Sep 01 20:19:41.268 INFO kablam! | Sep 01 20:19:41.268 INFO kablam! 808 | assert_eq!(U256([0, 0, 25, 0]), result); Sep 01 20:19:41.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.268 INFO kablam! | Sep 01 20:19:41.268 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.268 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.268 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.268 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.268 INFO kablam! Sep 01 20:19:41.269 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.269 INFO kablam! --> tests/uint_tests.rs:811:2 Sep 01 20:19:41.270 INFO kablam! | Sep 01 20:19:41.270 INFO kablam! 811 | assert_eq!(U256([0, 0, 0, 1]), result); Sep 01 20:19:41.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.270 INFO kablam! | Sep 01 20:19:41.270 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.270 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.270 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.270 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.270 INFO kablam! Sep 01 20:19:41.270 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.270 INFO kablam! --> tests/uint_tests.rs:811:2 Sep 01 20:19:41.271 INFO kablam! | Sep 01 20:19:41.271 INFO kablam! 811 | assert_eq!(U256([0, 0, 0, 1]), result); Sep 01 20:19:41.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.271 INFO kablam! | Sep 01 20:19:41.271 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.271 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.271 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.271 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.271 INFO kablam! Sep 01 20:19:41.272 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.272 INFO kablam! --> tests/uint_tests.rs:814:2 Sep 01 20:19:41.272 INFO kablam! | Sep 01 20:19:41.272 INFO kablam! 814 | assert_eq!(U256([0, 0, 0, 10]), result); Sep 01 20:19:41.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.272 INFO kablam! | Sep 01 20:19:41.272 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.272 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.272 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.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) Sep 01 20:19:41.273 INFO kablam! Sep 01 20:19:41.273 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.273 INFO kablam! --> tests/uint_tests.rs:814:2 Sep 01 20:19:41.273 INFO kablam! | Sep 01 20:19:41.273 INFO kablam! 814 | assert_eq!(U256([0, 0, 0, 10]), result); Sep 01 20:19:41.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.273 INFO kablam! | Sep 01 20:19:41.273 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.274 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.274 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.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) Sep 01 20:19:41.274 INFO kablam! Sep 01 20:19:41.275 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.275 INFO kablam! --> tests/uint_tests.rs:817:2 Sep 01 20:19:41.275 INFO kablam! | Sep 01 20:19:41.275 INFO kablam! 817 | assert_eq!(U256([0, 0, 0, 5]), result); Sep 01 20:19:41.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.276 INFO kablam! | Sep 01 20:19:41.276 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.277 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.277 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.277 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.277 INFO kablam! Sep 01 20:19:41.277 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.277 INFO kablam! --> tests/uint_tests.rs:817:2 Sep 01 20:19:41.277 INFO kablam! | Sep 01 20:19:41.277 INFO kablam! 817 | assert_eq!(U256([0, 0, 0, 5]), result); Sep 01 20:19:41.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.277 INFO kablam! | Sep 01 20:19:41.277 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.277 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.277 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.277 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.277 INFO kablam! Sep 01 20:19:41.278 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.278 INFO kablam! --> tests/uint_tests.rs:820:2 Sep 01 20:19:41.278 INFO kablam! | Sep 01 20:19:41.278 INFO kablam! 820 | assert_eq!(U256([0, 0, 0, 0]), result); Sep 01 20:19:41.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.278 INFO kablam! | Sep 01 20:19:41.278 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.278 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.278 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.278 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.278 INFO kablam! Sep 01 20:19:41.279 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.279 INFO kablam! --> tests/uint_tests.rs:820:2 Sep 01 20:19:41.279 INFO kablam! | Sep 01 20:19:41.279 INFO kablam! 820 | assert_eq!(U256([0, 0, 0, 0]), result); Sep 01 20:19:41.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.279 INFO kablam! | Sep 01 20:19:41.279 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.279 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.279 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.279 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.279 INFO kablam! Sep 01 20:19:41.280 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.281 INFO kablam! --> tests/uint_tests.rs:823:2 Sep 01 20:19:41.281 INFO kablam! | Sep 01 20:19:41.281 INFO kablam! 823 | assert_eq!(U256([0, 10, 0, 0]), result); Sep 01 20:19:41.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.281 INFO kablam! | Sep 01 20:19:41.281 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.281 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.281 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.281 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.281 INFO kablam! Sep 01 20:19:41.281 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.282 INFO kablam! --> tests/uint_tests.rs:823:2 Sep 01 20:19:41.282 INFO kablam! | Sep 01 20:19:41.282 INFO kablam! 823 | assert_eq!(U256([0, 10, 0, 0]), result); Sep 01 20:19:41.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.282 INFO kablam! | Sep 01 20:19:41.282 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.282 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.282 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.282 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.283 INFO kablam! Sep 01 20:19:41.284 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.284 INFO kablam! --> tests/uint_tests.rs:826:2 Sep 01 20:19:41.284 INFO kablam! | Sep 01 20:19:41.284 INFO kablam! 826 | assert_eq!(U256([0, 0, 0, u64::max_value()]), result); Sep 01 20:19:41.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.284 INFO kablam! | Sep 01 20:19:41.285 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.285 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.285 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.285 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.285 INFO kablam! Sep 01 20:19:41.285 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.285 INFO kablam! --> tests/uint_tests.rs:826:2 Sep 01 20:19:41.285 INFO kablam! | Sep 01 20:19:41.286 INFO kablam! 826 | assert_eq!(U256([0, 0, 0, u64::max_value()]), result); Sep 01 20:19:41.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.286 INFO kablam! | Sep 01 20:19:41.286 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.286 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.286 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.286 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.286 INFO kablam! Sep 01 20:19:41.289 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 01 20:19:41.289 INFO kablam! --> tests/uint_tests.rs:828:84 Sep 01 20:19:41.289 INFO kablam! | Sep 01 20:19:41.289 INFO kablam! 828 | let x1: U256 = "0000000000000000000000000000000000000000000000000000012365124623".into(); Sep 01 20:19:41.289 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 01 20:19:41.289 INFO kablam! | Sep 01 20:19:41.289 INFO kablam! = help: the following implementations were found: Sep 01 20:19:41.289 INFO kablam! > Sep 01 20:19:41.289 INFO kablam! > Sep 01 20:19:41.289 INFO kablam! > Sep 01 20:19:41.289 INFO kablam! > Sep 01 20:19:41.289 INFO kablam! and 10 others Sep 01 20:19:41.290 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Sep 01 20:19:41.290 INFO kablam! Sep 01 20:19:41.290 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 01 20:19:41.290 INFO kablam! --> tests/uint_tests.rs:829:93 Sep 01 20:19:41.290 INFO kablam! | Sep 01 20:19:41.290 INFO kablam! 829 | let x2sqr_right: U256 = "000000000000000000000000000000000000000000014baeef72e0378e2328c9".into(); Sep 01 20:19:41.290 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 01 20:19:41.290 INFO kablam! | Sep 01 20:19:41.290 INFO kablam! = help: the following implementations were found: Sep 01 20:19:41.290 INFO kablam! > Sep 01 20:19:41.290 INFO kablam! > Sep 01 20:19:41.290 INFO kablam! > Sep 01 20:19:41.290 INFO kablam! > Sep 01 20:19:41.290 INFO kablam! and 10 others Sep 01 20:19:41.290 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Sep 01 20:19:41.290 INFO kablam! Sep 01 20:19:41.291 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.291 INFO kablam! --> tests/uint_tests.rs:831:2 Sep 01 20:19:41.291 INFO kablam! | Sep 01 20:19:41.291 INFO kablam! 831 | assert_eq!(x2sqr_right, x1sqr); Sep 01 20:19:41.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.291 INFO kablam! | Sep 01 20:19:41.291 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.291 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.291 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.291 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.291 INFO kablam! Sep 01 20:19:41.291 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.291 INFO kablam! --> tests/uint_tests.rs:831:2 Sep 01 20:19:41.291 INFO kablam! | Sep 01 20:19:41.291 INFO kablam! 831 | assert_eq!(x2sqr_right, x1sqr); Sep 01 20:19:41.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.292 INFO kablam! | Sep 01 20:19:41.292 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.292 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.292 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.292 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.292 INFO kablam! Sep 01 20:19:41.293 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 01 20:19:41.293 INFO kablam! --> tests/uint_tests.rs:834:94 Sep 01 20:19:41.293 INFO kablam! | Sep 01 20:19:41.293 INFO kablam! 834 | let x1cube_right: U256 = "0000000000000000000000000000000001798acde139361466f712813717897b".into(); Sep 01 20:19:41.293 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 01 20:19:41.293 INFO kablam! | Sep 01 20:19:41.293 INFO kablam! = help: the following implementations were found: Sep 01 20:19:41.293 INFO kablam! > Sep 01 20:19:41.293 INFO kablam! > Sep 01 20:19:41.293 INFO kablam! > Sep 01 20:19:41.293 INFO kablam! > Sep 01 20:19:41.293 INFO kablam! and 10 others Sep 01 20:19:41.293 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Sep 01 20:19:41.293 INFO kablam! Sep 01 20:19:41.294 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.294 INFO kablam! --> tests/uint_tests.rs:835:2 Sep 01 20:19:41.294 INFO kablam! | Sep 01 20:19:41.294 INFO kablam! 835 | assert_eq!(x1cube_right, x1cube); Sep 01 20:19:41.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.294 INFO kablam! | Sep 01 20:19:41.295 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.295 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.295 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.295 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.295 INFO kablam! Sep 01 20:19:41.295 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.295 INFO kablam! --> tests/uint_tests.rs:835:2 Sep 01 20:19:41.295 INFO kablam! | Sep 01 20:19:41.295 INFO kablam! 835 | assert_eq!(x1cube_right, x1cube); Sep 01 20:19:41.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.296 INFO kablam! | Sep 01 20:19:41.296 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.296 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.296 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.296 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.296 INFO kablam! Sep 01 20:19:41.297 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 01 20:19:41.297 INFO kablam! --> tests/uint_tests.rs:838:94 Sep 01 20:19:41.297 INFO kablam! | Sep 01 20:19:41.297 INFO kablam! 838 | let x1quad_right: U256 = "000000000000000000000001adbdd6bd6ff027485484b97f8a6a4c7129756dd1".into(); Sep 01 20:19:41.297 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 01 20:19:41.297 INFO kablam! | Sep 01 20:19:41.297 INFO kablam! = help: the following implementations were found: Sep 01 20:19:41.297 INFO kablam! > Sep 01 20:19:41.297 INFO kablam! > Sep 01 20:19:41.297 INFO kablam! > Sep 01 20:19:41.297 INFO kablam! > Sep 01 20:19:41.297 INFO kablam! and 10 others Sep 01 20:19:41.297 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Sep 01 20:19:41.297 INFO kablam! Sep 01 20:19:41.298 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.298 INFO kablam! --> tests/uint_tests.rs:839:2 Sep 01 20:19:41.298 INFO kablam! | Sep 01 20:19:41.298 INFO kablam! 839 | assert_eq!(x1quad_right, x1quad); Sep 01 20:19:41.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.299 INFO kablam! | Sep 01 20:19:41.299 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.299 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.299 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.299 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.299 INFO kablam! Sep 01 20:19:41.299 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.299 INFO kablam! --> tests/uint_tests.rs:839:2 Sep 01 20:19:41.299 INFO kablam! | Sep 01 20:19:41.299 INFO kablam! 839 | assert_eq!(x1quad_right, x1quad); Sep 01 20:19:41.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.299 INFO kablam! | Sep 01 20:19:41.299 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.299 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.299 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.299 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.299 INFO kablam! Sep 01 20:19:41.301 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 01 20:19:41.301 INFO kablam! --> tests/uint_tests.rs:842:95 Sep 01 20:19:41.301 INFO kablam! | Sep 01 20:19:41.301 INFO kablam! 842 | let x1penta_right: U256 = "00000000000001e92875ac24be246e1c57e0507e8c46cc8d233b77f6f4c72993".into(); Sep 01 20:19:41.301 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 01 20:19:41.301 INFO kablam! | Sep 01 20:19:41.301 INFO kablam! = help: the following implementations were found: Sep 01 20:19:41.301 INFO kablam! > Sep 01 20:19:41.302 INFO kablam! > Sep 01 20:19:41.302 INFO kablam! > Sep 01 20:19:41.302 INFO kablam! > Sep 01 20:19:41.302 INFO kablam! and 10 others Sep 01 20:19:41.302 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Sep 01 20:19:41.302 INFO kablam! Sep 01 20:19:41.302 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.302 INFO kablam! --> tests/uint_tests.rs:843:2 Sep 01 20:19:41.303 INFO kablam! | Sep 01 20:19:41.303 INFO kablam! 843 | assert_eq!(x1penta_right, x1penta); Sep 01 20:19:41.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.303 INFO kablam! | Sep 01 20:19:41.303 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.303 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.303 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.303 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.304 INFO kablam! Sep 01 20:19:41.304 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.304 INFO kablam! --> tests/uint_tests.rs:843:2 Sep 01 20:19:41.304 INFO kablam! | Sep 01 20:19:41.304 INFO kablam! 843 | assert_eq!(x1penta_right, x1penta); Sep 01 20:19:41.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.304 INFO kablam! | Sep 01 20:19:41.304 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.304 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.305 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.305 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.305 INFO kablam! Sep 01 20:19:41.305 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 01 20:19:41.305 INFO kablam! --> tests/uint_tests.rs:846:97 Sep 01 20:19:41.305 INFO kablam! | Sep 01 20:19:41.305 INFO kablam! 846 | let x1septima_right: U256 = "00022cca1da3f6e5722b7d3cc5bbfb486465ebc5a708dd293042f932d7eee119".into(); Sep 01 20:19:41.305 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 01 20:19:41.305 INFO kablam! | Sep 01 20:19:41.305 INFO kablam! = help: the following implementations were found: Sep 01 20:19:41.305 INFO kablam! > Sep 01 20:19:41.306 INFO kablam! > Sep 01 20:19:41.306 INFO kablam! > Sep 01 20:19:41.306 INFO kablam! > Sep 01 20:19:41.306 INFO kablam! and 10 others Sep 01 20:19:41.306 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Sep 01 20:19:41.306 INFO kablam! Sep 01 20:19:41.307 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.307 INFO kablam! --> tests/uint_tests.rs:847:2 Sep 01 20:19:41.307 INFO kablam! | Sep 01 20:19:41.307 INFO kablam! 847 | assert_eq!(x1septima_right, x1septima); Sep 01 20:19:41.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.307 INFO kablam! | Sep 01 20:19:41.307 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.307 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.307 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.308 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.308 INFO kablam! Sep 01 20:19:41.308 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.308 INFO kablam! --> tests/uint_tests.rs:847:2 Sep 01 20:19:41.308 INFO kablam! | Sep 01 20:19:41.308 INFO kablam! 847 | assert_eq!(x1septima_right, x1septima); Sep 01 20:19:41.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.308 INFO kablam! | Sep 01 20:19:41.308 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.309 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.309 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.309 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.309 INFO kablam! Sep 01 20:19:41.316 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Display` Sep 01 20:19:41.316 INFO kablam! --> tests/uint_tests.rs:854:28 Sep 01 20:19:41.316 INFO kablam! | Sep 01 20:19:41.316 INFO kablam! 854 | assert_eq!(&format!("{}", val), "1643897619276947051879427220465009342380213662639797070513307648"); Sep 01 20:19:41.316 INFO kablam! | ^^^ `uint::U256` cannot be formatted with the default formatter Sep 01 20:19:41.316 INFO kablam! | Sep 01 20:19:41.316 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `uint::U256` Sep 01 20:19:41.316 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Sep 01 20:19:41.316 INFO kablam! = note: required by `std::fmt::Display::fmt` Sep 01 20:19:41.316 INFO kablam! Sep 01 20:19:41.319 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 01 20:19:41.319 INFO kablam! --> tests/uint_tests.rs:859:88 Sep 01 20:19:41.319 INFO kablam! | Sep 01 20:19:41.319 INFO kablam! 859 | let number: U256 = "00022cca1da3f6e5722b7d3cc5bbfb486465ebc5a708dd293042f932d7eee119".into(); Sep 01 20:19:41.319 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 01 20:19:41.319 INFO kablam! | Sep 01 20:19:41.319 INFO kablam! = help: the following implementations were found: Sep 01 20:19:41.319 INFO kablam! > Sep 01 20:19:41.319 INFO kablam! > Sep 01 20:19:41.319 INFO kablam! > Sep 01 20:19:41.319 INFO kablam! > Sep 01 20:19:41.319 INFO kablam! and 10 others Sep 01 20:19:41.319 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Sep 01 20:19:41.319 INFO kablam! Sep 01 20:19:41.348 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.348 INFO kablam! --> tests/uint_tests.rs:940:2 Sep 01 20:19:41.348 INFO kablam! | Sep 01 20:19:41.348 INFO kablam! 940 | assert_eq!(U256::from(1), number); Sep 01 20:19:41.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.348 INFO kablam! | Sep 01 20:19:41.348 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.348 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.349 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.349 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.349 INFO kablam! Sep 01 20:19:41.349 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.349 INFO kablam! --> tests/uint_tests.rs:940:2 Sep 01 20:19:41.349 INFO kablam! | Sep 01 20:19:41.349 INFO kablam! 940 | assert_eq!(U256::from(1), number); Sep 01 20:19:41.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.349 INFO kablam! | Sep 01 20:19:41.349 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.349 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.349 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.349 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.349 INFO kablam! Sep 01 20:19:41.352 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.352 INFO kablam! --> tests/uint_tests.rs:954:2 Sep 01 20:19:41.352 INFO kablam! | Sep 01 20:19:41.352 INFO kablam! 954 | assert_eq!(U256::from(1), number); Sep 01 20:19:41.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.352 INFO kablam! | Sep 01 20:19:41.352 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.352 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.352 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.352 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.352 INFO kablam! Sep 01 20:19:41.352 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.353 INFO kablam! --> tests/uint_tests.rs:954:2 Sep 01 20:19:41.353 INFO kablam! | Sep 01 20:19:41.353 INFO kablam! 954 | assert_eq!(U256::from(1), number); Sep 01 20:19:41.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.353 INFO kablam! | Sep 01 20:19:41.353 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.353 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.353 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.353 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.353 INFO kablam! Sep 01 20:19:41.359 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.359 INFO kablam! --> tests/uint_tests.rs:978:2 Sep 01 20:19:41.359 INFO kablam! | Sep 01 20:19:41.359 INFO kablam! 978 | assert_eq!( num, U256::from(std::u64::MAX) + 1 + 123); Sep 01 20:19:41.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.359 INFO kablam! | Sep 01 20:19:41.359 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.359 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.359 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.359 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.359 INFO kablam! Sep 01 20:19:41.360 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.360 INFO kablam! --> tests/uint_tests.rs:978:2 Sep 01 20:19:41.360 INFO kablam! | Sep 01 20:19:41.360 INFO kablam! 978 | assert_eq!( num, U256::from(std::u64::MAX) + 1 + 123); Sep 01 20:19:41.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.360 INFO kablam! | Sep 01 20:19:41.360 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.360 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.360 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.360 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.360 INFO kablam! Sep 01 20:19:41.363 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.363 INFO kablam! --> tests/uint_tests.rs:981:2 Sep 01 20:19:41.363 INFO kablam! | Sep 01 20:19:41.363 INFO kablam! 981 | assert_eq!( a_ref, &(U256::from(std::u64::MAX) + 1 + 123)); Sep 01 20:19:41.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.363 INFO kablam! | Sep 01 20:19:41.363 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.363 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.363 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&uint::U256` Sep 01 20:19:41.363 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.363 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.363 INFO kablam! Sep 01 20:19:41.363 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.363 INFO kablam! --> tests/uint_tests.rs:981:2 Sep 01 20:19:41.363 INFO kablam! | Sep 01 20:19:41.363 INFO kablam! 981 | assert_eq!( a_ref, &(U256::from(std::u64::MAX) + 1 + 123)); Sep 01 20:19:41.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.364 INFO kablam! | Sep 01 20:19:41.364 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.364 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.364 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&uint::U256` Sep 01 20:19:41.364 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.364 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.364 INFO kablam! Sep 01 20:19:41.367 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.367 INFO kablam! --> tests/uint_tests.rs:994:2 Sep 01 20:19:41.367 INFO kablam! | Sep 01 20:19:41.367 INFO kablam! 994 | assert_eq!(big, U256([504410889324070664, 360293493601469702, 216176097878868740, 72058702156267778u64])); Sep 01 20:19:41.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.367 INFO kablam! | Sep 01 20:19:41.367 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.367 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.367 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.367 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.367 INFO kablam! Sep 01 20:19:41.368 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.368 INFO kablam! --> tests/uint_tests.rs:994:2 Sep 01 20:19:41.368 INFO kablam! | Sep 01 20:19:41.368 INFO kablam! 994 | assert_eq!(big, U256([504410889324070664, 360293493601469702, 216176097878868740, 72058702156267778u64])); Sep 01 20:19:41.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.368 INFO kablam! | Sep 01 20:19:41.368 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 01 20:19:41.368 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 01 20:19:41.368 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.368 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.368 INFO kablam! Sep 01 20:19:41.372 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.372 INFO kablam! --> tests/uint_tests.rs:1010:2 Sep 01 20:19:41.372 INFO kablam! | Sep 01 20:19:41.372 INFO kablam! 1010 | assert_eq!( num, U512::from(123) ); Sep 01 20:19:41.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.372 INFO kablam! | Sep 01 20:19:41.372 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 01 20:19:41.372 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 01 20:19:41.372 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.373 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.373 INFO kablam! Sep 01 20:19:41.373 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.373 INFO kablam! --> tests/uint_tests.rs:1010:2 Sep 01 20:19:41.373 INFO kablam! | Sep 01 20:19:41.373 INFO kablam! 1010 | assert_eq!( num, U512::from(123) ); Sep 01 20:19:41.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.373 INFO kablam! | Sep 01 20:19:41.373 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 01 20:19:41.373 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 01 20:19:41.373 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.373 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.373 INFO kablam! Sep 01 20:19:41.375 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.375 INFO kablam! --> tests/uint_tests.rs:1013:2 Sep 01 20:19:41.375 INFO kablam! | Sep 01 20:19:41.375 INFO kablam! 1013 | assert_eq!( a_ref, &U512::from(123) ); Sep 01 20:19:41.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.376 INFO kablam! | Sep 01 20:19:41.376 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 01 20:19:41.376 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 01 20:19:41.376 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&uint::U512` Sep 01 20:19:41.376 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.376 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.376 INFO kablam! Sep 01 20:19:41.376 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 01 20:19:41.376 INFO kablam! --> tests/uint_tests.rs:1013:2 Sep 01 20:19:41.376 INFO kablam! | Sep 01 20:19:41.377 INFO kablam! 1013 | assert_eq!( a_ref, &U512::from(123) ); Sep 01 20:19:41.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:19:41.377 INFO kablam! | Sep 01 20:19:41.377 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 01 20:19:41.377 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 01 20:19:41.377 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&uint::U512` Sep 01 20:19:41.377 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 01 20:19:41.377 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 20:19:41.377 INFO kablam! Sep 01 20:19:41.379 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 01 20:19:41.379 INFO kablam! --> tests/uint_tests.rs:1018:13 Sep 01 20:19:41.379 INFO kablam! | Sep 01 20:19:41.379 INFO kablam! 1018 | assert_eq!(U256::from("000000000000000000000001adbdd6bd6ff027485484b97f8a6a4c7129756dd1").leading_zeros(), 95); Sep 01 20:19:41.379 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 01 20:19:41.379 INFO kablam! | Sep 01 20:19:41.379 INFO kablam! = help: the following implementations were found: Sep 01 20:19:41.379 INFO kablam! > Sep 01 20:19:41.379 INFO kablam! > Sep 01 20:19:41.379 INFO kablam! > Sep 01 20:19:41.379 INFO kablam! > Sep 01 20:19:41.379 INFO kablam! and 10 others Sep 01 20:19:41.379 INFO kablam! = note: required by `std::convert::From::from` Sep 01 20:19:41.379 INFO kablam! Sep 01 20:19:41.381 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 01 20:19:41.382 INFO kablam! --> tests/uint_tests.rs:1019:13 Sep 01 20:19:41.382 INFO kablam! | Sep 01 20:19:41.382 INFO kablam! 1019 | assert_eq!(U256::from("f00000000000000000000001adbdd6bd6ff027485484b97f8a6a4c7129756dd1").leading_zeros(), 0); Sep 01 20:19:41.382 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 01 20:19:41.382 INFO kablam! | Sep 01 20:19:41.382 INFO kablam! = help: the following implementations were found: Sep 01 20:19:41.382 INFO kablam! > Sep 01 20:19:41.382 INFO kablam! > Sep 01 20:19:41.382 INFO kablam! > Sep 01 20:19:41.382 INFO kablam! > Sep 01 20:19:41.382 INFO kablam! and 10 others Sep 01 20:19:41.382 INFO kablam! = note: required by `std::convert::From::from` Sep 01 20:19:41.382 INFO kablam! Sep 01 20:19:41.384 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 01 20:19:41.384 INFO kablam! --> tests/uint_tests.rs:1020:13 Sep 01 20:19:41.384 INFO kablam! | Sep 01 20:19:41.384 INFO kablam! 1020 | assert_eq!(U256::from("0000000000000000000000000000000000000000000000000000000000000001").leading_zeros(), 255); Sep 01 20:19:41.384 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 01 20:19:41.384 INFO kablam! | Sep 01 20:19:41.384 INFO kablam! = help: the following implementations were found: Sep 01 20:19:41.384 INFO kablam! > Sep 01 20:19:41.384 INFO kablam! > Sep 01 20:19:41.384 INFO kablam! > Sep 01 20:19:41.384 INFO kablam! > Sep 01 20:19:41.384 INFO kablam! and 10 others Sep 01 20:19:41.384 INFO kablam! = note: required by `std::convert::From::from` Sep 01 20:19:41.384 INFO kablam! Sep 01 20:19:41.386 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 01 20:19:41.386 INFO kablam! --> tests/uint_tests.rs:1021:13 Sep 01 20:19:41.386 INFO kablam! | Sep 01 20:19:41.386 INFO kablam! 1021 | assert_eq!(U256::from("0000000000000000000000000000000000000000000000000000000000000000").leading_zeros(), 256); Sep 01 20:19:41.386 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 01 20:19:41.386 INFO kablam! | Sep 01 20:19:41.386 INFO kablam! = help: the following implementations were found: Sep 01 20:19:41.386 INFO kablam! > Sep 01 20:19:41.386 INFO kablam! > Sep 01 20:19:41.386 INFO kablam! > Sep 01 20:19:41.386 INFO kablam! > Sep 01 20:19:41.386 INFO kablam! and 10 others Sep 01 20:19:41.386 INFO kablam! = note: required by `std::convert::From::from` Sep 01 20:19:41.386 INFO kablam! Sep 01 20:19:41.389 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 01 20:19:41.389 INFO kablam! --> tests/uint_tests.rs:1026:13 Sep 01 20:19:41.389 INFO kablam! | Sep 01 20:19:41.389 INFO kablam! 1026 | assert_eq!(U256::from("1adbdd6bd6ff027485484b97f8a6a4c7129756dd100000000000000000000000").trailing_zeros(), 92); Sep 01 20:19:41.389 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 01 20:19:41.389 INFO kablam! | Sep 01 20:19:41.389 INFO kablam! = help: the following implementations were found: Sep 01 20:19:41.389 INFO kablam! > Sep 01 20:19:41.389 INFO kablam! > Sep 01 20:19:41.389 INFO kablam! > Sep 01 20:19:41.389 INFO kablam! > Sep 01 20:19:41.389 INFO kablam! and 10 others Sep 01 20:19:41.389 INFO kablam! = note: required by `std::convert::From::from` Sep 01 20:19:41.389 INFO kablam! Sep 01 20:19:41.391 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 01 20:19:41.391 INFO kablam! --> tests/uint_tests.rs:1027:13 Sep 01 20:19:41.391 INFO kablam! | Sep 01 20:19:41.391 INFO kablam! 1027 | assert_eq!(U256::from("1adbdd6bd6ff027485484b97f8a6a4c7129756dd10000000000000000000000f").trailing_zeros(), 0); Sep 01 20:19:41.391 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 01 20:19:41.391 INFO kablam! | Sep 01 20:19:41.391 INFO kablam! = help: the following implementations were found: Sep 01 20:19:41.391 INFO kablam! > Sep 01 20:19:41.391 INFO kablam! > Sep 01 20:19:41.391 INFO kablam! > Sep 01 20:19:41.391 INFO kablam! > Sep 01 20:19:41.391 INFO kablam! and 10 others Sep 01 20:19:41.391 INFO kablam! = note: required by `std::convert::From::from` Sep 01 20:19:41.391 INFO kablam! Sep 01 20:19:41.393 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 01 20:19:41.393 INFO kablam! --> tests/uint_tests.rs:1028:13 Sep 01 20:19:41.393 INFO kablam! | Sep 01 20:19:41.393 INFO kablam! 1028 | assert_eq!(U256::from("8000000000000000000000000000000000000000000000000000000000000000").trailing_zeros(), 255); Sep 01 20:19:41.393 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 01 20:19:41.393 INFO kablam! | Sep 01 20:19:41.393 INFO kablam! = help: the following implementations were found: Sep 01 20:19:41.393 INFO kablam! > Sep 01 20:19:41.393 INFO kablam! > Sep 01 20:19:41.393 INFO kablam! > Sep 01 20:19:41.393 INFO kablam! > Sep 01 20:19:41.393 INFO kablam! and 10 others Sep 01 20:19:41.393 INFO kablam! = note: required by `std::convert::From::from` Sep 01 20:19:41.393 INFO kablam! Sep 01 20:19:41.395 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 01 20:19:41.395 INFO kablam! --> tests/uint_tests.rs:1029:13 Sep 01 20:19:41.395 INFO kablam! | Sep 01 20:19:41.395 INFO kablam! 1029 | assert_eq!(U256::from("0000000000000000000000000000000000000000000000000000000000000000").trailing_zeros(), 256); Sep 01 20:19:41.395 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 01 20:19:41.396 INFO kablam! | Sep 01 20:19:41.396 INFO kablam! = help: the following implementations were found: Sep 01 20:19:41.396 INFO kablam! > Sep 01 20:19:41.396 INFO kablam! > Sep 01 20:19:41.396 INFO kablam! > Sep 01 20:19:41.396 INFO kablam! > Sep 01 20:19:41.396 INFO kablam! and 10 others Sep 01 20:19:41.396 INFO kablam! = note: required by `std::convert::From::from` Sep 01 20:19:41.396 INFO kablam! Sep 01 20:19:41.408 INFO kablam! error: aborting due to 407 previous errors Sep 01 20:19:41.408 INFO kablam! Sep 01 20:19:41.408 INFO kablam! Some errors occurred: E0277, E0599. Sep 01 20:19:41.408 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 01 20:19:41.418 INFO kablam! error: Could not compile `uint`. Sep 01 20:19:41.418 INFO kablam! Sep 01 20:19:41.419 INFO kablam! To learn more, run the command again with --verbose. Sep 01 20:19:41.420 INFO kablam! su: No module specific data is present Sep 01 20:19:41.999 INFO running `"docker" "rm" "-f" "9d85b946a23e64e83c1659e956620d1a1a6337ac51a218286457e1b7d20b71ca"` Sep 01 20:19:42.112 INFO blam! 9d85b946a23e64e83c1659e956620d1a1a6337ac51a218286457e1b7d20b71ca