Sep 03 23:37:54.952 INFO checking uint-0.4.1 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 03 23:37:54.952 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 03 23:37:54.952 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 23:37:55.130 INFO blam! 9053c5a4c2b45bc9573010afe9aedcbe7d7c9823edd98c59afe338178a5c0409 Sep 03 23:37:55.133 INFO running `"docker" "start" "-a" "9053c5a4c2b45bc9573010afe9aedcbe7d7c9823edd98c59afe338178a5c0409"` Sep 03 23:37:55.792 INFO kablam! Compiling crunchy v0.1.6 Sep 03 23:37:55.792 INFO kablam! Checking rustc-hex v2.0.1 Sep 03 23:37:56.825 INFO kablam! Checking uint v0.4.1 (file:///source) Sep 03 23:37:59.896 INFO kablam! warning: unused `#[macro_use]` import Sep 03 23:37:59.896 INFO kablam! --> tests/uint_tests.rs:5:1 Sep 03 23:37:59.896 INFO kablam! | Sep 03 23:37:59.896 INFO kablam! 5 | #[macro_use] Sep 03 23:37:59.896 INFO kablam! | ^^^^^^^^^^^^ Sep 03 23:37:59.896 INFO kablam! | Sep 03 23:37:59.896 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 23:37:59.896 INFO kablam! Sep 03 23:38:00.087 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.088 INFO kablam! --> tests/uint_tests.rs:21:2 Sep 03 23:38:00.088 INFO kablam! | Sep 03 23:38:00.088 INFO kablam! 21 | assert_eq!(a.checked_add(b), None); Sep 03 23:38:00.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.088 INFO kablam! | Sep 03 23:38:00.088 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.088 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 03 23:38:00.088 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 03 23:38:00.088 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.088 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.088 INFO kablam! Sep 03 23:38:00.088 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.088 INFO kablam! --> tests/uint_tests.rs:21:2 Sep 03 23:38:00.088 INFO kablam! | Sep 03 23:38:00.088 INFO kablam! 21 | assert_eq!(a.checked_add(b), None); Sep 03 23:38:00.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.089 INFO kablam! | Sep 03 23:38:00.089 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.089 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 03 23:38:00.089 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 03 23:38:00.089 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.089 INFO kablam! Sep 03 23:38:00.092 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.092 INFO kablam! --> tests/uint_tests.rs:22:2 Sep 03 23:38:00.092 INFO kablam! | Sep 03 23:38:00.092 INFO kablam! 22 | assert_eq!(a.checked_add(a), Some(20.into())); Sep 03 23:38:00.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.092 INFO kablam! | Sep 03 23:38:00.092 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.092 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 03 23:38:00.092 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 03 23:38:00.092 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.092 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.093 INFO kablam! Sep 03 23:38:00.093 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.093 INFO kablam! --> tests/uint_tests.rs:22:2 Sep 03 23:38:00.093 INFO kablam! | Sep 03 23:38:00.093 INFO kablam! 22 | assert_eq!(a.checked_add(a), Some(20.into())); Sep 03 23:38:00.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.093 INFO kablam! | Sep 03 23:38:00.093 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.093 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 03 23:38:00.093 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 03 23:38:00.093 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.093 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.093 INFO kablam! Sep 03 23:38:00.095 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.095 INFO kablam! --> tests/uint_tests.rs:24:2 Sep 03 23:38:00.095 INFO kablam! | Sep 03 23:38:00.095 INFO kablam! 24 | assert_eq!(a.checked_sub(b), None); Sep 03 23:38:00.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.095 INFO kablam! | Sep 03 23:38:00.095 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.095 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 03 23:38:00.095 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 03 23:38:00.095 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.095 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.095 INFO kablam! Sep 03 23:38:00.096 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.096 INFO kablam! --> tests/uint_tests.rs:24:2 Sep 03 23:38:00.096 INFO kablam! | Sep 03 23:38:00.096 INFO kablam! 24 | assert_eq!(a.checked_sub(b), None); Sep 03 23:38:00.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.096 INFO kablam! | Sep 03 23:38:00.096 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.096 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 03 23:38:00.096 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 03 23:38:00.096 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.096 INFO kablam! Sep 03 23:38:00.098 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.098 INFO kablam! --> tests/uint_tests.rs:25:2 Sep 03 23:38:00.098 INFO kablam! | Sep 03 23:38:00.098 INFO kablam! 25 | assert_eq!(a.checked_sub(a), Some(0.into())); Sep 03 23:38:00.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.098 INFO kablam! | Sep 03 23:38:00.098 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.098 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 03 23:38:00.099 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 03 23:38:00.099 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.099 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.099 INFO kablam! Sep 03 23:38:00.099 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.099 INFO kablam! --> tests/uint_tests.rs:25:2 Sep 03 23:38:00.099 INFO kablam! | Sep 03 23:38:00.099 INFO kablam! 25 | assert_eq!(a.checked_sub(a), Some(0.into())); Sep 03 23:38:00.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.099 INFO kablam! | Sep 03 23:38:00.099 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.099 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 03 23:38:00.099 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 03 23:38:00.099 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.099 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.099 INFO kablam! Sep 03 23:38:00.100 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.100 INFO kablam! --> tests/uint_tests.rs:27:2 Sep 03 23:38:00.100 INFO kablam! | Sep 03 23:38:00.100 INFO kablam! 27 | assert_eq!(a.checked_mul(b), None); Sep 03 23:38:00.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.100 INFO kablam! | Sep 03 23:38:00.101 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.101 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 03 23:38:00.101 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 03 23:38:00.101 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.101 INFO kablam! Sep 03 23:38:00.101 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.101 INFO kablam! --> tests/uint_tests.rs:27:2 Sep 03 23:38:00.101 INFO kablam! | Sep 03 23:38:00.101 INFO kablam! 27 | assert_eq!(a.checked_mul(b), None); Sep 03 23:38:00.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.101 INFO kablam! | Sep 03 23:38:00.101 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.101 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 03 23:38:00.101 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 03 23:38:00.101 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.101 INFO kablam! Sep 03 23:38:00.104 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.104 INFO kablam! --> tests/uint_tests.rs:28:2 Sep 03 23:38:00.104 INFO kablam! | Sep 03 23:38:00.104 INFO kablam! 28 | assert_eq!(a.checked_mul(a), Some(100.into())); Sep 03 23:38:00.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.104 INFO kablam! | Sep 03 23:38:00.104 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.104 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 03 23:38:00.104 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 03 23:38:00.104 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.105 INFO kablam! Sep 03 23:38:00.105 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.105 INFO kablam! --> tests/uint_tests.rs:28:2 Sep 03 23:38:00.105 INFO kablam! | Sep 03 23:38:00.105 INFO kablam! 28 | assert_eq!(a.checked_mul(a), Some(100.into())); Sep 03 23:38:00.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.105 INFO kablam! | Sep 03 23:38:00.105 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.105 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 03 23:38:00.105 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 03 23:38:00.105 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.105 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.105 INFO kablam! Sep 03 23:38:00.107 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.107 INFO kablam! --> tests/uint_tests.rs:30:2 Sep 03 23:38:00.107 INFO kablam! | Sep 03 23:38:00.107 INFO kablam! 30 | assert_eq!(a.checked_div(z), None); Sep 03 23:38:00.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.108 INFO kablam! | Sep 03 23:38:00.108 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.108 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 03 23:38:00.108 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 03 23:38:00.108 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.108 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.108 INFO kablam! Sep 03 23:38:00.108 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.108 INFO kablam! --> tests/uint_tests.rs:30:2 Sep 03 23:38:00.108 INFO kablam! | Sep 03 23:38:00.108 INFO kablam! 30 | assert_eq!(a.checked_div(z), None); Sep 03 23:38:00.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.108 INFO kablam! | Sep 03 23:38:00.108 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.108 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 03 23:38:00.109 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 03 23:38:00.109 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.109 INFO kablam! Sep 03 23:38:00.111 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.111 INFO kablam! --> tests/uint_tests.rs:31:2 Sep 03 23:38:00.111 INFO kablam! | Sep 03 23:38:00.111 INFO kablam! 31 | assert_eq!(a.checked_div(a), Some(1.into())); Sep 03 23:38:00.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.111 INFO kablam! | Sep 03 23:38:00.112 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.112 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 03 23:38:00.112 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 03 23:38:00.112 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.112 INFO kablam! Sep 03 23:38:00.112 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.112 INFO kablam! --> tests/uint_tests.rs:31:2 Sep 03 23:38:00.112 INFO kablam! | Sep 03 23:38:00.112 INFO kablam! 31 | assert_eq!(a.checked_div(a), Some(1.into())); Sep 03 23:38:00.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.112 INFO kablam! | Sep 03 23:38:00.112 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.112 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 03 23:38:00.113 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 03 23:38:00.113 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.113 INFO kablam! Sep 03 23:38:00.115 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.115 INFO kablam! --> tests/uint_tests.rs:33:2 Sep 03 23:38:00.115 INFO kablam! | Sep 03 23:38:00.115 INFO kablam! 33 | assert_eq!(a.checked_rem(z), None); Sep 03 23:38:00.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.115 INFO kablam! | Sep 03 23:38:00.115 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.115 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 03 23:38:00.115 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 03 23:38:00.115 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.116 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.116 INFO kablam! Sep 03 23:38:00.116 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.116 INFO kablam! --> tests/uint_tests.rs:33:2 Sep 03 23:38:00.116 INFO kablam! | Sep 03 23:38:00.116 INFO kablam! 33 | assert_eq!(a.checked_rem(z), None); Sep 03 23:38:00.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.116 INFO kablam! | Sep 03 23:38:00.116 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.116 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 03 23:38:00.116 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 03 23:38:00.116 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.116 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.116 INFO kablam! Sep 03 23:38:00.118 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.118 INFO kablam! --> tests/uint_tests.rs:34:2 Sep 03 23:38:00.119 INFO kablam! | Sep 03 23:38:00.119 INFO kablam! 34 | assert_eq!(a.checked_rem(a), Some(0.into())); Sep 03 23:38:00.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.119 INFO kablam! | Sep 03 23:38:00.119 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.119 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 03 23:38:00.119 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 03 23:38:00.119 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.119 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.119 INFO kablam! Sep 03 23:38:00.119 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.120 INFO kablam! --> tests/uint_tests.rs:34:2 Sep 03 23:38:00.120 INFO kablam! | Sep 03 23:38:00.120 INFO kablam! 34 | assert_eq!(a.checked_rem(a), Some(0.into())); Sep 03 23:38:00.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.120 INFO kablam! | Sep 03 23:38:00.120 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.120 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 03 23:38:00.120 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 03 23:38:00.120 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.120 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.120 INFO kablam! Sep 03 23:38:00.122 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.122 INFO kablam! --> tests/uint_tests.rs:36:2 Sep 03 23:38:00.122 INFO kablam! | Sep 03 23:38:00.122 INFO kablam! 36 | assert_eq!(a.checked_neg(), None); Sep 03 23:38:00.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.122 INFO kablam! | Sep 03 23:38:00.122 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.122 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 03 23:38:00.122 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 03 23:38:00.122 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.122 INFO kablam! Sep 03 23:38:00.123 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.123 INFO kablam! --> tests/uint_tests.rs:36:2 Sep 03 23:38:00.123 INFO kablam! | Sep 03 23:38:00.123 INFO kablam! 36 | assert_eq!(a.checked_neg(), None); Sep 03 23:38:00.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.123 INFO kablam! | Sep 03 23:38:00.123 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.123 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 03 23:38:00.123 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 03 23:38:00.123 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.123 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.124 INFO kablam! Sep 03 23:38:00.125 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.125 INFO kablam! --> tests/uint_tests.rs:37:2 Sep 03 23:38:00.125 INFO kablam! | Sep 03 23:38:00.126 INFO kablam! 37 | assert_eq!(z.checked_neg(), Some(z)); Sep 03 23:38:00.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.126 INFO kablam! | Sep 03 23:38:00.126 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.126 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 03 23:38:00.126 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 03 23:38:00.126 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.126 INFO kablam! Sep 03 23:38:00.126 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.126 INFO kablam! --> tests/uint_tests.rs:37:2 Sep 03 23:38:00.126 INFO kablam! | Sep 03 23:38:00.126 INFO kablam! 37 | assert_eq!(z.checked_neg(), Some(z)); Sep 03 23:38:00.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.127 INFO kablam! | Sep 03 23:38:00.127 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.127 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Sep 03 23:38:00.127 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Sep 03 23:38:00.127 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.127 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.127 INFO kablam! Sep 03 23:38:00.135 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.135 INFO kablam! --> tests/uint_tests.rs:49:2 Sep 03 23:38:00.135 INFO kablam! | Sep 03 23:38:00.135 INFO kablam! 49 | assert_eq!(e, ua); Sep 03 23:38:00.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.135 INFO kablam! | Sep 03 23:38:00.135 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.135 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.135 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.135 INFO kablam! Sep 03 23:38:00.135 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.135 INFO kablam! --> tests/uint_tests.rs:49:2 Sep 03 23:38:00.136 INFO kablam! | Sep 03 23:38:00.136 INFO kablam! 49 | assert_eq!(e, ua); Sep 03 23:38:00.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.136 INFO kablam! | Sep 03 23:38:00.136 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.136 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.136 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.136 INFO kablam! Sep 03 23:38:00.138 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.138 INFO kablam! --> tests/uint_tests.rs:50:2 Sep 03 23:38:00.138 INFO kablam! | Sep 03 23:38:00.138 INFO kablam! 50 | assert_eq!(e, ub); Sep 03 23:38:00.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.138 INFO kablam! | Sep 03 23:38:00.138 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.138 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.139 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.139 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.139 INFO kablam! Sep 03 23:38:00.139 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.139 INFO kablam! --> tests/uint_tests.rs:50:2 Sep 03 23:38:00.139 INFO kablam! | Sep 03 23:38:00.139 INFO kablam! 50 | assert_eq!(e, ub); Sep 03 23:38:00.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.139 INFO kablam! | Sep 03 23:38:00.139 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.139 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.140 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.140 INFO kablam! Sep 03 23:38:00.142 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.142 INFO kablam! --> tests/uint_tests.rs:51:2 Sep 03 23:38:00.142 INFO kablam! | Sep 03 23:38:00.142 INFO kablam! 51 | assert_eq!(e, uc); Sep 03 23:38:00.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.142 INFO kablam! | Sep 03 23:38:00.142 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.142 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.142 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.142 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.142 INFO kablam! Sep 03 23:38:00.143 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.143 INFO kablam! --> tests/uint_tests.rs:51:2 Sep 03 23:38:00.143 INFO kablam! | Sep 03 23:38:00.143 INFO kablam! 51 | assert_eq!(e, uc); Sep 03 23:38:00.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.143 INFO kablam! | Sep 03 23:38:00.143 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.143 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.143 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.143 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.143 INFO kablam! Sep 03 23:38:00.145 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.146 INFO kablam! --> tests/uint_tests.rs:52:2 Sep 03 23:38:00.146 INFO kablam! | Sep 03 23:38:00.146 INFO kablam! 52 | assert_eq!(e, ud); Sep 03 23:38:00.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.146 INFO kablam! | Sep 03 23:38:00.146 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.146 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.146 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.146 INFO kablam! Sep 03 23:38:00.146 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.146 INFO kablam! --> tests/uint_tests.rs:52:2 Sep 03 23:38:00.146 INFO kablam! | Sep 03 23:38:00.147 INFO kablam! 52 | assert_eq!(e, ud); Sep 03 23:38:00.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.147 INFO kablam! | Sep 03 23:38:00.147 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.147 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.147 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.147 INFO kablam! Sep 03 23:38:00.151 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.151 INFO kablam! --> tests/uint_tests.rs:56:2 Sep 03 23:38:00.151 INFO kablam! | Sep 03 23:38:00.151 INFO kablam! 56 | assert_eq!(e, va); Sep 03 23:38:00.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.151 INFO kablam! | Sep 03 23:38:00.152 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.152 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.152 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.152 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.152 INFO kablam! Sep 03 23:38:00.152 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.152 INFO kablam! --> tests/uint_tests.rs:56:2 Sep 03 23:38:00.152 INFO kablam! | Sep 03 23:38:00.152 INFO kablam! 56 | assert_eq!(e, va); Sep 03 23:38:00.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.152 INFO kablam! | Sep 03 23:38:00.152 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.152 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.153 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.153 INFO kablam! Sep 03 23:38:00.155 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.155 INFO kablam! --> tests/uint_tests.rs:59:2 Sep 03 23:38:00.155 INFO kablam! | Sep 03 23:38:00.155 INFO kablam! 59 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from(&[0x10u8, 0x10][..])); Sep 03 23:38:00.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.156 INFO kablam! | Sep 03 23:38:00.156 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.156 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.156 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.156 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.156 INFO kablam! Sep 03 23:38:00.156 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.156 INFO kablam! --> tests/uint_tests.rs:59:2 Sep 03 23:38:00.156 INFO kablam! | Sep 03 23:38:00.156 INFO kablam! 59 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from(&[0x10u8, 0x10][..])); Sep 03 23:38:00.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.156 INFO kablam! | Sep 03 23:38:00.156 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.156 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.157 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.157 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.157 INFO kablam! Sep 03 23:38:00.159 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.159 INFO kablam! --> tests/uint_tests.rs:60:2 Sep 03 23:38:00.159 INFO kablam! | Sep 03 23:38:00.159 INFO kablam! 60 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from(&[0x12u8, 0xf0][..])); Sep 03 23:38:00.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.159 INFO kablam! | Sep 03 23:38:00.160 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.160 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.160 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.160 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.160 INFO kablam! Sep 03 23:38:00.160 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.160 INFO kablam! --> tests/uint_tests.rs:60:2 Sep 03 23:38:00.160 INFO kablam! | Sep 03 23:38:00.160 INFO kablam! 60 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from(&[0x12u8, 0xf0][..])); Sep 03 23:38:00.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.160 INFO kablam! | Sep 03 23:38:00.160 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.160 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.160 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.160 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.161 INFO kablam! Sep 03 23:38:00.163 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.163 INFO kablam! --> tests/uint_tests.rs:61:2 Sep 03 23:38:00.163 INFO kablam! | Sep 03 23:38:00.163 INFO kablam! 61 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from(&[0, 0x12u8, 0xf0][..])); Sep 03 23:38:00.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.164 INFO kablam! | Sep 03 23:38:00.164 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.164 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.164 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.164 INFO kablam! Sep 03 23:38:00.164 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.164 INFO kablam! --> tests/uint_tests.rs:61:2 Sep 03 23:38:00.164 INFO kablam! | Sep 03 23:38:00.164 INFO kablam! 61 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from(&[0, 0x12u8, 0xf0][..])); Sep 03 23:38:00.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.164 INFO kablam! | Sep 03 23:38:00.164 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.164 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.164 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.164 INFO kablam! Sep 03 23:38:00.167 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.167 INFO kablam! --> tests/uint_tests.rs:62:2 Sep 03 23:38:00.168 INFO kablam! | Sep 03 23:38:00.168 INFO kablam! 62 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from(&[0, 0, 0, 0, 0, 0, 0, 0x12u8, 0xf0][..])); Sep 03 23:38:00.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.168 INFO kablam! | Sep 03 23:38:00.168 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.168 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.168 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.168 INFO kablam! Sep 03 23:38:00.168 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.168 INFO kablam! --> tests/uint_tests.rs:62:2 Sep 03 23:38:00.168 INFO kablam! | Sep 03 23:38:00.168 INFO kablam! 62 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from(&[0, 0, 0, 0, 0, 0, 0, 0x12u8, 0xf0][..])); Sep 03 23:38:00.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.168 INFO kablam! | Sep 03 23:38:00.168 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.168 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.168 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.169 INFO kablam! Sep 03 23:38:00.171 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.171 INFO kablam! --> tests/uint_tests.rs:63:2 Sep 03 23:38:00.171 INFO kablam! | Sep 03 23:38:00.171 INFO kablam! 63 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from(&[1, 0, 0, 0, 0, 0, 0, 0x12u8, 0xf0][..])); Sep 03 23:38:00.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.171 INFO kablam! | Sep 03 23:38:00.171 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.172 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.172 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.172 INFO kablam! Sep 03 23:38:00.172 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.172 INFO kablam! --> tests/uint_tests.rs:63:2 Sep 03 23:38:00.172 INFO kablam! | Sep 03 23:38:00.172 INFO kablam! 63 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from(&[1, 0, 0, 0, 0, 0, 0, 0x12u8, 0xf0][..])); Sep 03 23:38:00.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.172 INFO kablam! | Sep 03 23:38:00.172 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.172 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.172 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.172 INFO kablam! Sep 03 23:38:00.176 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.176 INFO kablam! --> tests/uint_tests.rs:64:2 Sep 03 23:38:00.176 INFO kablam! | Sep 03 23:38:00.176 INFO kablam! 64 | assert_eq!( Sep 03 23:38:00.176 INFO kablam! | _____^ Sep 03 23:38:00.176 INFO kablam! 65 | | U256([0x12f0, 1 , 0x0910203040506077, 0x8090a0b0c0d0e0f0]), Sep 03 23:38:00.176 INFO kablam! 66 | | U256::from(& Sep 03 23:38:00.176 INFO kablam! 67 | | [ Sep 03 23:38:00.176 INFO kablam! ... | Sep 03 23:38:00.176 INFO kablam! 73 | | ) Sep 03 23:38:00.176 INFO kablam! 74 | | ); Sep 03 23:38:00.176 INFO kablam! | |______^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.176 INFO kablam! | Sep 03 23:38:00.176 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.176 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.177 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.177 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.177 INFO kablam! Sep 03 23:38:00.177 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.177 INFO kablam! --> tests/uint_tests.rs:64:2 Sep 03 23:38:00.177 INFO kablam! | Sep 03 23:38:00.177 INFO kablam! 64 | assert_eq!( Sep 03 23:38:00.177 INFO kablam! | _____^ Sep 03 23:38:00.177 INFO kablam! 65 | | U256([0x12f0, 1 , 0x0910203040506077, 0x8090a0b0c0d0e0f0]), Sep 03 23:38:00.177 INFO kablam! 66 | | U256::from(& Sep 03 23:38:00.177 INFO kablam! 67 | | [ Sep 03 23:38:00.177 INFO kablam! ... | Sep 03 23:38:00.177 INFO kablam! 73 | | ) Sep 03 23:38:00.177 INFO kablam! 74 | | ); Sep 03 23:38:00.177 INFO kablam! | |______^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.177 INFO kablam! | Sep 03 23:38:00.177 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.177 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.177 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.177 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.178 INFO kablam! Sep 03 23:38:00.180 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.180 INFO kablam! --> tests/uint_tests.rs:75:2 Sep 03 23:38:00.180 INFO kablam! | Sep 03 23:38:00.180 INFO kablam! 75 | assert_eq!( Sep 03 23:38:00.180 INFO kablam! | _____^ Sep 03 23:38:00.180 INFO kablam! 76 | | U256([0x00192437100019fa, 0x243710, 0, 0]), Sep 03 23:38:00.180 INFO kablam! 77 | | U256::from(&[0x24u8, 0x37, 0x10,0, 0x19, 0x24, 0x37, 0x10, 0, 0x19, 0xfa][..]) Sep 03 23:38:00.180 INFO kablam! 78 | | ); Sep 03 23:38:00.180 INFO kablam! | |______^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.180 INFO kablam! | Sep 03 23:38:00.180 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.181 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.181 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.181 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.181 INFO kablam! Sep 03 23:38:00.181 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.182 INFO kablam! --> tests/uint_tests.rs:75:2 Sep 03 23:38:00.182 INFO kablam! | Sep 03 23:38:00.182 INFO kablam! 75 | assert_eq!( Sep 03 23:38:00.182 INFO kablam! | _____^ Sep 03 23:38:00.182 INFO kablam! 76 | | U256([0x00192437100019fa, 0x243710, 0, 0]), Sep 03 23:38:00.182 INFO kablam! 77 | | U256::from(&[0x24u8, 0x37, 0x10,0, 0x19, 0x24, 0x37, 0x10, 0, 0x19, 0xfa][..]) Sep 03 23:38:00.182 INFO kablam! 78 | | ); Sep 03 23:38:00.182 INFO kablam! | |______^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.182 INFO kablam! | Sep 03 23:38:00.182 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.182 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.182 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.182 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.182 INFO kablam! Sep 03 23:38:00.227 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.227 INFO kablam! --> tests/uint_tests.rs:81:11 Sep 03 23:38:00.227 INFO kablam! | Sep 03 23:38:00.227 INFO kablam! 81 | let sa = U256::from_str("0a").unwrap(); Sep 03 23:38:00.227 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.227 INFO kablam! Sep 03 23:38:00.229 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.229 INFO kablam! --> tests/uint_tests.rs:82:2 Sep 03 23:38:00.229 INFO kablam! | Sep 03 23:38:00.229 INFO kablam! 82 | assert_eq!(e, sa); Sep 03 23:38:00.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.229 INFO kablam! | Sep 03 23:38:00.230 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.230 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.230 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.230 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.230 INFO kablam! Sep 03 23:38:00.230 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.230 INFO kablam! --> tests/uint_tests.rs:82:2 Sep 03 23:38:00.230 INFO kablam! | Sep 03 23:38:00.230 INFO kablam! 82 | assert_eq!(e, sa); Sep 03 23:38:00.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.230 INFO kablam! | Sep 03 23:38:00.230 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.230 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.231 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.231 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.231 INFO kablam! Sep 03 23:38:00.232 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.232 INFO kablam! --> tests/uint_tests.rs:83:38 Sep 03 23:38:00.232 INFO kablam! | Sep 03 23:38:00.232 INFO kablam! 83 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Sep 03 23:38:00.232 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.232 INFO kablam! Sep 03 23:38:00.236 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.236 INFO kablam! --> tests/uint_tests.rs:84:38 Sep 03 23:38:00.236 INFO kablam! | Sep 03 23:38:00.236 INFO kablam! 84 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 03 23:38:00.236 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.236 INFO kablam! Sep 03 23:38:00.240 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.240 INFO kablam! --> tests/uint_tests.rs:85:38 Sep 03 23:38:00.240 INFO kablam! | Sep 03 23:38:00.240 INFO kablam! 85 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 03 23:38:00.240 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.240 INFO kablam! Sep 03 23:38:00.243 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.243 INFO kablam! --> tests/uint_tests.rs:86:39 Sep 03 23:38:00.243 INFO kablam! | Sep 03 23:38:00.243 INFO kablam! 86 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Sep 03 23:38:00.243 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.244 INFO kablam! Sep 03 23:38:00.247 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.247 INFO kablam! --> tests/uint_tests.rs:87:39 Sep 03 23:38:00.247 INFO kablam! | Sep 03 23:38:00.247 INFO kablam! 87 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Sep 03 23:38:00.247 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.247 INFO kablam! Sep 03 23:38:00.251 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.251 INFO kablam! --> tests/uint_tests.rs:90:3 Sep 03 23:38:00.251 INFO kablam! | Sep 03 23:38:00.251 INFO kablam! 90 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Sep 03 23:38:00.251 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.251 INFO kablam! Sep 03 23:38:00.255 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.255 INFO kablam! --> tests/uint_tests.rs:92:11 Sep 03 23:38:00.255 INFO kablam! | Sep 03 23:38:00.255 INFO kablam! 92 | let sa = U256::from_str("0a").unwrap(); Sep 03 23:38:00.255 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.255 INFO kablam! Sep 03 23:38:00.257 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.257 INFO kablam! --> tests/uint_tests.rs:93:2 Sep 03 23:38:00.257 INFO kablam! | Sep 03 23:38:00.257 INFO kablam! 93 | assert_eq!(e, sa); Sep 03 23:38:00.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.258 INFO kablam! | Sep 03 23:38:00.258 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.258 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.258 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.258 INFO kablam! Sep 03 23:38:00.258 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.258 INFO kablam! --> tests/uint_tests.rs:93:2 Sep 03 23:38:00.259 INFO kablam! | Sep 03 23:38:00.259 INFO kablam! 93 | assert_eq!(e, sa); Sep 03 23:38:00.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.259 INFO kablam! | Sep 03 23:38:00.259 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.259 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.259 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.259 INFO kablam! Sep 03 23:38:00.261 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.261 INFO kablam! --> tests/uint_tests.rs:94:38 Sep 03 23:38:00.261 INFO kablam! | Sep 03 23:38:00.261 INFO kablam! 94 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Sep 03 23:38:00.261 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.261 INFO kablam! Sep 03 23:38:00.265 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.265 INFO kablam! --> tests/uint_tests.rs:95:38 Sep 03 23:38:00.265 INFO kablam! | Sep 03 23:38:00.265 INFO kablam! 95 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 03 23:38:00.265 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.265 INFO kablam! Sep 03 23:38:00.269 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.269 INFO kablam! --> tests/uint_tests.rs:96:38 Sep 03 23:38:00.269 INFO kablam! | Sep 03 23:38:00.269 INFO kablam! 96 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 03 23:38:00.269 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.270 INFO kablam! Sep 03 23:38:00.274 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.274 INFO kablam! --> tests/uint_tests.rs:97:39 Sep 03 23:38:00.274 INFO kablam! | Sep 03 23:38:00.274 INFO kablam! 97 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Sep 03 23:38:00.274 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.275 INFO kablam! Sep 03 23:38:00.279 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.279 INFO kablam! --> tests/uint_tests.rs:98:39 Sep 03 23:38:00.279 INFO kablam! | Sep 03 23:38:00.279 INFO kablam! 98 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Sep 03 23:38:00.279 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.279 INFO kablam! Sep 03 23:38:00.283 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.283 INFO kablam! --> tests/uint_tests.rs:101:3 Sep 03 23:38:00.283 INFO kablam! | Sep 03 23:38:00.284 INFO kablam! 101 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Sep 03 23:38:00.284 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.284 INFO kablam! Sep 03 23:38:00.288 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.288 INFO kablam! --> tests/uint_tests.rs:103:11 Sep 03 23:38:00.288 INFO kablam! | Sep 03 23:38:00.288 INFO kablam! 103 | let sa = U256::from_str("0a").unwrap(); Sep 03 23:38:00.288 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.288 INFO kablam! Sep 03 23:38:00.291 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.291 INFO kablam! --> tests/uint_tests.rs:104:2 Sep 03 23:38:00.291 INFO kablam! | Sep 03 23:38:00.291 INFO kablam! 104 | assert_eq!(e, sa); Sep 03 23:38:00.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.291 INFO kablam! | Sep 03 23:38:00.291 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.291 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.291 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.291 INFO kablam! Sep 03 23:38:00.292 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.292 INFO kablam! --> tests/uint_tests.rs:104:2 Sep 03 23:38:00.292 INFO kablam! | Sep 03 23:38:00.292 INFO kablam! 104 | assert_eq!(e, sa); Sep 03 23:38:00.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.292 INFO kablam! | Sep 03 23:38:00.292 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.292 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.292 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.293 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.293 INFO kablam! Sep 03 23:38:00.295 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.295 INFO kablam! --> tests/uint_tests.rs:105:38 Sep 03 23:38:00.295 INFO kablam! | Sep 03 23:38:00.295 INFO kablam! 105 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Sep 03 23:38:00.295 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.295 INFO kablam! Sep 03 23:38:00.299 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.299 INFO kablam! --> tests/uint_tests.rs:106:38 Sep 03 23:38:00.300 INFO kablam! | Sep 03 23:38:00.300 INFO kablam! 106 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 03 23:38:00.300 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.300 INFO kablam! Sep 03 23:38:00.304 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.305 INFO kablam! --> tests/uint_tests.rs:107:38 Sep 03 23:38:00.305 INFO kablam! | Sep 03 23:38:00.305 INFO kablam! 107 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 03 23:38:00.305 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.305 INFO kablam! Sep 03 23:38:00.310 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.310 INFO kablam! --> tests/uint_tests.rs:108:39 Sep 03 23:38:00.310 INFO kablam! | Sep 03 23:38:00.310 INFO kablam! 108 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Sep 03 23:38:00.310 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.310 INFO kablam! Sep 03 23:38:00.315 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.315 INFO kablam! --> tests/uint_tests.rs:109:39 Sep 03 23:38:00.315 INFO kablam! | Sep 03 23:38:00.315 INFO kablam! 109 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Sep 03 23:38:00.315 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.315 INFO kablam! Sep 03 23:38:00.320 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.320 INFO kablam! --> tests/uint_tests.rs:112:3 Sep 03 23:38:00.320 INFO kablam! | Sep 03 23:38:00.320 INFO kablam! 112 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Sep 03 23:38:00.320 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.320 INFO kablam! Sep 03 23:38:00.325 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.325 INFO kablam! --> tests/uint_tests.rs:114:11 Sep 03 23:38:00.325 INFO kablam! | Sep 03 23:38:00.325 INFO kablam! 114 | let sa = U256::from_str("0a").unwrap(); Sep 03 23:38:00.325 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.326 INFO kablam! Sep 03 23:38:00.329 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.329 INFO kablam! --> tests/uint_tests.rs:115:2 Sep 03 23:38:00.329 INFO kablam! | Sep 03 23:38:00.329 INFO kablam! 115 | assert_eq!(e, sa); Sep 03 23:38:00.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.329 INFO kablam! | Sep 03 23:38:00.329 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.329 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.329 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.329 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.329 INFO kablam! Sep 03 23:38:00.330 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.330 INFO kablam! --> tests/uint_tests.rs:115:2 Sep 03 23:38:00.330 INFO kablam! | Sep 03 23:38:00.330 INFO kablam! 115 | assert_eq!(e, sa); Sep 03 23:38:00.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.330 INFO kablam! | Sep 03 23:38:00.331 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.331 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.331 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.331 INFO kablam! Sep 03 23:38:00.333 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.333 INFO kablam! --> tests/uint_tests.rs:116:38 Sep 03 23:38:00.333 INFO kablam! | Sep 03 23:38:00.333 INFO kablam! 116 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Sep 03 23:38:00.333 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.333 INFO kablam! Sep 03 23:38:00.338 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.338 INFO kablam! --> tests/uint_tests.rs:117:38 Sep 03 23:38:00.338 INFO kablam! | Sep 03 23:38:00.338 INFO kablam! 117 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 03 23:38:00.338 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.338 INFO kablam! Sep 03 23:38:00.344 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.344 INFO kablam! --> tests/uint_tests.rs:118:38 Sep 03 23:38:00.344 INFO kablam! | Sep 03 23:38:00.344 INFO kablam! 118 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 03 23:38:00.344 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.344 INFO kablam! Sep 03 23:38:00.349 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.350 INFO kablam! --> tests/uint_tests.rs:119:39 Sep 03 23:38:00.350 INFO kablam! | Sep 03 23:38:00.350 INFO kablam! 119 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Sep 03 23:38:00.350 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.350 INFO kablam! Sep 03 23:38:00.355 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.355 INFO kablam! --> tests/uint_tests.rs:120:39 Sep 03 23:38:00.355 INFO kablam! | Sep 03 23:38:00.355 INFO kablam! 120 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Sep 03 23:38:00.355 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.356 INFO kablam! Sep 03 23:38:00.361 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.361 INFO kablam! --> tests/uint_tests.rs:123:3 Sep 03 23:38:00.361 INFO kablam! | Sep 03 23:38:00.361 INFO kablam! 123 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Sep 03 23:38:00.361 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.361 INFO kablam! Sep 03 23:38:00.368 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.368 INFO kablam! --> tests/uint_tests.rs:125:11 Sep 03 23:38:00.368 INFO kablam! | Sep 03 23:38:00.368 INFO kablam! 125 | let sa = U256::from_str("0a").unwrap(); Sep 03 23:38:00.368 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.368 INFO kablam! Sep 03 23:38:00.371 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.371 INFO kablam! --> tests/uint_tests.rs:126:2 Sep 03 23:38:00.371 INFO kablam! | Sep 03 23:38:00.371 INFO kablam! 126 | assert_eq!(e, sa); Sep 03 23:38:00.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.372 INFO kablam! | Sep 03 23:38:00.372 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.372 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.372 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.372 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.372 INFO kablam! Sep 03 23:38:00.373 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.373 INFO kablam! --> tests/uint_tests.rs:126:2 Sep 03 23:38:00.373 INFO kablam! | Sep 03 23:38:00.373 INFO kablam! 126 | assert_eq!(e, sa); Sep 03 23:38:00.373 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.373 INFO kablam! | Sep 03 23:38:00.373 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.373 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.373 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.373 INFO kablam! Sep 03 23:38:00.378 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.378 INFO kablam! --> tests/uint_tests.rs:127:38 Sep 03 23:38:00.378 INFO kablam! | Sep 03 23:38:00.378 INFO kablam! 127 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Sep 03 23:38:00.378 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.378 INFO kablam! Sep 03 23:38:00.381 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.381 INFO kablam! --> tests/uint_tests.rs:128:38 Sep 03 23:38:00.381 INFO kablam! | Sep 03 23:38:00.381 INFO kablam! 128 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 03 23:38:00.381 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.381 INFO kablam! Sep 03 23:38:00.386 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.386 INFO kablam! --> tests/uint_tests.rs:129:38 Sep 03 23:38:00.386 INFO kablam! | Sep 03 23:38:00.386 INFO kablam! 129 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 03 23:38:00.386 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.386 INFO kablam! Sep 03 23:38:00.392 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.392 INFO kablam! --> tests/uint_tests.rs:130:39 Sep 03 23:38:00.393 INFO kablam! | Sep 03 23:38:00.393 INFO kablam! 130 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Sep 03 23:38:00.393 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.393 INFO kablam! Sep 03 23:38:00.397 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.397 INFO kablam! --> tests/uint_tests.rs:131:39 Sep 03 23:38:00.397 INFO kablam! | Sep 03 23:38:00.397 INFO kablam! 131 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Sep 03 23:38:00.397 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.397 INFO kablam! Sep 03 23:38:00.403 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.403 INFO kablam! --> tests/uint_tests.rs:134:3 Sep 03 23:38:00.403 INFO kablam! | Sep 03 23:38:00.403 INFO kablam! 134 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Sep 03 23:38:00.403 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.403 INFO kablam! Sep 03 23:38:00.407 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.407 INFO kablam! --> tests/uint_tests.rs:136:11 Sep 03 23:38:00.407 INFO kablam! | Sep 03 23:38:00.407 INFO kablam! 136 | let sa = U256::from_str("0a").unwrap(); Sep 03 23:38:00.407 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.407 INFO kablam! Sep 03 23:38:00.410 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.410 INFO kablam! --> tests/uint_tests.rs:137:2 Sep 03 23:38:00.410 INFO kablam! | Sep 03 23:38:00.410 INFO kablam! 137 | assert_eq!(e, sa); Sep 03 23:38:00.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.410 INFO kablam! | Sep 03 23:38:00.410 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.410 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.410 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.410 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.411 INFO kablam! Sep 03 23:38:00.411 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.411 INFO kablam! --> tests/uint_tests.rs:137:2 Sep 03 23:38:00.411 INFO kablam! | Sep 03 23:38:00.411 INFO kablam! 137 | assert_eq!(e, sa); Sep 03 23:38:00.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.412 INFO kablam! | Sep 03 23:38:00.412 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.412 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.412 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.412 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.412 INFO kablam! Sep 03 23:38:00.414 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.414 INFO kablam! --> tests/uint_tests.rs:138:38 Sep 03 23:38:00.414 INFO kablam! | Sep 03 23:38:00.414 INFO kablam! 138 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Sep 03 23:38:00.414 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.414 INFO kablam! Sep 03 23:38:00.418 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.418 INFO kablam! --> tests/uint_tests.rs:139:38 Sep 03 23:38:00.418 INFO kablam! | Sep 03 23:38:00.418 INFO kablam! 139 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 03 23:38:00.418 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.418 INFO kablam! Sep 03 23:38:00.423 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.423 INFO kablam! --> tests/uint_tests.rs:140:38 Sep 03 23:38:00.423 INFO kablam! | Sep 03 23:38:00.423 INFO kablam! 140 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 03 23:38:00.423 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.423 INFO kablam! Sep 03 23:38:00.428 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.428 INFO kablam! --> tests/uint_tests.rs:141:39 Sep 03 23:38:00.428 INFO kablam! | Sep 03 23:38:00.428 INFO kablam! 141 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Sep 03 23:38:00.428 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.428 INFO kablam! Sep 03 23:38:00.432 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.432 INFO kablam! --> tests/uint_tests.rs:142:39 Sep 03 23:38:00.433 INFO kablam! | Sep 03 23:38:00.433 INFO kablam! 142 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Sep 03 23:38:00.433 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.433 INFO kablam! Sep 03 23:38:00.437 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.437 INFO kablam! --> tests/uint_tests.rs:145:3 Sep 03 23:38:00.438 INFO kablam! | Sep 03 23:38:00.438 INFO kablam! 145 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Sep 03 23:38:00.438 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.438 INFO kablam! Sep 03 23:38:00.442 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.442 INFO kablam! --> tests/uint_tests.rs:147:11 Sep 03 23:38:00.442 INFO kablam! | Sep 03 23:38:00.442 INFO kablam! 147 | let sa = U256::from_str("0a").unwrap(); Sep 03 23:38:00.442 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.442 INFO kablam! Sep 03 23:38:00.445 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.445 INFO kablam! --> tests/uint_tests.rs:148:2 Sep 03 23:38:00.445 INFO kablam! | Sep 03 23:38:00.445 INFO kablam! 148 | assert_eq!(e, sa); Sep 03 23:38:00.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.445 INFO kablam! | Sep 03 23:38:00.445 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.445 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.445 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.445 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.445 INFO kablam! Sep 03 23:38:00.446 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.447 INFO kablam! --> tests/uint_tests.rs:148:2 Sep 03 23:38:00.447 INFO kablam! | Sep 03 23:38:00.447 INFO kablam! 148 | assert_eq!(e, sa); Sep 03 23:38:00.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.447 INFO kablam! | Sep 03 23:38:00.447 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.447 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.447 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.447 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.447 INFO kablam! Sep 03 23:38:00.449 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.449 INFO kablam! --> tests/uint_tests.rs:149:38 Sep 03 23:38:00.449 INFO kablam! | Sep 03 23:38:00.449 INFO kablam! 149 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Sep 03 23:38:00.449 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.449 INFO kablam! Sep 03 23:38:00.453 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.453 INFO kablam! --> tests/uint_tests.rs:150:38 Sep 03 23:38:00.454 INFO kablam! | Sep 03 23:38:00.454 INFO kablam! 150 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 03 23:38:00.454 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.454 INFO kablam! Sep 03 23:38:00.458 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.459 INFO kablam! --> tests/uint_tests.rs:151:38 Sep 03 23:38:00.459 INFO kablam! | Sep 03 23:38:00.459 INFO kablam! 151 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 03 23:38:00.459 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.459 INFO kablam! Sep 03 23:38:00.463 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.463 INFO kablam! --> tests/uint_tests.rs:152:39 Sep 03 23:38:00.464 INFO kablam! | Sep 03 23:38:00.464 INFO kablam! 152 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Sep 03 23:38:00.464 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.464 INFO kablam! Sep 03 23:38:00.470 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.470 INFO kablam! --> tests/uint_tests.rs:153:39 Sep 03 23:38:00.470 INFO kablam! | Sep 03 23:38:00.470 INFO kablam! 153 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Sep 03 23:38:00.470 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.470 INFO kablam! Sep 03 23:38:00.476 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.476 INFO kablam! --> tests/uint_tests.rs:156:3 Sep 03 23:38:00.476 INFO kablam! | Sep 03 23:38:00.476 INFO kablam! 156 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Sep 03 23:38:00.476 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.476 INFO kablam! Sep 03 23:38:00.481 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.481 INFO kablam! --> tests/uint_tests.rs:158:11 Sep 03 23:38:00.481 INFO kablam! | Sep 03 23:38:00.481 INFO kablam! 158 | let sa = U256::from_str("0a").unwrap(); Sep 03 23:38:00.481 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.481 INFO kablam! Sep 03 23:38:00.486 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.486 INFO kablam! --> tests/uint_tests.rs:159:2 Sep 03 23:38:00.487 INFO kablam! | Sep 03 23:38:00.487 INFO kablam! 159 | assert_eq!(e, sa); Sep 03 23:38:00.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.487 INFO kablam! | Sep 03 23:38:00.487 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.487 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.487 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.487 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.487 INFO kablam! Sep 03 23:38:00.490 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.490 INFO kablam! --> tests/uint_tests.rs:159:2 Sep 03 23:38:00.490 INFO kablam! | Sep 03 23:38:00.490 INFO kablam! 159 | assert_eq!(e, sa); Sep 03 23:38:00.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.490 INFO kablam! | Sep 03 23:38:00.490 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.490 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.490 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.490 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.490 INFO kablam! Sep 03 23:38:00.494 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.494 INFO kablam! --> tests/uint_tests.rs:160:38 Sep 03 23:38:00.494 INFO kablam! | Sep 03 23:38:00.494 INFO kablam! 160 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Sep 03 23:38:00.494 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.494 INFO kablam! Sep 03 23:38:00.498 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.498 INFO kablam! --> tests/uint_tests.rs:161:38 Sep 03 23:38:00.498 INFO kablam! | Sep 03 23:38:00.498 INFO kablam! 161 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 03 23:38:00.498 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.498 INFO kablam! Sep 03 23:38:00.506 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.506 INFO kablam! --> tests/uint_tests.rs:162:38 Sep 03 23:38:00.506 INFO kablam! | Sep 03 23:38:00.506 INFO kablam! 162 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Sep 03 23:38:00.506 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.507 INFO kablam! Sep 03 23:38:00.513 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.513 INFO kablam! --> tests/uint_tests.rs:163:39 Sep 03 23:38:00.513 INFO kablam! | Sep 03 23:38:00.513 INFO kablam! 163 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Sep 03 23:38:00.513 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.513 INFO kablam! Sep 03 23:38:00.521 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.521 INFO kablam! --> tests/uint_tests.rs:164:39 Sep 03 23:38:00.521 INFO kablam! | Sep 03 23:38:00.521 INFO kablam! 164 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Sep 03 23:38:00.521 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.521 INFO kablam! Sep 03 23:38:00.529 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.529 INFO kablam! --> tests/uint_tests.rs:167:3 Sep 03 23:38:00.529 INFO kablam! | Sep 03 23:38:00.529 INFO kablam! 167 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Sep 03 23:38:00.529 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.530 INFO kablam! Sep 03 23:38:00.548 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.549 INFO kablam! --> tests/uint_tests.rs:174:13 Sep 03 23:38:00.549 INFO kablam! | Sep 03 23:38:00.549 INFO kablam! 174 | let uint = U256::from_str(hex).unwrap(); Sep 03 23:38:00.549 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.549 INFO kablam! Sep 03 23:38:00.629 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.629 INFO kablam! --> tests/uint_tests.rs:242:2 Sep 03 23:38:00.629 INFO kablam! | Sep 03 23:38:00.629 INFO kablam! 242 | assert_eq!(add, U256([0xBD5B7DDFBD5B7DDEu64, 1, 0, 0])); Sep 03 23:38:00.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.629 INFO kablam! | Sep 03 23:38:00.629 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.629 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.629 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.629 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.629 INFO kablam! Sep 03 23:38:00.629 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.630 INFO kablam! --> tests/uint_tests.rs:242:2 Sep 03 23:38:00.630 INFO kablam! | Sep 03 23:38:00.630 INFO kablam! 242 | assert_eq!(add, U256([0xBD5B7DDFBD5B7DDEu64, 1, 0, 0])); Sep 03 23:38:00.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.630 INFO kablam! | Sep 03 23:38:00.630 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.630 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.630 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.630 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.630 INFO kablam! Sep 03 23:38:00.631 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.631 INFO kablam! --> tests/uint_tests.rs:245:2 Sep 03 23:38:00.631 INFO kablam! | Sep 03 23:38:00.631 INFO kablam! 245 | assert_eq!(shl, U256([0u64, 0xDFBD5B7DDE000000, 0x1BD5B7D, 0])); Sep 03 23:38:00.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.632 INFO kablam! | Sep 03 23:38:00.632 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.632 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.632 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.632 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.632 INFO kablam! Sep 03 23:38:00.632 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.632 INFO kablam! --> tests/uint_tests.rs:245:2 Sep 03 23:38:00.632 INFO kablam! | Sep 03 23:38:00.632 INFO kablam! 245 | assert_eq!(shl, U256([0u64, 0xDFBD5B7DDE000000, 0x1BD5B7D, 0])); Sep 03 23:38:00.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.632 INFO kablam! | Sep 03 23:38:00.632 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.632 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.632 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.632 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.632 INFO kablam! Sep 03 23:38:00.634 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.634 INFO kablam! --> tests/uint_tests.rs:247:2 Sep 03 23:38:00.634 INFO kablam! | Sep 03 23:38:00.634 INFO kablam! 247 | assert_eq!(shr, U256([0x7DDE000000000000u64, 0x0001BD5B7DDFBD5B, 0, 0])); Sep 03 23:38:00.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.634 INFO kablam! | Sep 03 23:38:00.634 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.634 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.634 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.634 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.634 INFO kablam! Sep 03 23:38:00.635 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.635 INFO kablam! --> tests/uint_tests.rs:247:2 Sep 03 23:38:00.635 INFO kablam! | Sep 03 23:38:00.635 INFO kablam! 247 | assert_eq!(shr, U256([0x7DDE000000000000u64, 0x0001BD5B7DDFBD5B, 0, 0])); Sep 03 23:38:00.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.635 INFO kablam! | Sep 03 23:38:00.635 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.635 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.635 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.635 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.635 INFO kablam! Sep 03 23:38:00.637 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.637 INFO kablam! --> tests/uint_tests.rs:250:2 Sep 03 23:38:00.637 INFO kablam! | Sep 03 23:38:00.637 INFO kablam! 250 | assert_eq!(incr, U256([0x7DDE000000000001u64, 0x0001BD5B7DDFBD5B, 0, 0])); Sep 03 23:38:00.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.637 INFO kablam! | Sep 03 23:38:00.637 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.637 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.637 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.637 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.637 INFO kablam! Sep 03 23:38:00.637 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.637 INFO kablam! --> tests/uint_tests.rs:250:2 Sep 03 23:38:00.637 INFO kablam! | Sep 03 23:38:00.637 INFO kablam! 250 | assert_eq!(incr, U256([0x7DDE000000000001u64, 0x0001BD5B7DDFBD5B, 0, 0])); Sep 03 23:38:00.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.637 INFO kablam! | Sep 03 23:38:00.637 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.637 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.637 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.638 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.638 INFO kablam! Sep 03 23:38:00.639 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.639 INFO kablam! --> tests/uint_tests.rs:253:2 Sep 03 23:38:00.639 INFO kablam! | Sep 03 23:38:00.639 INFO kablam! 253 | assert_eq!(sub, U256([0x9F30411021524112u64, 0x0001BD5B7DDFBD5A, 0, 0])); Sep 03 23:38:00.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.639 INFO kablam! | Sep 03 23:38:00.639 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.639 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.639 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.639 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.639 INFO kablam! Sep 03 23:38:00.639 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.640 INFO kablam! --> tests/uint_tests.rs:253:2 Sep 03 23:38:00.640 INFO kablam! | Sep 03 23:38:00.640 INFO kablam! 253 | assert_eq!(sub, U256([0x9F30411021524112u64, 0x0001BD5B7DDFBD5A, 0, 0])); Sep 03 23:38:00.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.640 INFO kablam! | Sep 03 23:38:00.640 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.640 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.640 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.640 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.640 INFO kablam! Sep 03 23:38:00.644 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.644 INFO kablam! --> tests/uint_tests.rs:256:2 Sep 03 23:38:00.644 INFO kablam! | Sep 03 23:38:00.644 INFO kablam! 256 | assert_eq!(mult, U256([0x8C8C3EE70C644118u64, 0x0209E7378231E632, 0, 0])); Sep 03 23:38:00.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.644 INFO kablam! | Sep 03 23:38:00.644 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.644 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.644 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.644 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.644 INFO kablam! Sep 03 23:38:00.644 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.644 INFO kablam! --> tests/uint_tests.rs:256:2 Sep 03 23:38:00.645 INFO kablam! | Sep 03 23:38:00.645 INFO kablam! 256 | assert_eq!(mult, U256([0x8C8C3EE70C644118u64, 0x0209E7378231E632, 0, 0])); Sep 03 23:38:00.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.645 INFO kablam! | Sep 03 23:38:00.645 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.645 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.645 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.645 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.645 INFO kablam! Sep 03 23:38:00.647 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.648 INFO kablam! --> tests/uint_tests.rs:258:2 Sep 03 23:38:00.648 INFO kablam! | Sep 03 23:38:00.648 INFO kablam! 258 | assert_eq!(U256::from(105u8) / U256::from(5u8), U256::from(21u8)); Sep 03 23:38:00.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.648 INFO kablam! | Sep 03 23:38:00.648 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.648 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.648 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.648 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.648 INFO kablam! Sep 03 23:38:00.648 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.648 INFO kablam! --> tests/uint_tests.rs:258:2 Sep 03 23:38:00.648 INFO kablam! | Sep 03 23:38:00.648 INFO kablam! 258 | assert_eq!(U256::from(105u8) / U256::from(5u8), U256::from(21u8)); Sep 03 23:38:00.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.648 INFO kablam! | Sep 03 23:38:00.648 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.649 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.649 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.649 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.649 INFO kablam! Sep 03 23:38:00.650 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.650 INFO kablam! --> tests/uint_tests.rs:260:2 Sep 03 23:38:00.650 INFO kablam! | Sep 03 23:38:00.650 INFO kablam! 260 | assert_eq!(div, U256([0x9F30411021524112u64, 0x0001BD5B7DDFBD5A, 0, 0])); Sep 03 23:38:00.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.650 INFO kablam! | Sep 03 23:38:00.650 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.650 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.650 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.650 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.650 INFO kablam! Sep 03 23:38:00.650 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.651 INFO kablam! --> tests/uint_tests.rs:260:2 Sep 03 23:38:00.651 INFO kablam! | Sep 03 23:38:00.651 INFO kablam! 260 | assert_eq!(div, U256([0x9F30411021524112u64, 0x0001BD5B7DDFBD5A, 0, 0])); Sep 03 23:38:00.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.651 INFO kablam! | Sep 03 23:38:00.651 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.651 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.651 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.651 INFO kablam! Sep 03 23:38:00.652 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.652 INFO kablam! --> tests/uint_tests.rs:262:10 Sep 03 23:38:00.652 INFO kablam! | Sep 03 23:38:00.652 INFO kablam! 262 | let a = U256::from_str("ff000000000000000000000000000000000000000000000000000000000000d1").unwrap(); Sep 03 23:38:00.652 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.652 INFO kablam! Sep 03 23:38:00.653 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.653 INFO kablam! --> tests/uint_tests.rs:263:10 Sep 03 23:38:00.653 INFO kablam! | Sep 03 23:38:00.653 INFO kablam! 263 | let b = U256::from_str("00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff2e").unwrap(); Sep 03 23:38:00.653 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.653 INFO kablam! Sep 03 23:38:00.659 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.660 INFO kablam! --> tests/uint_tests.rs:272:10 Sep 03 23:38:00.660 INFO kablam! | Sep 03 23:38:00.660 INFO kablam! 272 | let a = U256::from_str("10000000000000000").unwrap(); Sep 03 23:38:00.660 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.660 INFO kablam! Sep 03 23:38:00.660 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.660 INFO kablam! --> tests/uint_tests.rs:273:10 Sep 03 23:38:00.660 INFO kablam! | Sep 03 23:38:00.660 INFO kablam! 273 | let b = U256::from_str("10000000000000000").unwrap(); Sep 03 23:38:00.661 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.661 INFO kablam! Sep 03 23:38:00.661 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.661 INFO kablam! --> tests/uint_tests.rs:275:10 Sep 03 23:38:00.661 INFO kablam! | Sep 03 23:38:00.661 INFO kablam! 275 | let c = U256::from_str("100000000000000000000000000000000").unwrap(); Sep 03 23:38:00.661 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.661 INFO kablam! Sep 03 23:38:00.688 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.688 INFO kablam! --> tests/uint_tests.rs:288:2 Sep 03 23:38:00.688 INFO kablam! | Sep 03 23:38:00.688 INFO kablam! 288 | assert_eq!(init << 64, U256([0, 0xDEADBEEFDEADBEEF, 0, 0])); Sep 03 23:38:00.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.689 INFO kablam! | Sep 03 23:38:00.689 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.689 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.689 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.689 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.689 INFO kablam! Sep 03 23:38:00.689 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.689 INFO kablam! --> tests/uint_tests.rs:288:2 Sep 03 23:38:00.689 INFO kablam! | Sep 03 23:38:00.689 INFO kablam! 288 | assert_eq!(init << 64, U256([0, 0xDEADBEEFDEADBEEF, 0, 0])); Sep 03 23:38:00.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.689 INFO kablam! | Sep 03 23:38:00.689 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.689 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.689 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.689 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.689 INFO kablam! Sep 03 23:38:00.692 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.692 INFO kablam! --> tests/uint_tests.rs:290:2 Sep 03 23:38:00.692 INFO kablam! | Sep 03 23:38:00.693 INFO kablam! 290 | assert_eq!(add, U256([0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0, 0])); Sep 03 23:38:00.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.693 INFO kablam! | Sep 03 23:38:00.693 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.693 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.693 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.693 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.693 INFO kablam! Sep 03 23:38:00.693 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.693 INFO kablam! --> tests/uint_tests.rs:290:2 Sep 03 23:38:00.693 INFO kablam! | Sep 03 23:38:00.693 INFO kablam! 290 | assert_eq!(add, U256([0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0, 0])); Sep 03 23:38:00.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.693 INFO kablam! | Sep 03 23:38:00.693 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.693 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.693 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.694 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.694 INFO kablam! Sep 03 23:38:00.695 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.695 INFO kablam! --> tests/uint_tests.rs:291:2 Sep 03 23:38:00.695 INFO kablam! | Sep 03 23:38:00.695 INFO kablam! 291 | assert_eq!(add >> 0, U256([0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0, 0])); Sep 03 23:38:00.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.695 INFO kablam! | Sep 03 23:38:00.695 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.695 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.695 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.695 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.695 INFO kablam! Sep 03 23:38:00.695 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.695 INFO kablam! --> tests/uint_tests.rs:291:2 Sep 03 23:38:00.695 INFO kablam! | Sep 03 23:38:00.696 INFO kablam! 291 | assert_eq!(add >> 0, U256([0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0, 0])); Sep 03 23:38:00.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.696 INFO kablam! | Sep 03 23:38:00.696 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.696 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.696 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.696 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.696 INFO kablam! Sep 03 23:38:00.697 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.697 INFO kablam! --> tests/uint_tests.rs:292:2 Sep 03 23:38:00.698 INFO kablam! | Sep 03 23:38:00.698 INFO kablam! 292 | assert_eq!(add << 0, U256([0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0, 0])); Sep 03 23:38:00.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.698 INFO kablam! | Sep 03 23:38:00.698 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.698 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.698 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.698 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.698 INFO kablam! Sep 03 23:38:00.698 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.698 INFO kablam! --> tests/uint_tests.rs:292:2 Sep 03 23:38:00.698 INFO kablam! | Sep 03 23:38:00.698 INFO kablam! 292 | assert_eq!(add << 0, U256([0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0, 0])); Sep 03 23:38:00.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.698 INFO kablam! | Sep 03 23:38:00.699 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.699 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.699 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.699 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.699 INFO kablam! Sep 03 23:38:00.700 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.700 INFO kablam! --> tests/uint_tests.rs:293:2 Sep 03 23:38:00.700 INFO kablam! | Sep 03 23:38:00.700 INFO kablam! 293 | assert_eq!(add >> 64, U256([0xDEADBEEFDEADBEEF, 0, 0, 0])); Sep 03 23:38:00.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.700 INFO kablam! | Sep 03 23:38:00.700 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.701 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.701 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.701 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.701 INFO kablam! Sep 03 23:38:00.701 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.701 INFO kablam! --> tests/uint_tests.rs:293:2 Sep 03 23:38:00.701 INFO kablam! | Sep 03 23:38:00.701 INFO kablam! 293 | assert_eq!(add >> 64, U256([0xDEADBEEFDEADBEEF, 0, 0, 0])); Sep 03 23:38:00.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.701 INFO kablam! | Sep 03 23:38:00.701 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.701 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.701 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.701 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.701 INFO kablam! Sep 03 23:38:00.703 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.703 INFO kablam! --> tests/uint_tests.rs:294:2 Sep 03 23:38:00.703 INFO kablam! | Sep 03 23:38:00.703 INFO kablam! 294 | assert_eq!(add << 64, U256([0, 0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0])); Sep 03 23:38:00.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.703 INFO kablam! | Sep 03 23:38:00.703 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.703 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.703 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.703 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.703 INFO kablam! Sep 03 23:38:00.703 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.703 INFO kablam! --> tests/uint_tests.rs:294:2 Sep 03 23:38:00.703 INFO kablam! | Sep 03 23:38:00.703 INFO kablam! 294 | assert_eq!(add << 64, U256([0, 0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0])); Sep 03 23:38:00.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.704 INFO kablam! | Sep 03 23:38:00.704 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.704 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.704 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.704 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.704 INFO kablam! Sep 03 23:38:00.706 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.706 INFO kablam! --> tests/uint_tests.rs:299:2 Sep 03 23:38:00.706 INFO kablam! | Sep 03 23:38:00.706 INFO kablam! 299 | assert_eq!(U256::exp10(0), U256::from(1u64)); Sep 03 23:38:00.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.706 INFO kablam! | Sep 03 23:38:00.706 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.706 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.706 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.707 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.707 INFO kablam! Sep 03 23:38:00.707 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.707 INFO kablam! --> tests/uint_tests.rs:299:2 Sep 03 23:38:00.707 INFO kablam! | Sep 03 23:38:00.707 INFO kablam! 299 | assert_eq!(U256::exp10(0), U256::from(1u64)); Sep 03 23:38:00.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.707 INFO kablam! | Sep 03 23:38:00.707 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.707 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.707 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.707 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.707 INFO kablam! Sep 03 23:38:00.708 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.709 INFO kablam! --> tests/uint_tests.rs:300:26 Sep 03 23:38:00.709 INFO kablam! | Sep 03 23:38:00.709 INFO kablam! 300 | println!("\none: {:?}", U256::from(1u64)); Sep 03 23:38:00.709 INFO kablam! | ^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.709 INFO kablam! | Sep 03 23:38:00.709 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.709 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.709 INFO kablam! Sep 03 23:38:00.710 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.710 INFO kablam! --> tests/uint_tests.rs:301:24 Sep 03 23:38:00.710 INFO kablam! | Sep 03 23:38:00.710 INFO kablam! 301 | println!("ten: {:?}", U256::from(10u64)); Sep 03 23:38:00.710 INFO kablam! | ^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.710 INFO kablam! | Sep 03 23:38:00.710 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.710 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.710 INFO kablam! Sep 03 23:38:00.712 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.712 INFO kablam! --> tests/uint_tests.rs:302:2 Sep 03 23:38:00.712 INFO kablam! | Sep 03 23:38:00.712 INFO kablam! 302 | assert_eq!(U256::from(2u64) * U256::from(10u64), U256::from(20u64)); Sep 03 23:38:00.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.712 INFO kablam! | Sep 03 23:38:00.712 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.712 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.712 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.712 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.712 INFO kablam! Sep 03 23:38:00.712 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.712 INFO kablam! --> tests/uint_tests.rs:302:2 Sep 03 23:38:00.712 INFO kablam! | Sep 03 23:38:00.713 INFO kablam! 302 | assert_eq!(U256::from(2u64) * U256::from(10u64), U256::from(20u64)); Sep 03 23:38:00.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.713 INFO kablam! | Sep 03 23:38:00.713 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.713 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.713 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.713 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.713 INFO kablam! Sep 03 23:38:00.715 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.715 INFO kablam! --> tests/uint_tests.rs:303:2 Sep 03 23:38:00.715 INFO kablam! | Sep 03 23:38:00.715 INFO kablam! 303 | assert_eq!(U256::exp10(1), U256::from(10u64)); Sep 03 23:38:00.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.715 INFO kablam! | Sep 03 23:38:00.715 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.715 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.715 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.715 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.715 INFO kablam! Sep 03 23:38:00.715 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.715 INFO kablam! --> tests/uint_tests.rs:303:2 Sep 03 23:38:00.715 INFO kablam! | Sep 03 23:38:00.715 INFO kablam! 303 | assert_eq!(U256::exp10(1), U256::from(10u64)); Sep 03 23:38:00.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.716 INFO kablam! | Sep 03 23:38:00.716 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.716 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.716 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.716 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.716 INFO kablam! Sep 03 23:38:00.717 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.717 INFO kablam! --> tests/uint_tests.rs:304:2 Sep 03 23:38:00.717 INFO kablam! | Sep 03 23:38:00.717 INFO kablam! 304 | assert_eq!(U256::exp10(2), U256::from(100u64)); Sep 03 23:38:00.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.717 INFO kablam! | Sep 03 23:38:00.717 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.717 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.718 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.718 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.718 INFO kablam! Sep 03 23:38:00.718 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.718 INFO kablam! --> tests/uint_tests.rs:304:2 Sep 03 23:38:00.718 INFO kablam! | Sep 03 23:38:00.718 INFO kablam! 304 | assert_eq!(U256::exp10(2), U256::from(100u64)); Sep 03 23:38:00.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.718 INFO kablam! | Sep 03 23:38:00.718 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.718 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.718 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.718 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.718 INFO kablam! Sep 03 23:38:00.720 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.720 INFO kablam! --> tests/uint_tests.rs:305:2 Sep 03 23:38:00.720 INFO kablam! | Sep 03 23:38:00.720 INFO kablam! 305 | assert_eq!(U256::exp10(5), U256::from(100000u64)); Sep 03 23:38:00.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.720 INFO kablam! | Sep 03 23:38:00.720 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.720 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.720 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.720 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.720 INFO kablam! Sep 03 23:38:00.720 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.721 INFO kablam! --> tests/uint_tests.rs:305:2 Sep 03 23:38:00.721 INFO kablam! | Sep 03 23:38:00.721 INFO kablam! 305 | assert_eq!(U256::exp10(5), U256::from(100000u64)); Sep 03 23:38:00.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.721 INFO kablam! | Sep 03 23:38:00.721 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.721 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.721 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.721 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.721 INFO kablam! Sep 03 23:38:00.724 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.724 INFO kablam! --> tests/uint_tests.rs:310:2 Sep 03 23:38:00.724 INFO kablam! | Sep 03 23:38:00.724 INFO kablam! 310 | assert_eq!(U256::from(0u64) * 2u32, U256::from(0u64)); Sep 03 23:38:00.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.724 INFO kablam! | Sep 03 23:38:00.724 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.724 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.724 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.724 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.724 INFO kablam! Sep 03 23:38:00.724 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.724 INFO kablam! --> tests/uint_tests.rs:310:2 Sep 03 23:38:00.724 INFO kablam! | Sep 03 23:38:00.725 INFO kablam! 310 | assert_eq!(U256::from(0u64) * 2u32, U256::from(0u64)); Sep 03 23:38:00.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.725 INFO kablam! | Sep 03 23:38:00.725 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.725 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.725 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.725 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.725 INFO kablam! Sep 03 23:38:00.726 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.726 INFO kablam! --> tests/uint_tests.rs:311:2 Sep 03 23:38:00.726 INFO kablam! | Sep 03 23:38:00.726 INFO kablam! 311 | assert_eq!(U256::from(1u64) * 2u32, U256::from(2u64)); Sep 03 23:38:00.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.727 INFO kablam! | Sep 03 23:38:00.727 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.727 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.727 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.727 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.727 INFO kablam! Sep 03 23:38:00.727 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.727 INFO kablam! --> tests/uint_tests.rs:311:2 Sep 03 23:38:00.727 INFO kablam! | Sep 03 23:38:00.727 INFO kablam! 311 | assert_eq!(U256::from(1u64) * 2u32, U256::from(2u64)); Sep 03 23:38:00.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.727 INFO kablam! | Sep 03 23:38:00.727 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.728 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.728 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.728 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.728 INFO kablam! Sep 03 23:38:00.729 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.729 INFO kablam! --> tests/uint_tests.rs:312:2 Sep 03 23:38:00.729 INFO kablam! | Sep 03 23:38:00.729 INFO kablam! 312 | assert_eq!(U256::from(10u64) * 2u32, U256::from(20u64)); Sep 03 23:38:00.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.730 INFO kablam! | Sep 03 23:38:00.730 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.730 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.730 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.730 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.730 INFO kablam! Sep 03 23:38:00.730 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.730 INFO kablam! --> tests/uint_tests.rs:312:2 Sep 03 23:38:00.730 INFO kablam! | Sep 03 23:38:00.730 INFO kablam! 312 | assert_eq!(U256::from(10u64) * 2u32, U256::from(20u64)); Sep 03 23:38:00.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.730 INFO kablam! | Sep 03 23:38:00.730 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.730 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.730 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.731 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.731 INFO kablam! Sep 03 23:38:00.732 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.732 INFO kablam! --> tests/uint_tests.rs:313:2 Sep 03 23:38:00.732 INFO kablam! | Sep 03 23:38:00.732 INFO kablam! 313 | assert_eq!(U256::from(10u64) * 5u32, U256::from(50u64)); Sep 03 23:38:00.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.732 INFO kablam! | Sep 03 23:38:00.732 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.732 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.732 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.732 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.732 INFO kablam! Sep 03 23:38:00.733 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.733 INFO kablam! --> tests/uint_tests.rs:313:2 Sep 03 23:38:00.733 INFO kablam! | Sep 03 23:38:00.733 INFO kablam! 313 | assert_eq!(U256::from(10u64) * 5u32, U256::from(50u64)); Sep 03 23:38:00.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.733 INFO kablam! | Sep 03 23:38:00.733 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.733 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.733 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.733 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.733 INFO kablam! Sep 03 23:38:00.735 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.735 INFO kablam! --> tests/uint_tests.rs:314:2 Sep 03 23:38:00.735 INFO kablam! | Sep 03 23:38:00.735 INFO kablam! 314 | assert_eq!(U256::from(1000u64) * 50u32, U256::from(50000u64)); Sep 03 23:38:00.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.735 INFO kablam! | Sep 03 23:38:00.735 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.735 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.735 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.735 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.735 INFO kablam! Sep 03 23:38:00.736 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.736 INFO kablam! --> tests/uint_tests.rs:314:2 Sep 03 23:38:00.736 INFO kablam! | Sep 03 23:38:00.736 INFO kablam! 314 | assert_eq!(U256::from(1000u64) * 50u32, U256::from(50000u64)); Sep 03 23:38:00.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.736 INFO kablam! | Sep 03 23:38:00.736 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.736 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.736 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.736 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.736 INFO kablam! Sep 03 23:38:00.738 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.738 INFO kablam! --> tests/uint_tests.rs:320:2 Sep 03 23:38:00.738 INFO kablam! | Sep 03 23:38:00.738 INFO kablam! 320 | assert_eq!(U256::from(0u64).mul_u32(2), U256::from(0u64)); Sep 03 23:38:00.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.738 INFO kablam! | Sep 03 23:38:00.738 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.738 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.738 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.738 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.738 INFO kablam! Sep 03 23:38:00.739 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.739 INFO kablam! --> tests/uint_tests.rs:320:2 Sep 03 23:38:00.739 INFO kablam! | Sep 03 23:38:00.739 INFO kablam! 320 | assert_eq!(U256::from(0u64).mul_u32(2), U256::from(0u64)); Sep 03 23:38:00.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.739 INFO kablam! | Sep 03 23:38:00.739 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.739 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.739 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.739 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.739 INFO kablam! Sep 03 23:38:00.741 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.741 INFO kablam! --> tests/uint_tests.rs:321:2 Sep 03 23:38:00.741 INFO kablam! | Sep 03 23:38:00.741 INFO kablam! 321 | assert_eq!(U256::from(1u64).mul_u32(2), U256::from(2u64)); Sep 03 23:38:00.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.741 INFO kablam! | Sep 03 23:38:00.741 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.741 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.741 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.741 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.741 INFO kablam! Sep 03 23:38:00.741 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.741 INFO kablam! --> tests/uint_tests.rs:321:2 Sep 03 23:38:00.741 INFO kablam! | Sep 03 23:38:00.741 INFO kablam! 321 | assert_eq!(U256::from(1u64).mul_u32(2), U256::from(2u64)); Sep 03 23:38:00.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.741 INFO kablam! | Sep 03 23:38:00.741 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.742 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.742 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.742 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.742 INFO kablam! Sep 03 23:38:00.743 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.743 INFO kablam! --> tests/uint_tests.rs:322:2 Sep 03 23:38:00.743 INFO kablam! | Sep 03 23:38:00.743 INFO kablam! 322 | assert_eq!(U256::from(10u64).mul_u32(2), U256::from(20u64)); Sep 03 23:38:00.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.743 INFO kablam! | Sep 03 23:38:00.743 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.743 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.743 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.744 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.744 INFO kablam! Sep 03 23:38:00.744 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.744 INFO kablam! --> tests/uint_tests.rs:322:2 Sep 03 23:38:00.744 INFO kablam! | Sep 03 23:38:00.744 INFO kablam! 322 | assert_eq!(U256::from(10u64).mul_u32(2), U256::from(20u64)); Sep 03 23:38:00.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.744 INFO kablam! | Sep 03 23:38:00.744 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.744 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.744 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.744 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.744 INFO kablam! Sep 03 23:38:00.746 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.746 INFO kablam! --> tests/uint_tests.rs:323:2 Sep 03 23:38:00.746 INFO kablam! | Sep 03 23:38:00.746 INFO kablam! 323 | assert_eq!(U256::from(10u64).mul_u32(5), U256::from(50u64)); Sep 03 23:38:00.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.746 INFO kablam! | Sep 03 23:38:00.746 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.746 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.746 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.746 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.746 INFO kablam! Sep 03 23:38:00.747 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.747 INFO kablam! --> tests/uint_tests.rs:323:2 Sep 03 23:38:00.747 INFO kablam! | Sep 03 23:38:00.747 INFO kablam! 323 | assert_eq!(U256::from(10u64).mul_u32(5), U256::from(50u64)); Sep 03 23:38:00.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.747 INFO kablam! | Sep 03 23:38:00.747 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.747 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.747 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.747 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.747 INFO kablam! Sep 03 23:38:00.749 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.749 INFO kablam! --> tests/uint_tests.rs:324:2 Sep 03 23:38:00.749 INFO kablam! | Sep 03 23:38:00.749 INFO kablam! 324 | assert_eq!(U256::from(1000u64).mul_u32(50), U256::from(50000u64)); Sep 03 23:38:00.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.749 INFO kablam! | Sep 03 23:38:00.749 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.749 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.750 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.750 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.750 INFO kablam! Sep 03 23:38:00.750 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.750 INFO kablam! --> tests/uint_tests.rs:324:2 Sep 03 23:38:00.750 INFO kablam! | Sep 03 23:38:00.750 INFO kablam! 324 | assert_eq!(U256::from(1000u64).mul_u32(50), U256::from(50000u64)); Sep 03 23:38:00.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.750 INFO kablam! | Sep 03 23:38:00.750 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.750 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.750 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.750 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.750 INFO kablam! Sep 03 23:38:00.752 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.752 INFO kablam! --> tests/uint_tests.rs:329:2 Sep 03 23:38:00.752 INFO kablam! | Sep 03 23:38:00.752 INFO kablam! 329 | assert_eq!(U256::from(10).pow(U256::from(0)), U256::from(1)); Sep 03 23:38:00.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.752 INFO kablam! | Sep 03 23:38:00.752 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.752 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.752 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.752 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.752 INFO kablam! Sep 03 23:38:00.753 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.753 INFO kablam! --> tests/uint_tests.rs:329:2 Sep 03 23:38:00.753 INFO kablam! | Sep 03 23:38:00.753 INFO kablam! 329 | assert_eq!(U256::from(10).pow(U256::from(0)), U256::from(1)); Sep 03 23:38:00.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.753 INFO kablam! | Sep 03 23:38:00.753 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.753 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.753 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.753 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.753 INFO kablam! Sep 03 23:38:00.754 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.754 INFO kablam! --> tests/uint_tests.rs:330:2 Sep 03 23:38:00.754 INFO kablam! | Sep 03 23:38:00.754 INFO kablam! 330 | assert_eq!(U256::from(10).pow(U256::from(1)), U256::from(10)); Sep 03 23:38:00.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.755 INFO kablam! | Sep 03 23:38:00.755 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.755 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.755 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.755 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.755 INFO kablam! Sep 03 23:38:00.755 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.755 INFO kablam! --> tests/uint_tests.rs:330:2 Sep 03 23:38:00.755 INFO kablam! | Sep 03 23:38:00.755 INFO kablam! 330 | assert_eq!(U256::from(10).pow(U256::from(1)), U256::from(10)); Sep 03 23:38:00.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.755 INFO kablam! | Sep 03 23:38:00.755 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.755 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.755 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.755 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.755 INFO kablam! Sep 03 23:38:00.757 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.757 INFO kablam! --> tests/uint_tests.rs:331:2 Sep 03 23:38:00.757 INFO kablam! | Sep 03 23:38:00.757 INFO kablam! 331 | assert_eq!(U256::from(10).pow(U256::from(2)), U256::from(100)); Sep 03 23:38:00.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.757 INFO kablam! | Sep 03 23:38:00.757 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.757 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.757 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.757 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.757 INFO kablam! Sep 03 23:38:00.757 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.757 INFO kablam! --> tests/uint_tests.rs:331:2 Sep 03 23:38:00.757 INFO kablam! | Sep 03 23:38:00.757 INFO kablam! 331 | assert_eq!(U256::from(10).pow(U256::from(2)), U256::from(100)); Sep 03 23:38:00.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.757 INFO kablam! | Sep 03 23:38:00.758 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.758 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.758 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.758 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.758 INFO kablam! Sep 03 23:38:00.759 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.759 INFO kablam! --> tests/uint_tests.rs:332:2 Sep 03 23:38:00.759 INFO kablam! | Sep 03 23:38:00.759 INFO kablam! 332 | assert_eq!(U256::from(10).pow(U256::from(3)), U256::from(1000)); Sep 03 23:38:00.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.759 INFO kablam! | Sep 03 23:38:00.759 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.759 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.759 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.759 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.759 INFO kablam! Sep 03 23:38:00.760 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.760 INFO kablam! --> tests/uint_tests.rs:332:2 Sep 03 23:38:00.760 INFO kablam! | Sep 03 23:38:00.761 INFO kablam! 332 | assert_eq!(U256::from(10).pow(U256::from(3)), U256::from(1000)); Sep 03 23:38:00.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.761 INFO kablam! | Sep 03 23:38:00.761 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.761 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.761 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.761 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.761 INFO kablam! Sep 03 23:38:00.762 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.762 INFO kablam! --> tests/uint_tests.rs:333:2 Sep 03 23:38:00.762 INFO kablam! | Sep 03 23:38:00.762 INFO kablam! 333 | assert_eq!(U256::from(10).pow(U256::from(20)), U256::exp10(20)); Sep 03 23:38:00.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.762 INFO kablam! | Sep 03 23:38:00.762 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.762 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.762 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.762 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.762 INFO kablam! Sep 03 23:38:00.763 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.763 INFO kablam! --> tests/uint_tests.rs:333:2 Sep 03 23:38:00.763 INFO kablam! | Sep 03 23:38:00.763 INFO kablam! 333 | assert_eq!(U256::from(10).pow(U256::from(20)), U256::exp10(20)); Sep 03 23:38:00.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.763 INFO kablam! | Sep 03 23:38:00.763 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.763 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.763 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.763 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.763 INFO kablam! Sep 03 23:38:00.766 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Display` Sep 03 23:38:00.766 INFO kablam! --> tests/uint_tests.rs:345:28 Sep 03 23:38:00.766 INFO kablam! | Sep 03 23:38:00.766 INFO kablam! 345 | assert_eq!(format!("{}", U256::from(x)), display); Sep 03 23:38:00.766 INFO kablam! | ^^^^^^^^^^^^^ `uint::U256` cannot be formatted with the default formatter Sep 03 23:38:00.766 INFO kablam! | Sep 03 23:38:00.766 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `uint::U256` Sep 03 23:38:00.766 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Sep 03 23:38:00.766 INFO kablam! = note: required by `std::fmt::Display::fmt` Sep 03 23:38:00.766 INFO kablam! Sep 03 23:38:00.770 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.770 INFO kablam! --> tests/uint_tests.rs:347:30 Sep 03 23:38:00.770 INFO kablam! | Sep 03 23:38:00.770 INFO kablam! 347 | assert_eq!(format!("{:?}", U256::from(x)), display); Sep 03 23:38:00.770 INFO kablam! | ^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.770 INFO kablam! | Sep 03 23:38:00.770 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.770 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.770 INFO kablam! Sep 03 23:38:00.772 INFO kablam! error[E0277]: the trait bound `uint::U256: std::fmt::LowerHex` is not satisfied Sep 03 23:38:00.772 INFO kablam! --> tests/uint_tests.rs:348:30 Sep 03 23:38:00.773 INFO kablam! | Sep 03 23:38:00.773 INFO kablam! 348 | assert_eq!(format!("{:x}", U256::from(x)), hex); Sep 03 23:38:00.773 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::fmt::LowerHex` is not implemented for `uint::U256` Sep 03 23:38:00.773 INFO kablam! | Sep 03 23:38:00.773 INFO kablam! = note: required by `std::fmt::LowerHex::fmt` Sep 03 23:38:00.773 INFO kablam! Sep 03 23:38:00.775 INFO kablam! error[E0277]: the trait bound `uint::U256: std::fmt::LowerHex` is not satisfied Sep 03 23:38:00.775 INFO kablam! --> tests/uint_tests.rs:349:31 Sep 03 23:38:00.775 INFO kablam! | Sep 03 23:38:00.775 INFO kablam! 349 | assert_eq!(format!("{:#x}", U256::from(x)), format!("0x{}", hex)); Sep 03 23:38:00.775 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::fmt::LowerHex` is not implemented for `uint::U256` Sep 03 23:38:00.775 INFO kablam! | Sep 03 23:38:00.775 INFO kablam! = note: required by `std::fmt::LowerHex::fmt` Sep 03 23:38:00.776 INFO kablam! Sep 03 23:38:00.783 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Display` Sep 03 23:38:00.783 INFO kablam! --> tests/uint_tests.rs:365:27 Sep 03 23:38:00.783 INFO kablam! | Sep 03 23:38:00.783 INFO kablam! 365 | assert_eq!(format!("{}", value), expected); Sep 03 23:38:00.783 INFO kablam! | ^^^^^ `uint::U256` cannot be formatted with the default formatter Sep 03 23:38:00.783 INFO kablam! | Sep 03 23:38:00.783 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `uint::U256` Sep 03 23:38:00.783 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Sep 03 23:38:00.783 INFO kablam! = note: required by `std::fmt::Display::fmt` Sep 03 23:38:00.783 INFO kablam! Sep 03 23:38:00.786 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.786 INFO kablam! --> tests/uint_tests.rs:366:29 Sep 03 23:38:00.787 INFO kablam! | Sep 03 23:38:00.787 INFO kablam! 366 | assert_eq!(format!("{:?}", value), expected); Sep 03 23:38:00.787 INFO kablam! | ^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.787 INFO kablam! | Sep 03 23:38:00.787 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.787 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.787 INFO kablam! Sep 03 23:38:00.789 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Display` Sep 03 23:38:00.789 INFO kablam! --> tests/uint_tests.rs:373:27 Sep 03 23:38:00.789 INFO kablam! | Sep 03 23:38:00.789 INFO kablam! 373 | assert_eq!(format!("{}", value), expected); Sep 03 23:38:00.789 INFO kablam! | ^^^^^ `uint::U512` cannot be formatted with the default formatter Sep 03 23:38:00.789 INFO kablam! | Sep 03 23:38:00.789 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `uint::U512` Sep 03 23:38:00.789 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Sep 03 23:38:00.789 INFO kablam! = note: required by `std::fmt::Display::fmt` Sep 03 23:38:00.789 INFO kablam! Sep 03 23:38:00.791 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.791 INFO kablam! --> tests/uint_tests.rs:374:29 Sep 03 23:38:00.791 INFO kablam! | Sep 03 23:38:00.792 INFO kablam! 374 | assert_eq!(format!("{:?}", value), expected); Sep 03 23:38:00.792 INFO kablam! | ^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.792 INFO kablam! | Sep 03 23:38:00.792 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 03 23:38:00.792 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.792 INFO kablam! Sep 03 23:38:00.794 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.794 INFO kablam! --> tests/uint_tests.rs:381:4 Sep 03 23:38:00.794 INFO kablam! | Sep 03 23:38:00.794 INFO kablam! 381 | (U256::from_str("8000000000000000000000000000000000000000000000000000000000000000").unwrap(), false) Sep 03 23:38:00.795 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.795 INFO kablam! Sep 03 23:38:00.798 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.798 INFO kablam! --> tests/uint_tests.rs:383:2 Sep 03 23:38:00.798 INFO kablam! | Sep 03 23:38:00.798 INFO kablam! 383 | assert_eq!( Sep 03 23:38:00.798 INFO kablam! | _____^ Sep 03 23:38:00.798 INFO kablam! 384 | | U256::from(2).overflowing_pow(U256::from(0x100)), Sep 03 23:38:00.798 INFO kablam! 385 | | (U256::zero(), true) Sep 03 23:38:00.798 INFO kablam! 386 | | ); Sep 03 23:38:00.798 INFO kablam! | |______^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.798 INFO kablam! | Sep 03 23:38:00.799 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.799 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `(uint::U256, bool)` Sep 03 23:38:00.799 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&(uint::U256, bool)` Sep 03 23:38:00.799 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.799 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.799 INFO kablam! Sep 03 23:38:00.799 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.799 INFO kablam! --> tests/uint_tests.rs:383:2 Sep 03 23:38:00.799 INFO kablam! | Sep 03 23:38:00.799 INFO kablam! 383 | assert_eq!( Sep 03 23:38:00.799 INFO kablam! | _____^ Sep 03 23:38:00.799 INFO kablam! 384 | | U256::from(2).overflowing_pow(U256::from(0x100)), Sep 03 23:38:00.800 INFO kablam! 385 | | (U256::zero(), true) Sep 03 23:38:00.800 INFO kablam! 386 | | ); Sep 03 23:38:00.800 INFO kablam! | |______^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.800 INFO kablam! | Sep 03 23:38:00.800 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.800 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `(uint::U256, bool)` Sep 03 23:38:00.800 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&(uint::U256, bool)` Sep 03 23:38:00.800 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.800 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.800 INFO kablam! Sep 03 23:38:00.801 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.803 INFO kablam! --> tests/uint_tests.rs:391:2 Sep 03 23:38:00.803 INFO kablam! | Sep 03 23:38:00.803 INFO kablam! 391 | assert_eq!(U256::from(1u64) * U256::from(10u64), U256::from(10u64)); Sep 03 23:38:00.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.803 INFO kablam! | Sep 03 23:38:00.803 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.803 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.803 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.803 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.803 INFO kablam! Sep 03 23:38:00.803 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.803 INFO kablam! --> tests/uint_tests.rs:391:2 Sep 03 23:38:00.803 INFO kablam! | Sep 03 23:38:00.803 INFO kablam! 391 | assert_eq!(U256::from(1u64) * U256::from(10u64), U256::from(10u64)); Sep 03 23:38:00.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.803 INFO kablam! | Sep 03 23:38:00.803 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.803 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.803 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.803 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.803 INFO kablam! Sep 03 23:38:00.804 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U512` in the current scope Sep 03 23:38:00.804 INFO kablam! --> tests/uint_tests.rs:396:10 Sep 03 23:38:00.804 INFO kablam! | Sep 03 23:38:00.804 INFO kablam! 396 | let a = U512::from_str("10000000000000000fffffffffffffffe").unwrap(); Sep 03 23:38:00.804 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U512` Sep 03 23:38:00.804 INFO kablam! Sep 03 23:38:00.805 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U512` in the current scope Sep 03 23:38:00.806 INFO kablam! --> tests/uint_tests.rs:397:10 Sep 03 23:38:00.806 INFO kablam! | Sep 03 23:38:00.806 INFO kablam! 397 | let b = U512::from_str("ffffffffffffffffffffffffffffffff").unwrap(); Sep 03 23:38:00.806 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U512` Sep 03 23:38:00.806 INFO kablam! Sep 03 23:38:00.806 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U512` in the current scope Sep 03 23:38:00.807 INFO kablam! --> tests/uint_tests.rs:399:20 Sep 03 23:38:00.807 INFO kablam! | Sep 03 23:38:00.807 INFO kablam! 399 | assert_eq!(a * b, U512::from_str("10000000000000000fffffffffffffffcffffffffffffffff0000000000000002").unwrap()); Sep 03 23:38:00.807 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U512` Sep 03 23:38:00.807 INFO kablam! Sep 03 23:38:00.810 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.810 INFO kablam! --> tests/uint_tests.rs:405:3 Sep 03 23:38:00.811 INFO kablam! | Sep 03 23:38:00.811 INFO kablam! 405 | U256::from_str("100000000000000000000000000000000").unwrap().overflowing_mul( Sep 03 23:38:00.811 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.811 INFO kablam! Sep 03 23:38:00.811 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.811 INFO kablam! --> tests/uint_tests.rs:406:4 Sep 03 23:38:00.812 INFO kablam! | Sep 03 23:38:00.812 INFO kablam! 406 | U256::from_str("100000000000000000000000000000000").unwrap() Sep 03 23:38:00.812 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.812 INFO kablam! Sep 03 23:38:00.816 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U512` in the current scope Sep 03 23:38:00.816 INFO kablam! --> tests/uint_tests.rs:415:3 Sep 03 23:38:00.816 INFO kablam! | Sep 03 23:38:00.816 INFO kablam! 415 | U512::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Sep 03 23:38:00.816 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U512` Sep 03 23:38:00.816 INFO kablam! Sep 03 23:38:00.816 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U512` in the current scope Sep 03 23:38:00.816 INFO kablam! --> tests/uint_tests.rs:417:3 Sep 03 23:38:00.816 INFO kablam! | Sep 03 23:38:00.816 INFO kablam! 417 | U512::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap(), Sep 03 23:38:00.817 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U512` Sep 03 23:38:00.817 INFO kablam! Sep 03 23:38:00.817 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U512` in the current scope Sep 03 23:38:00.817 INFO kablam! --> tests/uint_tests.rs:418:3 Sep 03 23:38:00.817 INFO kablam! | Sep 03 23:38:00.817 INFO kablam! 418 | U512::from_str("3fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000000001").unwrap() Sep 03 23:38:00.817 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U512` Sep 03 23:38:00.817 INFO kablam! Sep 03 23:38:00.820 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.820 INFO kablam! --> tests/uint_tests.rs:425:3 Sep 03 23:38:00.820 INFO kablam! | Sep 03 23:38:00.820 INFO kablam! 425 | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Sep 03 23:38:00.820 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.820 INFO kablam! Sep 03 23:38:00.820 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.820 INFO kablam! --> tests/uint_tests.rs:427:4 Sep 03 23:38:00.820 INFO kablam! | Sep 03 23:38:00.820 INFO kablam! 427 | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Sep 03 23:38:00.820 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.820 INFO kablam! Sep 03 23:38:00.821 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.821 INFO kablam! --> tests/uint_tests.rs:429:4 Sep 03 23:38:00.821 INFO kablam! | Sep 03 23:38:00.821 INFO kablam! 429 | (U256::from_str("1").unwrap(), true) Sep 03 23:38:00.821 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.821 INFO kablam! Sep 03 23:38:00.823 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.823 INFO kablam! --> tests/uint_tests.rs:437:2 Sep 03 23:38:00.823 INFO kablam! | Sep 03 23:38:00.823 INFO kablam! 437 | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Sep 03 23:38:00.823 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.824 INFO kablam! Sep 03 23:38:00.824 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.824 INFO kablam! --> tests/uint_tests.rs:439:2 Sep 03 23:38:00.824 INFO kablam! | Sep 03 23:38:00.824 INFO kablam! 439 | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap(); Sep 03 23:38:00.824 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.824 INFO kablam! Sep 03 23:38:00.825 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.825 INFO kablam! --> tests/uint_tests.rs:445:3 Sep 03 23:38:00.825 INFO kablam! | Sep 03 23:38:00.825 INFO kablam! 445 | U256::from_str("0").unwrap() Sep 03 23:38:00.825 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.825 INFO kablam! Sep 03 23:38:00.826 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.826 INFO kablam! --> tests/uint_tests.rs:447:4 Sep 03 23:38:00.826 INFO kablam! | Sep 03 23:38:00.826 INFO kablam! 447 | U256::from_str("1").unwrap() Sep 03 23:38:00.826 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.826 INFO kablam! Sep 03 23:38:00.827 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.827 INFO kablam! --> tests/uint_tests.rs:449:4 Sep 03 23:38:00.827 INFO kablam! | Sep 03 23:38:00.827 INFO kablam! 449 | (U256::from_str("ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap(), true) Sep 03 23:38:00.827 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.827 INFO kablam! Sep 03 23:38:00.829 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.829 INFO kablam! --> tests/uint_tests.rs:457:2 Sep 03 23:38:00.829 INFO kablam! | Sep 03 23:38:00.829 INFO kablam! 457 | U256::from_str("0").unwrap() Sep 03 23:38:00.829 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.829 INFO kablam! Sep 03 23:38:00.830 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.830 INFO kablam! --> tests/uint_tests.rs:459:2 Sep 03 23:38:00.830 INFO kablam! | Sep 03 23:38:00.830 INFO kablam! 459 | U256::from_str("1").unwrap(); Sep 03 23:38:00.830 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.830 INFO kablam! Sep 03 23:38:00.831 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.831 INFO kablam! --> tests/uint_tests.rs:465:3 Sep 03 23:38:00.831 INFO kablam! | Sep 03 23:38:00.831 INFO kablam! 465 | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Sep 03 23:38:00.831 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.831 INFO kablam! Sep 03 23:38:00.833 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.834 INFO kablam! --> tests/uint_tests.rs:467:3 Sep 03 23:38:00.834 INFO kablam! | Sep 03 23:38:00.834 INFO kablam! 467 | U256::from_str("fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0").unwrap() Sep 03 23:38:00.834 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.834 INFO kablam! Sep 03 23:38:00.837 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.837 INFO kablam! --> tests/uint_tests.rs:474:3 Sep 03 23:38:00.837 INFO kablam! | Sep 03 23:38:00.838 INFO kablam! 474 | U256::from_str("0000000000000001ffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Sep 03 23:38:00.838 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.839 INFO kablam! Sep 03 23:38:00.839 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.839 INFO kablam! --> tests/uint_tests.rs:476:3 Sep 03 23:38:00.839 INFO kablam! | Sep 03 23:38:00.839 INFO kablam! 476 | U256::from_str("ffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000").unwrap() Sep 03 23:38:00.839 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.839 INFO kablam! Sep 03 23:38:00.841 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.841 INFO kablam! --> tests/uint_tests.rs:479:3 Sep 03 23:38:00.841 INFO kablam! | Sep 03 23:38:00.841 INFO kablam! 479 | U256::from_str("0000000000000000ffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Sep 03 23:38:00.841 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.842 INFO kablam! Sep 03 23:38:00.843 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.843 INFO kablam! --> tests/uint_tests.rs:481:3 Sep 03 23:38:00.843 INFO kablam! | Sep 03 23:38:00.843 INFO kablam! 481 | U256::from_str("ffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000").unwrap() Sep 03 23:38:00.843 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.843 INFO kablam! Sep 03 23:38:00.845 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.845 INFO kablam! --> tests/uint_tests.rs:488:3 Sep 03 23:38:00.845 INFO kablam! | Sep 03 23:38:00.845 INFO kablam! 488 | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Sep 03 23:38:00.845 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.846 INFO kablam! Sep 03 23:38:00.846 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.846 INFO kablam! --> tests/uint_tests.rs:490:3 Sep 03 23:38:00.846 INFO kablam! | Sep 03 23:38:00.846 INFO kablam! 490 | U256::from_str("2").unwrap(), Sep 03 23:38:00.846 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.846 INFO kablam! Sep 03 23:38:00.847 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:00.847 INFO kablam! --> tests/uint_tests.rs:491:3 Sep 03 23:38:00.847 INFO kablam! | Sep 03 23:38:00.847 INFO kablam! 491 | U256::from_str("fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe").unwrap() Sep 03 23:38:00.847 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:00.847 INFO kablam! Sep 03 23:38:00.850 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.851 INFO kablam! --> tests/uint_tests.rs:497:2 Sep 03 23:38:00.851 INFO kablam! | Sep 03 23:38:00.851 INFO kablam! 497 | assert_eq!(U256::from(10u64) / U256::from(1u64), U256::from(10u64)); Sep 03 23:38:00.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.853 INFO kablam! | Sep 03 23:38:00.853 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.853 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.853 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.853 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.853 INFO kablam! Sep 03 23:38:00.853 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.853 INFO kablam! --> tests/uint_tests.rs:497:2 Sep 03 23:38:00.853 INFO kablam! | Sep 03 23:38:00.853 INFO kablam! 497 | assert_eq!(U256::from(10u64) / U256::from(1u64), U256::from(10u64)); Sep 03 23:38:00.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.853 INFO kablam! | Sep 03 23:38:00.853 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.853 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.854 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.854 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.854 INFO kablam! Sep 03 23:38:00.854 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.854 INFO kablam! --> tests/uint_tests.rs:498:2 Sep 03 23:38:00.854 INFO kablam! | Sep 03 23:38:00.854 INFO kablam! 498 | assert_eq!(U256::from(10u64) / U256::from(2u64), U256::from(5u64)); Sep 03 23:38:00.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.854 INFO kablam! | Sep 03 23:38:00.854 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.854 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.854 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.854 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.854 INFO kablam! Sep 03 23:38:00.854 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.854 INFO kablam! --> tests/uint_tests.rs:498:2 Sep 03 23:38:00.854 INFO kablam! | Sep 03 23:38:00.854 INFO kablam! 498 | assert_eq!(U256::from(10u64) / U256::from(2u64), U256::from(5u64)); Sep 03 23:38:00.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.855 INFO kablam! | Sep 03 23:38:00.855 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.855 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.855 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.855 INFO kablam! Sep 03 23:38:00.856 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.856 INFO kablam! --> tests/uint_tests.rs:499:2 Sep 03 23:38:00.856 INFO kablam! | Sep 03 23:38:00.857 INFO kablam! 499 | assert_eq!(U256::from(10u64) / U256::from(3u64), U256::from(3u64)); Sep 03 23:38:00.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.857 INFO kablam! | Sep 03 23:38:00.857 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.857 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.857 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.857 INFO kablam! Sep 03 23:38:00.857 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.857 INFO kablam! --> tests/uint_tests.rs:499:2 Sep 03 23:38:00.857 INFO kablam! | Sep 03 23:38:00.857 INFO kablam! 499 | assert_eq!(U256::from(10u64) / U256::from(3u64), U256::from(3u64)); Sep 03 23:38:00.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.857 INFO kablam! | Sep 03 23:38:00.857 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.858 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.858 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.858 INFO kablam! Sep 03 23:38:00.862 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.862 INFO kablam! --> tests/uint_tests.rs:504:2 Sep 03 23:38:00.862 INFO kablam! | Sep 03 23:38:00.862 INFO kablam! 504 | assert_eq!(U256::from(10u64) % U256::from(1u64), U256::from(0u64)); Sep 03 23:38:00.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.862 INFO kablam! | Sep 03 23:38:00.862 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.862 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.862 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.862 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.862 INFO kablam! Sep 03 23:38:00.862 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.863 INFO kablam! --> tests/uint_tests.rs:504:2 Sep 03 23:38:00.863 INFO kablam! | Sep 03 23:38:00.863 INFO kablam! 504 | assert_eq!(U256::from(10u64) % U256::from(1u64), U256::from(0u64)); Sep 03 23:38:00.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.863 INFO kablam! | Sep 03 23:38:00.863 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.863 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.863 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.863 INFO kablam! Sep 03 23:38:00.864 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.864 INFO kablam! --> tests/uint_tests.rs:505:2 Sep 03 23:38:00.864 INFO kablam! | Sep 03 23:38:00.864 INFO kablam! 505 | assert_eq!(U256::from(10u64) % U256::from(3u64), U256::from(1u64)); Sep 03 23:38:00.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.865 INFO kablam! | Sep 03 23:38:00.865 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.865 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.865 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.865 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.865 INFO kablam! Sep 03 23:38:00.865 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.865 INFO kablam! --> tests/uint_tests.rs:505:2 Sep 03 23:38:00.865 INFO kablam! | Sep 03 23:38:00.865 INFO kablam! 505 | assert_eq!(U256::from(10u64) % U256::from(3u64), U256::from(1u64)); Sep 03 23:38:00.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.865 INFO kablam! | Sep 03 23:38:00.865 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.865 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.865 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.865 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.865 INFO kablam! Sep 03 23:38:00.868 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.868 INFO kablam! --> tests/uint_tests.rs:510:2 Sep 03 23:38:00.868 INFO kablam! | Sep 03 23:38:00.868 INFO kablam! 510 | assert_eq!(U256::from_dec_str("10").unwrap(), U256::from(10u64)); Sep 03 23:38:00.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.868 INFO kablam! | Sep 03 23:38:00.868 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.868 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.868 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.868 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.868 INFO kablam! Sep 03 23:38:00.869 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.869 INFO kablam! --> tests/uint_tests.rs:510:2 Sep 03 23:38:00.869 INFO kablam! | Sep 03 23:38:00.869 INFO kablam! 510 | assert_eq!(U256::from_dec_str("10").unwrap(), U256::from(10u64)); Sep 03 23:38:00.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.869 INFO kablam! | Sep 03 23:38:00.869 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.869 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.869 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.869 INFO kablam! Sep 03 23:38:00.871 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.871 INFO kablam! --> tests/uint_tests.rs:511:2 Sep 03 23:38:00.871 INFO kablam! | Sep 03 23:38:00.871 INFO kablam! 511 | assert_eq!(U256::from_dec_str("1024").unwrap(), U256::from(1024u64)); Sep 03 23:38:00.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.871 INFO kablam! | Sep 03 23:38:00.871 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.871 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.871 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.871 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.871 INFO kablam! Sep 03 23:38:00.871 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.871 INFO kablam! --> tests/uint_tests.rs:511:2 Sep 03 23:38:00.871 INFO kablam! | Sep 03 23:38:00.872 INFO kablam! 511 | assert_eq!(U256::from_dec_str("1024").unwrap(), U256::from(1024u64)); Sep 03 23:38:00.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.872 INFO kablam! | Sep 03 23:38:00.872 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.872 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.872 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.872 INFO kablam! Sep 03 23:38:00.874 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.874 INFO kablam! --> tests/uint_tests.rs:512:2 Sep 03 23:38:00.874 INFO kablam! | Sep 03 23:38:00.874 INFO kablam! 512 | assert_eq!(U256::from_dec_str("115792089237316195423570985008687907853269984665640564039457584007913129639936"), Err(FromDecStrErr::InvalidLength)); Sep 03 23:38:00.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.874 INFO kablam! | Sep 03 23:38:00.874 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.874 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::result::Result` Sep 03 23:38:00.874 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::result::Result` Sep 03 23:38:00.874 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.874 INFO kablam! Sep 03 23:38:00.874 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.874 INFO kablam! --> tests/uint_tests.rs:512:2 Sep 03 23:38:00.874 INFO kablam! | Sep 03 23:38:00.874 INFO kablam! 512 | assert_eq!(U256::from_dec_str("115792089237316195423570985008687907853269984665640564039457584007913129639936"), Err(FromDecStrErr::InvalidLength)); Sep 03 23:38:00.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.874 INFO kablam! | Sep 03 23:38:00.874 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.874 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::result::Result` Sep 03 23:38:00.874 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::result::Result` Sep 03 23:38:00.874 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.874 INFO kablam! Sep 03 23:38:00.876 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.876 INFO kablam! --> tests/uint_tests.rs:513:2 Sep 03 23:38:00.876 INFO kablam! | Sep 03 23:38:00.876 INFO kablam! 513 | assert_eq!(U256::from_dec_str("0x11"), Err(FromDecStrErr::InvalidCharacter)); Sep 03 23:38:00.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.876 INFO kablam! | Sep 03 23:38:00.876 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.876 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::result::Result` Sep 03 23:38:00.876 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::result::Result` Sep 03 23:38:00.877 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.877 INFO kablam! Sep 03 23:38:00.877 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.877 INFO kablam! --> tests/uint_tests.rs:513:2 Sep 03 23:38:00.877 INFO kablam! | Sep 03 23:38:00.877 INFO kablam! 513 | assert_eq!(U256::from_dec_str("0x11"), Err(FromDecStrErr::InvalidCharacter)); Sep 03 23:38:00.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.877 INFO kablam! | Sep 03 23:38:00.877 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.877 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::result::Result` Sep 03 23:38:00.877 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::result::Result` Sep 03 23:38:00.877 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.877 INFO kablam! Sep 03 23:38:00.879 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Display` Sep 03 23:38:00.879 INFO kablam! --> tests/uint_tests.rs:519:27 Sep 03 23:38:00.879 INFO kablam! | Sep 03 23:38:00.879 INFO kablam! 519 | assert_eq!(format!("{}", U256::from_dec_str(s).unwrap()), s); Sep 03 23:38:00.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted with the default formatter Sep 03 23:38:00.880 INFO kablam! | Sep 03 23:38:00.880 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `uint::U256` Sep 03 23:38:00.880 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Sep 03 23:38:00.880 INFO kablam! = note: required by `std::fmt::Display::fmt` Sep 03 23:38:00.880 INFO kablam! Sep 03 23:38:00.882 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Display` Sep 03 23:38:00.882 INFO kablam! --> tests/uint_tests.rs:524:27 Sep 03 23:38:00.882 INFO kablam! | Sep 03 23:38:00.882 INFO kablam! 524 | assert_eq!(format!("{}", U256::from(0)), "0"); Sep 03 23:38:00.882 INFO kablam! | ^^^^^^^^^^^^^ `uint::U256` cannot be formatted with the default formatter Sep 03 23:38:00.882 INFO kablam! | Sep 03 23:38:00.882 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `uint::U256` Sep 03 23:38:00.882 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Sep 03 23:38:00.882 INFO kablam! = note: required by `std::fmt::Display::fmt` Sep 03 23:38:00.883 INFO kablam! Sep 03 23:38:00.886 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.886 INFO kablam! --> tests/uint_tests.rs:530:2 Sep 03 23:38:00.886 INFO kablam! | Sep 03 23:38:00.886 INFO kablam! 530 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 0, 0])); Sep 03 23:38:00.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.886 INFO kablam! | Sep 03 23:38:00.886 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 03 23:38:00.886 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 03 23:38:00.886 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.886 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.886 INFO kablam! Sep 03 23:38:00.886 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.887 INFO kablam! --> tests/uint_tests.rs:530:2 Sep 03 23:38:00.887 INFO kablam! | Sep 03 23:38:00.887 INFO kablam! 530 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 0, 0])); Sep 03 23:38:00.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.887 INFO kablam! | Sep 03 23:38:00.887 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 03 23:38:00.887 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 03 23:38:00.887 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.887 INFO kablam! Sep 03 23:38:00.888 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.888 INFO kablam! --> tests/uint_tests.rs:533:2 Sep 03 23:38:00.888 INFO kablam! | Sep 03 23:38:00.888 INFO kablam! 533 | assert_eq!(result, U512([2, 0, 0, 0, 0, 0, 0, 2])); Sep 03 23:38:00.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.888 INFO kablam! | Sep 03 23:38:00.888 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 03 23:38:00.889 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 03 23:38:00.889 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.889 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.889 INFO kablam! Sep 03 23:38:00.889 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.889 INFO kablam! --> tests/uint_tests.rs:533:2 Sep 03 23:38:00.889 INFO kablam! | Sep 03 23:38:00.889 INFO kablam! 533 | assert_eq!(result, U512([2, 0, 0, 0, 0, 0, 0, 2])); Sep 03 23:38:00.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.889 INFO kablam! | Sep 03 23:38:00.889 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 03 23:38:00.889 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 03 23:38:00.889 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.889 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.889 INFO kablam! Sep 03 23:38:00.890 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.890 INFO kablam! --> tests/uint_tests.rs:536:2 Sep 03 23:38:00.890 INFO kablam! | Sep 03 23:38:00.891 INFO kablam! 536 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 0, 2])); Sep 03 23:38:00.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.891 INFO kablam! | Sep 03 23:38:00.891 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 03 23:38:00.891 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 03 23:38:00.891 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.891 INFO kablam! Sep 03 23:38:00.891 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.891 INFO kablam! --> tests/uint_tests.rs:536:2 Sep 03 23:38:00.891 INFO kablam! | Sep 03 23:38:00.891 INFO kablam! 536 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 0, 2])); Sep 03 23:38:00.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.891 INFO kablam! | Sep 03 23:38:00.891 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 03 23:38:00.891 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 03 23:38:00.891 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.891 INFO kablam! Sep 03 23:38:00.893 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.893 INFO kablam! --> tests/uint_tests.rs:539:2 Sep 03 23:38:00.893 INFO kablam! | Sep 03 23:38:00.893 INFO kablam! 539 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 5, 2])); Sep 03 23:38:00.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.893 INFO kablam! | Sep 03 23:38:00.893 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 03 23:38:00.893 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 03 23:38:00.893 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.893 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.893 INFO kablam! Sep 03 23:38:00.894 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.894 INFO kablam! --> tests/uint_tests.rs:539:2 Sep 03 23:38:00.894 INFO kablam! | Sep 03 23:38:00.894 INFO kablam! 539 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 5, 2])); Sep 03 23:38:00.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.894 INFO kablam! | Sep 03 23:38:00.894 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 03 23:38:00.894 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 03 23:38:00.894 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.894 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.894 INFO kablam! Sep 03 23:38:00.895 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.895 INFO kablam! --> tests/uint_tests.rs:542:2 Sep 03 23:38:00.895 INFO kablam! | Sep 03 23:38:00.895 INFO kablam! 542 | assert_eq!(result, U512([10, 12, 14, 16, 18, 20, 22, 24])); Sep 03 23:38:00.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.896 INFO kablam! | Sep 03 23:38:00.896 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 03 23:38:00.896 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 03 23:38:00.896 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.896 INFO kablam! Sep 03 23:38:00.896 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.896 INFO kablam! --> tests/uint_tests.rs:542:2 Sep 03 23:38:00.896 INFO kablam! | Sep 03 23:38:00.896 INFO kablam! 542 | assert_eq!(result, U512([10, 12, 14, 16, 18, 20, 22, 24])); Sep 03 23:38:00.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.896 INFO kablam! | Sep 03 23:38:00.896 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 03 23:38:00.896 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 03 23:38:00.896 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.896 INFO kablam! Sep 03 23:38:00.900 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.900 INFO kablam! --> tests/uint_tests.rs:563:2 Sep 03 23:38:00.900 INFO kablam! | Sep 03 23:38:00.900 INFO kablam! 563 | assert_eq!(result, U256([0, 0, 0, 0])); Sep 03 23:38:00.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.900 INFO kablam! | Sep 03 23:38:00.900 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.900 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.900 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.900 INFO kablam! Sep 03 23:38:00.901 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.901 INFO kablam! --> tests/uint_tests.rs:563:2 Sep 03 23:38:00.901 INFO kablam! | Sep 03 23:38:00.901 INFO kablam! 563 | assert_eq!(result, U256([0, 0, 0, 0])); Sep 03 23:38:00.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.901 INFO kablam! | Sep 03 23:38:00.901 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.901 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.901 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.901 INFO kablam! Sep 03 23:38:00.903 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.903 INFO kablam! --> tests/uint_tests.rs:566:2 Sep 03 23:38:00.903 INFO kablam! | Sep 03 23:38:00.903 INFO kablam! 566 | assert_eq!(result, U256([0, 0, 0, 2])); Sep 03 23:38:00.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.903 INFO kablam! | Sep 03 23:38:00.903 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.903 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.903 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.903 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.903 INFO kablam! Sep 03 23:38:00.903 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.903 INFO kablam! --> tests/uint_tests.rs:566:2 Sep 03 23:38:00.903 INFO kablam! | Sep 03 23:38:00.903 INFO kablam! 566 | assert_eq!(result, U256([0, 0, 0, 2])); Sep 03 23:38:00.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.904 INFO kablam! | Sep 03 23:38:00.904 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.904 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.904 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.904 INFO kablam! Sep 03 23:38:00.906 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.906 INFO kablam! --> tests/uint_tests.rs:569:2 Sep 03 23:38:00.906 INFO kablam! | Sep 03 23:38:00.906 INFO kablam! 569 | assert_eq!(result, U256([0, 0, 5, 2])); Sep 03 23:38:00.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.906 INFO kablam! | Sep 03 23:38:00.906 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.906 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.906 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.906 INFO kablam! Sep 03 23:38:00.907 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.907 INFO kablam! --> tests/uint_tests.rs:569:2 Sep 03 23:38:00.907 INFO kablam! | Sep 03 23:38:00.907 INFO kablam! 569 | assert_eq!(result, U256([0, 0, 5, 2])); Sep 03 23:38:00.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.907 INFO kablam! | Sep 03 23:38:00.907 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.907 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.907 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.907 INFO kablam! Sep 03 23:38:00.910 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.910 INFO kablam! --> tests/uint_tests.rs:583:2 Sep 03 23:38:00.910 INFO kablam! | Sep 03 23:38:00.910 INFO kablam! 583 | assert_eq!(result, U256([0, 0, 0, 0])); Sep 03 23:38:00.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.910 INFO kablam! | Sep 03 23:38:00.910 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.910 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.910 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.910 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.910 INFO kablam! Sep 03 23:38:00.910 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.911 INFO kablam! --> tests/uint_tests.rs:583:2 Sep 03 23:38:00.911 INFO kablam! | Sep 03 23:38:00.911 INFO kablam! 583 | assert_eq!(result, U256([0, 0, 0, 0])); Sep 03 23:38:00.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.911 INFO kablam! | Sep 03 23:38:00.911 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.911 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.911 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.911 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.911 INFO kablam! Sep 03 23:38:00.912 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.912 INFO kablam! --> tests/uint_tests.rs:586:2 Sep 03 23:38:00.912 INFO kablam! | Sep 03 23:38:00.912 INFO kablam! 586 | assert_eq!(result, U256([0, 0, 0, 0])); Sep 03 23:38:00.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.913 INFO kablam! | Sep 03 23:38:00.913 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.913 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.913 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.913 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.913 INFO kablam! Sep 03 23:38:00.913 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.913 INFO kablam! --> tests/uint_tests.rs:586:2 Sep 03 23:38:00.913 INFO kablam! | Sep 03 23:38:00.913 INFO kablam! 586 | assert_eq!(result, U256([0, 0, 0, 0])); Sep 03 23:38:00.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.913 INFO kablam! | Sep 03 23:38:00.913 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.913 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.913 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.913 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.914 INFO kablam! Sep 03 23:38:00.917 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.917 INFO kablam! --> tests/uint_tests.rs:596:2 Sep 03 23:38:00.917 INFO kablam! | Sep 03 23:38:00.917 INFO kablam! 596 | assert_eq!(U256([MAX/2+1, MAX/2+1, MAX/2+1, MAX/2+1]), result); Sep 03 23:38:00.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.917 INFO kablam! | Sep 03 23:38:00.917 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.917 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.917 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.917 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.917 INFO kablam! Sep 03 23:38:00.918 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.918 INFO kablam! --> tests/uint_tests.rs:596:2 Sep 03 23:38:00.918 INFO kablam! | Sep 03 23:38:00.918 INFO kablam! 596 | assert_eq!(U256([MAX/2+1, MAX/2+1, MAX/2+1, MAX/2+1]), result); Sep 03 23:38:00.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.918 INFO kablam! | Sep 03 23:38:00.918 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.918 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.918 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.918 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.918 INFO kablam! Sep 03 23:38:00.921 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.921 INFO kablam! --> tests/uint_tests.rs:600:2 Sep 03 23:38:00.921 INFO kablam! | Sep 03 23:38:00.921 INFO kablam! 600 | assert_eq!(U256([0, 0, MAX, 0]), result); Sep 03 23:38:00.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.921 INFO kablam! | Sep 03 23:38:00.921 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.921 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.921 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.921 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.921 INFO kablam! Sep 03 23:38:00.921 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.922 INFO kablam! --> tests/uint_tests.rs:600:2 Sep 03 23:38:00.922 INFO kablam! | Sep 03 23:38:00.922 INFO kablam! 600 | assert_eq!(U256([0, 0, MAX, 0]), result); Sep 03 23:38:00.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.922 INFO kablam! | Sep 03 23:38:00.922 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.922 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.922 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.922 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.922 INFO kablam! Sep 03 23:38:00.924 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.924 INFO kablam! --> tests/uint_tests.rs:604:2 Sep 03 23:38:00.924 INFO kablam! | Sep 03 23:38:00.924 INFO kablam! 604 | assert_eq!(U256([MAX, MAX, MAX, 0]), result); Sep 03 23:38:00.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.924 INFO kablam! | Sep 03 23:38:00.924 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.924 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.924 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.924 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.924 INFO kablam! Sep 03 23:38:00.924 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.924 INFO kablam! --> tests/uint_tests.rs:604:2 Sep 03 23:38:00.924 INFO kablam! | Sep 03 23:38:00.924 INFO kablam! 604 | assert_eq!(U256([MAX, MAX, MAX, 0]), result); Sep 03 23:38:00.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.925 INFO kablam! | Sep 03 23:38:00.925 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.925 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.925 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.925 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.925 INFO kablam! Sep 03 23:38:00.928 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.928 INFO kablam! --> tests/uint_tests.rs:610:2 Sep 03 23:38:00.928 INFO kablam! | Sep 03 23:38:00.928 INFO kablam! 610 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 0, 0])); Sep 03 23:38:00.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.928 INFO kablam! | Sep 03 23:38:00.928 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 03 23:38:00.928 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 03 23:38:00.928 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.928 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.928 INFO kablam! Sep 03 23:38:00.928 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.928 INFO kablam! --> tests/uint_tests.rs:610:2 Sep 03 23:38:00.929 INFO kablam! | Sep 03 23:38:00.929 INFO kablam! 610 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 0, 0])); Sep 03 23:38:00.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.929 INFO kablam! | Sep 03 23:38:00.929 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 03 23:38:00.929 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 03 23:38:00.929 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.929 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.929 INFO kablam! Sep 03 23:38:00.930 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.930 INFO kablam! --> tests/uint_tests.rs:613:2 Sep 03 23:38:00.930 INFO kablam! | Sep 03 23:38:00.930 INFO kablam! 613 | assert_eq!(result, U512([1, 1, 1, 1, 1, 1, 1, 1])); Sep 03 23:38:00.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.930 INFO kablam! | Sep 03 23:38:00.931 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 03 23:38:00.931 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 03 23:38:00.931 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.931 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.931 INFO kablam! Sep 03 23:38:00.931 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.931 INFO kablam! --> tests/uint_tests.rs:613:2 Sep 03 23:38:00.931 INFO kablam! | Sep 03 23:38:00.931 INFO kablam! 613 | assert_eq!(result, U512([1, 1, 1, 1, 1, 1, 1, 1])); Sep 03 23:38:00.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.931 INFO kablam! | Sep 03 23:38:00.931 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 03 23:38:00.931 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 03 23:38:00.931 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.931 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.931 INFO kablam! Sep 03 23:38:00.937 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.937 INFO kablam! --> tests/uint_tests.rs:625:2 Sep 03 23:38:00.937 INFO kablam! | Sep 03 23:38:00.937 INFO kablam! 625 | assert_eq!(U256([1, MAX-1, 0, 0]), result); Sep 03 23:38:00.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.937 INFO kablam! | Sep 03 23:38:00.937 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.937 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.937 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.937 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.937 INFO kablam! Sep 03 23:38:00.937 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.937 INFO kablam! --> tests/uint_tests.rs:625:2 Sep 03 23:38:00.937 INFO kablam! | Sep 03 23:38:00.938 INFO kablam! 625 | assert_eq!(U256([1, MAX-1, 0, 0]), result); Sep 03 23:38:00.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.938 INFO kablam! | Sep 03 23:38:00.938 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.938 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.938 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.938 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.938 INFO kablam! Sep 03 23:38:00.939 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.939 INFO kablam! --> tests/uint_tests.rs:628:2 Sep 03 23:38:00.940 INFO kablam! | Sep 03 23:38:00.940 INFO kablam! 628 | assert_eq!(U256([0, 1, MAX-1, 0]), result); Sep 03 23:38:00.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.940 INFO kablam! | Sep 03 23:38:00.940 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.940 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.940 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.940 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.940 INFO kablam! Sep 03 23:38:00.940 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.940 INFO kablam! --> tests/uint_tests.rs:628:2 Sep 03 23:38:00.940 INFO kablam! | Sep 03 23:38:00.940 INFO kablam! 628 | assert_eq!(U256([0, 1, MAX-1, 0]), result); Sep 03 23:38:00.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.940 INFO kablam! | Sep 03 23:38:00.940 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.940 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.940 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.940 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.940 INFO kablam! Sep 03 23:38:00.942 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.942 INFO kablam! --> tests/uint_tests.rs:631:2 Sep 03 23:38:00.942 INFO kablam! | Sep 03 23:38:00.942 INFO kablam! 631 | assert_eq!(U256([1, MAX, MAX-1, 0]), result); Sep 03 23:38:00.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.942 INFO kablam! | Sep 03 23:38:00.942 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.942 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.943 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.943 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.943 INFO kablam! Sep 03 23:38:00.949 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.949 INFO kablam! --> tests/uint_tests.rs:631:2 Sep 03 23:38:00.949 INFO kablam! | Sep 03 23:38:00.949 INFO kablam! 631 | assert_eq!(U256([1, MAX, MAX-1, 0]), result); Sep 03 23:38:00.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.949 INFO kablam! | Sep 03 23:38:00.949 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.949 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.950 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.950 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.950 INFO kablam! Sep 03 23:38:00.950 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.950 INFO kablam! --> tests/uint_tests.rs:634:2 Sep 03 23:38:00.950 INFO kablam! | Sep 03 23:38:00.950 INFO kablam! 634 | assert_eq!(U256([1, MAX, MAX-1, 0]), result); Sep 03 23:38:00.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.950 INFO kablam! | Sep 03 23:38:00.950 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.950 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.950 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.950 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.950 INFO kablam! Sep 03 23:38:00.950 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.950 INFO kablam! --> tests/uint_tests.rs:634:2 Sep 03 23:38:00.950 INFO kablam! | Sep 03 23:38:00.951 INFO kablam! 634 | assert_eq!(U256([1, MAX, MAX-1, 0]), result); Sep 03 23:38:00.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.951 INFO kablam! | Sep 03 23:38:00.951 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.951 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.951 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.951 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.951 INFO kablam! Sep 03 23:38:00.951 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.951 INFO kablam! --> tests/uint_tests.rs:638:2 Sep 03 23:38:00.951 INFO kablam! | Sep 03 23:38:00.951 INFO kablam! 638 | assert_eq!(U256([1, 0, MAX-1, MAX]), result); Sep 03 23:38:00.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.951 INFO kablam! | Sep 03 23:38:00.951 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.951 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.951 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.951 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.951 INFO kablam! Sep 03 23:38:00.951 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.951 INFO kablam! --> tests/uint_tests.rs:638:2 Sep 03 23:38:00.952 INFO kablam! | Sep 03 23:38:00.952 INFO kablam! 638 | assert_eq!(U256([1, 0, MAX-1, MAX]), result); Sep 03 23:38:00.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.952 INFO kablam! | Sep 03 23:38:00.952 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.952 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.952 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.952 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.952 INFO kablam! Sep 03 23:38:00.952 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.952 INFO kablam! --> tests/uint_tests.rs:641:2 Sep 03 23:38:00.952 INFO kablam! | Sep 03 23:38:00.952 INFO kablam! 641 | assert_eq!(U256([1, MAX, MAX, MAX-1]), result); Sep 03 23:38:00.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.952 INFO kablam! | Sep 03 23:38:00.952 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.952 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.953 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.953 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.953 INFO kablam! Sep 03 23:38:00.953 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.953 INFO kablam! --> tests/uint_tests.rs:641:2 Sep 03 23:38:00.953 INFO kablam! | Sep 03 23:38:00.953 INFO kablam! 641 | assert_eq!(U256([1, MAX, MAX, MAX-1]), result); Sep 03 23:38:00.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.953 INFO kablam! | Sep 03 23:38:00.953 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.953 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.953 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.953 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.953 INFO kablam! Sep 03 23:38:00.955 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.955 INFO kablam! --> tests/uint_tests.rs:644:2 Sep 03 23:38:00.955 INFO kablam! | Sep 03 23:38:00.955 INFO kablam! 644 | assert_eq!(U256([1, MAX, MAX, MAX-1]), result); Sep 03 23:38:00.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.956 INFO kablam! | Sep 03 23:38:00.956 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.956 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.956 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.956 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.956 INFO kablam! Sep 03 23:38:00.956 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.956 INFO kablam! --> tests/uint_tests.rs:644:2 Sep 03 23:38:00.956 INFO kablam! | Sep 03 23:38:00.956 INFO kablam! 644 | assert_eq!(U256([1, MAX, MAX, MAX-1]), result); Sep 03 23:38:00.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.956 INFO kablam! | Sep 03 23:38:00.956 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.957 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.957 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.957 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.957 INFO kablam! Sep 03 23:38:00.958 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.958 INFO kablam! --> tests/uint_tests.rs:648:2 Sep 03 23:38:00.958 INFO kablam! | Sep 03 23:38:00.958 INFO kablam! 648 | assert_eq!(U256([1, MAX, MAX, MAX]), result); Sep 03 23:38:00.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.958 INFO kablam! | Sep 03 23:38:00.958 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.959 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.959 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.959 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.959 INFO kablam! Sep 03 23:38:00.959 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.959 INFO kablam! --> tests/uint_tests.rs:648:2 Sep 03 23:38:00.959 INFO kablam! | Sep 03 23:38:00.959 INFO kablam! 648 | assert_eq!(U256([1, MAX, MAX, MAX]), result); Sep 03 23:38:00.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.959 INFO kablam! | Sep 03 23:38:00.959 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.959 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.959 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.959 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.959 INFO kablam! Sep 03 23:38:00.961 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.961 INFO kablam! --> tests/uint_tests.rs:652:2 Sep 03 23:38:00.961 INFO kablam! | Sep 03 23:38:00.961 INFO kablam! 652 | assert_eq!(U256([1, MAX, MAX, MAX]), result); Sep 03 23:38:00.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.961 INFO kablam! | Sep 03 23:38:00.961 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.961 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.961 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.961 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.961 INFO kablam! Sep 03 23:38:00.961 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.961 INFO kablam! --> tests/uint_tests.rs:652:2 Sep 03 23:38:00.962 INFO kablam! | Sep 03 23:38:00.962 INFO kablam! 652 | assert_eq!(U256([1, MAX, MAX, MAX]), result); Sep 03 23:38:00.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.962 INFO kablam! | Sep 03 23:38:00.962 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.962 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.962 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.962 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.962 INFO kablam! Sep 03 23:38:00.964 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.964 INFO kablam! --> tests/uint_tests.rs:656:2 Sep 03 23:38:00.964 INFO kablam! | Sep 03 23:38:00.964 INFO kablam! 656 | assert_eq!(U256([1, 0, MAX, MAX-1]), result); Sep 03 23:38:00.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.964 INFO kablam! | Sep 03 23:38:00.964 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.964 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.964 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.964 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.964 INFO kablam! Sep 03 23:38:00.965 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.965 INFO kablam! --> tests/uint_tests.rs:656:2 Sep 03 23:38:00.965 INFO kablam! | Sep 03 23:38:00.965 INFO kablam! 656 | assert_eq!(U256([1, 0, MAX, MAX-1]), result); Sep 03 23:38:00.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.965 INFO kablam! | Sep 03 23:38:00.965 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.965 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.965 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.965 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.965 INFO kablam! Sep 03 23:38:00.967 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.967 INFO kablam! --> tests/uint_tests.rs:660:2 Sep 03 23:38:00.967 INFO kablam! | Sep 03 23:38:00.967 INFO kablam! 660 | assert_eq!(U256([1, 0, MAX, MAX-1]), result); Sep 03 23:38:00.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.967 INFO kablam! | Sep 03 23:38:00.967 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.967 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.967 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.967 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.967 INFO kablam! Sep 03 23:38:00.968 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.968 INFO kablam! --> tests/uint_tests.rs:660:2 Sep 03 23:38:00.968 INFO kablam! | Sep 03 23:38:00.968 INFO kablam! 660 | assert_eq!(U256([1, 0, MAX, MAX-1]), result); Sep 03 23:38:00.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.968 INFO kablam! | Sep 03 23:38:00.968 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.968 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.968 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.968 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.968 INFO kablam! Sep 03 23:38:00.969 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.970 INFO kablam! --> tests/uint_tests.rs:664:2 Sep 03 23:38:00.970 INFO kablam! | Sep 03 23:38:00.970 INFO kablam! 664 | assert_eq!(U256([1, 0, MAX, MAX]), result); Sep 03 23:38:00.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.970 INFO kablam! | Sep 03 23:38:00.970 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.970 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.970 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.970 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.970 INFO kablam! Sep 03 23:38:00.970 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.970 INFO kablam! --> tests/uint_tests.rs:664:2 Sep 03 23:38:00.970 INFO kablam! | Sep 03 23:38:00.970 INFO kablam! 664 | assert_eq!(U256([1, 0, MAX, MAX]), result); Sep 03 23:38:00.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.970 INFO kablam! | Sep 03 23:38:00.970 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.971 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.971 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.971 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.971 INFO kablam! Sep 03 23:38:00.973 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.973 INFO kablam! --> tests/uint_tests.rs:668:2 Sep 03 23:38:00.973 INFO kablam! | Sep 03 23:38:00.973 INFO kablam! 668 | assert_eq!(U256([1, 0, MAX, MAX]), result); Sep 03 23:38:00.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.973 INFO kablam! | Sep 03 23:38:00.973 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.973 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.973 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.973 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.973 INFO kablam! Sep 03 23:38:00.974 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.974 INFO kablam! --> tests/uint_tests.rs:668:2 Sep 03 23:38:00.974 INFO kablam! | Sep 03 23:38:00.974 INFO kablam! 668 | assert_eq!(U256([1, 0, MAX, MAX]), result); Sep 03 23:38:00.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.974 INFO kablam! | Sep 03 23:38:00.974 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.974 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.974 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.974 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.974 INFO kablam! Sep 03 23:38:00.976 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.976 INFO kablam! --> tests/uint_tests.rs:672:2 Sep 03 23:38:00.976 INFO kablam! | Sep 03 23:38:00.976 INFO kablam! 672 | assert_eq!(U256([1, 0, 0, MAX-1]), result); Sep 03 23:38:00.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.976 INFO kablam! | Sep 03 23:38:00.976 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.976 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.976 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.976 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.976 INFO kablam! Sep 03 23:38:00.976 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.976 INFO kablam! --> tests/uint_tests.rs:672:2 Sep 03 23:38:00.977 INFO kablam! | Sep 03 23:38:00.977 INFO kablam! 672 | assert_eq!(U256([1, 0, 0, MAX-1]), result); Sep 03 23:38:00.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.977 INFO kablam! | Sep 03 23:38:00.977 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.977 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.977 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.977 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.977 INFO kablam! Sep 03 23:38:00.979 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.979 INFO kablam! --> tests/uint_tests.rs:676:2 Sep 03 23:38:00.979 INFO kablam! | Sep 03 23:38:00.979 INFO kablam! 676 | assert_eq!(U256([1, 0, 0, MAX]), result); Sep 03 23:38:00.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.979 INFO kablam! | Sep 03 23:38:00.979 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.979 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.979 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.979 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.979 INFO kablam! Sep 03 23:38:00.979 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.979 INFO kablam! --> tests/uint_tests.rs:676:2 Sep 03 23:38:00.979 INFO kablam! | Sep 03 23:38:00.979 INFO kablam! 676 | assert_eq!(U256([1, 0, 0, MAX]), result); Sep 03 23:38:00.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.980 INFO kablam! | Sep 03 23:38:00.980 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.980 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.980 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.980 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.980 INFO kablam! Sep 03 23:38:00.982 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.982 INFO kablam! --> tests/uint_tests.rs:680:2 Sep 03 23:38:00.982 INFO kablam! | Sep 03 23:38:00.982 INFO kablam! 680 | assert_eq!(U256([1, 0, 0, MAX]), result); Sep 03 23:38:00.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.982 INFO kablam! | Sep 03 23:38:00.982 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.982 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.982 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.982 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.982 INFO kablam! Sep 03 23:38:00.982 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.982 INFO kablam! --> tests/uint_tests.rs:680:2 Sep 03 23:38:00.983 INFO kablam! | Sep 03 23:38:00.983 INFO kablam! 680 | assert_eq!(U256([1, 0, 0, MAX]), result); Sep 03 23:38:00.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.983 INFO kablam! | Sep 03 23:38:00.983 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.983 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.983 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.983 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.983 INFO kablam! Sep 03 23:38:00.984 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.984 INFO kablam! --> tests/uint_tests.rs:683:2 Sep 03 23:38:00.984 INFO kablam! | Sep 03 23:38:00.985 INFO kablam! 683 | assert_eq!(U256([0, 0, 0, 0]), result); Sep 03 23:38:00.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.985 INFO kablam! | Sep 03 23:38:00.985 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.985 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.985 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.985 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.985 INFO kablam! Sep 03 23:38:00.985 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.985 INFO kablam! --> tests/uint_tests.rs:683:2 Sep 03 23:38:00.985 INFO kablam! | Sep 03 23:38:00.985 INFO kablam! 683 | assert_eq!(U256([0, 0, 0, 0]), result); Sep 03 23:38:00.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.985 INFO kablam! | Sep 03 23:38:00.985 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.986 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.986 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.986 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.986 INFO kablam! Sep 03 23:38:00.987 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.987 INFO kablam! --> tests/uint_tests.rs:686:2 Sep 03 23:38:00.988 INFO kablam! | Sep 03 23:38:00.988 INFO kablam! 686 | assert_eq!(U256([0, 0, 0, MAX]), result); Sep 03 23:38:00.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.988 INFO kablam! | Sep 03 23:38:00.988 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.988 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.988 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.988 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.988 INFO kablam! Sep 03 23:38:00.988 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.988 INFO kablam! --> tests/uint_tests.rs:686:2 Sep 03 23:38:00.988 INFO kablam! | Sep 03 23:38:00.988 INFO kablam! 686 | assert_eq!(U256([0, 0, 0, MAX]), result); Sep 03 23:38:00.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.988 INFO kablam! | Sep 03 23:38:00.988 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.988 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.989 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.989 INFO kablam! Sep 03 23:38:00.990 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.990 INFO kablam! --> tests/uint_tests.rs:690:2 Sep 03 23:38:00.990 INFO kablam! | Sep 03 23:38:00.990 INFO kablam! 690 | assert_eq!(U256([1, 0, 0, 0]), result); Sep 03 23:38:00.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.990 INFO kablam! | Sep 03 23:38:00.990 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.990 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.990 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.990 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.990 INFO kablam! Sep 03 23:38:00.991 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.991 INFO kablam! --> tests/uint_tests.rs:690:2 Sep 03 23:38:00.991 INFO kablam! | Sep 03 23:38:00.991 INFO kablam! 690 | assert_eq!(U256([1, 0, 0, 0]), result); Sep 03 23:38:00.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.991 INFO kablam! | Sep 03 23:38:00.991 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.991 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.991 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.991 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.991 INFO kablam! Sep 03 23:38:00.995 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.996 INFO kablam! --> tests/uint_tests.rs:696:2 Sep 03 23:38:00.996 INFO kablam! | Sep 03 23:38:00.996 INFO kablam! 696 | assert_eq!(U256([0, 0, 0, 0]), result); Sep 03 23:38:00.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.996 INFO kablam! | Sep 03 23:38:00.996 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.996 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.996 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.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 03 23:38:00.996 INFO kablam! Sep 03 23:38:00.996 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.996 INFO kablam! --> tests/uint_tests.rs:696:2 Sep 03 23:38:00.996 INFO kablam! | Sep 03 23:38:00.996 INFO kablam! 696 | assert_eq!(U256([0, 0, 0, 0]), result); Sep 03 23:38:00.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.997 INFO kablam! | Sep 03 23:38:00.997 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.997 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.997 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.997 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.997 INFO kablam! Sep 03 23:38:00.998 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:00.998 INFO kablam! --> tests/uint_tests.rs:699:2 Sep 03 23:38:00.998 INFO kablam! | Sep 03 23:38:00.998 INFO kablam! 699 | assert_eq!(U256([1, 0, 0, 0]), result); Sep 03 23:38:00.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:00.998 INFO kablam! | Sep 03 23:38:00.998 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:00.998 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:00.998 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:00.998 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:00.998 INFO kablam! Sep 03 23:38:00.999 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.000 INFO kablam! --> tests/uint_tests.rs:699:2 Sep 03 23:38:01.000 INFO kablam! | Sep 03 23:38:01.000 INFO kablam! 699 | assert_eq!(U256([1, 0, 0, 0]), result); Sep 03 23:38:01.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.000 INFO kablam! | Sep 03 23:38:01.001 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.001 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.001 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.001 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.001 INFO kablam! Sep 03 23:38:01.001 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.001 INFO kablam! --> tests/uint_tests.rs:702:2 Sep 03 23:38:01.001 INFO kablam! | Sep 03 23:38:01.001 INFO kablam! 702 | assert_eq!(U256([25, 0, 0, 0]), result); Sep 03 23:38:01.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.001 INFO kablam! | Sep 03 23:38:01.001 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.001 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.001 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.001 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.001 INFO kablam! Sep 03 23:38:01.001 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.001 INFO kablam! --> tests/uint_tests.rs:702:2 Sep 03 23:38:01.001 INFO kablam! | Sep 03 23:38:01.002 INFO kablam! 702 | assert_eq!(U256([25, 0, 0, 0]), result); Sep 03 23:38:01.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.002 INFO kablam! | Sep 03 23:38:01.002 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.002 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.002 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.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 03 23:38:01.002 INFO kablam! Sep 03 23:38:01.003 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.004 INFO kablam! --> tests/uint_tests.rs:705:2 Sep 03 23:38:01.004 INFO kablam! | Sep 03 23:38:01.004 INFO kablam! 705 | assert_eq!(U256([0, 0, 25, 0]), result); Sep 03 23:38:01.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.004 INFO kablam! | Sep 03 23:38:01.004 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.004 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.004 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.004 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.004 INFO kablam! Sep 03 23:38:01.004 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.004 INFO kablam! --> tests/uint_tests.rs:705:2 Sep 03 23:38:01.004 INFO kablam! | Sep 03 23:38:01.004 INFO kablam! 705 | assert_eq!(U256([0, 0, 25, 0]), result); Sep 03 23:38:01.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.005 INFO kablam! | Sep 03 23:38:01.005 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.005 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.005 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.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 03 23:38:01.005 INFO kablam! Sep 03 23:38:01.006 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.006 INFO kablam! --> tests/uint_tests.rs:708:2 Sep 03 23:38:01.006 INFO kablam! | Sep 03 23:38:01.006 INFO kablam! 708 | assert_eq!(U256([0, 0, 0, 1]), result); Sep 03 23:38:01.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.006 INFO kablam! | Sep 03 23:38:01.006 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.006 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.006 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.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 03 23:38:01.007 INFO kablam! Sep 03 23:38:01.007 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.007 INFO kablam! --> tests/uint_tests.rs:708:2 Sep 03 23:38:01.007 INFO kablam! | Sep 03 23:38:01.007 INFO kablam! 708 | assert_eq!(U256([0, 0, 0, 1]), result); Sep 03 23:38:01.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.007 INFO kablam! | Sep 03 23:38:01.007 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.007 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.007 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.007 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.007 INFO kablam! Sep 03 23:38:01.008 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.009 INFO kablam! --> tests/uint_tests.rs:711:2 Sep 03 23:38:01.009 INFO kablam! | Sep 03 23:38:01.009 INFO kablam! 711 | assert_eq!(U256([0, 0, 0, 10]), result); Sep 03 23:38:01.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.009 INFO kablam! | Sep 03 23:38:01.009 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.009 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.009 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.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 03 23:38:01.009 INFO kablam! Sep 03 23:38:01.009 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.009 INFO kablam! --> tests/uint_tests.rs:711:2 Sep 03 23:38:01.009 INFO kablam! | Sep 03 23:38:01.010 INFO kablam! 711 | assert_eq!(U256([0, 0, 0, 10]), result); Sep 03 23:38:01.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.010 INFO kablam! | Sep 03 23:38:01.010 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.010 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.010 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.010 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.010 INFO kablam! Sep 03 23:38:01.011 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.011 INFO kablam! --> tests/uint_tests.rs:714:2 Sep 03 23:38:01.011 INFO kablam! | Sep 03 23:38:01.011 INFO kablam! 714 | assert_eq!(U256([0, 0, 0, 5]), result); Sep 03 23:38:01.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.011 INFO kablam! | Sep 03 23:38:01.011 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.011 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.011 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.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 03 23:38:01.011 INFO kablam! Sep 03 23:38:01.011 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.011 INFO kablam! --> tests/uint_tests.rs:714:2 Sep 03 23:38:01.011 INFO kablam! | Sep 03 23:38:01.011 INFO kablam! 714 | assert_eq!(U256([0, 0, 0, 5]), result); Sep 03 23:38:01.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.011 INFO kablam! | Sep 03 23:38:01.012 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.012 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.012 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.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 03 23:38:01.012 INFO kablam! Sep 03 23:38:01.013 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.013 INFO kablam! --> tests/uint_tests.rs:717:2 Sep 03 23:38:01.013 INFO kablam! | Sep 03 23:38:01.013 INFO kablam! 717 | assert_eq!(U256([0, 0, 0, 0]), result); Sep 03 23:38:01.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.013 INFO kablam! | Sep 03 23:38:01.013 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.013 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.013 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.013 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.014 INFO kablam! Sep 03 23:38:01.014 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.014 INFO kablam! --> tests/uint_tests.rs:717:2 Sep 03 23:38:01.014 INFO kablam! | Sep 03 23:38:01.014 INFO kablam! 717 | assert_eq!(U256([0, 0, 0, 0]), result); Sep 03 23:38:01.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.014 INFO kablam! | Sep 03 23:38:01.014 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.014 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.014 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.014 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.014 INFO kablam! Sep 03 23:38:01.016 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.016 INFO kablam! --> tests/uint_tests.rs:720:2 Sep 03 23:38:01.016 INFO kablam! | Sep 03 23:38:01.016 INFO kablam! 720 | assert_eq!(U256([0, 10, 0, 0]), result); Sep 03 23:38:01.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.016 INFO kablam! | Sep 03 23:38:01.016 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.016 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.016 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.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 03 23:38:01.016 INFO kablam! Sep 03 23:38:01.016 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.016 INFO kablam! --> tests/uint_tests.rs:720:2 Sep 03 23:38:01.017 INFO kablam! | Sep 03 23:38:01.017 INFO kablam! 720 | assert_eq!(U256([0, 10, 0, 0]), result); Sep 03 23:38:01.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.017 INFO kablam! | Sep 03 23:38:01.017 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.017 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.017 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.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 03 23:38:01.017 INFO kablam! Sep 03 23:38:01.018 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.019 INFO kablam! --> tests/uint_tests.rs:723:2 Sep 03 23:38:01.019 INFO kablam! | Sep 03 23:38:01.019 INFO kablam! 723 | assert_eq!(U256([0, 0, 0, MAX]), result); Sep 03 23:38:01.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.019 INFO kablam! | Sep 03 23:38:01.019 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.019 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.019 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.019 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.019 INFO kablam! Sep 03 23:38:01.019 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.019 INFO kablam! --> tests/uint_tests.rs:723:2 Sep 03 23:38:01.019 INFO kablam! | Sep 03 23:38:01.019 INFO kablam! 723 | assert_eq!(U256([0, 0, 0, MAX]), result); Sep 03 23:38:01.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.019 INFO kablam! | Sep 03 23:38:01.019 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.019 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.019 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.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 03 23:38:01.020 INFO kablam! Sep 03 23:38:01.030 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.030 INFO kablam! --> tests/uint_tests.rs:761:2 Sep 03 23:38:01.030 INFO kablam! | Sep 03 23:38:01.030 INFO kablam! 761 | assert_eq!(source, U256::from(1)); Sep 03 23:38:01.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.030 INFO kablam! | Sep 03 23:38:01.030 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.030 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.030 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.030 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.031 INFO kablam! Sep 03 23:38:01.031 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.031 INFO kablam! --> tests/uint_tests.rs:761:2 Sep 03 23:38:01.031 INFO kablam! | Sep 03 23:38:01.031 INFO kablam! 761 | assert_eq!(source, U256::from(1)); Sep 03 23:38:01.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.031 INFO kablam! | Sep 03 23:38:01.031 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.031 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.031 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.031 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.031 INFO kablam! Sep 03 23:38:01.053 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Sep 03 23:38:01.053 INFO kablam! --> tests/uint_tests.rs:787:15 Sep 03 23:38:01.053 INFO kablam! | Sep 03 23:38:01.053 INFO kablam! 787 | let source = U256::from_str("0102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f20").unwrap(); Sep 03 23:38:01.053 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Sep 03 23:38:01.053 INFO kablam! Sep 03 23:38:01.118 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.118 INFO kablam! --> tests/uint_tests.rs:799:2 Sep 03 23:38:01.118 INFO kablam! | Sep 03 23:38:01.118 INFO kablam! 799 | assert_eq!(U256([0, 0, 0, 0]), result); Sep 03 23:38:01.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.118 INFO kablam! | Sep 03 23:38:01.118 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.118 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.118 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.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 03 23:38:01.118 INFO kablam! Sep 03 23:38:01.118 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.118 INFO kablam! --> tests/uint_tests.rs:799:2 Sep 03 23:38:01.118 INFO kablam! | Sep 03 23:38:01.118 INFO kablam! 799 | assert_eq!(U256([0, 0, 0, 0]), result); Sep 03 23:38:01.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.119 INFO kablam! | Sep 03 23:38:01.119 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.119 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.119 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.119 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.119 INFO kablam! Sep 03 23:38:01.121 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.121 INFO kablam! --> tests/uint_tests.rs:802:2 Sep 03 23:38:01.121 INFO kablam! | Sep 03 23:38:01.121 INFO kablam! 802 | assert_eq!(U256([1, 0, 0, 0]), result); Sep 03 23:38:01.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.121 INFO kablam! | Sep 03 23:38:01.121 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.121 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.121 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.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 03 23:38:01.121 INFO kablam! Sep 03 23:38:01.121 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.121 INFO kablam! --> tests/uint_tests.rs:802:2 Sep 03 23:38:01.121 INFO kablam! | Sep 03 23:38:01.121 INFO kablam! 802 | assert_eq!(U256([1, 0, 0, 0]), result); Sep 03 23:38:01.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.122 INFO kablam! | Sep 03 23:38:01.122 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.122 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.122 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.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 03 23:38:01.122 INFO kablam! Sep 03 23:38:01.124 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.124 INFO kablam! --> tests/uint_tests.rs:805:2 Sep 03 23:38:01.124 INFO kablam! | Sep 03 23:38:01.124 INFO kablam! 805 | assert_eq!(U256([25, 0, 0, 0]), result); Sep 03 23:38:01.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.124 INFO kablam! | Sep 03 23:38:01.124 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.124 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.124 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.124 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.124 INFO kablam! Sep 03 23:38:01.125 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.125 INFO kablam! --> tests/uint_tests.rs:805:2 Sep 03 23:38:01.125 INFO kablam! | Sep 03 23:38:01.125 INFO kablam! 805 | assert_eq!(U256([25, 0, 0, 0]), result); Sep 03 23:38:01.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.125 INFO kablam! | Sep 03 23:38:01.125 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.125 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.125 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.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 03 23:38:01.125 INFO kablam! Sep 03 23:38:01.127 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.127 INFO kablam! --> tests/uint_tests.rs:808:2 Sep 03 23:38:01.127 INFO kablam! | Sep 03 23:38:01.127 INFO kablam! 808 | assert_eq!(U256([0, 0, 25, 0]), result); Sep 03 23:38:01.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.127 INFO kablam! | Sep 03 23:38:01.127 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.127 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.127 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.127 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.127 INFO kablam! Sep 03 23:38:01.128 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.128 INFO kablam! --> tests/uint_tests.rs:808:2 Sep 03 23:38:01.128 INFO kablam! | Sep 03 23:38:01.128 INFO kablam! 808 | assert_eq!(U256([0, 0, 25, 0]), result); Sep 03 23:38:01.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.128 INFO kablam! | Sep 03 23:38:01.128 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.128 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.128 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.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 03 23:38:01.128 INFO kablam! Sep 03 23:38:01.130 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.132 INFO kablam! --> tests/uint_tests.rs:811:2 Sep 03 23:38:01.132 INFO kablam! | Sep 03 23:38:01.132 INFO kablam! 811 | assert_eq!(U256([0, 0, 0, 1]), result); Sep 03 23:38:01.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.132 INFO kablam! | Sep 03 23:38:01.132 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.133 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.133 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.133 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.133 INFO kablam! Sep 03 23:38:01.133 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.133 INFO kablam! --> tests/uint_tests.rs:811:2 Sep 03 23:38:01.133 INFO kablam! | Sep 03 23:38:01.133 INFO kablam! 811 | assert_eq!(U256([0, 0, 0, 1]), result); Sep 03 23:38:01.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.133 INFO kablam! | Sep 03 23:38:01.133 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.133 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.133 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.133 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.133 INFO kablam! Sep 03 23:38:01.133 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.133 INFO kablam! --> tests/uint_tests.rs:814:2 Sep 03 23:38:01.133 INFO kablam! | Sep 03 23:38:01.133 INFO kablam! 814 | assert_eq!(U256([0, 0, 0, 10]), result); Sep 03 23:38:01.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.133 INFO kablam! | Sep 03 23:38:01.134 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.134 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.134 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.134 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.134 INFO kablam! Sep 03 23:38:01.134 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.134 INFO kablam! --> tests/uint_tests.rs:814:2 Sep 03 23:38:01.134 INFO kablam! | Sep 03 23:38:01.134 INFO kablam! 814 | assert_eq!(U256([0, 0, 0, 10]), result); Sep 03 23:38:01.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.134 INFO kablam! | Sep 03 23:38:01.134 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.134 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.134 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.134 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.134 INFO kablam! Sep 03 23:38:01.136 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.136 INFO kablam! --> tests/uint_tests.rs:817:2 Sep 03 23:38:01.136 INFO kablam! | Sep 03 23:38:01.136 INFO kablam! 817 | assert_eq!(U256([0, 0, 0, 5]), result); Sep 03 23:38:01.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.136 INFO kablam! | Sep 03 23:38:01.136 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.136 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.136 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.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 03 23:38:01.136 INFO kablam! Sep 03 23:38:01.137 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.137 INFO kablam! --> tests/uint_tests.rs:817:2 Sep 03 23:38:01.137 INFO kablam! | Sep 03 23:38:01.137 INFO kablam! 817 | assert_eq!(U256([0, 0, 0, 5]), result); Sep 03 23:38:01.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.137 INFO kablam! | Sep 03 23:38:01.137 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.137 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.137 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.137 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.137 INFO kablam! Sep 03 23:38:01.139 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.139 INFO kablam! --> tests/uint_tests.rs:820:2 Sep 03 23:38:01.139 INFO kablam! | Sep 03 23:38:01.139 INFO kablam! 820 | assert_eq!(U256([0, 0, 0, 0]), result); Sep 03 23:38:01.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.139 INFO kablam! | Sep 03 23:38:01.139 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.139 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.139 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.139 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.139 INFO kablam! Sep 03 23:38:01.140 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.140 INFO kablam! --> tests/uint_tests.rs:820:2 Sep 03 23:38:01.140 INFO kablam! | Sep 03 23:38:01.140 INFO kablam! 820 | assert_eq!(U256([0, 0, 0, 0]), result); Sep 03 23:38:01.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.140 INFO kablam! | Sep 03 23:38:01.140 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.140 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.140 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.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 03 23:38:01.140 INFO kablam! Sep 03 23:38:01.142 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.142 INFO kablam! --> tests/uint_tests.rs:823:2 Sep 03 23:38:01.142 INFO kablam! | Sep 03 23:38:01.142 INFO kablam! 823 | assert_eq!(U256([0, 10, 0, 0]), result); Sep 03 23:38:01.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.142 INFO kablam! | Sep 03 23:38:01.142 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.142 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.142 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.142 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.142 INFO kablam! Sep 03 23:38:01.143 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.143 INFO kablam! --> tests/uint_tests.rs:823:2 Sep 03 23:38:01.143 INFO kablam! | Sep 03 23:38:01.143 INFO kablam! 823 | assert_eq!(U256([0, 10, 0, 0]), result); Sep 03 23:38:01.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.143 INFO kablam! | Sep 03 23:38:01.143 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.143 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.143 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.143 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.143 INFO kablam! Sep 03 23:38:01.145 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.145 INFO kablam! --> tests/uint_tests.rs:826:2 Sep 03 23:38:01.145 INFO kablam! | Sep 03 23:38:01.145 INFO kablam! 826 | assert_eq!(U256([0, 0, 0, u64::max_value()]), result); Sep 03 23:38:01.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.145 INFO kablam! | Sep 03 23:38:01.145 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.145 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.145 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.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 03 23:38:01.146 INFO kablam! Sep 03 23:38:01.146 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.146 INFO kablam! --> tests/uint_tests.rs:826:2 Sep 03 23:38:01.146 INFO kablam! | Sep 03 23:38:01.146 INFO kablam! 826 | assert_eq!(U256([0, 0, 0, u64::max_value()]), result); Sep 03 23:38:01.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.146 INFO kablam! | Sep 03 23:38:01.146 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.146 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.146 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.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 03 23:38:01.146 INFO kablam! Sep 03 23:38:01.150 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 03 23:38:01.150 INFO kablam! --> tests/uint_tests.rs:828:84 Sep 03 23:38:01.150 INFO kablam! | Sep 03 23:38:01.150 INFO kablam! 828 | let x1: U256 = "0000000000000000000000000000000000000000000000000000012365124623".into(); Sep 03 23:38:01.150 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 03 23:38:01.150 INFO kablam! | Sep 03 23:38:01.150 INFO kablam! = help: the following implementations were found: Sep 03 23:38:01.151 INFO kablam! > Sep 03 23:38:01.151 INFO kablam! > Sep 03 23:38:01.151 INFO kablam! > Sep 03 23:38:01.151 INFO kablam! > Sep 03 23:38:01.151 INFO kablam! and 10 others Sep 03 23:38:01.151 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Sep 03 23:38:01.151 INFO kablam! Sep 03 23:38:01.151 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 03 23:38:01.151 INFO kablam! --> tests/uint_tests.rs:829:93 Sep 03 23:38:01.151 INFO kablam! | Sep 03 23:38:01.151 INFO kablam! 829 | let x2sqr_right: U256 = "000000000000000000000000000000000000000000014baeef72e0378e2328c9".into(); Sep 03 23:38:01.151 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 03 23:38:01.151 INFO kablam! | Sep 03 23:38:01.151 INFO kablam! = help: the following implementations were found: Sep 03 23:38:01.151 INFO kablam! > Sep 03 23:38:01.151 INFO kablam! > Sep 03 23:38:01.151 INFO kablam! > Sep 03 23:38:01.151 INFO kablam! > Sep 03 23:38:01.151 INFO kablam! and 10 others Sep 03 23:38:01.151 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Sep 03 23:38:01.151 INFO kablam! Sep 03 23:38:01.152 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.152 INFO kablam! --> tests/uint_tests.rs:831:2 Sep 03 23:38:01.152 INFO kablam! | Sep 03 23:38:01.152 INFO kablam! 831 | assert_eq!(x2sqr_right, x1sqr); Sep 03 23:38:01.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.152 INFO kablam! | Sep 03 23:38:01.152 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.152 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.152 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.152 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.152 INFO kablam! Sep 03 23:38:01.153 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.153 INFO kablam! --> tests/uint_tests.rs:831:2 Sep 03 23:38:01.153 INFO kablam! | Sep 03 23:38:01.153 INFO kablam! 831 | assert_eq!(x2sqr_right, x1sqr); Sep 03 23:38:01.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.153 INFO kablam! | Sep 03 23:38:01.153 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.153 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.153 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.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 03 23:38:01.153 INFO kablam! Sep 03 23:38:01.154 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 03 23:38:01.154 INFO kablam! --> tests/uint_tests.rs:834:94 Sep 03 23:38:01.154 INFO kablam! | Sep 03 23:38:01.154 INFO kablam! 834 | let x1cube_right: U256 = "0000000000000000000000000000000001798acde139361466f712813717897b".into(); Sep 03 23:38:01.154 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 03 23:38:01.154 INFO kablam! | Sep 03 23:38:01.154 INFO kablam! = help: the following implementations were found: Sep 03 23:38:01.154 INFO kablam! > Sep 03 23:38:01.154 INFO kablam! > Sep 03 23:38:01.154 INFO kablam! > Sep 03 23:38:01.155 INFO kablam! > Sep 03 23:38:01.155 INFO kablam! and 10 others Sep 03 23:38:01.155 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Sep 03 23:38:01.155 INFO kablam! Sep 03 23:38:01.155 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.156 INFO kablam! --> tests/uint_tests.rs:835:2 Sep 03 23:38:01.156 INFO kablam! | Sep 03 23:38:01.156 INFO kablam! 835 | assert_eq!(x1cube_right, x1cube); Sep 03 23:38:01.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.156 INFO kablam! | Sep 03 23:38:01.156 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.156 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.156 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.156 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.156 INFO kablam! Sep 03 23:38:01.156 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.156 INFO kablam! --> tests/uint_tests.rs:835:2 Sep 03 23:38:01.156 INFO kablam! | Sep 03 23:38:01.156 INFO kablam! 835 | assert_eq!(x1cube_right, x1cube); Sep 03 23:38:01.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.157 INFO kablam! | Sep 03 23:38:01.157 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.157 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.157 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.157 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.157 INFO kablam! Sep 03 23:38:01.157 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 03 23:38:01.157 INFO kablam! --> tests/uint_tests.rs:838:94 Sep 03 23:38:01.157 INFO kablam! | Sep 03 23:38:01.157 INFO kablam! 838 | let x1quad_right: U256 = "000000000000000000000001adbdd6bd6ff027485484b97f8a6a4c7129756dd1".into(); Sep 03 23:38:01.157 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 03 23:38:01.158 INFO kablam! | Sep 03 23:38:01.158 INFO kablam! = help: the following implementations were found: Sep 03 23:38:01.158 INFO kablam! > Sep 03 23:38:01.158 INFO kablam! > Sep 03 23:38:01.158 INFO kablam! > Sep 03 23:38:01.158 INFO kablam! > Sep 03 23:38:01.158 INFO kablam! and 10 others Sep 03 23:38:01.158 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Sep 03 23:38:01.158 INFO kablam! Sep 03 23:38:01.158 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.158 INFO kablam! --> tests/uint_tests.rs:839:2 Sep 03 23:38:01.158 INFO kablam! | Sep 03 23:38:01.158 INFO kablam! 839 | assert_eq!(x1quad_right, x1quad); Sep 03 23:38:01.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.158 INFO kablam! | Sep 03 23:38:01.158 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.159 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.159 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.159 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.159 INFO kablam! Sep 03 23:38:01.159 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.159 INFO kablam! --> tests/uint_tests.rs:839:2 Sep 03 23:38:01.159 INFO kablam! | Sep 03 23:38:01.159 INFO kablam! 839 | assert_eq!(x1quad_right, x1quad); Sep 03 23:38:01.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.159 INFO kablam! | Sep 03 23:38:01.159 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.159 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.159 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.159 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.159 INFO kablam! Sep 03 23:38:01.160 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 03 23:38:01.160 INFO kablam! --> tests/uint_tests.rs:842:95 Sep 03 23:38:01.160 INFO kablam! | Sep 03 23:38:01.160 INFO kablam! 842 | let x1penta_right: U256 = "00000000000001e92875ac24be246e1c57e0507e8c46cc8d233b77f6f4c72993".into(); Sep 03 23:38:01.160 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 03 23:38:01.160 INFO kablam! | Sep 03 23:38:01.160 INFO kablam! = help: the following implementations were found: Sep 03 23:38:01.160 INFO kablam! > Sep 03 23:38:01.160 INFO kablam! > Sep 03 23:38:01.160 INFO kablam! > Sep 03 23:38:01.160 INFO kablam! > Sep 03 23:38:01.160 INFO kablam! and 10 others Sep 03 23:38:01.160 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Sep 03 23:38:01.161 INFO kablam! Sep 03 23:38:01.161 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.161 INFO kablam! --> tests/uint_tests.rs:843:2 Sep 03 23:38:01.161 INFO kablam! | Sep 03 23:38:01.161 INFO kablam! 843 | assert_eq!(x1penta_right, x1penta); Sep 03 23:38:01.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.161 INFO kablam! | Sep 03 23:38:01.161 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.161 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.161 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.161 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.161 INFO kablam! Sep 03 23:38:01.162 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.162 INFO kablam! --> tests/uint_tests.rs:843:2 Sep 03 23:38:01.162 INFO kablam! | Sep 03 23:38:01.162 INFO kablam! 843 | assert_eq!(x1penta_right, x1penta); Sep 03 23:38:01.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.162 INFO kablam! | Sep 03 23:38:01.162 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.162 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.162 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.162 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.162 INFO kablam! Sep 03 23:38:01.163 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 03 23:38:01.163 INFO kablam! --> tests/uint_tests.rs:846:97 Sep 03 23:38:01.163 INFO kablam! | Sep 03 23:38:01.163 INFO kablam! 846 | let x1septima_right: U256 = "00022cca1da3f6e5722b7d3cc5bbfb486465ebc5a708dd293042f932d7eee119".into(); Sep 03 23:38:01.163 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 03 23:38:01.163 INFO kablam! | Sep 03 23:38:01.163 INFO kablam! = help: the following implementations were found: Sep 03 23:38:01.163 INFO kablam! > Sep 03 23:38:01.163 INFO kablam! > Sep 03 23:38:01.163 INFO kablam! > Sep 03 23:38:01.163 INFO kablam! > Sep 03 23:38:01.163 INFO kablam! and 10 others Sep 03 23:38:01.163 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Sep 03 23:38:01.163 INFO kablam! Sep 03 23:38:01.164 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.164 INFO kablam! --> tests/uint_tests.rs:847:2 Sep 03 23:38:01.164 INFO kablam! | Sep 03 23:38:01.164 INFO kablam! 847 | assert_eq!(x1septima_right, x1septima); Sep 03 23:38:01.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.164 INFO kablam! | Sep 03 23:38:01.164 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.164 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.164 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.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 03 23:38:01.164 INFO kablam! Sep 03 23:38:01.164 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.164 INFO kablam! --> tests/uint_tests.rs:847:2 Sep 03 23:38:01.164 INFO kablam! | Sep 03 23:38:01.164 INFO kablam! 847 | assert_eq!(x1septima_right, x1septima); Sep 03 23:38:01.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.164 INFO kablam! | Sep 03 23:38:01.164 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.164 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.164 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.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 03 23:38:01.165 INFO kablam! Sep 03 23:38:01.172 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Display` Sep 03 23:38:01.172 INFO kablam! --> tests/uint_tests.rs:854:28 Sep 03 23:38:01.172 INFO kablam! | Sep 03 23:38:01.172 INFO kablam! 854 | assert_eq!(&format!("{}", val), "1643897619276947051879427220465009342380213662639797070513307648"); Sep 03 23:38:01.172 INFO kablam! | ^^^ `uint::U256` cannot be formatted with the default formatter Sep 03 23:38:01.173 INFO kablam! | Sep 03 23:38:01.173 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `uint::U256` Sep 03 23:38:01.173 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Sep 03 23:38:01.173 INFO kablam! = note: required by `std::fmt::Display::fmt` Sep 03 23:38:01.173 INFO kablam! Sep 03 23:38:01.175 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 03 23:38:01.175 INFO kablam! --> tests/uint_tests.rs:859:88 Sep 03 23:38:01.175 INFO kablam! | Sep 03 23:38:01.176 INFO kablam! 859 | let number: U256 = "00022cca1da3f6e5722b7d3cc5bbfb486465ebc5a708dd293042f932d7eee119".into(); Sep 03 23:38:01.176 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 03 23:38:01.176 INFO kablam! | Sep 03 23:38:01.176 INFO kablam! = help: the following implementations were found: Sep 03 23:38:01.176 INFO kablam! > Sep 03 23:38:01.176 INFO kablam! > Sep 03 23:38:01.176 INFO kablam! > Sep 03 23:38:01.176 INFO kablam! > Sep 03 23:38:01.176 INFO kablam! and 10 others Sep 03 23:38:01.176 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Sep 03 23:38:01.176 INFO kablam! Sep 03 23:38:01.206 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.206 INFO kablam! --> tests/uint_tests.rs:940:2 Sep 03 23:38:01.206 INFO kablam! | Sep 03 23:38:01.206 INFO kablam! 940 | assert_eq!(U256::from(1), number); Sep 03 23:38:01.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.206 INFO kablam! | Sep 03 23:38:01.206 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.206 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.206 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.206 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.206 INFO kablam! Sep 03 23:38:01.206 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.206 INFO kablam! --> tests/uint_tests.rs:940:2 Sep 03 23:38:01.206 INFO kablam! | Sep 03 23:38:01.206 INFO kablam! 940 | assert_eq!(U256::from(1), number); Sep 03 23:38:01.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.207 INFO kablam! | Sep 03 23:38:01.207 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.207 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.207 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.207 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.207 INFO kablam! Sep 03 23:38:01.209 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.209 INFO kablam! --> tests/uint_tests.rs:954:2 Sep 03 23:38:01.209 INFO kablam! | Sep 03 23:38:01.209 INFO kablam! 954 | assert_eq!(U256::from(1), number); Sep 03 23:38:01.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.209 INFO kablam! | Sep 03 23:38:01.209 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.209 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.209 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.209 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.210 INFO kablam! Sep 03 23:38:01.210 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.210 INFO kablam! --> tests/uint_tests.rs:954:2 Sep 03 23:38:01.210 INFO kablam! | Sep 03 23:38:01.210 INFO kablam! 954 | assert_eq!(U256::from(1), number); Sep 03 23:38:01.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.210 INFO kablam! | Sep 03 23:38:01.210 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.210 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.210 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.210 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.210 INFO kablam! Sep 03 23:38:01.218 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.218 INFO kablam! --> tests/uint_tests.rs:978:2 Sep 03 23:38:01.218 INFO kablam! | Sep 03 23:38:01.218 INFO kablam! 978 | assert_eq!( num, U256::from(std::u64::MAX) + 1 + 123); Sep 03 23:38:01.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.218 INFO kablam! | Sep 03 23:38:01.218 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.218 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.218 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.218 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.219 INFO kablam! Sep 03 23:38:01.219 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.219 INFO kablam! --> tests/uint_tests.rs:978:2 Sep 03 23:38:01.219 INFO kablam! | Sep 03 23:38:01.219 INFO kablam! 978 | assert_eq!( num, U256::from(std::u64::MAX) + 1 + 123); Sep 03 23:38:01.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.219 INFO kablam! | Sep 03 23:38:01.219 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.219 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.219 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.219 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.219 INFO kablam! Sep 03 23:38:01.222 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.222 INFO kablam! --> tests/uint_tests.rs:981:2 Sep 03 23:38:01.222 INFO kablam! | Sep 03 23:38:01.223 INFO kablam! 981 | assert_eq!( a_ref, &(U256::from(std::u64::MAX) + 1 + 123)); Sep 03 23:38:01.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.223 INFO kablam! | Sep 03 23:38:01.223 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.223 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.223 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&uint::U256` Sep 03 23:38:01.223 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.223 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.223 INFO kablam! Sep 03 23:38:01.223 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.224 INFO kablam! --> tests/uint_tests.rs:981:2 Sep 03 23:38:01.224 INFO kablam! | Sep 03 23:38:01.224 INFO kablam! 981 | assert_eq!( a_ref, &(U256::from(std::u64::MAX) + 1 + 123)); Sep 03 23:38:01.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.224 INFO kablam! | Sep 03 23:38:01.224 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.225 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.225 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&uint::U256` Sep 03 23:38:01.225 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.225 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.225 INFO kablam! Sep 03 23:38:01.226 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.226 INFO kablam! --> tests/uint_tests.rs:994:2 Sep 03 23:38:01.226 INFO kablam! | Sep 03 23:38:01.226 INFO kablam! 994 | assert_eq!(big, U256([504410889324070664, 360293493601469702, 216176097878868740, 72058702156267778u64])); Sep 03 23:38:01.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.227 INFO kablam! | Sep 03 23:38:01.227 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.227 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.227 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.227 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.227 INFO kablam! Sep 03 23:38:01.227 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.227 INFO kablam! --> tests/uint_tests.rs:994:2 Sep 03 23:38:01.227 INFO kablam! | Sep 03 23:38:01.227 INFO kablam! 994 | assert_eq!(big, U256([504410889324070664, 360293493601469702, 216176097878868740, 72058702156267778u64])); Sep 03 23:38:01.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.227 INFO kablam! | Sep 03 23:38:01.227 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Sep 03 23:38:01.227 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Sep 03 23:38:01.227 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.227 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.227 INFO kablam! Sep 03 23:38:01.235 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.235 INFO kablam! --> tests/uint_tests.rs:1010:2 Sep 03 23:38:01.235 INFO kablam! | Sep 03 23:38:01.235 INFO kablam! 1010 | assert_eq!( num, U512::from(123) ); Sep 03 23:38:01.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.236 INFO kablam! | Sep 03 23:38:01.236 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 03 23:38:01.236 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 03 23:38:01.236 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.236 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.236 INFO kablam! Sep 03 23:38:01.236 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.236 INFO kablam! --> tests/uint_tests.rs:1010:2 Sep 03 23:38:01.236 INFO kablam! | Sep 03 23:38:01.236 INFO kablam! 1010 | assert_eq!( num, U512::from(123) ); Sep 03 23:38:01.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.236 INFO kablam! | Sep 03 23:38:01.236 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 03 23:38:01.236 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 03 23:38:01.236 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.236 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.236 INFO kablam! Sep 03 23:38:01.236 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.236 INFO kablam! --> tests/uint_tests.rs:1013:2 Sep 03 23:38:01.236 INFO kablam! | Sep 03 23:38:01.236 INFO kablam! 1013 | assert_eq!( a_ref, &U512::from(123) ); Sep 03 23:38:01.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.237 INFO kablam! | Sep 03 23:38:01.237 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 03 23:38:01.237 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 03 23:38:01.237 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&uint::U512` Sep 03 23:38:01.237 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.237 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.237 INFO kablam! Sep 03 23:38:01.237 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Sep 03 23:38:01.237 INFO kablam! --> tests/uint_tests.rs:1013:2 Sep 03 23:38:01.237 INFO kablam! | Sep 03 23:38:01.237 INFO kablam! 1013 | assert_eq!( a_ref, &U512::from(123) ); Sep 03 23:38:01.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 03 23:38:01.237 INFO kablam! | Sep 03 23:38:01.237 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Sep 03 23:38:01.237 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Sep 03 23:38:01.237 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&uint::U512` Sep 03 23:38:01.237 INFO kablam! = note: required by `std::fmt::Debug::fmt` Sep 03 23:38:01.237 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 03 23:38:01.237 INFO kablam! Sep 03 23:38:01.238 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 03 23:38:01.238 INFO kablam! --> tests/uint_tests.rs:1018:13 Sep 03 23:38:01.238 INFO kablam! | Sep 03 23:38:01.238 INFO kablam! 1018 | assert_eq!(U256::from("000000000000000000000001adbdd6bd6ff027485484b97f8a6a4c7129756dd1").leading_zeros(), 95); Sep 03 23:38:01.238 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 03 23:38:01.238 INFO kablam! | Sep 03 23:38:01.238 INFO kablam! = help: the following implementations were found: Sep 03 23:38:01.238 INFO kablam! > Sep 03 23:38:01.238 INFO kablam! > Sep 03 23:38:01.238 INFO kablam! > Sep 03 23:38:01.238 INFO kablam! > Sep 03 23:38:01.239 INFO kablam! and 10 others Sep 03 23:38:01.239 INFO kablam! = note: required by `std::convert::From::from` Sep 03 23:38:01.239 INFO kablam! Sep 03 23:38:01.242 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 03 23:38:01.242 INFO kablam! --> tests/uint_tests.rs:1019:13 Sep 03 23:38:01.242 INFO kablam! | Sep 03 23:38:01.242 INFO kablam! 1019 | assert_eq!(U256::from("f00000000000000000000001adbdd6bd6ff027485484b97f8a6a4c7129756dd1").leading_zeros(), 0); Sep 03 23:38:01.242 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 03 23:38:01.242 INFO kablam! | Sep 03 23:38:01.242 INFO kablam! = help: the following implementations were found: Sep 03 23:38:01.242 INFO kablam! > Sep 03 23:38:01.242 INFO kablam! > Sep 03 23:38:01.242 INFO kablam! > Sep 03 23:38:01.243 INFO kablam! > Sep 03 23:38:01.243 INFO kablam! and 10 others Sep 03 23:38:01.243 INFO kablam! = note: required by `std::convert::From::from` Sep 03 23:38:01.243 INFO kablam! Sep 03 23:38:01.243 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 03 23:38:01.243 INFO kablam! --> tests/uint_tests.rs:1020:13 Sep 03 23:38:01.243 INFO kablam! | Sep 03 23:38:01.243 INFO kablam! 1020 | assert_eq!(U256::from("0000000000000000000000000000000000000000000000000000000000000001").leading_zeros(), 255); Sep 03 23:38:01.243 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 03 23:38:01.243 INFO kablam! | Sep 03 23:38:01.243 INFO kablam! = help: the following implementations were found: Sep 03 23:38:01.243 INFO kablam! > Sep 03 23:38:01.243 INFO kablam! > Sep 03 23:38:01.243 INFO kablam! > Sep 03 23:38:01.244 INFO kablam! > Sep 03 23:38:01.244 INFO kablam! and 10 others Sep 03 23:38:01.244 INFO kablam! = note: required by `std::convert::From::from` Sep 03 23:38:01.244 INFO kablam! Sep 03 23:38:01.245 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 03 23:38:01.245 INFO kablam! --> tests/uint_tests.rs:1021:13 Sep 03 23:38:01.245 INFO kablam! | Sep 03 23:38:01.245 INFO kablam! 1021 | assert_eq!(U256::from("0000000000000000000000000000000000000000000000000000000000000000").leading_zeros(), 256); Sep 03 23:38:01.245 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 03 23:38:01.245 INFO kablam! | Sep 03 23:38:01.246 INFO kablam! = help: the following implementations were found: Sep 03 23:38:01.246 INFO kablam! > Sep 03 23:38:01.246 INFO kablam! > Sep 03 23:38:01.246 INFO kablam! > Sep 03 23:38:01.246 INFO kablam! > Sep 03 23:38:01.246 INFO kablam! and 10 others Sep 03 23:38:01.246 INFO kablam! = note: required by `std::convert::From::from` Sep 03 23:38:01.246 INFO kablam! Sep 03 23:38:01.249 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 03 23:38:01.249 INFO kablam! --> tests/uint_tests.rs:1026:13 Sep 03 23:38:01.249 INFO kablam! | Sep 03 23:38:01.249 INFO kablam! 1026 | assert_eq!(U256::from("1adbdd6bd6ff027485484b97f8a6a4c7129756dd100000000000000000000000").trailing_zeros(), 92); Sep 03 23:38:01.249 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 03 23:38:01.249 INFO kablam! | Sep 03 23:38:01.249 INFO kablam! = help: the following implementations were found: Sep 03 23:38:01.249 INFO kablam! > Sep 03 23:38:01.249 INFO kablam! > Sep 03 23:38:01.249 INFO kablam! > Sep 03 23:38:01.249 INFO kablam! > Sep 03 23:38:01.249 INFO kablam! and 10 others Sep 03 23:38:01.249 INFO kablam! = note: required by `std::convert::From::from` Sep 03 23:38:01.249 INFO kablam! Sep 03 23:38:01.251 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 03 23:38:01.251 INFO kablam! --> tests/uint_tests.rs:1027:13 Sep 03 23:38:01.251 INFO kablam! | Sep 03 23:38:01.251 INFO kablam! 1027 | assert_eq!(U256::from("1adbdd6bd6ff027485484b97f8a6a4c7129756dd10000000000000000000000f").trailing_zeros(), 0); Sep 03 23:38:01.251 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 03 23:38:01.251 INFO kablam! | Sep 03 23:38:01.251 INFO kablam! = help: the following implementations were found: Sep 03 23:38:01.251 INFO kablam! > Sep 03 23:38:01.251 INFO kablam! > Sep 03 23:38:01.251 INFO kablam! > Sep 03 23:38:01.251 INFO kablam! > Sep 03 23:38:01.251 INFO kablam! and 10 others Sep 03 23:38:01.251 INFO kablam! = note: required by `std::convert::From::from` Sep 03 23:38:01.252 INFO kablam! Sep 03 23:38:01.254 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 03 23:38:01.254 INFO kablam! --> tests/uint_tests.rs:1028:13 Sep 03 23:38:01.254 INFO kablam! | Sep 03 23:38:01.254 INFO kablam! 1028 | assert_eq!(U256::from("8000000000000000000000000000000000000000000000000000000000000000").trailing_zeros(), 255); Sep 03 23:38:01.254 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 03 23:38:01.254 INFO kablam! | Sep 03 23:38:01.254 INFO kablam! = help: the following implementations were found: Sep 03 23:38:01.254 INFO kablam! > Sep 03 23:38:01.254 INFO kablam! > Sep 03 23:38:01.254 INFO kablam! > Sep 03 23:38:01.254 INFO kablam! > Sep 03 23:38:01.254 INFO kablam! and 10 others Sep 03 23:38:01.254 INFO kablam! = note: required by `std::convert::From::from` Sep 03 23:38:01.255 INFO kablam! Sep 03 23:38:01.257 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Sep 03 23:38:01.257 INFO kablam! --> tests/uint_tests.rs:1029:13 Sep 03 23:38:01.257 INFO kablam! | Sep 03 23:38:01.257 INFO kablam! 1029 | assert_eq!(U256::from("0000000000000000000000000000000000000000000000000000000000000000").trailing_zeros(), 256); Sep 03 23:38:01.257 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Sep 03 23:38:01.257 INFO kablam! | Sep 03 23:38:01.257 INFO kablam! = help: the following implementations were found: Sep 03 23:38:01.257 INFO kablam! > Sep 03 23:38:01.257 INFO kablam! > Sep 03 23:38:01.257 INFO kablam! > Sep 03 23:38:01.257 INFO kablam! > Sep 03 23:38:01.257 INFO kablam! and 10 others Sep 03 23:38:01.257 INFO kablam! = note: required by `std::convert::From::from` Sep 03 23:38:01.257 INFO kablam! Sep 03 23:38:01.273 INFO kablam! error: aborting due to 407 previous errors Sep 03 23:38:01.273 INFO kablam! Sep 03 23:38:01.273 INFO kablam! Some errors occurred: E0277, E0599. Sep 03 23:38:01.273 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 03 23:38:01.284 INFO kablam! error: Could not compile `uint`. Sep 03 23:38:01.284 INFO kablam! Sep 03 23:38:01.284 INFO kablam! To learn more, run the command again with --verbose. Sep 03 23:38:01.285 INFO kablam! su: No module specific data is present Sep 03 23:38:01.721 INFO running `"docker" "rm" "-f" "9053c5a4c2b45bc9573010afe9aedcbe7d7c9823edd98c59afe338178a5c0409"` Sep 03 23:38:01.829 INFO blam! 9053c5a4c2b45bc9573010afe9aedcbe7d7c9823edd98c59afe338178a5c0409