Aug 31 10:09:24.270 INFO checking uint-0.4.1 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Aug 31 10:09:24.270 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Aug 31 10:09:24.270 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-2/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 31 10:09:24.466 INFO blam! 1ad4b07b7754762734ab578f1fc3b3b6409c769601e122b640f2673b23f5f2c7 Aug 31 10:09:24.468 INFO running `"docker" "start" "-a" "1ad4b07b7754762734ab578f1fc3b3b6409c769601e122b640f2673b23f5f2c7"` Aug 31 10:09:25.250 INFO kablam! Compiling crunchy v0.1.6 Aug 31 10:09:25.251 INFO kablam! Checking rustc-hex v2.0.1 Aug 31 10:09:26.326 INFO kablam! Checking uint v0.4.1 (file:///source) Aug 31 10:09:29.324 INFO kablam! warning: unused `#[macro_use]` import Aug 31 10:09:29.325 INFO kablam! --> tests/uint_tests.rs:5:1 Aug 31 10:09:29.325 INFO kablam! | Aug 31 10:09:29.325 INFO kablam! 5 | #[macro_use] Aug 31 10:09:29.325 INFO kablam! | ^^^^^^^^^^^^ Aug 31 10:09:29.325 INFO kablam! | Aug 31 10:09:29.325 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 31 10:09:29.325 INFO kablam! Aug 31 10:09:29.462 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.462 INFO kablam! --> tests/uint_tests.rs:21:2 Aug 31 10:09:29.462 INFO kablam! | Aug 31 10:09:29.462 INFO kablam! 21 | assert_eq!(a.checked_add(b), None); Aug 31 10:09:29.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.462 INFO kablam! | Aug 31 10:09:29.463 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.463 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 31 10:09:29.463 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 31 10:09:29.463 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.463 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.463 INFO kablam! Aug 31 10:09:29.463 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.463 INFO kablam! --> tests/uint_tests.rs:21:2 Aug 31 10:09:29.463 INFO kablam! | Aug 31 10:09:29.463 INFO kablam! 21 | assert_eq!(a.checked_add(b), None); Aug 31 10:09:29.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.464 INFO kablam! | Aug 31 10:09:29.464 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.464 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 31 10:09:29.464 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 31 10:09:29.464 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.464 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.464 INFO kablam! Aug 31 10:09:29.467 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.467 INFO kablam! --> tests/uint_tests.rs:22:2 Aug 31 10:09:29.467 INFO kablam! | Aug 31 10:09:29.467 INFO kablam! 22 | assert_eq!(a.checked_add(a), Some(20.into())); Aug 31 10:09:29.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.467 INFO kablam! | Aug 31 10:09:29.467 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.467 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 31 10:09:29.467 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 31 10:09:29.467 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.468 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.468 INFO kablam! Aug 31 10:09:29.468 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.468 INFO kablam! --> tests/uint_tests.rs:22:2 Aug 31 10:09:29.468 INFO kablam! | Aug 31 10:09:29.468 INFO kablam! 22 | assert_eq!(a.checked_add(a), Some(20.into())); Aug 31 10:09:29.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.468 INFO kablam! | Aug 31 10:09:29.468 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.468 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 31 10:09:29.468 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 31 10:09:29.468 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.468 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.468 INFO kablam! Aug 31 10:09:29.469 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.469 INFO kablam! --> tests/uint_tests.rs:24:2 Aug 31 10:09:29.470 INFO kablam! | Aug 31 10:09:29.470 INFO kablam! 24 | assert_eq!(a.checked_sub(b), None); Aug 31 10:09:29.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.470 INFO kablam! | Aug 31 10:09:29.470 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.470 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 31 10:09:29.470 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 31 10:09:29.470 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.470 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.470 INFO kablam! Aug 31 10:09:29.470 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.470 INFO kablam! --> tests/uint_tests.rs:24:2 Aug 31 10:09:29.470 INFO kablam! | Aug 31 10:09:29.470 INFO kablam! 24 | assert_eq!(a.checked_sub(b), None); Aug 31 10:09:29.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.470 INFO kablam! | Aug 31 10:09:29.470 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.470 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 31 10:09:29.470 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 31 10:09:29.470 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.470 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.470 INFO kablam! Aug 31 10:09:29.472 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.472 INFO kablam! --> tests/uint_tests.rs:25:2 Aug 31 10:09:29.472 INFO kablam! | Aug 31 10:09:29.472 INFO kablam! 25 | assert_eq!(a.checked_sub(a), Some(0.into())); Aug 31 10:09:29.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.472 INFO kablam! | Aug 31 10:09:29.472 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.472 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 31 10:09:29.472 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 31 10:09:29.472 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.472 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.473 INFO kablam! Aug 31 10:09:29.473 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.473 INFO kablam! --> tests/uint_tests.rs:25:2 Aug 31 10:09:29.473 INFO kablam! | Aug 31 10:09:29.473 INFO kablam! 25 | assert_eq!(a.checked_sub(a), Some(0.into())); Aug 31 10:09:29.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.473 INFO kablam! | Aug 31 10:09:29.473 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.473 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 31 10:09:29.473 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 31 10:09:29.473 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.473 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.473 INFO kablam! Aug 31 10:09:29.475 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.475 INFO kablam! --> tests/uint_tests.rs:27:2 Aug 31 10:09:29.475 INFO kablam! | Aug 31 10:09:29.475 INFO kablam! 27 | assert_eq!(a.checked_mul(b), None); Aug 31 10:09:29.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.475 INFO kablam! | Aug 31 10:09:29.475 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.475 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 31 10:09:29.475 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 31 10:09:29.475 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.476 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.476 INFO kablam! Aug 31 10:09:29.476 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.476 INFO kablam! --> tests/uint_tests.rs:27:2 Aug 31 10:09:29.476 INFO kablam! | Aug 31 10:09:29.476 INFO kablam! 27 | assert_eq!(a.checked_mul(b), None); Aug 31 10:09:29.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.476 INFO kablam! | Aug 31 10:09:29.476 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.476 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 31 10:09:29.476 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 31 10:09:29.476 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.476 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.476 INFO kablam! Aug 31 10:09:29.478 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.479 INFO kablam! --> tests/uint_tests.rs:28:2 Aug 31 10:09:29.479 INFO kablam! | Aug 31 10:09:29.479 INFO kablam! 28 | assert_eq!(a.checked_mul(a), Some(100.into())); Aug 31 10:09:29.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.479 INFO kablam! | Aug 31 10:09:29.479 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.479 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 31 10:09:29.479 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 31 10:09:29.479 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.479 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.479 INFO kablam! Aug 31 10:09:29.479 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.479 INFO kablam! --> tests/uint_tests.rs:28:2 Aug 31 10:09:29.479 INFO kablam! | Aug 31 10:09:29.479 INFO kablam! 28 | assert_eq!(a.checked_mul(a), Some(100.into())); Aug 31 10:09:29.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.480 INFO kablam! | Aug 31 10:09:29.480 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.480 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 31 10:09:29.480 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 31 10:09:29.480 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.480 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.480 INFO kablam! Aug 31 10:09:29.482 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.482 INFO kablam! --> tests/uint_tests.rs:30:2 Aug 31 10:09:29.482 INFO kablam! | Aug 31 10:09:29.482 INFO kablam! 30 | assert_eq!(a.checked_div(z), None); Aug 31 10:09:29.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.483 INFO kablam! | Aug 31 10:09:29.483 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.483 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 31 10:09:29.483 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 31 10:09:29.483 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.483 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.483 INFO kablam! Aug 31 10:09:29.483 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.483 INFO kablam! --> tests/uint_tests.rs:30:2 Aug 31 10:09:29.483 INFO kablam! | Aug 31 10:09:29.483 INFO kablam! 30 | assert_eq!(a.checked_div(z), None); Aug 31 10:09:29.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.483 INFO kablam! | Aug 31 10:09:29.484 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.484 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 31 10:09:29.484 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 31 10:09:29.484 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.484 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.484 INFO kablam! Aug 31 10:09:29.486 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.486 INFO kablam! --> tests/uint_tests.rs:31:2 Aug 31 10:09:29.486 INFO kablam! | Aug 31 10:09:29.486 INFO kablam! 31 | assert_eq!(a.checked_div(a), Some(1.into())); Aug 31 10:09:29.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.486 INFO kablam! | Aug 31 10:09:29.487 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.487 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 31 10:09:29.487 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 31 10:09:29.487 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.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) Aug 31 10:09:29.487 INFO kablam! Aug 31 10:09:29.487 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.487 INFO kablam! --> tests/uint_tests.rs:31:2 Aug 31 10:09:29.487 INFO kablam! | Aug 31 10:09:29.487 INFO kablam! 31 | assert_eq!(a.checked_div(a), Some(1.into())); Aug 31 10:09:29.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.487 INFO kablam! | Aug 31 10:09:29.488 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.488 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 31 10:09:29.488 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 31 10:09:29.488 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.488 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.488 INFO kablam! Aug 31 10:09:29.490 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.490 INFO kablam! --> tests/uint_tests.rs:33:2 Aug 31 10:09:29.490 INFO kablam! | Aug 31 10:09:29.490 INFO kablam! 33 | assert_eq!(a.checked_rem(z), None); Aug 31 10:09:29.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.490 INFO kablam! | Aug 31 10:09:29.490 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.490 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 31 10:09:29.490 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 31 10:09:29.491 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.491 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.491 INFO kablam! Aug 31 10:09:29.491 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.491 INFO kablam! --> tests/uint_tests.rs:33:2 Aug 31 10:09:29.491 INFO kablam! | Aug 31 10:09:29.491 INFO kablam! 33 | assert_eq!(a.checked_rem(z), None); Aug 31 10:09:29.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.491 INFO kablam! | Aug 31 10:09:29.491 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.491 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 31 10:09:29.491 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 31 10:09:29.491 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.491 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.491 INFO kablam! Aug 31 10:09:29.494 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.494 INFO kablam! --> tests/uint_tests.rs:34:2 Aug 31 10:09:29.494 INFO kablam! | Aug 31 10:09:29.494 INFO kablam! 34 | assert_eq!(a.checked_rem(a), Some(0.into())); Aug 31 10:09:29.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.494 INFO kablam! | Aug 31 10:09:29.494 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.494 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 31 10:09:29.494 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 31 10:09:29.494 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.494 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.494 INFO kablam! Aug 31 10:09:29.494 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.494 INFO kablam! --> tests/uint_tests.rs:34:2 Aug 31 10:09:29.494 INFO kablam! | Aug 31 10:09:29.494 INFO kablam! 34 | assert_eq!(a.checked_rem(a), Some(0.into())); Aug 31 10:09:29.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.495 INFO kablam! | Aug 31 10:09:29.495 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.495 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 31 10:09:29.495 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 31 10:09:29.495 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.495 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.495 INFO kablam! Aug 31 10:09:29.497 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.497 INFO kablam! --> tests/uint_tests.rs:36:2 Aug 31 10:09:29.497 INFO kablam! | Aug 31 10:09:29.497 INFO kablam! 36 | assert_eq!(a.checked_neg(), None); Aug 31 10:09:29.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.497 INFO kablam! | Aug 31 10:09:29.497 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.497 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 31 10:09:29.497 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 31 10:09:29.497 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.498 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.498 INFO kablam! Aug 31 10:09:29.498 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.498 INFO kablam! --> tests/uint_tests.rs:36:2 Aug 31 10:09:29.498 INFO kablam! | Aug 31 10:09:29.498 INFO kablam! 36 | assert_eq!(a.checked_neg(), None); Aug 31 10:09:29.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.498 INFO kablam! | Aug 31 10:09:29.498 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.498 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 31 10:09:29.498 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 31 10:09:29.498 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.498 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.499 INFO kablam! Aug 31 10:09:29.501 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.501 INFO kablam! --> tests/uint_tests.rs:37:2 Aug 31 10:09:29.501 INFO kablam! | Aug 31 10:09:29.501 INFO kablam! 37 | assert_eq!(z.checked_neg(), Some(z)); Aug 31 10:09:29.501 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.501 INFO kablam! | Aug 31 10:09:29.501 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.501 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 31 10:09:29.501 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 31 10:09:29.501 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.501 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.502 INFO kablam! Aug 31 10:09:29.502 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.502 INFO kablam! --> tests/uint_tests.rs:37:2 Aug 31 10:09:29.502 INFO kablam! | Aug 31 10:09:29.502 INFO kablam! 37 | assert_eq!(z.checked_neg(), Some(z)); Aug 31 10:09:29.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.502 INFO kablam! | Aug 31 10:09:29.502 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.502 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::option::Option` Aug 31 10:09:29.502 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::option::Option` Aug 31 10:09:29.503 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.503 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.503 INFO kablam! Aug 31 10:09:29.510 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.510 INFO kablam! --> tests/uint_tests.rs:49:2 Aug 31 10:09:29.510 INFO kablam! | Aug 31 10:09:29.510 INFO kablam! 49 | assert_eq!(e, ua); Aug 31 10:09:29.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.510 INFO kablam! | Aug 31 10:09:29.510 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.510 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.510 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.510 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.510 INFO kablam! Aug 31 10:09:29.510 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.510 INFO kablam! --> tests/uint_tests.rs:49:2 Aug 31 10:09:29.510 INFO kablam! | Aug 31 10:09:29.510 INFO kablam! 49 | assert_eq!(e, ua); Aug 31 10:09:29.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.511 INFO kablam! | Aug 31 10:09:29.511 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.511 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.511 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.511 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.511 INFO kablam! Aug 31 10:09:29.512 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.512 INFO kablam! --> tests/uint_tests.rs:50:2 Aug 31 10:09:29.512 INFO kablam! | Aug 31 10:09:29.512 INFO kablam! 50 | assert_eq!(e, ub); Aug 31 10:09:29.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.513 INFO kablam! | Aug 31 10:09:29.513 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.513 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.513 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.513 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.513 INFO kablam! Aug 31 10:09:29.513 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.513 INFO kablam! --> tests/uint_tests.rs:50:2 Aug 31 10:09:29.513 INFO kablam! | Aug 31 10:09:29.513 INFO kablam! 50 | assert_eq!(e, ub); Aug 31 10:09:29.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.513 INFO kablam! | Aug 31 10:09:29.514 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.514 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.514 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.514 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.514 INFO kablam! Aug 31 10:09:29.515 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.515 INFO kablam! --> tests/uint_tests.rs:51:2 Aug 31 10:09:29.515 INFO kablam! | Aug 31 10:09:29.515 INFO kablam! 51 | assert_eq!(e, uc); Aug 31 10:09:29.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.516 INFO kablam! | Aug 31 10:09:29.516 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.516 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.516 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.516 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.516 INFO kablam! Aug 31 10:09:29.516 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.516 INFO kablam! --> tests/uint_tests.rs:51:2 Aug 31 10:09:29.516 INFO kablam! | Aug 31 10:09:29.517 INFO kablam! 51 | assert_eq!(e, uc); Aug 31 10:09:29.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.517 INFO kablam! | Aug 31 10:09:29.517 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.517 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.517 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.517 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.517 INFO kablam! Aug 31 10:09:29.519 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.519 INFO kablam! --> tests/uint_tests.rs:52:2 Aug 31 10:09:29.519 INFO kablam! | Aug 31 10:09:29.519 INFO kablam! 52 | assert_eq!(e, ud); Aug 31 10:09:29.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.519 INFO kablam! | Aug 31 10:09:29.519 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.519 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.519 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.519 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.520 INFO kablam! Aug 31 10:09:29.520 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.520 INFO kablam! --> tests/uint_tests.rs:52:2 Aug 31 10:09:29.520 INFO kablam! | Aug 31 10:09:29.520 INFO kablam! 52 | assert_eq!(e, ud); Aug 31 10:09:29.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.520 INFO kablam! | Aug 31 10:09:29.520 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.520 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.520 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.520 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.520 INFO kablam! Aug 31 10:09:29.526 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.526 INFO kablam! --> tests/uint_tests.rs:56:2 Aug 31 10:09:29.526 INFO kablam! | Aug 31 10:09:29.526 INFO kablam! 56 | assert_eq!(e, va); Aug 31 10:09:29.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.526 INFO kablam! | Aug 31 10:09:29.526 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.526 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.526 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.527 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.527 INFO kablam! Aug 31 10:09:29.527 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.527 INFO kablam! --> tests/uint_tests.rs:56:2 Aug 31 10:09:29.527 INFO kablam! | Aug 31 10:09:29.527 INFO kablam! 56 | assert_eq!(e, va); Aug 31 10:09:29.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.527 INFO kablam! | Aug 31 10:09:29.527 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.527 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.527 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.527 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.527 INFO kablam! Aug 31 10:09:29.531 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.531 INFO kablam! --> tests/uint_tests.rs:59:2 Aug 31 10:09:29.531 INFO kablam! | Aug 31 10:09:29.531 INFO kablam! 59 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from(&[0x10u8, 0x10][..])); Aug 31 10:09:29.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.531 INFO kablam! | Aug 31 10:09:29.531 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.531 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.531 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.531 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.531 INFO kablam! Aug 31 10:09:29.531 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.531 INFO kablam! --> tests/uint_tests.rs:59:2 Aug 31 10:09:29.531 INFO kablam! | Aug 31 10:09:29.531 INFO kablam! 59 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from(&[0x10u8, 0x10][..])); Aug 31 10:09:29.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.531 INFO kablam! | Aug 31 10:09:29.531 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.532 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.532 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.532 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.532 INFO kablam! Aug 31 10:09:29.535 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.535 INFO kablam! --> tests/uint_tests.rs:60:2 Aug 31 10:09:29.535 INFO kablam! | Aug 31 10:09:29.535 INFO kablam! 60 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from(&[0x12u8, 0xf0][..])); Aug 31 10:09:29.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.535 INFO kablam! | Aug 31 10:09:29.535 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.535 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.536 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.536 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.536 INFO kablam! Aug 31 10:09:29.536 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.536 INFO kablam! --> tests/uint_tests.rs:60:2 Aug 31 10:09:29.536 INFO kablam! | Aug 31 10:09:29.536 INFO kablam! 60 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from(&[0x12u8, 0xf0][..])); Aug 31 10:09:29.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.536 INFO kablam! | Aug 31 10:09:29.536 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.536 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.536 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.536 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.536 INFO kablam! Aug 31 10:09:29.540 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.540 INFO kablam! --> tests/uint_tests.rs:61:2 Aug 31 10:09:29.540 INFO kablam! | Aug 31 10:09:29.540 INFO kablam! 61 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from(&[0, 0x12u8, 0xf0][..])); Aug 31 10:09:29.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.540 INFO kablam! | Aug 31 10:09:29.540 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.540 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.540 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.540 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.540 INFO kablam! Aug 31 10:09:29.541 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.541 INFO kablam! --> tests/uint_tests.rs:61:2 Aug 31 10:09:29.541 INFO kablam! | Aug 31 10:09:29.541 INFO kablam! 61 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from(&[0, 0x12u8, 0xf0][..])); Aug 31 10:09:29.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.541 INFO kablam! | Aug 31 10:09:29.541 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.541 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.541 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.541 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.541 INFO kablam! Aug 31 10:09:29.545 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.545 INFO kablam! --> tests/uint_tests.rs:62:2 Aug 31 10:09:29.545 INFO kablam! | Aug 31 10:09:29.545 INFO kablam! 62 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from(&[0, 0, 0, 0, 0, 0, 0, 0x12u8, 0xf0][..])); Aug 31 10:09:29.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.545 INFO kablam! | Aug 31 10:09:29.545 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.545 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.545 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.545 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.545 INFO kablam! Aug 31 10:09:29.545 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.546 INFO kablam! --> tests/uint_tests.rs:62:2 Aug 31 10:09:29.546 INFO kablam! | Aug 31 10:09:29.546 INFO kablam! 62 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from(&[0, 0, 0, 0, 0, 0, 0, 0x12u8, 0xf0][..])); Aug 31 10:09:29.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.546 INFO kablam! | Aug 31 10:09:29.546 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.546 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.546 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.546 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.546 INFO kablam! Aug 31 10:09:29.549 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.549 INFO kablam! --> tests/uint_tests.rs:63:2 Aug 31 10:09:29.549 INFO kablam! | Aug 31 10:09:29.550 INFO kablam! 63 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from(&[1, 0, 0, 0, 0, 0, 0, 0x12u8, 0xf0][..])); Aug 31 10:09:29.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.550 INFO kablam! | Aug 31 10:09:29.550 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.550 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.550 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.550 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.550 INFO kablam! Aug 31 10:09:29.550 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.550 INFO kablam! --> tests/uint_tests.rs:63:2 Aug 31 10:09:29.550 INFO kablam! | Aug 31 10:09:29.550 INFO kablam! 63 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from(&[1, 0, 0, 0, 0, 0, 0, 0x12u8, 0xf0][..])); Aug 31 10:09:29.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.550 INFO kablam! | Aug 31 10:09:29.550 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.551 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.551 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.551 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.551 INFO kablam! Aug 31 10:09:29.556 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.556 INFO kablam! --> tests/uint_tests.rs:64:2 Aug 31 10:09:29.556 INFO kablam! | Aug 31 10:09:29.556 INFO kablam! 64 | assert_eq!( Aug 31 10:09:29.556 INFO kablam! | _____^ Aug 31 10:09:29.556 INFO kablam! 65 | | U256([0x12f0, 1 , 0x0910203040506077, 0x8090a0b0c0d0e0f0]), Aug 31 10:09:29.557 INFO kablam! 66 | | U256::from(& Aug 31 10:09:29.557 INFO kablam! 67 | | [ Aug 31 10:09:29.557 INFO kablam! ... | Aug 31 10:09:29.557 INFO kablam! 73 | | ) Aug 31 10:09:29.557 INFO kablam! 74 | | ); Aug 31 10:09:29.557 INFO kablam! | |______^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.557 INFO kablam! | Aug 31 10:09:29.557 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.557 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.557 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.557 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.558 INFO kablam! Aug 31 10:09:29.558 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.558 INFO kablam! --> tests/uint_tests.rs:64:2 Aug 31 10:09:29.558 INFO kablam! | Aug 31 10:09:29.558 INFO kablam! 64 | assert_eq!( Aug 31 10:09:29.558 INFO kablam! | _____^ Aug 31 10:09:29.558 INFO kablam! 65 | | U256([0x12f0, 1 , 0x0910203040506077, 0x8090a0b0c0d0e0f0]), Aug 31 10:09:29.558 INFO kablam! 66 | | U256::from(& Aug 31 10:09:29.558 INFO kablam! 67 | | [ Aug 31 10:09:29.558 INFO kablam! ... | Aug 31 10:09:29.558 INFO kablam! 73 | | ) Aug 31 10:09:29.558 INFO kablam! 74 | | ); Aug 31 10:09:29.558 INFO kablam! | |______^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.558 INFO kablam! | Aug 31 10:09:29.558 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.558 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.558 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.558 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.558 INFO kablam! Aug 31 10:09:29.560 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.560 INFO kablam! --> tests/uint_tests.rs:75:2 Aug 31 10:09:29.560 INFO kablam! | Aug 31 10:09:29.561 INFO kablam! 75 | assert_eq!( Aug 31 10:09:29.561 INFO kablam! | _____^ Aug 31 10:09:29.561 INFO kablam! 76 | | U256([0x00192437100019fa, 0x243710, 0, 0]), Aug 31 10:09:29.561 INFO kablam! 77 | | U256::from(&[0x24u8, 0x37, 0x10,0, 0x19, 0x24, 0x37, 0x10, 0, 0x19, 0xfa][..]) Aug 31 10:09:29.561 INFO kablam! 78 | | ); Aug 31 10:09:29.561 INFO kablam! | |______^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.561 INFO kablam! | Aug 31 10:09:29.561 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.561 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.561 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.562 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.562 INFO kablam! Aug 31 10:09:29.562 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.562 INFO kablam! --> tests/uint_tests.rs:75:2 Aug 31 10:09:29.562 INFO kablam! | Aug 31 10:09:29.562 INFO kablam! 75 | assert_eq!( Aug 31 10:09:29.562 INFO kablam! | _____^ Aug 31 10:09:29.562 INFO kablam! 76 | | U256([0x00192437100019fa, 0x243710, 0, 0]), Aug 31 10:09:29.562 INFO kablam! 77 | | U256::from(&[0x24u8, 0x37, 0x10,0, 0x19, 0x24, 0x37, 0x10, 0, 0x19, 0xfa][..]) Aug 31 10:09:29.562 INFO kablam! 78 | | ); Aug 31 10:09:29.562 INFO kablam! | |______^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.562 INFO kablam! | Aug 31 10:09:29.562 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.562 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.562 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.562 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.562 INFO kablam! Aug 31 10:09:29.608 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.608 INFO kablam! --> tests/uint_tests.rs:81:11 Aug 31 10:09:29.608 INFO kablam! | Aug 31 10:09:29.608 INFO kablam! 81 | let sa = U256::from_str("0a").unwrap(); Aug 31 10:09:29.608 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.608 INFO kablam! Aug 31 10:09:29.610 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.610 INFO kablam! --> tests/uint_tests.rs:82:2 Aug 31 10:09:29.610 INFO kablam! | Aug 31 10:09:29.610 INFO kablam! 82 | assert_eq!(e, sa); Aug 31 10:09:29.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.610 INFO kablam! | Aug 31 10:09:29.610 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.610 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.610 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.610 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.610 INFO kablam! Aug 31 10:09:29.611 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.611 INFO kablam! --> tests/uint_tests.rs:82:2 Aug 31 10:09:29.611 INFO kablam! | Aug 31 10:09:29.611 INFO kablam! 82 | assert_eq!(e, sa); Aug 31 10:09:29.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.611 INFO kablam! | Aug 31 10:09:29.611 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.611 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.611 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.611 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.611 INFO kablam! Aug 31 10:09:29.613 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.613 INFO kablam! --> tests/uint_tests.rs:83:38 Aug 31 10:09:29.613 INFO kablam! | Aug 31 10:09:29.613 INFO kablam! 83 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Aug 31 10:09:29.613 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.613 INFO kablam! Aug 31 10:09:29.617 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.617 INFO kablam! --> tests/uint_tests.rs:84:38 Aug 31 10:09:29.617 INFO kablam! | Aug 31 10:09:29.617 INFO kablam! 84 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 31 10:09:29.617 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.617 INFO kablam! Aug 31 10:09:29.620 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.620 INFO kablam! --> tests/uint_tests.rs:85:38 Aug 31 10:09:29.620 INFO kablam! | Aug 31 10:09:29.620 INFO kablam! 85 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 31 10:09:29.620 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.620 INFO kablam! Aug 31 10:09:29.623 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.623 INFO kablam! --> tests/uint_tests.rs:86:39 Aug 31 10:09:29.624 INFO kablam! | Aug 31 10:09:29.624 INFO kablam! 86 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Aug 31 10:09:29.624 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.624 INFO kablam! Aug 31 10:09:29.627 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.627 INFO kablam! --> tests/uint_tests.rs:87:39 Aug 31 10:09:29.627 INFO kablam! | Aug 31 10:09:29.627 INFO kablam! 87 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Aug 31 10:09:29.627 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.627 INFO kablam! Aug 31 10:09:29.630 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.630 INFO kablam! --> tests/uint_tests.rs:90:3 Aug 31 10:09:29.630 INFO kablam! | Aug 31 10:09:29.630 INFO kablam! 90 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Aug 31 10:09:29.630 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.630 INFO kablam! Aug 31 10:09:29.633 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.633 INFO kablam! --> tests/uint_tests.rs:92:11 Aug 31 10:09:29.633 INFO kablam! | Aug 31 10:09:29.633 INFO kablam! 92 | let sa = U256::from_str("0a").unwrap(); Aug 31 10:09:29.633 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.633 INFO kablam! Aug 31 10:09:29.635 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.635 INFO kablam! --> tests/uint_tests.rs:93:2 Aug 31 10:09:29.635 INFO kablam! | Aug 31 10:09:29.635 INFO kablam! 93 | assert_eq!(e, sa); Aug 31 10:09:29.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.635 INFO kablam! | Aug 31 10:09:29.635 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.635 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.635 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.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) Aug 31 10:09:29.635 INFO kablam! Aug 31 10:09:29.636 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.636 INFO kablam! --> tests/uint_tests.rs:93:2 Aug 31 10:09:29.636 INFO kablam! | Aug 31 10:09:29.636 INFO kablam! 93 | assert_eq!(e, sa); Aug 31 10:09:29.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.636 INFO kablam! | Aug 31 10:09:29.636 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.636 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.636 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.636 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.636 INFO kablam! Aug 31 10:09:29.638 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.638 INFO kablam! --> tests/uint_tests.rs:94:38 Aug 31 10:09:29.638 INFO kablam! | Aug 31 10:09:29.638 INFO kablam! 94 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Aug 31 10:09:29.638 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.638 INFO kablam! Aug 31 10:09:29.642 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.642 INFO kablam! --> tests/uint_tests.rs:95:38 Aug 31 10:09:29.642 INFO kablam! | Aug 31 10:09:29.642 INFO kablam! 95 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 31 10:09:29.642 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.642 INFO kablam! Aug 31 10:09:29.645 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.645 INFO kablam! --> tests/uint_tests.rs:96:38 Aug 31 10:09:29.645 INFO kablam! | Aug 31 10:09:29.645 INFO kablam! 96 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 31 10:09:29.645 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.645 INFO kablam! Aug 31 10:09:29.648 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.649 INFO kablam! --> tests/uint_tests.rs:97:39 Aug 31 10:09:29.649 INFO kablam! | Aug 31 10:09:29.649 INFO kablam! 97 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Aug 31 10:09:29.649 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.649 INFO kablam! Aug 31 10:09:29.652 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.653 INFO kablam! --> tests/uint_tests.rs:98:39 Aug 31 10:09:29.653 INFO kablam! | Aug 31 10:09:29.653 INFO kablam! 98 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Aug 31 10:09:29.653 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.653 INFO kablam! Aug 31 10:09:29.657 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.657 INFO kablam! --> tests/uint_tests.rs:101:3 Aug 31 10:09:29.657 INFO kablam! | Aug 31 10:09:29.657 INFO kablam! 101 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Aug 31 10:09:29.657 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.657 INFO kablam! Aug 31 10:09:29.661 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.661 INFO kablam! --> tests/uint_tests.rs:103:11 Aug 31 10:09:29.661 INFO kablam! | Aug 31 10:09:29.661 INFO kablam! 103 | let sa = U256::from_str("0a").unwrap(); Aug 31 10:09:29.661 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.661 INFO kablam! Aug 31 10:09:29.663 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.663 INFO kablam! --> tests/uint_tests.rs:104:2 Aug 31 10:09:29.663 INFO kablam! | Aug 31 10:09:29.663 INFO kablam! 104 | assert_eq!(e, sa); Aug 31 10:09:29.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.664 INFO kablam! | Aug 31 10:09:29.664 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.664 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.664 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.664 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.664 INFO kablam! Aug 31 10:09:29.665 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.665 INFO kablam! --> tests/uint_tests.rs:104:2 Aug 31 10:09:29.665 INFO kablam! | Aug 31 10:09:29.665 INFO kablam! 104 | assert_eq!(e, sa); Aug 31 10:09:29.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.665 INFO kablam! | Aug 31 10:09:29.665 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.665 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.666 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.666 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.666 INFO kablam! Aug 31 10:09:29.668 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.668 INFO kablam! --> tests/uint_tests.rs:105:38 Aug 31 10:09:29.668 INFO kablam! | Aug 31 10:09:29.668 INFO kablam! 105 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Aug 31 10:09:29.668 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.668 INFO kablam! Aug 31 10:09:29.672 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.672 INFO kablam! --> tests/uint_tests.rs:106:38 Aug 31 10:09:29.672 INFO kablam! | Aug 31 10:09:29.672 INFO kablam! 106 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 31 10:09:29.673 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.673 INFO kablam! Aug 31 10:09:29.677 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.677 INFO kablam! --> tests/uint_tests.rs:107:38 Aug 31 10:09:29.677 INFO kablam! | Aug 31 10:09:29.677 INFO kablam! 107 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 31 10:09:29.677 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.677 INFO kablam! Aug 31 10:09:29.683 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.683 INFO kablam! --> tests/uint_tests.rs:108:39 Aug 31 10:09:29.683 INFO kablam! | Aug 31 10:09:29.683 INFO kablam! 108 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Aug 31 10:09:29.683 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.683 INFO kablam! Aug 31 10:09:29.688 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.688 INFO kablam! --> tests/uint_tests.rs:109:39 Aug 31 10:09:29.689 INFO kablam! | Aug 31 10:09:29.689 INFO kablam! 109 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Aug 31 10:09:29.689 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.689 INFO kablam! Aug 31 10:09:29.694 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.694 INFO kablam! --> tests/uint_tests.rs:112:3 Aug 31 10:09:29.694 INFO kablam! | Aug 31 10:09:29.694 INFO kablam! 112 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Aug 31 10:09:29.694 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.694 INFO kablam! Aug 31 10:09:29.698 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.698 INFO kablam! --> tests/uint_tests.rs:114:11 Aug 31 10:09:29.698 INFO kablam! | Aug 31 10:09:29.698 INFO kablam! 114 | let sa = U256::from_str("0a").unwrap(); Aug 31 10:09:29.698 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.698 INFO kablam! Aug 31 10:09:29.701 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.701 INFO kablam! --> tests/uint_tests.rs:115:2 Aug 31 10:09:29.701 INFO kablam! | Aug 31 10:09:29.701 INFO kablam! 115 | assert_eq!(e, sa); Aug 31 10:09:29.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.702 INFO kablam! | Aug 31 10:09:29.702 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.702 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.702 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.702 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.702 INFO kablam! Aug 31 10:09:29.703 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.703 INFO kablam! --> tests/uint_tests.rs:115:2 Aug 31 10:09:29.703 INFO kablam! | Aug 31 10:09:29.703 INFO kablam! 115 | assert_eq!(e, sa); Aug 31 10:09:29.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.703 INFO kablam! | Aug 31 10:09:29.703 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.703 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.703 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.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) Aug 31 10:09:29.703 INFO kablam! Aug 31 10:09:29.705 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.705 INFO kablam! --> tests/uint_tests.rs:116:38 Aug 31 10:09:29.705 INFO kablam! | Aug 31 10:09:29.705 INFO kablam! 116 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Aug 31 10:09:29.705 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.705 INFO kablam! Aug 31 10:09:29.710 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.710 INFO kablam! --> tests/uint_tests.rs:117:38 Aug 31 10:09:29.710 INFO kablam! | Aug 31 10:09:29.710 INFO kablam! 117 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 31 10:09:29.710 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.710 INFO kablam! Aug 31 10:09:29.714 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.714 INFO kablam! --> tests/uint_tests.rs:118:38 Aug 31 10:09:29.714 INFO kablam! | Aug 31 10:09:29.714 INFO kablam! 118 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 31 10:09:29.715 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.715 INFO kablam! Aug 31 10:09:29.719 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.719 INFO kablam! --> tests/uint_tests.rs:119:39 Aug 31 10:09:29.719 INFO kablam! | Aug 31 10:09:29.719 INFO kablam! 119 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Aug 31 10:09:29.719 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.719 INFO kablam! Aug 31 10:09:29.724 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.724 INFO kablam! --> tests/uint_tests.rs:120:39 Aug 31 10:09:29.724 INFO kablam! | Aug 31 10:09:29.724 INFO kablam! 120 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Aug 31 10:09:29.724 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.724 INFO kablam! Aug 31 10:09:29.728 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.728 INFO kablam! --> tests/uint_tests.rs:123:3 Aug 31 10:09:29.729 INFO kablam! | Aug 31 10:09:29.729 INFO kablam! 123 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Aug 31 10:09:29.729 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.729 INFO kablam! Aug 31 10:09:29.733 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.734 INFO kablam! --> tests/uint_tests.rs:125:11 Aug 31 10:09:29.734 INFO kablam! | Aug 31 10:09:29.734 INFO kablam! 125 | let sa = U256::from_str("0a").unwrap(); Aug 31 10:09:29.734 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.734 INFO kablam! Aug 31 10:09:29.736 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.737 INFO kablam! --> tests/uint_tests.rs:126:2 Aug 31 10:09:29.737 INFO kablam! | Aug 31 10:09:29.737 INFO kablam! 126 | assert_eq!(e, sa); Aug 31 10:09:29.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.737 INFO kablam! | Aug 31 10:09:29.737 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.737 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.737 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.737 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.737 INFO kablam! Aug 31 10:09:29.738 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.738 INFO kablam! --> tests/uint_tests.rs:126:2 Aug 31 10:09:29.738 INFO kablam! | Aug 31 10:09:29.738 INFO kablam! 126 | assert_eq!(e, sa); Aug 31 10:09:29.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.738 INFO kablam! | Aug 31 10:09:29.738 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.738 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.738 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.738 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.738 INFO kablam! Aug 31 10:09:29.740 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.740 INFO kablam! --> tests/uint_tests.rs:127:38 Aug 31 10:09:29.740 INFO kablam! | Aug 31 10:09:29.740 INFO kablam! 127 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Aug 31 10:09:29.740 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.740 INFO kablam! Aug 31 10:09:29.744 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.744 INFO kablam! --> tests/uint_tests.rs:128:38 Aug 31 10:09:29.744 INFO kablam! | Aug 31 10:09:29.744 INFO kablam! 128 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 31 10:09:29.744 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.745 INFO kablam! Aug 31 10:09:29.748 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.749 INFO kablam! --> tests/uint_tests.rs:129:38 Aug 31 10:09:29.749 INFO kablam! | Aug 31 10:09:29.749 INFO kablam! 129 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 31 10:09:29.749 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.749 INFO kablam! Aug 31 10:09:29.753 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.753 INFO kablam! --> tests/uint_tests.rs:130:39 Aug 31 10:09:29.753 INFO kablam! | Aug 31 10:09:29.753 INFO kablam! 130 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Aug 31 10:09:29.753 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.753 INFO kablam! Aug 31 10:09:29.757 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.757 INFO kablam! --> tests/uint_tests.rs:131:39 Aug 31 10:09:29.757 INFO kablam! | Aug 31 10:09:29.757 INFO kablam! 131 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Aug 31 10:09:29.757 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.757 INFO kablam! Aug 31 10:09:29.762 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.762 INFO kablam! --> tests/uint_tests.rs:134:3 Aug 31 10:09:29.762 INFO kablam! | Aug 31 10:09:29.762 INFO kablam! 134 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Aug 31 10:09:29.762 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.763 INFO kablam! Aug 31 10:09:29.766 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.767 INFO kablam! --> tests/uint_tests.rs:136:11 Aug 31 10:09:29.767 INFO kablam! | Aug 31 10:09:29.767 INFO kablam! 136 | let sa = U256::from_str("0a").unwrap(); Aug 31 10:09:29.767 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.767 INFO kablam! Aug 31 10:09:29.769 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.769 INFO kablam! --> tests/uint_tests.rs:137:2 Aug 31 10:09:29.770 INFO kablam! | Aug 31 10:09:29.770 INFO kablam! 137 | assert_eq!(e, sa); Aug 31 10:09:29.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.770 INFO kablam! | Aug 31 10:09:29.770 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.770 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.770 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.770 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.770 INFO kablam! Aug 31 10:09:29.771 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.771 INFO kablam! --> tests/uint_tests.rs:137:2 Aug 31 10:09:29.771 INFO kablam! | Aug 31 10:09:29.771 INFO kablam! 137 | assert_eq!(e, sa); Aug 31 10:09:29.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.771 INFO kablam! | Aug 31 10:09:29.771 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.771 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.771 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.771 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.771 INFO kablam! Aug 31 10:09:29.772 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.773 INFO kablam! --> tests/uint_tests.rs:138:38 Aug 31 10:09:29.773 INFO kablam! | Aug 31 10:09:29.773 INFO kablam! 138 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Aug 31 10:09:29.773 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.773 INFO kablam! Aug 31 10:09:29.777 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.777 INFO kablam! --> tests/uint_tests.rs:139:38 Aug 31 10:09:29.777 INFO kablam! | Aug 31 10:09:29.777 INFO kablam! 139 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 31 10:09:29.777 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.777 INFO kablam! Aug 31 10:09:29.781 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.781 INFO kablam! --> tests/uint_tests.rs:140:38 Aug 31 10:09:29.781 INFO kablam! | Aug 31 10:09:29.781 INFO kablam! 140 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 31 10:09:29.781 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.782 INFO kablam! Aug 31 10:09:29.786 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.786 INFO kablam! --> tests/uint_tests.rs:141:39 Aug 31 10:09:29.786 INFO kablam! | Aug 31 10:09:29.786 INFO kablam! 141 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Aug 31 10:09:29.786 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.786 INFO kablam! Aug 31 10:09:29.791 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.791 INFO kablam! --> tests/uint_tests.rs:142:39 Aug 31 10:09:29.791 INFO kablam! | Aug 31 10:09:29.791 INFO kablam! 142 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Aug 31 10:09:29.791 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.791 INFO kablam! Aug 31 10:09:29.796 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.796 INFO kablam! --> tests/uint_tests.rs:145:3 Aug 31 10:09:29.796 INFO kablam! | Aug 31 10:09:29.796 INFO kablam! 145 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Aug 31 10:09:29.796 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.796 INFO kablam! Aug 31 10:09:29.800 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.800 INFO kablam! --> tests/uint_tests.rs:147:11 Aug 31 10:09:29.800 INFO kablam! | Aug 31 10:09:29.800 INFO kablam! 147 | let sa = U256::from_str("0a").unwrap(); Aug 31 10:09:29.800 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.801 INFO kablam! Aug 31 10:09:29.804 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.804 INFO kablam! --> tests/uint_tests.rs:148:2 Aug 31 10:09:29.804 INFO kablam! | Aug 31 10:09:29.804 INFO kablam! 148 | assert_eq!(e, sa); Aug 31 10:09:29.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.804 INFO kablam! | Aug 31 10:09:29.804 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.804 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.804 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.804 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.804 INFO kablam! Aug 31 10:09:29.805 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.805 INFO kablam! --> tests/uint_tests.rs:148:2 Aug 31 10:09:29.805 INFO kablam! | Aug 31 10:09:29.805 INFO kablam! 148 | assert_eq!(e, sa); Aug 31 10:09:29.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.805 INFO kablam! | Aug 31 10:09:29.805 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.805 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.805 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.805 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.805 INFO kablam! Aug 31 10:09:29.807 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.807 INFO kablam! --> tests/uint_tests.rs:149:38 Aug 31 10:09:29.807 INFO kablam! | Aug 31 10:09:29.807 INFO kablam! 149 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Aug 31 10:09:29.807 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.808 INFO kablam! Aug 31 10:09:29.812 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.812 INFO kablam! --> tests/uint_tests.rs:150:38 Aug 31 10:09:29.812 INFO kablam! | Aug 31 10:09:29.812 INFO kablam! 150 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 31 10:09:29.812 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.813 INFO kablam! Aug 31 10:09:29.817 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.817 INFO kablam! --> tests/uint_tests.rs:151:38 Aug 31 10:09:29.817 INFO kablam! | Aug 31 10:09:29.817 INFO kablam! 151 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 31 10:09:29.817 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.818 INFO kablam! Aug 31 10:09:29.822 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.822 INFO kablam! --> tests/uint_tests.rs:152:39 Aug 31 10:09:29.822 INFO kablam! | Aug 31 10:09:29.822 INFO kablam! 152 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Aug 31 10:09:29.822 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.823 INFO kablam! Aug 31 10:09:29.827 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.827 INFO kablam! --> tests/uint_tests.rs:153:39 Aug 31 10:09:29.827 INFO kablam! | Aug 31 10:09:29.827 INFO kablam! 153 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Aug 31 10:09:29.828 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.828 INFO kablam! Aug 31 10:09:29.832 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.832 INFO kablam! --> tests/uint_tests.rs:156:3 Aug 31 10:09:29.833 INFO kablam! | Aug 31 10:09:29.833 INFO kablam! 156 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Aug 31 10:09:29.833 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.833 INFO kablam! Aug 31 10:09:29.838 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.838 INFO kablam! --> tests/uint_tests.rs:158:11 Aug 31 10:09:29.838 INFO kablam! | Aug 31 10:09:29.838 INFO kablam! 158 | let sa = U256::from_str("0a").unwrap(); Aug 31 10:09:29.838 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.838 INFO kablam! Aug 31 10:09:29.841 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.841 INFO kablam! --> tests/uint_tests.rs:159:2 Aug 31 10:09:29.841 INFO kablam! | Aug 31 10:09:29.841 INFO kablam! 159 | assert_eq!(e, sa); Aug 31 10:09:29.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.841 INFO kablam! | Aug 31 10:09:29.841 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.841 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.841 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.841 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.841 INFO kablam! Aug 31 10:09:29.843 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.843 INFO kablam! --> tests/uint_tests.rs:159:2 Aug 31 10:09:29.843 INFO kablam! | Aug 31 10:09:29.843 INFO kablam! 159 | assert_eq!(e, sa); Aug 31 10:09:29.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.843 INFO kablam! | Aug 31 10:09:29.843 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.843 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.843 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.843 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.843 INFO kablam! Aug 31 10:09:29.845 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.845 INFO kablam! --> tests/uint_tests.rs:160:38 Aug 31 10:09:29.845 INFO kablam! | Aug 31 10:09:29.845 INFO kablam! 160 | assert_eq!(U256([0x1010, 0, 0, 0]), U256::from_str("1010").unwrap()); Aug 31 10:09:29.845 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.845 INFO kablam! Aug 31 10:09:29.850 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.850 INFO kablam! --> tests/uint_tests.rs:161:38 Aug 31 10:09:29.850 INFO kablam! | Aug 31 10:09:29.850 INFO kablam! 161 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 31 10:09:29.850 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.850 INFO kablam! Aug 31 10:09:29.855 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.855 INFO kablam! --> tests/uint_tests.rs:162:38 Aug 31 10:09:29.855 INFO kablam! | Aug 31 10:09:29.855 INFO kablam! 162 | assert_eq!(U256([0x12f0, 0, 0, 0]), U256::from_str("12f0").unwrap()); Aug 31 10:09:29.855 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.855 INFO kablam! Aug 31 10:09:29.861 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.861 INFO kablam! --> tests/uint_tests.rs:163:39 Aug 31 10:09:29.861 INFO kablam! | Aug 31 10:09:29.861 INFO kablam! 163 | assert_eq!(U256([0x12f0, 0 , 0, 0]), U256::from_str("0000000012f0").unwrap()); Aug 31 10:09:29.861 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.861 INFO kablam! Aug 31 10:09:29.867 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.867 INFO kablam! --> tests/uint_tests.rs:164:39 Aug 31 10:09:29.867 INFO kablam! | Aug 31 10:09:29.867 INFO kablam! 164 | assert_eq!(U256([0x12f0, 1 , 0, 0]), U256::from_str("0100000000000012f0").unwrap()); Aug 31 10:09:29.868 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.868 INFO kablam! Aug 31 10:09:29.874 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.874 INFO kablam! --> tests/uint_tests.rs:167:3 Aug 31 10:09:29.874 INFO kablam! | Aug 31 10:09:29.875 INFO kablam! 167 | U256::from_str("8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0").unwrap() Aug 31 10:09:29.875 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.875 INFO kablam! Aug 31 10:09:29.891 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.891 INFO kablam! --> tests/uint_tests.rs:174:13 Aug 31 10:09:29.891 INFO kablam! | Aug 31 10:09:29.891 INFO kablam! 174 | let uint = U256::from_str(hex).unwrap(); Aug 31 10:09:29.891 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.891 INFO kablam! Aug 31 10:09:29.965 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.965 INFO kablam! --> tests/uint_tests.rs:242:2 Aug 31 10:09:29.965 INFO kablam! | Aug 31 10:09:29.965 INFO kablam! 242 | assert_eq!(add, U256([0xBD5B7DDFBD5B7DDEu64, 1, 0, 0])); Aug 31 10:09:29.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.965 INFO kablam! | Aug 31 10:09:29.965 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.965 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.965 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.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) Aug 31 10:09:29.965 INFO kablam! Aug 31 10:09:29.966 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.966 INFO kablam! --> tests/uint_tests.rs:242:2 Aug 31 10:09:29.966 INFO kablam! | Aug 31 10:09:29.966 INFO kablam! 242 | assert_eq!(add, U256([0xBD5B7DDFBD5B7DDEu64, 1, 0, 0])); Aug 31 10:09:29.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.966 INFO kablam! | Aug 31 10:09:29.966 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.966 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.966 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.966 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.966 INFO kablam! Aug 31 10:09:29.968 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.968 INFO kablam! --> tests/uint_tests.rs:245:2 Aug 31 10:09:29.968 INFO kablam! | Aug 31 10:09:29.968 INFO kablam! 245 | assert_eq!(shl, U256([0u64, 0xDFBD5B7DDE000000, 0x1BD5B7D, 0])); Aug 31 10:09:29.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.968 INFO kablam! | Aug 31 10:09:29.968 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.968 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.969 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.969 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.969 INFO kablam! Aug 31 10:09:29.969 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.969 INFO kablam! --> tests/uint_tests.rs:245:2 Aug 31 10:09:29.969 INFO kablam! | Aug 31 10:09:29.969 INFO kablam! 245 | assert_eq!(shl, U256([0u64, 0xDFBD5B7DDE000000, 0x1BD5B7D, 0])); Aug 31 10:09:29.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.969 INFO kablam! | Aug 31 10:09:29.969 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.969 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.969 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.969 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.970 INFO kablam! Aug 31 10:09:29.972 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.972 INFO kablam! --> tests/uint_tests.rs:247:2 Aug 31 10:09:29.972 INFO kablam! | Aug 31 10:09:29.972 INFO kablam! 247 | assert_eq!(shr, U256([0x7DDE000000000000u64, 0x0001BD5B7DDFBD5B, 0, 0])); Aug 31 10:09:29.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.972 INFO kablam! | Aug 31 10:09:29.972 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.972 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.972 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.972 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.972 INFO kablam! Aug 31 10:09:29.972 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.972 INFO kablam! --> tests/uint_tests.rs:247:2 Aug 31 10:09:29.972 INFO kablam! | Aug 31 10:09:29.973 INFO kablam! 247 | assert_eq!(shr, U256([0x7DDE000000000000u64, 0x0001BD5B7DDFBD5B, 0, 0])); Aug 31 10:09:29.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.973 INFO kablam! | Aug 31 10:09:29.973 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.973 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.973 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.973 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.973 INFO kablam! Aug 31 10:09:29.975 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.975 INFO kablam! --> tests/uint_tests.rs:250:2 Aug 31 10:09:29.975 INFO kablam! | Aug 31 10:09:29.975 INFO kablam! 250 | assert_eq!(incr, U256([0x7DDE000000000001u64, 0x0001BD5B7DDFBD5B, 0, 0])); Aug 31 10:09:29.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.975 INFO kablam! | Aug 31 10:09:29.975 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.975 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.975 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.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) Aug 31 10:09:29.976 INFO kablam! Aug 31 10:09:29.976 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.976 INFO kablam! --> tests/uint_tests.rs:250:2 Aug 31 10:09:29.976 INFO kablam! | Aug 31 10:09:29.976 INFO kablam! 250 | assert_eq!(incr, U256([0x7DDE000000000001u64, 0x0001BD5B7DDFBD5B, 0, 0])); Aug 31 10:09:29.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.976 INFO kablam! | Aug 31 10:09:29.976 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.976 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.976 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.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) Aug 31 10:09:29.976 INFO kablam! Aug 31 10:09:29.978 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.978 INFO kablam! --> tests/uint_tests.rs:253:2 Aug 31 10:09:29.978 INFO kablam! | Aug 31 10:09:29.978 INFO kablam! 253 | assert_eq!(sub, U256([0x9F30411021524112u64, 0x0001BD5B7DDFBD5A, 0, 0])); Aug 31 10:09:29.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.979 INFO kablam! | Aug 31 10:09:29.979 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.979 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.979 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.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) Aug 31 10:09:29.979 INFO kablam! Aug 31 10:09:29.979 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.979 INFO kablam! --> tests/uint_tests.rs:253:2 Aug 31 10:09:29.979 INFO kablam! | Aug 31 10:09:29.979 INFO kablam! 253 | assert_eq!(sub, U256([0x9F30411021524112u64, 0x0001BD5B7DDFBD5A, 0, 0])); Aug 31 10:09:29.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.979 INFO kablam! | Aug 31 10:09:29.979 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.979 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.980 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.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) Aug 31 10:09:29.980 INFO kablam! Aug 31 10:09:29.986 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.987 INFO kablam! --> tests/uint_tests.rs:256:2 Aug 31 10:09:29.987 INFO kablam! | Aug 31 10:09:29.987 INFO kablam! 256 | assert_eq!(mult, U256([0x8C8C3EE70C644118u64, 0x0209E7378231E632, 0, 0])); Aug 31 10:09:29.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.987 INFO kablam! | Aug 31 10:09:29.987 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.987 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.987 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.987 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.987 INFO kablam! Aug 31 10:09:29.987 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.987 INFO kablam! --> tests/uint_tests.rs:256:2 Aug 31 10:09:29.987 INFO kablam! | Aug 31 10:09:29.987 INFO kablam! 256 | assert_eq!(mult, U256([0x8C8C3EE70C644118u64, 0x0209E7378231E632, 0, 0])); Aug 31 10:09:29.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.988 INFO kablam! | Aug 31 10:09:29.988 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.988 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.988 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.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) Aug 31 10:09:29.988 INFO kablam! Aug 31 10:09:29.993 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.993 INFO kablam! --> tests/uint_tests.rs:258:2 Aug 31 10:09:29.993 INFO kablam! | Aug 31 10:09:29.993 INFO kablam! 258 | assert_eq!(U256::from(105u8) / U256::from(5u8), U256::from(21u8)); Aug 31 10:09:29.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.993 INFO kablam! | Aug 31 10:09:29.993 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.993 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.993 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.993 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.993 INFO kablam! Aug 31 10:09:29.993 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.993 INFO kablam! --> tests/uint_tests.rs:258:2 Aug 31 10:09:29.993 INFO kablam! | Aug 31 10:09:29.993 INFO kablam! 258 | assert_eq!(U256::from(105u8) / U256::from(5u8), U256::from(21u8)); Aug 31 10:09:29.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.993 INFO kablam! | Aug 31 10:09:29.993 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.993 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.993 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.993 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.993 INFO kablam! Aug 31 10:09:29.995 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.995 INFO kablam! --> tests/uint_tests.rs:260:2 Aug 31 10:09:29.995 INFO kablam! | Aug 31 10:09:29.995 INFO kablam! 260 | assert_eq!(div, U256([0x9F30411021524112u64, 0x0001BD5B7DDFBD5A, 0, 0])); Aug 31 10:09:29.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.995 INFO kablam! | Aug 31 10:09:29.995 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.995 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.995 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.995 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:29.996 INFO kablam! Aug 31 10:09:29.996 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:29.996 INFO kablam! --> tests/uint_tests.rs:260:2 Aug 31 10:09:29.996 INFO kablam! | Aug 31 10:09:29.996 INFO kablam! 260 | assert_eq!(div, U256([0x9F30411021524112u64, 0x0001BD5B7DDFBD5A, 0, 0])); Aug 31 10:09:29.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:29.996 INFO kablam! | Aug 31 10:09:29.996 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:29.997 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:29.997 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:29.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) Aug 31 10:09:29.997 INFO kablam! Aug 31 10:09:29.998 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.998 INFO kablam! --> tests/uint_tests.rs:262:10 Aug 31 10:09:29.998 INFO kablam! | Aug 31 10:09:29.998 INFO kablam! 262 | let a = U256::from_str("ff000000000000000000000000000000000000000000000000000000000000d1").unwrap(); Aug 31 10:09:29.998 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.998 INFO kablam! Aug 31 10:09:29.999 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:29.999 INFO kablam! --> tests/uint_tests.rs:263:10 Aug 31 10:09:29.999 INFO kablam! | Aug 31 10:09:29.999 INFO kablam! 263 | let b = U256::from_str("00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff2e").unwrap(); Aug 31 10:09:29.999 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:29.999 INFO kablam! Aug 31 10:09:30.011 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.011 INFO kablam! --> tests/uint_tests.rs:272:10 Aug 31 10:09:30.011 INFO kablam! | Aug 31 10:09:30.011 INFO kablam! 272 | let a = U256::from_str("10000000000000000").unwrap(); Aug 31 10:09:30.011 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.011 INFO kablam! Aug 31 10:09:30.012 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.012 INFO kablam! --> tests/uint_tests.rs:273:10 Aug 31 10:09:30.012 INFO kablam! | Aug 31 10:09:30.014 INFO kablam! 273 | let b = U256::from_str("10000000000000000").unwrap(); Aug 31 10:09:30.014 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.014 INFO kablam! Aug 31 10:09:30.014 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.014 INFO kablam! --> tests/uint_tests.rs:275:10 Aug 31 10:09:30.014 INFO kablam! | Aug 31 10:09:30.014 INFO kablam! 275 | let c = U256::from_str("100000000000000000000000000000000").unwrap(); Aug 31 10:09:30.014 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.014 INFO kablam! Aug 31 10:09:30.040 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.040 INFO kablam! --> tests/uint_tests.rs:288:2 Aug 31 10:09:30.040 INFO kablam! | Aug 31 10:09:30.040 INFO kablam! 288 | assert_eq!(init << 64, U256([0, 0xDEADBEEFDEADBEEF, 0, 0])); Aug 31 10:09:30.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.040 INFO kablam! | Aug 31 10:09:30.040 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.040 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.041 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.041 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.041 INFO kablam! Aug 31 10:09:30.041 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.041 INFO kablam! --> tests/uint_tests.rs:288:2 Aug 31 10:09:30.041 INFO kablam! | Aug 31 10:09:30.041 INFO kablam! 288 | assert_eq!(init << 64, U256([0, 0xDEADBEEFDEADBEEF, 0, 0])); Aug 31 10:09:30.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.041 INFO kablam! | Aug 31 10:09:30.041 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.041 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.041 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.041 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.041 INFO kablam! Aug 31 10:09:30.043 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.043 INFO kablam! --> tests/uint_tests.rs:290:2 Aug 31 10:09:30.043 INFO kablam! | Aug 31 10:09:30.043 INFO kablam! 290 | assert_eq!(add, U256([0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0, 0])); Aug 31 10:09:30.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.044 INFO kablam! | Aug 31 10:09:30.044 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.044 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.044 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.044 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.044 INFO kablam! Aug 31 10:09:30.044 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.044 INFO kablam! --> tests/uint_tests.rs:290:2 Aug 31 10:09:30.044 INFO kablam! | Aug 31 10:09:30.044 INFO kablam! 290 | assert_eq!(add, U256([0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0, 0])); Aug 31 10:09:30.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.044 INFO kablam! | Aug 31 10:09:30.044 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.044 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.044 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.045 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.045 INFO kablam! Aug 31 10:09:30.047 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.047 INFO kablam! --> tests/uint_tests.rs:291:2 Aug 31 10:09:30.047 INFO kablam! | Aug 31 10:09:30.047 INFO kablam! 291 | assert_eq!(add >> 0, U256([0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0, 0])); Aug 31 10:09:30.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.047 INFO kablam! | Aug 31 10:09:30.047 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.047 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.047 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.047 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.047 INFO kablam! Aug 31 10:09:30.047 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.047 INFO kablam! --> tests/uint_tests.rs:291:2 Aug 31 10:09:30.047 INFO kablam! | Aug 31 10:09:30.047 INFO kablam! 291 | assert_eq!(add >> 0, U256([0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0, 0])); Aug 31 10:09:30.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.048 INFO kablam! | Aug 31 10:09:30.048 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.048 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.048 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.048 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.048 INFO kablam! Aug 31 10:09:30.049 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.049 INFO kablam! --> tests/uint_tests.rs:292:2 Aug 31 10:09:30.050 INFO kablam! | Aug 31 10:09:30.050 INFO kablam! 292 | assert_eq!(add << 0, U256([0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0, 0])); Aug 31 10:09:30.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.050 INFO kablam! | Aug 31 10:09:30.050 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.050 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.050 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.050 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.050 INFO kablam! Aug 31 10:09:30.050 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.050 INFO kablam! --> tests/uint_tests.rs:292:2 Aug 31 10:09:30.050 INFO kablam! | Aug 31 10:09:30.050 INFO kablam! 292 | assert_eq!(add << 0, U256([0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0, 0])); Aug 31 10:09:30.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.051 INFO kablam! | Aug 31 10:09:30.051 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.051 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.051 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.051 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.051 INFO kablam! Aug 31 10:09:30.052 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.053 INFO kablam! --> tests/uint_tests.rs:293:2 Aug 31 10:09:30.053 INFO kablam! | Aug 31 10:09:30.053 INFO kablam! 293 | assert_eq!(add >> 64, U256([0xDEADBEEFDEADBEEF, 0, 0, 0])); Aug 31 10:09:30.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.053 INFO kablam! | Aug 31 10:09:30.053 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.053 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.053 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.053 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.053 INFO kablam! Aug 31 10:09:30.053 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.053 INFO kablam! --> tests/uint_tests.rs:293:2 Aug 31 10:09:30.053 INFO kablam! | Aug 31 10:09:30.053 INFO kablam! 293 | assert_eq!(add >> 64, U256([0xDEADBEEFDEADBEEF, 0, 0, 0])); Aug 31 10:09:30.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.053 INFO kablam! | Aug 31 10:09:30.054 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.054 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.054 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.054 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.054 INFO kablam! Aug 31 10:09:30.056 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.056 INFO kablam! --> tests/uint_tests.rs:294:2 Aug 31 10:09:30.056 INFO kablam! | Aug 31 10:09:30.056 INFO kablam! 294 | assert_eq!(add << 64, U256([0, 0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0])); Aug 31 10:09:30.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.056 INFO kablam! | Aug 31 10:09:30.056 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.056 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.056 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.056 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.056 INFO kablam! Aug 31 10:09:30.056 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.057 INFO kablam! --> tests/uint_tests.rs:294:2 Aug 31 10:09:30.057 INFO kablam! | Aug 31 10:09:30.057 INFO kablam! 294 | assert_eq!(add << 64, U256([0, 0xDEADBEEFDEADBEEF, 0xDEADBEEFDEADBEEF, 0])); Aug 31 10:09:30.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.057 INFO kablam! | Aug 31 10:09:30.057 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.057 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.057 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.057 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.057 INFO kablam! Aug 31 10:09:30.060 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.060 INFO kablam! --> tests/uint_tests.rs:299:2 Aug 31 10:09:30.060 INFO kablam! | Aug 31 10:09:30.060 INFO kablam! 299 | assert_eq!(U256::exp10(0), U256::from(1u64)); Aug 31 10:09:30.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.060 INFO kablam! | Aug 31 10:09:30.060 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.060 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.061 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.061 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.061 INFO kablam! Aug 31 10:09:30.061 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.061 INFO kablam! --> tests/uint_tests.rs:299:2 Aug 31 10:09:30.061 INFO kablam! | Aug 31 10:09:30.061 INFO kablam! 299 | assert_eq!(U256::exp10(0), U256::from(1u64)); Aug 31 10:09:30.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.061 INFO kablam! | Aug 31 10:09:30.061 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.061 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.061 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.061 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.061 INFO kablam! Aug 31 10:09:30.063 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.063 INFO kablam! --> tests/uint_tests.rs:300:26 Aug 31 10:09:30.063 INFO kablam! | Aug 31 10:09:30.063 INFO kablam! 300 | println!("\none: {:?}", U256::from(1u64)); Aug 31 10:09:30.063 INFO kablam! | ^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.063 INFO kablam! | Aug 31 10:09:30.063 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.063 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.063 INFO kablam! Aug 31 10:09:30.064 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.064 INFO kablam! --> tests/uint_tests.rs:301:24 Aug 31 10:09:30.064 INFO kablam! | Aug 31 10:09:30.064 INFO kablam! 301 | println!("ten: {:?}", U256::from(10u64)); Aug 31 10:09:30.064 INFO kablam! | ^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.064 INFO kablam! | Aug 31 10:09:30.064 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.064 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.064 INFO kablam! Aug 31 10:09:30.066 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.066 INFO kablam! --> tests/uint_tests.rs:302:2 Aug 31 10:09:30.066 INFO kablam! | Aug 31 10:09:30.066 INFO kablam! 302 | assert_eq!(U256::from(2u64) * U256::from(10u64), U256::from(20u64)); Aug 31 10:09:30.066 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.066 INFO kablam! | Aug 31 10:09:30.066 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.066 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.066 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.066 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.066 INFO kablam! Aug 31 10:09:30.066 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.066 INFO kablam! --> tests/uint_tests.rs:302:2 Aug 31 10:09:30.066 INFO kablam! | Aug 31 10:09:30.066 INFO kablam! 302 | assert_eq!(U256::from(2u64) * U256::from(10u64), U256::from(20u64)); Aug 31 10:09:30.066 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.067 INFO kablam! | Aug 31 10:09:30.067 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.067 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.067 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.067 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.067 INFO kablam! Aug 31 10:09:30.068 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.069 INFO kablam! --> tests/uint_tests.rs:303:2 Aug 31 10:09:30.069 INFO kablam! | Aug 31 10:09:30.069 INFO kablam! 303 | assert_eq!(U256::exp10(1), U256::from(10u64)); Aug 31 10:09:30.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.069 INFO kablam! | Aug 31 10:09:30.069 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.069 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.069 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.069 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.069 INFO kablam! Aug 31 10:09:30.069 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.069 INFO kablam! --> tests/uint_tests.rs:303:2 Aug 31 10:09:30.069 INFO kablam! | Aug 31 10:09:30.069 INFO kablam! 303 | assert_eq!(U256::exp10(1), U256::from(10u64)); Aug 31 10:09:30.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.069 INFO kablam! | Aug 31 10:09:30.069 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.070 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.070 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.070 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.070 INFO kablam! Aug 31 10:09:30.072 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.072 INFO kablam! --> tests/uint_tests.rs:304:2 Aug 31 10:09:30.072 INFO kablam! | Aug 31 10:09:30.072 INFO kablam! 304 | assert_eq!(U256::exp10(2), U256::from(100u64)); Aug 31 10:09:30.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.072 INFO kablam! | Aug 31 10:09:30.072 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.072 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.072 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.072 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.072 INFO kablam! Aug 31 10:09:30.072 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.072 INFO kablam! --> tests/uint_tests.rs:304:2 Aug 31 10:09:30.072 INFO kablam! | Aug 31 10:09:30.072 INFO kablam! 304 | assert_eq!(U256::exp10(2), U256::from(100u64)); Aug 31 10:09:30.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.072 INFO kablam! | Aug 31 10:09:30.072 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.072 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.072 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.073 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.073 INFO kablam! Aug 31 10:09:30.074 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.074 INFO kablam! --> tests/uint_tests.rs:305:2 Aug 31 10:09:30.075 INFO kablam! | Aug 31 10:09:30.075 INFO kablam! 305 | assert_eq!(U256::exp10(5), U256::from(100000u64)); Aug 31 10:09:30.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.075 INFO kablam! | Aug 31 10:09:30.075 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.075 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.075 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.075 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.075 INFO kablam! Aug 31 10:09:30.075 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.075 INFO kablam! --> tests/uint_tests.rs:305:2 Aug 31 10:09:30.075 INFO kablam! | Aug 31 10:09:30.075 INFO kablam! 305 | assert_eq!(U256::exp10(5), U256::from(100000u64)); Aug 31 10:09:30.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.076 INFO kablam! | Aug 31 10:09:30.076 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.076 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.076 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.076 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.076 INFO kablam! Aug 31 10:09:30.077 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.077 INFO kablam! --> tests/uint_tests.rs:310:2 Aug 31 10:09:30.077 INFO kablam! | Aug 31 10:09:30.077 INFO kablam! 310 | assert_eq!(U256::from(0u64) * 2u32, U256::from(0u64)); Aug 31 10:09:30.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.077 INFO kablam! | Aug 31 10:09:30.078 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.078 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.078 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.078 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.078 INFO kablam! Aug 31 10:09:30.078 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.078 INFO kablam! --> tests/uint_tests.rs:310:2 Aug 31 10:09:30.078 INFO kablam! | Aug 31 10:09:30.078 INFO kablam! 310 | assert_eq!(U256::from(0u64) * 2u32, U256::from(0u64)); Aug 31 10:09:30.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.078 INFO kablam! | Aug 31 10:09:30.078 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.078 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.078 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.078 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.078 INFO kablam! Aug 31 10:09:30.079 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.079 INFO kablam! --> tests/uint_tests.rs:311:2 Aug 31 10:09:30.079 INFO kablam! | Aug 31 10:09:30.080 INFO kablam! 311 | assert_eq!(U256::from(1u64) * 2u32, U256::from(2u64)); Aug 31 10:09:30.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.080 INFO kablam! | Aug 31 10:09:30.080 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.080 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.080 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.080 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.080 INFO kablam! Aug 31 10:09:30.080 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.080 INFO kablam! --> tests/uint_tests.rs:311:2 Aug 31 10:09:30.080 INFO kablam! | Aug 31 10:09:30.080 INFO kablam! 311 | assert_eq!(U256::from(1u64) * 2u32, U256::from(2u64)); Aug 31 10:09:30.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.080 INFO kablam! | Aug 31 10:09:30.080 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.080 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.081 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.081 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.081 INFO kablam! Aug 31 10:09:30.082 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.082 INFO kablam! --> tests/uint_tests.rs:312:2 Aug 31 10:09:30.082 INFO kablam! | Aug 31 10:09:30.082 INFO kablam! 312 | assert_eq!(U256::from(10u64) * 2u32, U256::from(20u64)); Aug 31 10:09:30.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.082 INFO kablam! | Aug 31 10:09:30.082 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.082 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.082 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.082 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.082 INFO kablam! Aug 31 10:09:30.082 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.082 INFO kablam! --> tests/uint_tests.rs:312:2 Aug 31 10:09:30.083 INFO kablam! | Aug 31 10:09:30.083 INFO kablam! 312 | assert_eq!(U256::from(10u64) * 2u32, U256::from(20u64)); Aug 31 10:09:30.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.083 INFO kablam! | Aug 31 10:09:30.083 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.083 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.083 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.083 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.083 INFO kablam! Aug 31 10:09:30.085 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.085 INFO kablam! --> tests/uint_tests.rs:313:2 Aug 31 10:09:30.085 INFO kablam! | Aug 31 10:09:30.085 INFO kablam! 313 | assert_eq!(U256::from(10u64) * 5u32, U256::from(50u64)); Aug 31 10:09:30.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.085 INFO kablam! | Aug 31 10:09:30.085 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.085 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.085 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.086 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.086 INFO kablam! Aug 31 10:09:30.086 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.086 INFO kablam! --> tests/uint_tests.rs:313:2 Aug 31 10:09:30.086 INFO kablam! | Aug 31 10:09:30.086 INFO kablam! 313 | assert_eq!(U256::from(10u64) * 5u32, U256::from(50u64)); Aug 31 10:09:30.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.086 INFO kablam! | Aug 31 10:09:30.086 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.086 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.086 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.086 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.086 INFO kablam! Aug 31 10:09:30.087 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.088 INFO kablam! --> tests/uint_tests.rs:314:2 Aug 31 10:09:30.088 INFO kablam! | Aug 31 10:09:30.088 INFO kablam! 314 | assert_eq!(U256::from(1000u64) * 50u32, U256::from(50000u64)); Aug 31 10:09:30.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.088 INFO kablam! | Aug 31 10:09:30.088 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.088 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.088 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.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) Aug 31 10:09:30.088 INFO kablam! Aug 31 10:09:30.088 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.088 INFO kablam! --> tests/uint_tests.rs:314:2 Aug 31 10:09:30.088 INFO kablam! | Aug 31 10:09:30.088 INFO kablam! 314 | assert_eq!(U256::from(1000u64) * 50u32, U256::from(50000u64)); Aug 31 10:09:30.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.089 INFO kablam! | Aug 31 10:09:30.089 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.089 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.089 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.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) Aug 31 10:09:30.089 INFO kablam! Aug 31 10:09:30.091 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.091 INFO kablam! --> tests/uint_tests.rs:320:2 Aug 31 10:09:30.091 INFO kablam! | Aug 31 10:09:30.091 INFO kablam! 320 | assert_eq!(U256::from(0u64).mul_u32(2), U256::from(0u64)); Aug 31 10:09:30.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.091 INFO kablam! | Aug 31 10:09:30.091 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.091 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.091 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.091 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.092 INFO kablam! Aug 31 10:09:30.092 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.092 INFO kablam! --> tests/uint_tests.rs:320:2 Aug 31 10:09:30.092 INFO kablam! | Aug 31 10:09:30.092 INFO kablam! 320 | assert_eq!(U256::from(0u64).mul_u32(2), U256::from(0u64)); Aug 31 10:09:30.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.092 INFO kablam! | Aug 31 10:09:30.092 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.092 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.092 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.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) Aug 31 10:09:30.092 INFO kablam! Aug 31 10:09:30.093 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.094 INFO kablam! --> tests/uint_tests.rs:321:2 Aug 31 10:09:30.094 INFO kablam! | Aug 31 10:09:30.094 INFO kablam! 321 | assert_eq!(U256::from(1u64).mul_u32(2), U256::from(2u64)); Aug 31 10:09:30.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.094 INFO kablam! | Aug 31 10:09:30.094 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.094 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.094 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.094 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.094 INFO kablam! Aug 31 10:09:30.094 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.094 INFO kablam! --> tests/uint_tests.rs:321:2 Aug 31 10:09:30.094 INFO kablam! | Aug 31 10:09:30.094 INFO kablam! 321 | assert_eq!(U256::from(1u64).mul_u32(2), U256::from(2u64)); Aug 31 10:09:30.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.095 INFO kablam! | Aug 31 10:09:30.095 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.095 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.095 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.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) Aug 31 10:09:30.095 INFO kablam! Aug 31 10:09:30.096 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.096 INFO kablam! --> tests/uint_tests.rs:322:2 Aug 31 10:09:30.096 INFO kablam! | Aug 31 10:09:30.096 INFO kablam! 322 | assert_eq!(U256::from(10u64).mul_u32(2), U256::from(20u64)); Aug 31 10:09:30.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.097 INFO kablam! | Aug 31 10:09:30.097 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.097 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.097 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.097 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.097 INFO kablam! Aug 31 10:09:30.097 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.097 INFO kablam! --> tests/uint_tests.rs:322:2 Aug 31 10:09:30.097 INFO kablam! | Aug 31 10:09:30.097 INFO kablam! 322 | assert_eq!(U256::from(10u64).mul_u32(2), U256::from(20u64)); Aug 31 10:09:30.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.097 INFO kablam! | Aug 31 10:09:30.098 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.098 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.098 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.098 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.098 INFO kablam! Aug 31 10:09:30.099 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.099 INFO kablam! --> tests/uint_tests.rs:323:2 Aug 31 10:09:30.099 INFO kablam! | Aug 31 10:09:30.099 INFO kablam! 323 | assert_eq!(U256::from(10u64).mul_u32(5), U256::from(50u64)); Aug 31 10:09:30.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.099 INFO kablam! | Aug 31 10:09:30.099 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.100 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.100 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.100 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.100 INFO kablam! Aug 31 10:09:30.100 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.100 INFO kablam! --> tests/uint_tests.rs:323:2 Aug 31 10:09:30.100 INFO kablam! | Aug 31 10:09:30.100 INFO kablam! 323 | assert_eq!(U256::from(10u64).mul_u32(5), U256::from(50u64)); Aug 31 10:09:30.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.100 INFO kablam! | Aug 31 10:09:30.100 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.100 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.100 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.100 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.100 INFO kablam! Aug 31 10:09:30.102 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.102 INFO kablam! --> tests/uint_tests.rs:324:2 Aug 31 10:09:30.102 INFO kablam! | Aug 31 10:09:30.102 INFO kablam! 324 | assert_eq!(U256::from(1000u64).mul_u32(50), U256::from(50000u64)); Aug 31 10:09:30.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.102 INFO kablam! | Aug 31 10:09:30.102 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.102 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.102 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.102 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.103 INFO kablam! Aug 31 10:09:30.103 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.103 INFO kablam! --> tests/uint_tests.rs:324:2 Aug 31 10:09:30.103 INFO kablam! | Aug 31 10:09:30.103 INFO kablam! 324 | assert_eq!(U256::from(1000u64).mul_u32(50), U256::from(50000u64)); Aug 31 10:09:30.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.103 INFO kablam! | Aug 31 10:09:30.103 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.103 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.103 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.103 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.103 INFO kablam! Aug 31 10:09:30.105 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.105 INFO kablam! --> tests/uint_tests.rs:329:2 Aug 31 10:09:30.105 INFO kablam! | Aug 31 10:09:30.105 INFO kablam! 329 | assert_eq!(U256::from(10).pow(U256::from(0)), U256::from(1)); Aug 31 10:09:30.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.105 INFO kablam! | Aug 31 10:09:30.106 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.106 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.106 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.106 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.106 INFO kablam! Aug 31 10:09:30.106 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.106 INFO kablam! --> tests/uint_tests.rs:329:2 Aug 31 10:09:30.106 INFO kablam! | Aug 31 10:09:30.106 INFO kablam! 329 | assert_eq!(U256::from(10).pow(U256::from(0)), U256::from(1)); Aug 31 10:09:30.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.106 INFO kablam! | Aug 31 10:09:30.106 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.106 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.106 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.106 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.106 INFO kablam! Aug 31 10:09:30.108 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.108 INFO kablam! --> tests/uint_tests.rs:330:2 Aug 31 10:09:30.108 INFO kablam! | Aug 31 10:09:30.108 INFO kablam! 330 | assert_eq!(U256::from(10).pow(U256::from(1)), U256::from(10)); Aug 31 10:09:30.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.108 INFO kablam! | Aug 31 10:09:30.108 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.108 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.109 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.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) Aug 31 10:09:30.109 INFO kablam! Aug 31 10:09:30.109 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.109 INFO kablam! --> tests/uint_tests.rs:330:2 Aug 31 10:09:30.109 INFO kablam! | Aug 31 10:09:30.109 INFO kablam! 330 | assert_eq!(U256::from(10).pow(U256::from(1)), U256::from(10)); Aug 31 10:09:30.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.109 INFO kablam! | Aug 31 10:09:30.109 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.109 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.109 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.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) Aug 31 10:09:30.109 INFO kablam! Aug 31 10:09:30.111 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.111 INFO kablam! --> tests/uint_tests.rs:331:2 Aug 31 10:09:30.111 INFO kablam! | Aug 31 10:09:30.111 INFO kablam! 331 | assert_eq!(U256::from(10).pow(U256::from(2)), U256::from(100)); Aug 31 10:09:30.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.111 INFO kablam! | Aug 31 10:09:30.111 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.111 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.111 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.111 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.111 INFO kablam! Aug 31 10:09:30.111 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.111 INFO kablam! --> tests/uint_tests.rs:331:2 Aug 31 10:09:30.111 INFO kablam! | Aug 31 10:09:30.111 INFO kablam! 331 | assert_eq!(U256::from(10).pow(U256::from(2)), U256::from(100)); Aug 31 10:09:30.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.112 INFO kablam! | Aug 31 10:09:30.112 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.112 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.112 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.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) Aug 31 10:09:30.112 INFO kablam! Aug 31 10:09:30.113 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.113 INFO kablam! --> tests/uint_tests.rs:332:2 Aug 31 10:09:30.113 INFO kablam! | Aug 31 10:09:30.113 INFO kablam! 332 | assert_eq!(U256::from(10).pow(U256::from(3)), U256::from(1000)); Aug 31 10:09:30.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.113 INFO kablam! | Aug 31 10:09:30.113 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.114 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.114 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.114 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.114 INFO kablam! Aug 31 10:09:30.114 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.114 INFO kablam! --> tests/uint_tests.rs:332:2 Aug 31 10:09:30.114 INFO kablam! | Aug 31 10:09:30.114 INFO kablam! 332 | assert_eq!(U256::from(10).pow(U256::from(3)), U256::from(1000)); Aug 31 10:09:30.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.114 INFO kablam! | Aug 31 10:09:30.114 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.114 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.114 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.114 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.114 INFO kablam! Aug 31 10:09:30.116 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.116 INFO kablam! --> tests/uint_tests.rs:333:2 Aug 31 10:09:30.116 INFO kablam! | Aug 31 10:09:30.116 INFO kablam! 333 | assert_eq!(U256::from(10).pow(U256::from(20)), U256::exp10(20)); Aug 31 10:09:30.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.116 INFO kablam! | Aug 31 10:09:30.116 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.116 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.116 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.116 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.116 INFO kablam! Aug 31 10:09:30.116 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.116 INFO kablam! --> tests/uint_tests.rs:333:2 Aug 31 10:09:30.117 INFO kablam! | Aug 31 10:09:30.117 INFO kablam! 333 | assert_eq!(U256::from(10).pow(U256::from(20)), U256::exp10(20)); Aug 31 10:09:30.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.117 INFO kablam! | Aug 31 10:09:30.117 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.117 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.117 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.117 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.117 INFO kablam! Aug 31 10:09:30.120 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Display` Aug 31 10:09:30.120 INFO kablam! --> tests/uint_tests.rs:345:28 Aug 31 10:09:30.120 INFO kablam! | Aug 31 10:09:30.120 INFO kablam! 345 | assert_eq!(format!("{}", U256::from(x)), display); Aug 31 10:09:30.120 INFO kablam! | ^^^^^^^^^^^^^ `uint::U256` cannot be formatted with the default formatter Aug 31 10:09:30.120 INFO kablam! | Aug 31 10:09:30.120 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `uint::U256` Aug 31 10:09:30.120 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Aug 31 10:09:30.120 INFO kablam! = note: required by `std::fmt::Display::fmt` Aug 31 10:09:30.120 INFO kablam! Aug 31 10:09:30.123 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.123 INFO kablam! --> tests/uint_tests.rs:347:30 Aug 31 10:09:30.123 INFO kablam! | Aug 31 10:09:30.123 INFO kablam! 347 | assert_eq!(format!("{:?}", U256::from(x)), display); Aug 31 10:09:30.123 INFO kablam! | ^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.124 INFO kablam! | Aug 31 10:09:30.124 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.124 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.124 INFO kablam! Aug 31 10:09:30.126 INFO kablam! error[E0277]: the trait bound `uint::U256: std::fmt::LowerHex` is not satisfied Aug 31 10:09:30.126 INFO kablam! --> tests/uint_tests.rs:348:30 Aug 31 10:09:30.126 INFO kablam! | Aug 31 10:09:30.126 INFO kablam! 348 | assert_eq!(format!("{:x}", U256::from(x)), hex); Aug 31 10:09:30.126 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::fmt::LowerHex` is not implemented for `uint::U256` Aug 31 10:09:30.126 INFO kablam! | Aug 31 10:09:30.126 INFO kablam! = note: required by `std::fmt::LowerHex::fmt` Aug 31 10:09:30.127 INFO kablam! Aug 31 10:09:30.129 INFO kablam! error[E0277]: the trait bound `uint::U256: std::fmt::LowerHex` is not satisfied Aug 31 10:09:30.129 INFO kablam! --> tests/uint_tests.rs:349:31 Aug 31 10:09:30.129 INFO kablam! | Aug 31 10:09:30.129 INFO kablam! 349 | assert_eq!(format!("{:#x}", U256::from(x)), format!("0x{}", hex)); Aug 31 10:09:30.129 INFO kablam! | ^^^^^^^^^^^^^ the trait `std::fmt::LowerHex` is not implemented for `uint::U256` Aug 31 10:09:30.129 INFO kablam! | Aug 31 10:09:30.129 INFO kablam! = note: required by `std::fmt::LowerHex::fmt` Aug 31 10:09:30.129 INFO kablam! Aug 31 10:09:30.136 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Display` Aug 31 10:09:30.136 INFO kablam! --> tests/uint_tests.rs:365:27 Aug 31 10:09:30.136 INFO kablam! | Aug 31 10:09:30.136 INFO kablam! 365 | assert_eq!(format!("{}", value), expected); Aug 31 10:09:30.137 INFO kablam! | ^^^^^ `uint::U256` cannot be formatted with the default formatter Aug 31 10:09:30.137 INFO kablam! | Aug 31 10:09:30.137 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `uint::U256` Aug 31 10:09:30.137 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Aug 31 10:09:30.137 INFO kablam! = note: required by `std::fmt::Display::fmt` Aug 31 10:09:30.137 INFO kablam! Aug 31 10:09:30.139 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.139 INFO kablam! --> tests/uint_tests.rs:366:29 Aug 31 10:09:30.139 INFO kablam! | Aug 31 10:09:30.139 INFO kablam! 366 | assert_eq!(format!("{:?}", value), expected); Aug 31 10:09:30.139 INFO kablam! | ^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.139 INFO kablam! | Aug 31 10:09:30.139 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.139 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.139 INFO kablam! Aug 31 10:09:30.142 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Display` Aug 31 10:09:30.142 INFO kablam! --> tests/uint_tests.rs:373:27 Aug 31 10:09:30.142 INFO kablam! | Aug 31 10:09:30.142 INFO kablam! 373 | assert_eq!(format!("{}", value), expected); Aug 31 10:09:30.142 INFO kablam! | ^^^^^ `uint::U512` cannot be formatted with the default formatter Aug 31 10:09:30.142 INFO kablam! | Aug 31 10:09:30.142 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `uint::U512` Aug 31 10:09:30.143 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Aug 31 10:09:30.143 INFO kablam! = note: required by `std::fmt::Display::fmt` Aug 31 10:09:30.143 INFO kablam! Aug 31 10:09:30.145 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.145 INFO kablam! --> tests/uint_tests.rs:374:29 Aug 31 10:09:30.145 INFO kablam! | Aug 31 10:09:30.145 INFO kablam! 374 | assert_eq!(format!("{:?}", value), expected); Aug 31 10:09:30.145 INFO kablam! | ^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.145 INFO kablam! | Aug 31 10:09:30.145 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 31 10:09:30.145 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.145 INFO kablam! Aug 31 10:09:30.148 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.148 INFO kablam! --> tests/uint_tests.rs:381:4 Aug 31 10:09:30.148 INFO kablam! | Aug 31 10:09:30.148 INFO kablam! 381 | (U256::from_str("8000000000000000000000000000000000000000000000000000000000000000").unwrap(), false) Aug 31 10:09:30.148 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.148 INFO kablam! Aug 31 10:09:30.151 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.151 INFO kablam! --> tests/uint_tests.rs:383:2 Aug 31 10:09:30.151 INFO kablam! | Aug 31 10:09:30.151 INFO kablam! 383 | assert_eq!( Aug 31 10:09:30.151 INFO kablam! | _____^ Aug 31 10:09:30.151 INFO kablam! 384 | | U256::from(2).overflowing_pow(U256::from(0x100)), Aug 31 10:09:30.151 INFO kablam! 385 | | (U256::zero(), true) Aug 31 10:09:30.152 INFO kablam! 386 | | ); Aug 31 10:09:30.152 INFO kablam! | |______^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.152 INFO kablam! | Aug 31 10:09:30.152 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.152 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `(uint::U256, bool)` Aug 31 10:09:30.152 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&(uint::U256, bool)` Aug 31 10:09:30.152 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.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) Aug 31 10:09:30.152 INFO kablam! Aug 31 10:09:30.152 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.152 INFO kablam! --> tests/uint_tests.rs:383:2 Aug 31 10:09:30.152 INFO kablam! | Aug 31 10:09:30.152 INFO kablam! 383 | assert_eq!( Aug 31 10:09:30.152 INFO kablam! | _____^ Aug 31 10:09:30.152 INFO kablam! 384 | | U256::from(2).overflowing_pow(U256::from(0x100)), Aug 31 10:09:30.152 INFO kablam! 385 | | (U256::zero(), true) Aug 31 10:09:30.152 INFO kablam! 386 | | ); Aug 31 10:09:30.152 INFO kablam! | |______^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.152 INFO kablam! | Aug 31 10:09:30.153 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.153 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `(uint::U256, bool)` Aug 31 10:09:30.153 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&(uint::U256, bool)` Aug 31 10:09:30.153 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.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) Aug 31 10:09:30.153 INFO kablam! Aug 31 10:09:30.155 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.155 INFO kablam! --> tests/uint_tests.rs:391:2 Aug 31 10:09:30.155 INFO kablam! | Aug 31 10:09:30.155 INFO kablam! 391 | assert_eq!(U256::from(1u64) * U256::from(10u64), U256::from(10u64)); Aug 31 10:09:30.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.155 INFO kablam! | Aug 31 10:09:30.155 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.155 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.155 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.155 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.155 INFO kablam! Aug 31 10:09:30.155 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.155 INFO kablam! --> tests/uint_tests.rs:391:2 Aug 31 10:09:30.155 INFO kablam! | Aug 31 10:09:30.155 INFO kablam! 391 | assert_eq!(U256::from(1u64) * U256::from(10u64), U256::from(10u64)); Aug 31 10:09:30.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.155 INFO kablam! | Aug 31 10:09:30.156 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.156 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.156 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.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) Aug 31 10:09:30.156 INFO kablam! Aug 31 10:09:30.157 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U512` in the current scope Aug 31 10:09:30.157 INFO kablam! --> tests/uint_tests.rs:396:10 Aug 31 10:09:30.157 INFO kablam! | Aug 31 10:09:30.157 INFO kablam! 396 | let a = U512::from_str("10000000000000000fffffffffffffffe").unwrap(); Aug 31 10:09:30.157 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U512` Aug 31 10:09:30.157 INFO kablam! Aug 31 10:09:30.158 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U512` in the current scope Aug 31 10:09:30.158 INFO kablam! --> tests/uint_tests.rs:397:10 Aug 31 10:09:30.158 INFO kablam! | Aug 31 10:09:30.158 INFO kablam! 397 | let b = U512::from_str("ffffffffffffffffffffffffffffffff").unwrap(); Aug 31 10:09:30.158 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U512` Aug 31 10:09:30.158 INFO kablam! Aug 31 10:09:30.159 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U512` in the current scope Aug 31 10:09:30.159 INFO kablam! --> tests/uint_tests.rs:399:20 Aug 31 10:09:30.159 INFO kablam! | Aug 31 10:09:30.159 INFO kablam! 399 | assert_eq!(a * b, U512::from_str("10000000000000000fffffffffffffffcffffffffffffffff0000000000000002").unwrap()); Aug 31 10:09:30.159 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U512` Aug 31 10:09:30.159 INFO kablam! Aug 31 10:09:30.161 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.161 INFO kablam! --> tests/uint_tests.rs:405:3 Aug 31 10:09:30.161 INFO kablam! | Aug 31 10:09:30.161 INFO kablam! 405 | U256::from_str("100000000000000000000000000000000").unwrap().overflowing_mul( Aug 31 10:09:30.161 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.161 INFO kablam! Aug 31 10:09:30.162 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.162 INFO kablam! --> tests/uint_tests.rs:406:4 Aug 31 10:09:30.162 INFO kablam! | Aug 31 10:09:30.162 INFO kablam! 406 | U256::from_str("100000000000000000000000000000000").unwrap() Aug 31 10:09:30.162 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.162 INFO kablam! Aug 31 10:09:30.165 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U512` in the current scope Aug 31 10:09:30.165 INFO kablam! --> tests/uint_tests.rs:415:3 Aug 31 10:09:30.165 INFO kablam! | Aug 31 10:09:30.165 INFO kablam! 415 | U512::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Aug 31 10:09:30.165 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U512` Aug 31 10:09:30.165 INFO kablam! Aug 31 10:09:30.165 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U512` in the current scope Aug 31 10:09:30.165 INFO kablam! --> tests/uint_tests.rs:417:3 Aug 31 10:09:30.165 INFO kablam! | Aug 31 10:09:30.165 INFO kablam! 417 | U512::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap(), Aug 31 10:09:30.166 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U512` Aug 31 10:09:30.166 INFO kablam! Aug 31 10:09:30.166 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U512` in the current scope Aug 31 10:09:30.166 INFO kablam! --> tests/uint_tests.rs:418:3 Aug 31 10:09:30.166 INFO kablam! | Aug 31 10:09:30.166 INFO kablam! 418 | U512::from_str("3fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000000001").unwrap() Aug 31 10:09:30.166 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U512` Aug 31 10:09:30.166 INFO kablam! Aug 31 10:09:30.170 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.170 INFO kablam! --> tests/uint_tests.rs:425:3 Aug 31 10:09:30.170 INFO kablam! | Aug 31 10:09:30.170 INFO kablam! 425 | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Aug 31 10:09:30.170 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.170 INFO kablam! Aug 31 10:09:30.171 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.171 INFO kablam! --> tests/uint_tests.rs:427:4 Aug 31 10:09:30.171 INFO kablam! | Aug 31 10:09:30.171 INFO kablam! 427 | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Aug 31 10:09:30.171 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.171 INFO kablam! Aug 31 10:09:30.172 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.172 INFO kablam! --> tests/uint_tests.rs:429:4 Aug 31 10:09:30.172 INFO kablam! | Aug 31 10:09:30.172 INFO kablam! 429 | (U256::from_str("1").unwrap(), true) Aug 31 10:09:30.172 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.172 INFO kablam! Aug 31 10:09:30.176 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.176 INFO kablam! --> tests/uint_tests.rs:437:2 Aug 31 10:09:30.176 INFO kablam! | Aug 31 10:09:30.176 INFO kablam! 437 | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Aug 31 10:09:30.176 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.176 INFO kablam! Aug 31 10:09:30.177 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.177 INFO kablam! --> tests/uint_tests.rs:439:2 Aug 31 10:09:30.177 INFO kablam! | Aug 31 10:09:30.178 INFO kablam! 439 | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap(); Aug 31 10:09:30.178 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.178 INFO kablam! Aug 31 10:09:30.179 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.179 INFO kablam! --> tests/uint_tests.rs:445:3 Aug 31 10:09:30.179 INFO kablam! | Aug 31 10:09:30.179 INFO kablam! 445 | U256::from_str("0").unwrap() Aug 31 10:09:30.180 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.180 INFO kablam! Aug 31 10:09:30.180 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.180 INFO kablam! --> tests/uint_tests.rs:447:4 Aug 31 10:09:30.180 INFO kablam! | Aug 31 10:09:30.180 INFO kablam! 447 | U256::from_str("1").unwrap() Aug 31 10:09:30.180 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.180 INFO kablam! Aug 31 10:09:30.180 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.181 INFO kablam! --> tests/uint_tests.rs:449:4 Aug 31 10:09:30.181 INFO kablam! | Aug 31 10:09:30.181 INFO kablam! 449 | (U256::from_str("ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap(), true) Aug 31 10:09:30.181 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.181 INFO kablam! Aug 31 10:09:30.183 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.183 INFO kablam! --> tests/uint_tests.rs:457:2 Aug 31 10:09:30.183 INFO kablam! | Aug 31 10:09:30.183 INFO kablam! 457 | U256::from_str("0").unwrap() Aug 31 10:09:30.183 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.183 INFO kablam! Aug 31 10:09:30.184 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.184 INFO kablam! --> tests/uint_tests.rs:459:2 Aug 31 10:09:30.184 INFO kablam! | Aug 31 10:09:30.184 INFO kablam! 459 | U256::from_str("1").unwrap(); Aug 31 10:09:30.184 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.184 INFO kablam! Aug 31 10:09:30.185 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.185 INFO kablam! --> tests/uint_tests.rs:465:3 Aug 31 10:09:30.185 INFO kablam! | Aug 31 10:09:30.185 INFO kablam! 465 | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Aug 31 10:09:30.185 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.185 INFO kablam! Aug 31 10:09:30.185 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.185 INFO kablam! --> tests/uint_tests.rs:467:3 Aug 31 10:09:30.186 INFO kablam! | Aug 31 10:09:30.186 INFO kablam! 467 | U256::from_str("fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0").unwrap() Aug 31 10:09:30.186 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.186 INFO kablam! Aug 31 10:09:30.188 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.188 INFO kablam! --> tests/uint_tests.rs:474:3 Aug 31 10:09:30.188 INFO kablam! | Aug 31 10:09:30.188 INFO kablam! 474 | U256::from_str("0000000000000001ffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Aug 31 10:09:30.188 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.188 INFO kablam! Aug 31 10:09:30.189 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.189 INFO kablam! --> tests/uint_tests.rs:476:3 Aug 31 10:09:30.189 INFO kablam! | Aug 31 10:09:30.189 INFO kablam! 476 | U256::from_str("ffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000").unwrap() Aug 31 10:09:30.189 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.189 INFO kablam! Aug 31 10:09:30.192 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.192 INFO kablam! --> tests/uint_tests.rs:479:3 Aug 31 10:09:30.192 INFO kablam! | Aug 31 10:09:30.192 INFO kablam! 479 | U256::from_str("0000000000000000ffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Aug 31 10:09:30.192 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.192 INFO kablam! Aug 31 10:09:30.192 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.192 INFO kablam! --> tests/uint_tests.rs:481:3 Aug 31 10:09:30.193 INFO kablam! | Aug 31 10:09:30.193 INFO kablam! 481 | U256::from_str("ffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000").unwrap() Aug 31 10:09:30.193 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.193 INFO kablam! Aug 31 10:09:30.195 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.195 INFO kablam! --> tests/uint_tests.rs:488:3 Aug 31 10:09:30.195 INFO kablam! | Aug 31 10:09:30.195 INFO kablam! 488 | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() Aug 31 10:09:30.195 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.195 INFO kablam! Aug 31 10:09:30.196 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.196 INFO kablam! --> tests/uint_tests.rs:490:3 Aug 31 10:09:30.196 INFO kablam! | Aug 31 10:09:30.196 INFO kablam! 490 | U256::from_str("2").unwrap(), Aug 31 10:09:30.196 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.196 INFO kablam! Aug 31 10:09:30.197 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.197 INFO kablam! --> tests/uint_tests.rs:491:3 Aug 31 10:09:30.197 INFO kablam! | Aug 31 10:09:30.197 INFO kablam! 491 | U256::from_str("fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe").unwrap() Aug 31 10:09:30.197 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.197 INFO kablam! Aug 31 10:09:30.200 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.200 INFO kablam! --> tests/uint_tests.rs:497:2 Aug 31 10:09:30.200 INFO kablam! | Aug 31 10:09:30.201 INFO kablam! 497 | assert_eq!(U256::from(10u64) / U256::from(1u64), U256::from(10u64)); Aug 31 10:09:30.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.201 INFO kablam! | Aug 31 10:09:30.201 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.201 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.201 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.201 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.201 INFO kablam! Aug 31 10:09:30.201 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.201 INFO kablam! --> tests/uint_tests.rs:497:2 Aug 31 10:09:30.201 INFO kablam! | Aug 31 10:09:30.201 INFO kablam! 497 | assert_eq!(U256::from(10u64) / U256::from(1u64), U256::from(10u64)); Aug 31 10:09:30.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.201 INFO kablam! | Aug 31 10:09:30.201 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.201 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.201 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.202 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.202 INFO kablam! Aug 31 10:09:30.203 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.203 INFO kablam! --> tests/uint_tests.rs:498:2 Aug 31 10:09:30.203 INFO kablam! | Aug 31 10:09:30.203 INFO kablam! 498 | assert_eq!(U256::from(10u64) / U256::from(2u64), U256::from(5u64)); Aug 31 10:09:30.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.204 INFO kablam! | Aug 31 10:09:30.204 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.204 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.204 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.204 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.204 INFO kablam! Aug 31 10:09:30.204 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.204 INFO kablam! --> tests/uint_tests.rs:498:2 Aug 31 10:09:30.204 INFO kablam! | Aug 31 10:09:30.204 INFO kablam! 498 | assert_eq!(U256::from(10u64) / U256::from(2u64), U256::from(5u64)); Aug 31 10:09:30.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.204 INFO kablam! | Aug 31 10:09:30.204 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.204 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.204 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.204 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.204 INFO kablam! Aug 31 10:09:30.206 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.206 INFO kablam! --> tests/uint_tests.rs:499:2 Aug 31 10:09:30.206 INFO kablam! | Aug 31 10:09:30.206 INFO kablam! 499 | assert_eq!(U256::from(10u64) / U256::from(3u64), U256::from(3u64)); Aug 31 10:09:30.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.206 INFO kablam! | Aug 31 10:09:30.206 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.206 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.206 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.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) Aug 31 10:09:30.207 INFO kablam! Aug 31 10:09:30.207 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.207 INFO kablam! --> tests/uint_tests.rs:499:2 Aug 31 10:09:30.207 INFO kablam! | Aug 31 10:09:30.207 INFO kablam! 499 | assert_eq!(U256::from(10u64) / U256::from(3u64), U256::from(3u64)); Aug 31 10:09:30.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.207 INFO kablam! | Aug 31 10:09:30.207 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.207 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.207 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.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) Aug 31 10:09:30.207 INFO kablam! Aug 31 10:09:30.211 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.211 INFO kablam! --> tests/uint_tests.rs:504:2 Aug 31 10:09:30.211 INFO kablam! | Aug 31 10:09:30.211 INFO kablam! 504 | assert_eq!(U256::from(10u64) % U256::from(1u64), U256::from(0u64)); Aug 31 10:09:30.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.211 INFO kablam! | Aug 31 10:09:30.211 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.211 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.212 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.212 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.212 INFO kablam! Aug 31 10:09:30.212 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.212 INFO kablam! --> tests/uint_tests.rs:504:2 Aug 31 10:09:30.212 INFO kablam! | Aug 31 10:09:30.212 INFO kablam! 504 | assert_eq!(U256::from(10u64) % U256::from(1u64), U256::from(0u64)); Aug 31 10:09:30.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.212 INFO kablam! | Aug 31 10:09:30.212 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.212 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.212 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.212 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.212 INFO kablam! Aug 31 10:09:30.214 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.214 INFO kablam! --> tests/uint_tests.rs:505:2 Aug 31 10:09:30.214 INFO kablam! | Aug 31 10:09:30.214 INFO kablam! 505 | assert_eq!(U256::from(10u64) % U256::from(3u64), U256::from(1u64)); Aug 31 10:09:30.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.214 INFO kablam! | Aug 31 10:09:30.214 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.214 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.215 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.215 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.215 INFO kablam! Aug 31 10:09:30.215 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.215 INFO kablam! --> tests/uint_tests.rs:505:2 Aug 31 10:09:30.215 INFO kablam! | Aug 31 10:09:30.215 INFO kablam! 505 | assert_eq!(U256::from(10u64) % U256::from(3u64), U256::from(1u64)); Aug 31 10:09:30.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.215 INFO kablam! | Aug 31 10:09:30.215 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.215 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.215 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.215 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.215 INFO kablam! Aug 31 10:09:30.218 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.218 INFO kablam! --> tests/uint_tests.rs:510:2 Aug 31 10:09:30.218 INFO kablam! | Aug 31 10:09:30.218 INFO kablam! 510 | assert_eq!(U256::from_dec_str("10").unwrap(), U256::from(10u64)); Aug 31 10:09:30.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.218 INFO kablam! | Aug 31 10:09:30.218 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.218 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.218 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.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) Aug 31 10:09:30.219 INFO kablam! Aug 31 10:09:30.219 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.219 INFO kablam! --> tests/uint_tests.rs:510:2 Aug 31 10:09:30.219 INFO kablam! | Aug 31 10:09:30.219 INFO kablam! 510 | assert_eq!(U256::from_dec_str("10").unwrap(), U256::from(10u64)); Aug 31 10:09:30.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.220 INFO kablam! | Aug 31 10:09:30.220 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.220 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.220 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.220 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.220 INFO kablam! Aug 31 10:09:30.221 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.221 INFO kablam! --> tests/uint_tests.rs:511:2 Aug 31 10:09:30.221 INFO kablam! | Aug 31 10:09:30.221 INFO kablam! 511 | assert_eq!(U256::from_dec_str("1024").unwrap(), U256::from(1024u64)); Aug 31 10:09:30.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.221 INFO kablam! | Aug 31 10:09:30.221 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.221 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.221 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.221 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.221 INFO kablam! Aug 31 10:09:30.221 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.221 INFO kablam! --> tests/uint_tests.rs:511:2 Aug 31 10:09:30.221 INFO kablam! | Aug 31 10:09:30.221 INFO kablam! 511 | assert_eq!(U256::from_dec_str("1024").unwrap(), U256::from(1024u64)); Aug 31 10:09:30.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.221 INFO kablam! | Aug 31 10:09:30.221 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.221 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.222 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.222 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.222 INFO kablam! Aug 31 10:09:30.224 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.224 INFO kablam! --> tests/uint_tests.rs:512:2 Aug 31 10:09:30.224 INFO kablam! | Aug 31 10:09:30.224 INFO kablam! 512 | assert_eq!(U256::from_dec_str("115792089237316195423570985008687907853269984665640564039457584007913129639936"), Err(FromDecStrErr::InvalidLength)); Aug 31 10:09:30.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.224 INFO kablam! | Aug 31 10:09:30.224 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.224 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::result::Result` Aug 31 10:09:30.224 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::result::Result` Aug 31 10:09:30.224 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.224 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.224 INFO kablam! Aug 31 10:09:30.225 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.225 INFO kablam! --> tests/uint_tests.rs:512:2 Aug 31 10:09:30.225 INFO kablam! | Aug 31 10:09:30.225 INFO kablam! 512 | assert_eq!(U256::from_dec_str("115792089237316195423570985008687907853269984665640564039457584007913129639936"), Err(FromDecStrErr::InvalidLength)); Aug 31 10:09:30.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.225 INFO kablam! | Aug 31 10:09:30.225 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.225 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::result::Result` Aug 31 10:09:30.225 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::result::Result` Aug 31 10:09:30.225 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.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) Aug 31 10:09:30.225 INFO kablam! Aug 31 10:09:30.228 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.228 INFO kablam! --> tests/uint_tests.rs:513:2 Aug 31 10:09:30.228 INFO kablam! | Aug 31 10:09:30.228 INFO kablam! 513 | assert_eq!(U256::from_dec_str("0x11"), Err(FromDecStrErr::InvalidCharacter)); Aug 31 10:09:30.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.228 INFO kablam! | Aug 31 10:09:30.228 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.228 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::result::Result` Aug 31 10:09:30.228 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::result::Result` Aug 31 10:09:30.228 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.228 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.228 INFO kablam! Aug 31 10:09:30.228 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.228 INFO kablam! --> tests/uint_tests.rs:513:2 Aug 31 10:09:30.228 INFO kablam! | Aug 31 10:09:30.228 INFO kablam! 513 | assert_eq!(U256::from_dec_str("0x11"), Err(FromDecStrErr::InvalidCharacter)); Aug 31 10:09:30.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.229 INFO kablam! | Aug 31 10:09:30.229 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.229 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `std::result::Result` Aug 31 10:09:30.229 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&std::result::Result` Aug 31 10:09:30.229 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.229 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.229 INFO kablam! Aug 31 10:09:30.231 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Display` Aug 31 10:09:30.231 INFO kablam! --> tests/uint_tests.rs:519:27 Aug 31 10:09:30.231 INFO kablam! | Aug 31 10:09:30.231 INFO kablam! 519 | assert_eq!(format!("{}", U256::from_dec_str(s).unwrap()), s); Aug 31 10:09:30.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted with the default formatter Aug 31 10:09:30.231 INFO kablam! | Aug 31 10:09:30.231 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `uint::U256` Aug 31 10:09:30.231 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Aug 31 10:09:30.231 INFO kablam! = note: required by `std::fmt::Display::fmt` Aug 31 10:09:30.231 INFO kablam! Aug 31 10:09:30.233 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Display` Aug 31 10:09:30.233 INFO kablam! --> tests/uint_tests.rs:524:27 Aug 31 10:09:30.234 INFO kablam! | Aug 31 10:09:30.234 INFO kablam! 524 | assert_eq!(format!("{}", U256::from(0)), "0"); Aug 31 10:09:30.234 INFO kablam! | ^^^^^^^^^^^^^ `uint::U256` cannot be formatted with the default formatter Aug 31 10:09:30.234 INFO kablam! | Aug 31 10:09:30.234 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `uint::U256` Aug 31 10:09:30.234 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Aug 31 10:09:30.234 INFO kablam! = note: required by `std::fmt::Display::fmt` Aug 31 10:09:30.234 INFO kablam! Aug 31 10:09:30.237 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.237 INFO kablam! --> tests/uint_tests.rs:530:2 Aug 31 10:09:30.237 INFO kablam! | Aug 31 10:09:30.237 INFO kablam! 530 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 0, 0])); Aug 31 10:09:30.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.238 INFO kablam! | Aug 31 10:09:30.238 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 31 10:09:30.238 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 31 10:09:30.238 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.238 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.238 INFO kablam! Aug 31 10:09:30.238 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.238 INFO kablam! --> tests/uint_tests.rs:530:2 Aug 31 10:09:30.238 INFO kablam! | Aug 31 10:09:30.238 INFO kablam! 530 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 0, 0])); Aug 31 10:09:30.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.238 INFO kablam! | Aug 31 10:09:30.238 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 31 10:09:30.238 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 31 10:09:30.239 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.239 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.239 INFO kablam! Aug 31 10:09:30.240 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.240 INFO kablam! --> tests/uint_tests.rs:533:2 Aug 31 10:09:30.240 INFO kablam! | Aug 31 10:09:30.240 INFO kablam! 533 | assert_eq!(result, U512([2, 0, 0, 0, 0, 0, 0, 2])); Aug 31 10:09:30.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.240 INFO kablam! | Aug 31 10:09:30.240 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 31 10:09:30.240 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 31 10:09:30.240 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.240 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.240 INFO kablam! Aug 31 10:09:30.240 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.240 INFO kablam! --> tests/uint_tests.rs:533:2 Aug 31 10:09:30.240 INFO kablam! | Aug 31 10:09:30.240 INFO kablam! 533 | assert_eq!(result, U512([2, 0, 0, 0, 0, 0, 0, 2])); Aug 31 10:09:30.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.240 INFO kablam! | Aug 31 10:09:30.240 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 31 10:09:30.240 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 31 10:09:30.240 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.241 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.241 INFO kablam! Aug 31 10:09:30.242 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.242 INFO kablam! --> tests/uint_tests.rs:536:2 Aug 31 10:09:30.242 INFO kablam! | Aug 31 10:09:30.242 INFO kablam! 536 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 0, 2])); Aug 31 10:09:30.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.242 INFO kablam! | Aug 31 10:09:30.242 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 31 10:09:30.242 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 31 10:09:30.242 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.242 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.242 INFO kablam! Aug 31 10:09:30.242 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.242 INFO kablam! --> tests/uint_tests.rs:536:2 Aug 31 10:09:30.242 INFO kablam! | Aug 31 10:09:30.243 INFO kablam! 536 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 0, 2])); Aug 31 10:09:30.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.243 INFO kablam! | Aug 31 10:09:30.243 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 31 10:09:30.243 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 31 10:09:30.243 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.243 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.243 INFO kablam! Aug 31 10:09:30.244 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.244 INFO kablam! --> tests/uint_tests.rs:539:2 Aug 31 10:09:30.244 INFO kablam! | Aug 31 10:09:30.244 INFO kablam! 539 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 5, 2])); Aug 31 10:09:30.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.245 INFO kablam! | Aug 31 10:09:30.245 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 31 10:09:30.245 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 31 10:09:30.245 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.245 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.245 INFO kablam! Aug 31 10:09:30.245 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.245 INFO kablam! --> tests/uint_tests.rs:539:2 Aug 31 10:09:30.245 INFO kablam! | Aug 31 10:09:30.245 INFO kablam! 539 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 5, 2])); Aug 31 10:09:30.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.245 INFO kablam! | Aug 31 10:09:30.245 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 31 10:09:30.246 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 31 10:09:30.246 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.246 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.246 INFO kablam! Aug 31 10:09:30.248 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.248 INFO kablam! --> tests/uint_tests.rs:542:2 Aug 31 10:09:30.248 INFO kablam! | Aug 31 10:09:30.248 INFO kablam! 542 | assert_eq!(result, U512([10, 12, 14, 16, 18, 20, 22, 24])); Aug 31 10:09:30.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.248 INFO kablam! | Aug 31 10:09:30.248 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 31 10:09:30.248 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 31 10:09:30.248 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.248 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.248 INFO kablam! Aug 31 10:09:30.248 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.248 INFO kablam! --> tests/uint_tests.rs:542:2 Aug 31 10:09:30.248 INFO kablam! | Aug 31 10:09:30.249 INFO kablam! 542 | assert_eq!(result, U512([10, 12, 14, 16, 18, 20, 22, 24])); Aug 31 10:09:30.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.249 INFO kablam! | Aug 31 10:09:30.249 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 31 10:09:30.249 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 31 10:09:30.249 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.249 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.249 INFO kablam! Aug 31 10:09:30.253 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.253 INFO kablam! --> tests/uint_tests.rs:563:2 Aug 31 10:09:30.253 INFO kablam! | Aug 31 10:09:30.253 INFO kablam! 563 | assert_eq!(result, U256([0, 0, 0, 0])); Aug 31 10:09:30.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.253 INFO kablam! | Aug 31 10:09:30.253 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.254 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.254 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.254 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.254 INFO kablam! Aug 31 10:09:30.254 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.254 INFO kablam! --> tests/uint_tests.rs:563:2 Aug 31 10:09:30.254 INFO kablam! | Aug 31 10:09:30.254 INFO kablam! 563 | assert_eq!(result, U256([0, 0, 0, 0])); Aug 31 10:09:30.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.254 INFO kablam! | Aug 31 10:09:30.254 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.254 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.254 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.254 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.254 INFO kablam! Aug 31 10:09:30.256 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.256 INFO kablam! --> tests/uint_tests.rs:566:2 Aug 31 10:09:30.256 INFO kablam! | Aug 31 10:09:30.256 INFO kablam! 566 | assert_eq!(result, U256([0, 0, 0, 2])); Aug 31 10:09:30.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.256 INFO kablam! | Aug 31 10:09:30.256 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.256 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.256 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.256 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.256 INFO kablam! Aug 31 10:09:30.256 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.256 INFO kablam! --> tests/uint_tests.rs:566:2 Aug 31 10:09:30.257 INFO kablam! | Aug 31 10:09:30.257 INFO kablam! 566 | assert_eq!(result, U256([0, 0, 0, 2])); Aug 31 10:09:30.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.257 INFO kablam! | Aug 31 10:09:30.257 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.257 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.257 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.257 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.257 INFO kablam! Aug 31 10:09:30.258 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.258 INFO kablam! --> tests/uint_tests.rs:569:2 Aug 31 10:09:30.258 INFO kablam! | Aug 31 10:09:30.259 INFO kablam! 569 | assert_eq!(result, U256([0, 0, 5, 2])); Aug 31 10:09:30.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.259 INFO kablam! | Aug 31 10:09:30.259 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.259 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.259 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.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) Aug 31 10:09:30.259 INFO kablam! Aug 31 10:09:30.259 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.259 INFO kablam! --> tests/uint_tests.rs:569:2 Aug 31 10:09:30.259 INFO kablam! | Aug 31 10:09:30.259 INFO kablam! 569 | assert_eq!(result, U256([0, 0, 5, 2])); Aug 31 10:09:30.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.259 INFO kablam! | Aug 31 10:09:30.259 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.259 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.259 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.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) Aug 31 10:09:30.260 INFO kablam! Aug 31 10:09:30.262 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.262 INFO kablam! --> tests/uint_tests.rs:583:2 Aug 31 10:09:30.263 INFO kablam! | Aug 31 10:09:30.263 INFO kablam! 583 | assert_eq!(result, U256([0, 0, 0, 0])); Aug 31 10:09:30.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.263 INFO kablam! | Aug 31 10:09:30.263 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.263 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.263 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.263 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.263 INFO kablam! Aug 31 10:09:30.263 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.263 INFO kablam! --> tests/uint_tests.rs:583:2 Aug 31 10:09:30.263 INFO kablam! | Aug 31 10:09:30.263 INFO kablam! 583 | assert_eq!(result, U256([0, 0, 0, 0])); Aug 31 10:09:30.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.263 INFO kablam! | Aug 31 10:09:30.263 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.263 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.264 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.264 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.264 INFO kablam! Aug 31 10:09:30.265 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.265 INFO kablam! --> tests/uint_tests.rs:586:2 Aug 31 10:09:30.265 INFO kablam! | Aug 31 10:09:30.265 INFO kablam! 586 | assert_eq!(result, U256([0, 0, 0, 0])); Aug 31 10:09:30.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.265 INFO kablam! | Aug 31 10:09:30.265 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.265 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.266 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.266 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.266 INFO kablam! Aug 31 10:09:30.266 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.266 INFO kablam! --> tests/uint_tests.rs:586:2 Aug 31 10:09:30.266 INFO kablam! | Aug 31 10:09:30.266 INFO kablam! 586 | assert_eq!(result, U256([0, 0, 0, 0])); Aug 31 10:09:30.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.266 INFO kablam! | Aug 31 10:09:30.266 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.266 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.266 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.266 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.266 INFO kablam! Aug 31 10:09:30.270 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.270 INFO kablam! --> tests/uint_tests.rs:596:2 Aug 31 10:09:30.270 INFO kablam! | Aug 31 10:09:30.270 INFO kablam! 596 | assert_eq!(U256([MAX/2+1, MAX/2+1, MAX/2+1, MAX/2+1]), result); Aug 31 10:09:30.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.270 INFO kablam! | Aug 31 10:09:30.270 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.270 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.270 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.270 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.270 INFO kablam! Aug 31 10:09:30.270 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.270 INFO kablam! --> tests/uint_tests.rs:596:2 Aug 31 10:09:30.270 INFO kablam! | Aug 31 10:09:30.271 INFO kablam! 596 | assert_eq!(U256([MAX/2+1, MAX/2+1, MAX/2+1, MAX/2+1]), result); Aug 31 10:09:30.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.271 INFO kablam! | Aug 31 10:09:30.271 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.271 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.271 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.271 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.271 INFO kablam! Aug 31 10:09:30.273 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.273 INFO kablam! --> tests/uint_tests.rs:600:2 Aug 31 10:09:30.273 INFO kablam! | Aug 31 10:09:30.273 INFO kablam! 600 | assert_eq!(U256([0, 0, MAX, 0]), result); Aug 31 10:09:30.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.273 INFO kablam! | Aug 31 10:09:30.273 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.273 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.273 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.273 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.273 INFO kablam! Aug 31 10:09:30.273 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.273 INFO kablam! --> tests/uint_tests.rs:600:2 Aug 31 10:09:30.273 INFO kablam! | Aug 31 10:09:30.273 INFO kablam! 600 | assert_eq!(U256([0, 0, MAX, 0]), result); Aug 31 10:09:30.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.273 INFO kablam! | Aug 31 10:09:30.273 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.274 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.274 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.274 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.274 INFO kablam! Aug 31 10:09:30.275 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.275 INFO kablam! --> tests/uint_tests.rs:604:2 Aug 31 10:09:30.276 INFO kablam! | Aug 31 10:09:30.276 INFO kablam! 604 | assert_eq!(U256([MAX, MAX, MAX, 0]), result); Aug 31 10:09:30.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.276 INFO kablam! | Aug 31 10:09:30.276 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.276 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.276 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.276 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.276 INFO kablam! Aug 31 10:09:30.276 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.276 INFO kablam! --> tests/uint_tests.rs:604:2 Aug 31 10:09:30.276 INFO kablam! | Aug 31 10:09:30.276 INFO kablam! 604 | assert_eq!(U256([MAX, MAX, MAX, 0]), result); Aug 31 10:09:30.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.276 INFO kablam! | Aug 31 10:09:30.276 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.276 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.276 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.276 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.276 INFO kablam! Aug 31 10:09:30.278 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.279 INFO kablam! --> tests/uint_tests.rs:610:2 Aug 31 10:09:30.279 INFO kablam! | Aug 31 10:09:30.279 INFO kablam! 610 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 0, 0])); Aug 31 10:09:30.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.279 INFO kablam! | Aug 31 10:09:30.279 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 31 10:09:30.279 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 31 10:09:30.279 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.279 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.279 INFO kablam! Aug 31 10:09:30.279 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.279 INFO kablam! --> tests/uint_tests.rs:610:2 Aug 31 10:09:30.279 INFO kablam! | Aug 31 10:09:30.279 INFO kablam! 610 | assert_eq!(result, U512([0, 0, 0, 0, 0, 0, 0, 0])); Aug 31 10:09:30.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.279 INFO kablam! | Aug 31 10:09:30.279 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 31 10:09:30.280 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 31 10:09:30.280 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.280 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.280 INFO kablam! Aug 31 10:09:30.281 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.281 INFO kablam! --> tests/uint_tests.rs:613:2 Aug 31 10:09:30.281 INFO kablam! | Aug 31 10:09:30.281 INFO kablam! 613 | assert_eq!(result, U512([1, 1, 1, 1, 1, 1, 1, 1])); Aug 31 10:09:30.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.281 INFO kablam! | Aug 31 10:09:30.281 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 31 10:09:30.281 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 31 10:09:30.281 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.282 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.282 INFO kablam! Aug 31 10:09:30.282 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.282 INFO kablam! --> tests/uint_tests.rs:613:2 Aug 31 10:09:30.282 INFO kablam! | Aug 31 10:09:30.282 INFO kablam! 613 | assert_eq!(result, U512([1, 1, 1, 1, 1, 1, 1, 1])); Aug 31 10:09:30.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.282 INFO kablam! | Aug 31 10:09:30.282 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 31 10:09:30.282 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 31 10:09:30.282 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.282 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.282 INFO kablam! Aug 31 10:09:30.286 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.287 INFO kablam! --> tests/uint_tests.rs:625:2 Aug 31 10:09:30.287 INFO kablam! | Aug 31 10:09:30.287 INFO kablam! 625 | assert_eq!(U256([1, MAX-1, 0, 0]), result); Aug 31 10:09:30.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.287 INFO kablam! | Aug 31 10:09:30.287 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.287 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.287 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.287 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.287 INFO kablam! Aug 31 10:09:30.287 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.287 INFO kablam! --> tests/uint_tests.rs:625:2 Aug 31 10:09:30.287 INFO kablam! | Aug 31 10:09:30.287 INFO kablam! 625 | assert_eq!(U256([1, MAX-1, 0, 0]), result); Aug 31 10:09:30.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.287 INFO kablam! | Aug 31 10:09:30.287 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.287 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.288 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.288 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.288 INFO kablam! Aug 31 10:09:30.289 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.289 INFO kablam! --> tests/uint_tests.rs:628:2 Aug 31 10:09:30.289 INFO kablam! | Aug 31 10:09:30.289 INFO kablam! 628 | assert_eq!(U256([0, 1, MAX-1, 0]), result); Aug 31 10:09:30.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.289 INFO kablam! | Aug 31 10:09:30.289 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.289 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.289 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.289 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.290 INFO kablam! Aug 31 10:09:30.290 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.290 INFO kablam! --> tests/uint_tests.rs:628:2 Aug 31 10:09:30.290 INFO kablam! | Aug 31 10:09:30.290 INFO kablam! 628 | assert_eq!(U256([0, 1, MAX-1, 0]), result); Aug 31 10:09:30.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.290 INFO kablam! | Aug 31 10:09:30.290 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.290 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.290 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.290 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.290 INFO kablam! Aug 31 10:09:30.292 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.292 INFO kablam! --> tests/uint_tests.rs:631:2 Aug 31 10:09:30.292 INFO kablam! | Aug 31 10:09:30.292 INFO kablam! 631 | assert_eq!(U256([1, MAX, MAX-1, 0]), result); Aug 31 10:09:30.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.292 INFO kablam! | Aug 31 10:09:30.292 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.292 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.292 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.292 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.292 INFO kablam! Aug 31 10:09:30.293 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.293 INFO kablam! --> tests/uint_tests.rs:631:2 Aug 31 10:09:30.293 INFO kablam! | Aug 31 10:09:30.293 INFO kablam! 631 | assert_eq!(U256([1, MAX, MAX-1, 0]), result); Aug 31 10:09:30.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.293 INFO kablam! | Aug 31 10:09:30.293 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.293 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.293 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.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) Aug 31 10:09:30.293 INFO kablam! Aug 31 10:09:30.300 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.300 INFO kablam! --> tests/uint_tests.rs:634:2 Aug 31 10:09:30.300 INFO kablam! | Aug 31 10:09:30.300 INFO kablam! 634 | assert_eq!(U256([1, MAX, MAX-1, 0]), result); Aug 31 10:09:30.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.301 INFO kablam! | Aug 31 10:09:30.301 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.301 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.301 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.301 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.301 INFO kablam! Aug 31 10:09:30.301 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.301 INFO kablam! --> tests/uint_tests.rs:634:2 Aug 31 10:09:30.301 INFO kablam! | Aug 31 10:09:30.301 INFO kablam! 634 | assert_eq!(U256([1, MAX, MAX-1, 0]), result); Aug 31 10:09:30.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.301 INFO kablam! | Aug 31 10:09:30.301 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.301 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.301 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.301 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.301 INFO kablam! Aug 31 10:09:30.301 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.301 INFO kablam! --> tests/uint_tests.rs:638:2 Aug 31 10:09:30.301 INFO kablam! | Aug 31 10:09:30.302 INFO kablam! 638 | assert_eq!(U256([1, 0, MAX-1, MAX]), result); Aug 31 10:09:30.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.302 INFO kablam! | Aug 31 10:09:30.302 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.302 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.302 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.302 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.302 INFO kablam! Aug 31 10:09:30.302 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.302 INFO kablam! --> tests/uint_tests.rs:638:2 Aug 31 10:09:30.302 INFO kablam! | Aug 31 10:09:30.302 INFO kablam! 638 | assert_eq!(U256([1, 0, MAX-1, MAX]), result); Aug 31 10:09:30.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.302 INFO kablam! | Aug 31 10:09:30.302 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.302 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.302 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.302 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.302 INFO kablam! Aug 31 10:09:30.302 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.302 INFO kablam! --> tests/uint_tests.rs:641:2 Aug 31 10:09:30.302 INFO kablam! | Aug 31 10:09:30.302 INFO kablam! 641 | assert_eq!(U256([1, MAX, MAX, MAX-1]), result); Aug 31 10:09:30.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.303 INFO kablam! | Aug 31 10:09:30.303 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.303 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.303 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.303 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.303 INFO kablam! Aug 31 10:09:30.303 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.303 INFO kablam! --> tests/uint_tests.rs:641:2 Aug 31 10:09:30.303 INFO kablam! | Aug 31 10:09:30.303 INFO kablam! 641 | assert_eq!(U256([1, MAX, MAX, MAX-1]), result); Aug 31 10:09:30.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.303 INFO kablam! | Aug 31 10:09:30.303 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.303 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.303 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.303 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.303 INFO kablam! Aug 31 10:09:30.303 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.303 INFO kablam! --> tests/uint_tests.rs:644:2 Aug 31 10:09:30.303 INFO kablam! | Aug 31 10:09:30.303 INFO kablam! 644 | assert_eq!(U256([1, MAX, MAX, MAX-1]), result); Aug 31 10:09:30.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.303 INFO kablam! | Aug 31 10:09:30.304 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.304 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.304 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.304 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.304 INFO kablam! Aug 31 10:09:30.304 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.304 INFO kablam! --> tests/uint_tests.rs:644:2 Aug 31 10:09:30.304 INFO kablam! | Aug 31 10:09:30.304 INFO kablam! 644 | assert_eq!(U256([1, MAX, MAX, MAX-1]), result); Aug 31 10:09:30.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.304 INFO kablam! | Aug 31 10:09:30.304 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.304 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.304 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.304 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.304 INFO kablam! Aug 31 10:09:30.306 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.306 INFO kablam! --> tests/uint_tests.rs:648:2 Aug 31 10:09:30.306 INFO kablam! | Aug 31 10:09:30.306 INFO kablam! 648 | assert_eq!(U256([1, MAX, MAX, MAX]), result); Aug 31 10:09:30.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.306 INFO kablam! | Aug 31 10:09:30.306 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.306 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.306 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.306 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.306 INFO kablam! Aug 31 10:09:30.306 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.306 INFO kablam! --> tests/uint_tests.rs:648:2 Aug 31 10:09:30.306 INFO kablam! | Aug 31 10:09:30.306 INFO kablam! 648 | assert_eq!(U256([1, MAX, MAX, MAX]), result); Aug 31 10:09:30.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.307 INFO kablam! | Aug 31 10:09:30.307 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.307 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.307 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.307 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.307 INFO kablam! Aug 31 10:09:30.308 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.308 INFO kablam! --> tests/uint_tests.rs:652:2 Aug 31 10:09:30.308 INFO kablam! | Aug 31 10:09:30.308 INFO kablam! 652 | assert_eq!(U256([1, MAX, MAX, MAX]), result); Aug 31 10:09:30.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.308 INFO kablam! | Aug 31 10:09:30.308 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.308 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.308 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.308 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.309 INFO kablam! Aug 31 10:09:30.309 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.309 INFO kablam! --> tests/uint_tests.rs:652:2 Aug 31 10:09:30.309 INFO kablam! | Aug 31 10:09:30.309 INFO kablam! 652 | assert_eq!(U256([1, MAX, MAX, MAX]), result); Aug 31 10:09:30.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.309 INFO kablam! | Aug 31 10:09:30.309 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.309 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.309 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.309 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.309 INFO kablam! Aug 31 10:09:30.311 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.311 INFO kablam! --> tests/uint_tests.rs:656:2 Aug 31 10:09:30.311 INFO kablam! | Aug 31 10:09:30.311 INFO kablam! 656 | assert_eq!(U256([1, 0, MAX, MAX-1]), result); Aug 31 10:09:30.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.311 INFO kablam! | Aug 31 10:09:30.311 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.311 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.311 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.311 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.311 INFO kablam! Aug 31 10:09:30.311 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.311 INFO kablam! --> tests/uint_tests.rs:656:2 Aug 31 10:09:30.311 INFO kablam! | Aug 31 10:09:30.311 INFO kablam! 656 | assert_eq!(U256([1, 0, MAX, MAX-1]), result); Aug 31 10:09:30.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.312 INFO kablam! | Aug 31 10:09:30.312 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.312 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.312 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.312 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.312 INFO kablam! Aug 31 10:09:30.313 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.313 INFO kablam! --> tests/uint_tests.rs:660:2 Aug 31 10:09:30.313 INFO kablam! | Aug 31 10:09:30.313 INFO kablam! 660 | assert_eq!(U256([1, 0, MAX, MAX-1]), result); Aug 31 10:09:30.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.313 INFO kablam! | Aug 31 10:09:30.313 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.313 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.314 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.314 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.314 INFO kablam! Aug 31 10:09:30.314 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.314 INFO kablam! --> tests/uint_tests.rs:660:2 Aug 31 10:09:30.314 INFO kablam! | Aug 31 10:09:30.314 INFO kablam! 660 | assert_eq!(U256([1, 0, MAX, MAX-1]), result); Aug 31 10:09:30.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.314 INFO kablam! | Aug 31 10:09:30.314 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.314 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.314 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.314 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.314 INFO kablam! Aug 31 10:09:30.316 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.316 INFO kablam! --> tests/uint_tests.rs:664:2 Aug 31 10:09:30.316 INFO kablam! | Aug 31 10:09:30.316 INFO kablam! 664 | assert_eq!(U256([1, 0, MAX, MAX]), result); Aug 31 10:09:30.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.316 INFO kablam! | Aug 31 10:09:30.316 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.316 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.316 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.316 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.316 INFO kablam! Aug 31 10:09:30.316 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.316 INFO kablam! --> tests/uint_tests.rs:664:2 Aug 31 10:09:30.316 INFO kablam! | Aug 31 10:09:30.316 INFO kablam! 664 | assert_eq!(U256([1, 0, MAX, MAX]), result); Aug 31 10:09:30.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.317 INFO kablam! | Aug 31 10:09:30.317 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.317 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.317 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.317 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.317 INFO kablam! Aug 31 10:09:30.318 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.318 INFO kablam! --> tests/uint_tests.rs:668:2 Aug 31 10:09:30.318 INFO kablam! | Aug 31 10:09:30.318 INFO kablam! 668 | assert_eq!(U256([1, 0, MAX, MAX]), result); Aug 31 10:09:30.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.318 INFO kablam! | Aug 31 10:09:30.318 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.318 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.318 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.319 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.319 INFO kablam! Aug 31 10:09:30.319 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.319 INFO kablam! --> tests/uint_tests.rs:668:2 Aug 31 10:09:30.319 INFO kablam! | Aug 31 10:09:30.319 INFO kablam! 668 | assert_eq!(U256([1, 0, MAX, MAX]), result); Aug 31 10:09:30.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.319 INFO kablam! | Aug 31 10:09:30.319 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.319 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.319 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.319 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.319 INFO kablam! Aug 31 10:09:30.321 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.321 INFO kablam! --> tests/uint_tests.rs:672:2 Aug 31 10:09:30.321 INFO kablam! | Aug 31 10:09:30.321 INFO kablam! 672 | assert_eq!(U256([1, 0, 0, MAX-1]), result); Aug 31 10:09:30.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.321 INFO kablam! | Aug 31 10:09:30.321 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.321 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.321 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.321 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.321 INFO kablam! Aug 31 10:09:30.321 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.321 INFO kablam! --> tests/uint_tests.rs:672:2 Aug 31 10:09:30.321 INFO kablam! | Aug 31 10:09:30.321 INFO kablam! 672 | assert_eq!(U256([1, 0, 0, MAX-1]), result); Aug 31 10:09:30.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.321 INFO kablam! | Aug 31 10:09:30.321 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.322 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.322 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.322 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.322 INFO kablam! Aug 31 10:09:30.324 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.324 INFO kablam! --> tests/uint_tests.rs:676:2 Aug 31 10:09:30.324 INFO kablam! | Aug 31 10:09:30.325 INFO kablam! 676 | assert_eq!(U256([1, 0, 0, MAX]), result); Aug 31 10:09:30.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.325 INFO kablam! | Aug 31 10:09:30.325 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.325 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.325 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.325 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.325 INFO kablam! Aug 31 10:09:30.325 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.325 INFO kablam! --> tests/uint_tests.rs:676:2 Aug 31 10:09:30.325 INFO kablam! | Aug 31 10:09:30.325 INFO kablam! 676 | assert_eq!(U256([1, 0, 0, MAX]), result); Aug 31 10:09:30.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.325 INFO kablam! | Aug 31 10:09:30.325 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.325 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.325 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.325 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.325 INFO kablam! Aug 31 10:09:30.326 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.326 INFO kablam! --> tests/uint_tests.rs:680:2 Aug 31 10:09:30.326 INFO kablam! | Aug 31 10:09:30.326 INFO kablam! 680 | assert_eq!(U256([1, 0, 0, MAX]), result); Aug 31 10:09:30.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.327 INFO kablam! | Aug 31 10:09:30.327 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.327 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.327 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.327 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.327 INFO kablam! Aug 31 10:09:30.327 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.327 INFO kablam! --> tests/uint_tests.rs:680:2 Aug 31 10:09:30.327 INFO kablam! | Aug 31 10:09:30.327 INFO kablam! 680 | assert_eq!(U256([1, 0, 0, MAX]), result); Aug 31 10:09:30.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.327 INFO kablam! | Aug 31 10:09:30.327 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.327 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.328 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.328 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.328 INFO kablam! Aug 31 10:09:30.329 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.329 INFO kablam! --> tests/uint_tests.rs:683:2 Aug 31 10:09:30.329 INFO kablam! | Aug 31 10:09:30.329 INFO kablam! 683 | assert_eq!(U256([0, 0, 0, 0]), result); Aug 31 10:09:30.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.330 INFO kablam! | Aug 31 10:09:30.330 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.330 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.330 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.330 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.330 INFO kablam! Aug 31 10:09:30.330 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.330 INFO kablam! --> tests/uint_tests.rs:683:2 Aug 31 10:09:30.330 INFO kablam! | Aug 31 10:09:30.330 INFO kablam! 683 | assert_eq!(U256([0, 0, 0, 0]), result); Aug 31 10:09:30.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.330 INFO kablam! | Aug 31 10:09:30.330 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.330 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.330 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.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) Aug 31 10:09:30.331 INFO kablam! Aug 31 10:09:30.332 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.332 INFO kablam! --> tests/uint_tests.rs:686:2 Aug 31 10:09:30.332 INFO kablam! | Aug 31 10:09:30.332 INFO kablam! 686 | assert_eq!(U256([0, 0, 0, MAX]), result); Aug 31 10:09:30.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.332 INFO kablam! | Aug 31 10:09:30.332 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.332 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.332 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.332 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.333 INFO kablam! Aug 31 10:09:30.333 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.333 INFO kablam! --> tests/uint_tests.rs:686:2 Aug 31 10:09:30.333 INFO kablam! | Aug 31 10:09:30.333 INFO kablam! 686 | assert_eq!(U256([0, 0, 0, MAX]), result); Aug 31 10:09:30.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.333 INFO kablam! | Aug 31 10:09:30.333 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.333 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.333 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.333 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.333 INFO kablam! Aug 31 10:09:30.335 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.335 INFO kablam! --> tests/uint_tests.rs:690:2 Aug 31 10:09:30.335 INFO kablam! | Aug 31 10:09:30.335 INFO kablam! 690 | assert_eq!(U256([1, 0, 0, 0]), result); Aug 31 10:09:30.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.335 INFO kablam! | Aug 31 10:09:30.335 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.335 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.335 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.335 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.335 INFO kablam! Aug 31 10:09:30.335 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.335 INFO kablam! --> tests/uint_tests.rs:690:2 Aug 31 10:09:30.335 INFO kablam! | Aug 31 10:09:30.335 INFO kablam! 690 | assert_eq!(U256([1, 0, 0, 0]), result); Aug 31 10:09:30.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.336 INFO kablam! | Aug 31 10:09:30.336 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.336 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.336 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.336 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.336 INFO kablam! Aug 31 10:09:30.339 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.339 INFO kablam! --> tests/uint_tests.rs:696:2 Aug 31 10:09:30.339 INFO kablam! | Aug 31 10:09:30.339 INFO kablam! 696 | assert_eq!(U256([0, 0, 0, 0]), result); Aug 31 10:09:30.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.339 INFO kablam! | Aug 31 10:09:30.339 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.339 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.339 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.339 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.340 INFO kablam! Aug 31 10:09:30.340 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.340 INFO kablam! --> tests/uint_tests.rs:696:2 Aug 31 10:09:30.340 INFO kablam! | Aug 31 10:09:30.340 INFO kablam! 696 | assert_eq!(U256([0, 0, 0, 0]), result); Aug 31 10:09:30.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.340 INFO kablam! | Aug 31 10:09:30.340 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.340 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.340 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.340 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.340 INFO kablam! Aug 31 10:09:30.349 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.349 INFO kablam! --> tests/uint_tests.rs:699:2 Aug 31 10:09:30.349 INFO kablam! | Aug 31 10:09:30.349 INFO kablam! 699 | assert_eq!(U256([1, 0, 0, 0]), result); Aug 31 10:09:30.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.349 INFO kablam! | Aug 31 10:09:30.349 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.349 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.349 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.350 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.350 INFO kablam! Aug 31 10:09:30.350 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.350 INFO kablam! --> tests/uint_tests.rs:699:2 Aug 31 10:09:30.350 INFO kablam! | Aug 31 10:09:30.350 INFO kablam! 699 | assert_eq!(U256([1, 0, 0, 0]), result); Aug 31 10:09:30.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.350 INFO kablam! | Aug 31 10:09:30.350 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.350 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.350 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.350 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.350 INFO kablam! Aug 31 10:09:30.350 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.351 INFO kablam! --> tests/uint_tests.rs:702:2 Aug 31 10:09:30.351 INFO kablam! | Aug 31 10:09:30.351 INFO kablam! 702 | assert_eq!(U256([25, 0, 0, 0]), result); Aug 31 10:09:30.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.351 INFO kablam! | Aug 31 10:09:30.351 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.351 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.351 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.351 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.351 INFO kablam! Aug 31 10:09:30.351 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.351 INFO kablam! --> tests/uint_tests.rs:702:2 Aug 31 10:09:30.351 INFO kablam! | Aug 31 10:09:30.351 INFO kablam! 702 | assert_eq!(U256([25, 0, 0, 0]), result); Aug 31 10:09:30.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.351 INFO kablam! | Aug 31 10:09:30.351 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.351 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.351 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.351 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.352 INFO kablam! Aug 31 10:09:30.352 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.352 INFO kablam! --> tests/uint_tests.rs:705:2 Aug 31 10:09:30.352 INFO kablam! | Aug 31 10:09:30.352 INFO kablam! 705 | assert_eq!(U256([0, 0, 25, 0]), result); Aug 31 10:09:30.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.352 INFO kablam! | Aug 31 10:09:30.352 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.352 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.352 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.352 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.352 INFO kablam! Aug 31 10:09:30.352 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.352 INFO kablam! --> tests/uint_tests.rs:705:2 Aug 31 10:09:30.352 INFO kablam! | Aug 31 10:09:30.352 INFO kablam! 705 | assert_eq!(U256([0, 0, 25, 0]), result); Aug 31 10:09:30.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.352 INFO kablam! | Aug 31 10:09:30.352 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.352 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.352 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.352 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.353 INFO kablam! Aug 31 10:09:30.353 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.353 INFO kablam! --> tests/uint_tests.rs:708:2 Aug 31 10:09:30.353 INFO kablam! | Aug 31 10:09:30.353 INFO kablam! 708 | assert_eq!(U256([0, 0, 0, 1]), result); Aug 31 10:09:30.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.353 INFO kablam! | Aug 31 10:09:30.353 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.353 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.353 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.353 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.353 INFO kablam! Aug 31 10:09:30.353 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.353 INFO kablam! --> tests/uint_tests.rs:708:2 Aug 31 10:09:30.353 INFO kablam! | Aug 31 10:09:30.353 INFO kablam! 708 | assert_eq!(U256([0, 0, 0, 1]), result); Aug 31 10:09:30.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.353 INFO kablam! | Aug 31 10:09:30.353 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.353 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.354 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.354 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.354 INFO kablam! Aug 31 10:09:30.354 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.354 INFO kablam! --> tests/uint_tests.rs:711:2 Aug 31 10:09:30.354 INFO kablam! | Aug 31 10:09:30.354 INFO kablam! 711 | assert_eq!(U256([0, 0, 0, 10]), result); Aug 31 10:09:30.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.354 INFO kablam! | Aug 31 10:09:30.354 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.354 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.355 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.355 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.355 INFO kablam! Aug 31 10:09:30.355 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.355 INFO kablam! --> tests/uint_tests.rs:711:2 Aug 31 10:09:30.355 INFO kablam! | Aug 31 10:09:30.355 INFO kablam! 711 | assert_eq!(U256([0, 0, 0, 10]), result); Aug 31 10:09:30.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.355 INFO kablam! | Aug 31 10:09:30.355 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.355 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.355 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.355 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.355 INFO kablam! Aug 31 10:09:30.355 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.355 INFO kablam! --> tests/uint_tests.rs:714:2 Aug 31 10:09:30.356 INFO kablam! | Aug 31 10:09:30.356 INFO kablam! 714 | assert_eq!(U256([0, 0, 0, 5]), result); Aug 31 10:09:30.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.356 INFO kablam! | Aug 31 10:09:30.356 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.356 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.356 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.356 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.356 INFO kablam! Aug 31 10:09:30.356 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.356 INFO kablam! --> tests/uint_tests.rs:714:2 Aug 31 10:09:30.356 INFO kablam! | Aug 31 10:09:30.356 INFO kablam! 714 | assert_eq!(U256([0, 0, 0, 5]), result); Aug 31 10:09:30.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.357 INFO kablam! | Aug 31 10:09:30.357 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.357 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.357 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.357 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.357 INFO kablam! Aug 31 10:09:30.358 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.358 INFO kablam! --> tests/uint_tests.rs:717:2 Aug 31 10:09:30.358 INFO kablam! | Aug 31 10:09:30.358 INFO kablam! 717 | assert_eq!(U256([0, 0, 0, 0]), result); Aug 31 10:09:30.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.359 INFO kablam! | Aug 31 10:09:30.359 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.359 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.359 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.359 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.359 INFO kablam! Aug 31 10:09:30.359 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.359 INFO kablam! --> tests/uint_tests.rs:717:2 Aug 31 10:09:30.359 INFO kablam! | Aug 31 10:09:30.359 INFO kablam! 717 | assert_eq!(U256([0, 0, 0, 0]), result); Aug 31 10:09:30.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.359 INFO kablam! | Aug 31 10:09:30.359 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.359 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.359 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.359 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.359 INFO kablam! Aug 31 10:09:30.361 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.361 INFO kablam! --> tests/uint_tests.rs:720:2 Aug 31 10:09:30.361 INFO kablam! | Aug 31 10:09:30.361 INFO kablam! 720 | assert_eq!(U256([0, 10, 0, 0]), result); Aug 31 10:09:30.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.361 INFO kablam! | Aug 31 10:09:30.361 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.361 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.361 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.361 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.361 INFO kablam! Aug 31 10:09:30.361 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.362 INFO kablam! --> tests/uint_tests.rs:720:2 Aug 31 10:09:30.362 INFO kablam! | Aug 31 10:09:30.362 INFO kablam! 720 | assert_eq!(U256([0, 10, 0, 0]), result); Aug 31 10:09:30.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.362 INFO kablam! | Aug 31 10:09:30.362 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.362 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.362 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.362 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.362 INFO kablam! Aug 31 10:09:30.366 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.366 INFO kablam! --> tests/uint_tests.rs:723:2 Aug 31 10:09:30.366 INFO kablam! | Aug 31 10:09:30.366 INFO kablam! 723 | assert_eq!(U256([0, 0, 0, MAX]), result); Aug 31 10:09:30.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.366 INFO kablam! | Aug 31 10:09:30.366 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.366 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.367 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.367 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.367 INFO kablam! Aug 31 10:09:30.367 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.367 INFO kablam! --> tests/uint_tests.rs:723:2 Aug 31 10:09:30.367 INFO kablam! | Aug 31 10:09:30.367 INFO kablam! 723 | assert_eq!(U256([0, 0, 0, MAX]), result); Aug 31 10:09:30.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.367 INFO kablam! | Aug 31 10:09:30.367 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.367 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.367 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.367 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.367 INFO kablam! Aug 31 10:09:30.375 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.375 INFO kablam! --> tests/uint_tests.rs:761:2 Aug 31 10:09:30.375 INFO kablam! | Aug 31 10:09:30.375 INFO kablam! 761 | assert_eq!(source, U256::from(1)); Aug 31 10:09:30.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.375 INFO kablam! | Aug 31 10:09:30.376 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.376 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.376 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.376 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.376 INFO kablam! Aug 31 10:09:30.376 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.376 INFO kablam! --> tests/uint_tests.rs:761:2 Aug 31 10:09:30.376 INFO kablam! | Aug 31 10:09:30.376 INFO kablam! 761 | assert_eq!(source, U256::from(1)); Aug 31 10:09:30.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.376 INFO kablam! | Aug 31 10:09:30.376 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.376 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.377 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.377 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.377 INFO kablam! Aug 31 10:09:30.397 INFO kablam! error[E0599]: no function or associated item named `from_str` found for type `uint::U256` in the current scope Aug 31 10:09:30.397 INFO kablam! --> tests/uint_tests.rs:787:15 Aug 31 10:09:30.397 INFO kablam! | Aug 31 10:09:30.397 INFO kablam! 787 | let source = U256::from_str("0102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f20").unwrap(); Aug 31 10:09:30.397 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `uint::U256` Aug 31 10:09:30.397 INFO kablam! Aug 31 10:09:30.451 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.451 INFO kablam! --> tests/uint_tests.rs:799:2 Aug 31 10:09:30.451 INFO kablam! | Aug 31 10:09:30.451 INFO kablam! 799 | assert_eq!(U256([0, 0, 0, 0]), result); Aug 31 10:09:30.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.451 INFO kablam! | Aug 31 10:09:30.451 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.451 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.451 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.451 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.451 INFO kablam! Aug 31 10:09:30.451 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.451 INFO kablam! --> tests/uint_tests.rs:799:2 Aug 31 10:09:30.451 INFO kablam! | Aug 31 10:09:30.451 INFO kablam! 799 | assert_eq!(U256([0, 0, 0, 0]), result); Aug 31 10:09:30.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.451 INFO kablam! | Aug 31 10:09:30.451 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.451 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.451 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.451 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.452 INFO kablam! Aug 31 10:09:30.453 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.453 INFO kablam! --> tests/uint_tests.rs:802:2 Aug 31 10:09:30.453 INFO kablam! | Aug 31 10:09:30.453 INFO kablam! 802 | assert_eq!(U256([1, 0, 0, 0]), result); Aug 31 10:09:30.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.453 INFO kablam! | Aug 31 10:09:30.453 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.453 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.453 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.453 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.453 INFO kablam! Aug 31 10:09:30.453 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.453 INFO kablam! --> tests/uint_tests.rs:802:2 Aug 31 10:09:30.453 INFO kablam! | Aug 31 10:09:30.454 INFO kablam! 802 | assert_eq!(U256([1, 0, 0, 0]), result); Aug 31 10:09:30.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.454 INFO kablam! | Aug 31 10:09:30.454 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.454 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.454 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.454 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.454 INFO kablam! Aug 31 10:09:30.455 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.455 INFO kablam! --> tests/uint_tests.rs:805:2 Aug 31 10:09:30.455 INFO kablam! | Aug 31 10:09:30.455 INFO kablam! 805 | assert_eq!(U256([25, 0, 0, 0]), result); Aug 31 10:09:30.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.455 INFO kablam! | Aug 31 10:09:30.455 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.455 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.455 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.455 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.455 INFO kablam! Aug 31 10:09:30.456 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.456 INFO kablam! --> tests/uint_tests.rs:805:2 Aug 31 10:09:30.456 INFO kablam! | Aug 31 10:09:30.456 INFO kablam! 805 | assert_eq!(U256([25, 0, 0, 0]), result); Aug 31 10:09:30.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.456 INFO kablam! | Aug 31 10:09:30.456 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.456 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.456 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.456 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.456 INFO kablam! Aug 31 10:09:30.457 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.457 INFO kablam! --> tests/uint_tests.rs:808:2 Aug 31 10:09:30.457 INFO kablam! | Aug 31 10:09:30.458 INFO kablam! 808 | assert_eq!(U256([0, 0, 25, 0]), result); Aug 31 10:09:30.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.458 INFO kablam! | Aug 31 10:09:30.458 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.458 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.458 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.458 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.458 INFO kablam! Aug 31 10:09:30.458 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.458 INFO kablam! --> tests/uint_tests.rs:808:2 Aug 31 10:09:30.458 INFO kablam! | Aug 31 10:09:30.458 INFO kablam! 808 | assert_eq!(U256([0, 0, 25, 0]), result); Aug 31 10:09:30.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.458 INFO kablam! | Aug 31 10:09:30.458 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.458 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.458 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.458 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.458 INFO kablam! Aug 31 10:09:30.460 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.460 INFO kablam! --> tests/uint_tests.rs:811:2 Aug 31 10:09:30.460 INFO kablam! | Aug 31 10:09:30.460 INFO kablam! 811 | assert_eq!(U256([0, 0, 0, 1]), result); Aug 31 10:09:30.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.460 INFO kablam! | Aug 31 10:09:30.460 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.460 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.460 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.460 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.460 INFO kablam! Aug 31 10:09:30.460 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.460 INFO kablam! --> tests/uint_tests.rs:811:2 Aug 31 10:09:30.460 INFO kablam! | Aug 31 10:09:30.460 INFO kablam! 811 | assert_eq!(U256([0, 0, 0, 1]), result); Aug 31 10:09:30.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.460 INFO kablam! | Aug 31 10:09:30.460 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.460 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.460 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.460 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.460 INFO kablam! Aug 31 10:09:30.462 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.462 INFO kablam! --> tests/uint_tests.rs:814:2 Aug 31 10:09:30.462 INFO kablam! | Aug 31 10:09:30.462 INFO kablam! 814 | assert_eq!(U256([0, 0, 0, 10]), result); Aug 31 10:09:30.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.462 INFO kablam! | Aug 31 10:09:30.462 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.462 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.462 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.462 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.462 INFO kablam! Aug 31 10:09:30.463 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.463 INFO kablam! --> tests/uint_tests.rs:814:2 Aug 31 10:09:30.463 INFO kablam! | Aug 31 10:09:30.463 INFO kablam! 814 | assert_eq!(U256([0, 0, 0, 10]), result); Aug 31 10:09:30.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.463 INFO kablam! | Aug 31 10:09:30.463 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.463 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.463 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.463 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.463 INFO kablam! Aug 31 10:09:30.464 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.464 INFO kablam! --> tests/uint_tests.rs:817:2 Aug 31 10:09:30.464 INFO kablam! | Aug 31 10:09:30.465 INFO kablam! 817 | assert_eq!(U256([0, 0, 0, 5]), result); Aug 31 10:09:30.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.465 INFO kablam! | Aug 31 10:09:30.465 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.465 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.465 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.465 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.465 INFO kablam! Aug 31 10:09:30.465 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.465 INFO kablam! --> tests/uint_tests.rs:817:2 Aug 31 10:09:30.465 INFO kablam! | Aug 31 10:09:30.465 INFO kablam! 817 | assert_eq!(U256([0, 0, 0, 5]), result); Aug 31 10:09:30.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.465 INFO kablam! | Aug 31 10:09:30.465 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.465 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.465 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.465 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.465 INFO kablam! Aug 31 10:09:30.467 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.467 INFO kablam! --> tests/uint_tests.rs:820:2 Aug 31 10:09:30.467 INFO kablam! | Aug 31 10:09:30.467 INFO kablam! 820 | assert_eq!(U256([0, 0, 0, 0]), result); Aug 31 10:09:30.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.467 INFO kablam! | Aug 31 10:09:30.467 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.467 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.467 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.467 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.467 INFO kablam! Aug 31 10:09:30.468 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.468 INFO kablam! --> tests/uint_tests.rs:820:2 Aug 31 10:09:30.468 INFO kablam! | Aug 31 10:09:30.468 INFO kablam! 820 | assert_eq!(U256([0, 0, 0, 0]), result); Aug 31 10:09:30.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.468 INFO kablam! | Aug 31 10:09:30.468 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.468 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.468 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.468 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.468 INFO kablam! Aug 31 10:09:30.470 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.470 INFO kablam! --> tests/uint_tests.rs:823:2 Aug 31 10:09:30.470 INFO kablam! | Aug 31 10:09:30.470 INFO kablam! 823 | assert_eq!(U256([0, 10, 0, 0]), result); Aug 31 10:09:30.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.470 INFO kablam! | Aug 31 10:09:30.470 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.470 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.470 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.470 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.470 INFO kablam! Aug 31 10:09:30.471 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.471 INFO kablam! --> tests/uint_tests.rs:823:2 Aug 31 10:09:30.471 INFO kablam! | Aug 31 10:09:30.471 INFO kablam! 823 | assert_eq!(U256([0, 10, 0, 0]), result); Aug 31 10:09:30.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.471 INFO kablam! | Aug 31 10:09:30.471 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.471 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.471 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.471 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.471 INFO kablam! Aug 31 10:09:30.473 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.473 INFO kablam! --> tests/uint_tests.rs:826:2 Aug 31 10:09:30.474 INFO kablam! | Aug 31 10:09:30.474 INFO kablam! 826 | assert_eq!(U256([0, 0, 0, u64::max_value()]), result); Aug 31 10:09:30.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.474 INFO kablam! | Aug 31 10:09:30.474 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.474 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.474 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.474 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.474 INFO kablam! Aug 31 10:09:30.474 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.474 INFO kablam! --> tests/uint_tests.rs:826:2 Aug 31 10:09:30.474 INFO kablam! | Aug 31 10:09:30.474 INFO kablam! 826 | assert_eq!(U256([0, 0, 0, u64::max_value()]), result); Aug 31 10:09:30.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.474 INFO kablam! | Aug 31 10:09:30.475 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.475 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.475 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.475 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.475 INFO kablam! Aug 31 10:09:30.479 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 31 10:09:30.479 INFO kablam! --> tests/uint_tests.rs:828:84 Aug 31 10:09:30.479 INFO kablam! | Aug 31 10:09:30.479 INFO kablam! 828 | let x1: U256 = "0000000000000000000000000000000000000000000000000000012365124623".into(); Aug 31 10:09:30.479 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 31 10:09:30.479 INFO kablam! | Aug 31 10:09:30.479 INFO kablam! = help: the following implementations were found: Aug 31 10:09:30.479 INFO kablam! > Aug 31 10:09:30.479 INFO kablam! > Aug 31 10:09:30.479 INFO kablam! > Aug 31 10:09:30.479 INFO kablam! > Aug 31 10:09:30.479 INFO kablam! and 10 others Aug 31 10:09:30.479 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Aug 31 10:09:30.479 INFO kablam! Aug 31 10:09:30.479 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 31 10:09:30.479 INFO kablam! --> tests/uint_tests.rs:829:93 Aug 31 10:09:30.479 INFO kablam! | Aug 31 10:09:30.479 INFO kablam! 829 | let x2sqr_right: U256 = "000000000000000000000000000000000000000000014baeef72e0378e2328c9".into(); Aug 31 10:09:30.479 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 31 10:09:30.479 INFO kablam! | Aug 31 10:09:30.479 INFO kablam! = help: the following implementations were found: Aug 31 10:09:30.479 INFO kablam! > Aug 31 10:09:30.479 INFO kablam! > Aug 31 10:09:30.480 INFO kablam! > Aug 31 10:09:30.480 INFO kablam! > Aug 31 10:09:30.480 INFO kablam! and 10 others Aug 31 10:09:30.480 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Aug 31 10:09:30.480 INFO kablam! Aug 31 10:09:30.480 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.480 INFO kablam! --> tests/uint_tests.rs:831:2 Aug 31 10:09:30.480 INFO kablam! | Aug 31 10:09:30.480 INFO kablam! 831 | assert_eq!(x2sqr_right, x1sqr); Aug 31 10:09:30.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.480 INFO kablam! | Aug 31 10:09:30.480 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.480 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.480 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.480 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.480 INFO kablam! Aug 31 10:09:30.481 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.481 INFO kablam! --> tests/uint_tests.rs:831:2 Aug 31 10:09:30.481 INFO kablam! | Aug 31 10:09:30.481 INFO kablam! 831 | assert_eq!(x2sqr_right, x1sqr); Aug 31 10:09:30.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.481 INFO kablam! | Aug 31 10:09:30.481 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.481 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.481 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.481 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.481 INFO kablam! Aug 31 10:09:30.482 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 31 10:09:30.482 INFO kablam! --> tests/uint_tests.rs:834:94 Aug 31 10:09:30.482 INFO kablam! | Aug 31 10:09:30.482 INFO kablam! 834 | let x1cube_right: U256 = "0000000000000000000000000000000001798acde139361466f712813717897b".into(); Aug 31 10:09:30.482 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 31 10:09:30.482 INFO kablam! | Aug 31 10:09:30.482 INFO kablam! = help: the following implementations were found: Aug 31 10:09:30.482 INFO kablam! > Aug 31 10:09:30.482 INFO kablam! > Aug 31 10:09:30.482 INFO kablam! > Aug 31 10:09:30.482 INFO kablam! > Aug 31 10:09:30.482 INFO kablam! and 10 others Aug 31 10:09:30.482 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Aug 31 10:09:30.482 INFO kablam! Aug 31 10:09:30.483 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.484 INFO kablam! --> tests/uint_tests.rs:835:2 Aug 31 10:09:30.484 INFO kablam! | Aug 31 10:09:30.484 INFO kablam! 835 | assert_eq!(x1cube_right, x1cube); Aug 31 10:09:30.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.485 INFO kablam! | Aug 31 10:09:30.485 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.485 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.485 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.485 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.485 INFO kablam! Aug 31 10:09:30.485 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.485 INFO kablam! --> tests/uint_tests.rs:835:2 Aug 31 10:09:30.485 INFO kablam! | Aug 31 10:09:30.485 INFO kablam! 835 | assert_eq!(x1cube_right, x1cube); Aug 31 10:09:30.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.485 INFO kablam! | Aug 31 10:09:30.485 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.485 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.485 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.485 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.485 INFO kablam! Aug 31 10:09:30.485 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 31 10:09:30.485 INFO kablam! --> tests/uint_tests.rs:838:94 Aug 31 10:09:30.486 INFO kablam! | Aug 31 10:09:30.486 INFO kablam! 838 | let x1quad_right: U256 = "000000000000000000000001adbdd6bd6ff027485484b97f8a6a4c7129756dd1".into(); Aug 31 10:09:30.486 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 31 10:09:30.486 INFO kablam! | Aug 31 10:09:30.486 INFO kablam! = help: the following implementations were found: Aug 31 10:09:30.486 INFO kablam! > Aug 31 10:09:30.486 INFO kablam! > Aug 31 10:09:30.486 INFO kablam! > Aug 31 10:09:30.486 INFO kablam! > Aug 31 10:09:30.486 INFO kablam! and 10 others Aug 31 10:09:30.486 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Aug 31 10:09:30.486 INFO kablam! Aug 31 10:09:30.486 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.486 INFO kablam! --> tests/uint_tests.rs:839:2 Aug 31 10:09:30.486 INFO kablam! | Aug 31 10:09:30.486 INFO kablam! 839 | assert_eq!(x1quad_right, x1quad); Aug 31 10:09:30.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.486 INFO kablam! | Aug 31 10:09:30.486 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.486 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.487 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.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) Aug 31 10:09:30.487 INFO kablam! Aug 31 10:09:30.487 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.487 INFO kablam! --> tests/uint_tests.rs:839:2 Aug 31 10:09:30.487 INFO kablam! | Aug 31 10:09:30.487 INFO kablam! 839 | assert_eq!(x1quad_right, x1quad); Aug 31 10:09:30.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.487 INFO kablam! | Aug 31 10:09:30.487 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.487 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.487 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.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) Aug 31 10:09:30.487 INFO kablam! Aug 31 10:09:30.488 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 31 10:09:30.488 INFO kablam! --> tests/uint_tests.rs:842:95 Aug 31 10:09:30.488 INFO kablam! | Aug 31 10:09:30.489 INFO kablam! 842 | let x1penta_right: U256 = "00000000000001e92875ac24be246e1c57e0507e8c46cc8d233b77f6f4c72993".into(); Aug 31 10:09:30.489 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 31 10:09:30.489 INFO kablam! | Aug 31 10:09:30.489 INFO kablam! = help: the following implementations were found: Aug 31 10:09:30.489 INFO kablam! > Aug 31 10:09:30.489 INFO kablam! > Aug 31 10:09:30.489 INFO kablam! > Aug 31 10:09:30.489 INFO kablam! > Aug 31 10:09:30.489 INFO kablam! and 10 others Aug 31 10:09:30.489 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Aug 31 10:09:30.489 INFO kablam! Aug 31 10:09:30.490 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.490 INFO kablam! --> tests/uint_tests.rs:843:2 Aug 31 10:09:30.490 INFO kablam! | Aug 31 10:09:30.490 INFO kablam! 843 | assert_eq!(x1penta_right, x1penta); Aug 31 10:09:30.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.490 INFO kablam! | Aug 31 10:09:30.490 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.490 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.490 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.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) Aug 31 10:09:30.490 INFO kablam! Aug 31 10:09:30.490 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.490 INFO kablam! --> tests/uint_tests.rs:843:2 Aug 31 10:09:30.490 INFO kablam! | Aug 31 10:09:30.491 INFO kablam! 843 | assert_eq!(x1penta_right, x1penta); Aug 31 10:09:30.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.491 INFO kablam! | Aug 31 10:09:30.491 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.491 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.491 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.491 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.491 INFO kablam! Aug 31 10:09:30.492 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 31 10:09:30.493 INFO kablam! --> tests/uint_tests.rs:846:97 Aug 31 10:09:30.493 INFO kablam! | Aug 31 10:09:30.493 INFO kablam! 846 | let x1septima_right: U256 = "00022cca1da3f6e5722b7d3cc5bbfb486465ebc5a708dd293042f932d7eee119".into(); Aug 31 10:09:30.493 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 31 10:09:30.493 INFO kablam! | Aug 31 10:09:30.493 INFO kablam! = help: the following implementations were found: Aug 31 10:09:30.493 INFO kablam! > Aug 31 10:09:30.493 INFO kablam! > Aug 31 10:09:30.493 INFO kablam! > Aug 31 10:09:30.493 INFO kablam! > Aug 31 10:09:30.493 INFO kablam! and 10 others Aug 31 10:09:30.493 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Aug 31 10:09:30.493 INFO kablam! Aug 31 10:09:30.493 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.493 INFO kablam! --> tests/uint_tests.rs:847:2 Aug 31 10:09:30.493 INFO kablam! | Aug 31 10:09:30.493 INFO kablam! 847 | assert_eq!(x1septima_right, x1septima); Aug 31 10:09:30.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.494 INFO kablam! | Aug 31 10:09:30.494 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.494 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.494 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.494 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.494 INFO kablam! Aug 31 10:09:30.494 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.494 INFO kablam! --> tests/uint_tests.rs:847:2 Aug 31 10:09:30.494 INFO kablam! | Aug 31 10:09:30.495 INFO kablam! 847 | assert_eq!(x1septima_right, x1septima); Aug 31 10:09:30.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.495 INFO kablam! | Aug 31 10:09:30.495 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.495 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.495 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.495 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.495 INFO kablam! Aug 31 10:09:30.503 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Display` Aug 31 10:09:30.503 INFO kablam! --> tests/uint_tests.rs:854:28 Aug 31 10:09:30.504 INFO kablam! | Aug 31 10:09:30.504 INFO kablam! 854 | assert_eq!(&format!("{}", val), "1643897619276947051879427220465009342380213662639797070513307648"); Aug 31 10:09:30.504 INFO kablam! | ^^^ `uint::U256` cannot be formatted with the default formatter Aug 31 10:09:30.504 INFO kablam! | Aug 31 10:09:30.504 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `uint::U256` Aug 31 10:09:30.504 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Aug 31 10:09:30.504 INFO kablam! = note: required by `std::fmt::Display::fmt` Aug 31 10:09:30.504 INFO kablam! Aug 31 10:09:30.505 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 31 10:09:30.505 INFO kablam! --> tests/uint_tests.rs:859:88 Aug 31 10:09:30.505 INFO kablam! | Aug 31 10:09:30.505 INFO kablam! 859 | let number: U256 = "00022cca1da3f6e5722b7d3cc5bbfb486465ebc5a708dd293042f932d7eee119".into(); Aug 31 10:09:30.505 INFO kablam! | ^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 31 10:09:30.505 INFO kablam! | Aug 31 10:09:30.505 INFO kablam! = help: the following implementations were found: Aug 31 10:09:30.505 INFO kablam! > Aug 31 10:09:30.505 INFO kablam! > Aug 31 10:09:30.506 INFO kablam! > Aug 31 10:09:30.506 INFO kablam! > Aug 31 10:09:30.506 INFO kablam! and 10 others Aug 31 10:09:30.506 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into` for `&str` Aug 31 10:09:30.506 INFO kablam! Aug 31 10:09:30.546 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.546 INFO kablam! --> tests/uint_tests.rs:940:2 Aug 31 10:09:30.546 INFO kablam! | Aug 31 10:09:30.547 INFO kablam! 940 | assert_eq!(U256::from(1), number); Aug 31 10:09:30.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.547 INFO kablam! | Aug 31 10:09:30.547 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.547 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.547 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.547 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.547 INFO kablam! Aug 31 10:09:30.549 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.549 INFO kablam! --> tests/uint_tests.rs:940:2 Aug 31 10:09:30.549 INFO kablam! | Aug 31 10:09:30.549 INFO kablam! 940 | assert_eq!(U256::from(1), number); Aug 31 10:09:30.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.549 INFO kablam! | Aug 31 10:09:30.549 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.549 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.549 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.549 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.549 INFO kablam! Aug 31 10:09:30.550 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.550 INFO kablam! --> tests/uint_tests.rs:954:2 Aug 31 10:09:30.550 INFO kablam! | Aug 31 10:09:30.550 INFO kablam! 954 | assert_eq!(U256::from(1), number); Aug 31 10:09:30.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.550 INFO kablam! | Aug 31 10:09:30.550 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.550 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.550 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.550 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.550 INFO kablam! Aug 31 10:09:30.551 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.551 INFO kablam! --> tests/uint_tests.rs:954:2 Aug 31 10:09:30.551 INFO kablam! | Aug 31 10:09:30.551 INFO kablam! 954 | assert_eq!(U256::from(1), number); Aug 31 10:09:30.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.551 INFO kablam! | Aug 31 10:09:30.551 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.551 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.551 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.551 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.551 INFO kablam! Aug 31 10:09:30.556 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.556 INFO kablam! --> tests/uint_tests.rs:978:2 Aug 31 10:09:30.556 INFO kablam! | Aug 31 10:09:30.556 INFO kablam! 978 | assert_eq!( num, U256::from(std::u64::MAX) + 1 + 123); Aug 31 10:09:30.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.556 INFO kablam! | Aug 31 10:09:30.557 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.557 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.557 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.557 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.557 INFO kablam! Aug 31 10:09:30.557 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.557 INFO kablam! --> tests/uint_tests.rs:978:2 Aug 31 10:09:30.557 INFO kablam! | Aug 31 10:09:30.557 INFO kablam! 978 | assert_eq!( num, U256::from(std::u64::MAX) + 1 + 123); Aug 31 10:09:30.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.557 INFO kablam! | Aug 31 10:09:30.557 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.557 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.557 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.557 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.557 INFO kablam! Aug 31 10:09:30.560 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.560 INFO kablam! --> tests/uint_tests.rs:981:2 Aug 31 10:09:30.560 INFO kablam! | Aug 31 10:09:30.560 INFO kablam! 981 | assert_eq!( a_ref, &(U256::from(std::u64::MAX) + 1 + 123)); Aug 31 10:09:30.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.560 INFO kablam! | Aug 31 10:09:30.560 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.560 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.560 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&uint::U256` Aug 31 10:09:30.560 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.560 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.560 INFO kablam! Aug 31 10:09:30.561 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.561 INFO kablam! --> tests/uint_tests.rs:981:2 Aug 31 10:09:30.561 INFO kablam! | Aug 31 10:09:30.561 INFO kablam! 981 | assert_eq!( a_ref, &(U256::from(std::u64::MAX) + 1 + 123)); Aug 31 10:09:30.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.561 INFO kablam! | Aug 31 10:09:30.561 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.561 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.561 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&uint::U256` Aug 31 10:09:30.561 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.561 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.561 INFO kablam! Aug 31 10:09:30.564 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.564 INFO kablam! --> tests/uint_tests.rs:994:2 Aug 31 10:09:30.564 INFO kablam! | Aug 31 10:09:30.564 INFO kablam! 994 | assert_eq!(big, U256([504410889324070664, 360293493601469702, 216176097878868740, 72058702156267778u64])); Aug 31 10:09:30.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.565 INFO kablam! | Aug 31 10:09:30.565 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.565 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.565 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.565 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.565 INFO kablam! Aug 31 10:09:30.565 INFO kablam! error[E0277]: `uint::U256` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.565 INFO kablam! --> tests/uint_tests.rs:994:2 Aug 31 10:09:30.565 INFO kablam! | Aug 31 10:09:30.565 INFO kablam! 994 | assert_eq!(big, U256([504410889324070664, 360293493601469702, 216176097878868740, 72058702156267778u64])); Aug 31 10:09:30.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U256` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.565 INFO kablam! | Aug 31 10:09:30.565 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U256` Aug 31 10:09:30.565 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U256` Aug 31 10:09:30.565 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.565 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.566 INFO kablam! Aug 31 10:09:30.569 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.569 INFO kablam! --> tests/uint_tests.rs:1010:2 Aug 31 10:09:30.569 INFO kablam! | Aug 31 10:09:30.570 INFO kablam! 1010 | assert_eq!( num, U512::from(123) ); Aug 31 10:09:30.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.570 INFO kablam! | Aug 31 10:09:30.570 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 31 10:09:30.570 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 31 10:09:30.570 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.570 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.570 INFO kablam! Aug 31 10:09:30.570 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.570 INFO kablam! --> tests/uint_tests.rs:1010:2 Aug 31 10:09:30.570 INFO kablam! | Aug 31 10:09:30.570 INFO kablam! 1010 | assert_eq!( num, U512::from(123) ); Aug 31 10:09:30.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.570 INFO kablam! | Aug 31 10:09:30.570 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 31 10:09:30.570 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 31 10:09:30.570 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.570 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.571 INFO kablam! Aug 31 10:09:30.572 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.573 INFO kablam! --> tests/uint_tests.rs:1013:2 Aug 31 10:09:30.573 INFO kablam! | Aug 31 10:09:30.573 INFO kablam! 1013 | assert_eq!( a_ref, &U512::from(123) ); Aug 31 10:09:30.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.573 INFO kablam! | Aug 31 10:09:30.573 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 31 10:09:30.573 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 31 10:09:30.573 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&uint::U512` Aug 31 10:09:30.573 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.573 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.573 INFO kablam! Aug 31 10:09:30.573 INFO kablam! error[E0277]: `uint::U512` doesn't implement `std::fmt::Debug` Aug 31 10:09:30.573 INFO kablam! --> tests/uint_tests.rs:1013:2 Aug 31 10:09:30.573 INFO kablam! | Aug 31 10:09:30.573 INFO kablam! 1013 | assert_eq!( a_ref, &U512::from(123) ); Aug 31 10:09:30.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `uint::U512` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Aug 31 10:09:30.573 INFO kablam! | Aug 31 10:09:30.573 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `uint::U512` Aug 31 10:09:30.574 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&uint::U512` Aug 31 10:09:30.574 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&&uint::U512` Aug 31 10:09:30.574 INFO kablam! = note: required by `std::fmt::Debug::fmt` Aug 31 10:09:30.574 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 10:09:30.574 INFO kablam! Aug 31 10:09:30.576 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 31 10:09:30.576 INFO kablam! --> tests/uint_tests.rs:1018:13 Aug 31 10:09:30.576 INFO kablam! | Aug 31 10:09:30.577 INFO kablam! 1018 | assert_eq!(U256::from("000000000000000000000001adbdd6bd6ff027485484b97f8a6a4c7129756dd1").leading_zeros(), 95); Aug 31 10:09:30.577 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 31 10:09:30.577 INFO kablam! | Aug 31 10:09:30.577 INFO kablam! = help: the following implementations were found: Aug 31 10:09:30.577 INFO kablam! > Aug 31 10:09:30.577 INFO kablam! > Aug 31 10:09:30.577 INFO kablam! > Aug 31 10:09:30.577 INFO kablam! > Aug 31 10:09:30.577 INFO kablam! and 10 others Aug 31 10:09:30.577 INFO kablam! = note: required by `std::convert::From::from` Aug 31 10:09:30.577 INFO kablam! Aug 31 10:09:30.578 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 31 10:09:30.578 INFO kablam! --> tests/uint_tests.rs:1019:13 Aug 31 10:09:30.578 INFO kablam! | Aug 31 10:09:30.578 INFO kablam! 1019 | assert_eq!(U256::from("f00000000000000000000001adbdd6bd6ff027485484b97f8a6a4c7129756dd1").leading_zeros(), 0); Aug 31 10:09:30.578 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 31 10:09:30.578 INFO kablam! | Aug 31 10:09:30.578 INFO kablam! = help: the following implementations were found: Aug 31 10:09:30.578 INFO kablam! > Aug 31 10:09:30.578 INFO kablam! > Aug 31 10:09:30.578 INFO kablam! > Aug 31 10:09:30.578 INFO kablam! > Aug 31 10:09:30.578 INFO kablam! and 10 others Aug 31 10:09:30.578 INFO kablam! = note: required by `std::convert::From::from` Aug 31 10:09:30.579 INFO kablam! Aug 31 10:09:30.581 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 31 10:09:30.581 INFO kablam! --> tests/uint_tests.rs:1020:13 Aug 31 10:09:30.581 INFO kablam! | Aug 31 10:09:30.581 INFO kablam! 1020 | assert_eq!(U256::from("0000000000000000000000000000000000000000000000000000000000000001").leading_zeros(), 255); Aug 31 10:09:30.581 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 31 10:09:30.581 INFO kablam! | Aug 31 10:09:30.581 INFO kablam! = help: the following implementations were found: Aug 31 10:09:30.581 INFO kablam! > Aug 31 10:09:30.581 INFO kablam! > Aug 31 10:09:30.581 INFO kablam! > Aug 31 10:09:30.581 INFO kablam! > Aug 31 10:09:30.581 INFO kablam! and 10 others Aug 31 10:09:30.581 INFO kablam! = note: required by `std::convert::From::from` Aug 31 10:09:30.581 INFO kablam! Aug 31 10:09:30.584 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 31 10:09:30.584 INFO kablam! --> tests/uint_tests.rs:1021:13 Aug 31 10:09:30.584 INFO kablam! | Aug 31 10:09:30.584 INFO kablam! 1021 | assert_eq!(U256::from("0000000000000000000000000000000000000000000000000000000000000000").leading_zeros(), 256); Aug 31 10:09:30.584 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 31 10:09:30.584 INFO kablam! | Aug 31 10:09:30.584 INFO kablam! = help: the following implementations were found: Aug 31 10:09:30.584 INFO kablam! > Aug 31 10:09:30.584 INFO kablam! > Aug 31 10:09:30.584 INFO kablam! > Aug 31 10:09:30.584 INFO kablam! > Aug 31 10:09:30.584 INFO kablam! and 10 others Aug 31 10:09:30.584 INFO kablam! = note: required by `std::convert::From::from` Aug 31 10:09:30.584 INFO kablam! Aug 31 10:09:30.587 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 31 10:09:30.587 INFO kablam! --> tests/uint_tests.rs:1026:13 Aug 31 10:09:30.587 INFO kablam! | Aug 31 10:09:30.587 INFO kablam! 1026 | assert_eq!(U256::from("1adbdd6bd6ff027485484b97f8a6a4c7129756dd100000000000000000000000").trailing_zeros(), 92); Aug 31 10:09:30.587 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 31 10:09:30.587 INFO kablam! | Aug 31 10:09:30.588 INFO kablam! = help: the following implementations were found: Aug 31 10:09:30.588 INFO kablam! > Aug 31 10:09:30.588 INFO kablam! > Aug 31 10:09:30.588 INFO kablam! > Aug 31 10:09:30.588 INFO kablam! > Aug 31 10:09:30.588 INFO kablam! and 10 others Aug 31 10:09:30.588 INFO kablam! = note: required by `std::convert::From::from` Aug 31 10:09:30.588 INFO kablam! Aug 31 10:09:30.590 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 31 10:09:30.590 INFO kablam! --> tests/uint_tests.rs:1027:13 Aug 31 10:09:30.590 INFO kablam! | Aug 31 10:09:30.590 INFO kablam! 1027 | assert_eq!(U256::from("1adbdd6bd6ff027485484b97f8a6a4c7129756dd10000000000000000000000f").trailing_zeros(), 0); Aug 31 10:09:30.590 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 31 10:09:30.590 INFO kablam! | Aug 31 10:09:30.590 INFO kablam! = help: the following implementations were found: Aug 31 10:09:30.590 INFO kablam! > Aug 31 10:09:30.590 INFO kablam! > Aug 31 10:09:30.590 INFO kablam! > Aug 31 10:09:30.590 INFO kablam! > Aug 31 10:09:30.590 INFO kablam! and 10 others Aug 31 10:09:30.590 INFO kablam! = note: required by `std::convert::From::from` Aug 31 10:09:30.590 INFO kablam! Aug 31 10:09:30.592 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 31 10:09:30.593 INFO kablam! --> tests/uint_tests.rs:1028:13 Aug 31 10:09:30.593 INFO kablam! | Aug 31 10:09:30.593 INFO kablam! 1028 | assert_eq!(U256::from("8000000000000000000000000000000000000000000000000000000000000000").trailing_zeros(), 255); Aug 31 10:09:30.593 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 31 10:09:30.593 INFO kablam! | Aug 31 10:09:30.593 INFO kablam! = help: the following implementations were found: Aug 31 10:09:30.593 INFO kablam! > Aug 31 10:09:30.593 INFO kablam! > Aug 31 10:09:30.593 INFO kablam! > Aug 31 10:09:30.593 INFO kablam! > Aug 31 10:09:30.593 INFO kablam! and 10 others Aug 31 10:09:30.593 INFO kablam! = note: required by `std::convert::From::from` Aug 31 10:09:30.593 INFO kablam! Aug 31 10:09:30.595 INFO kablam! error[E0277]: the trait bound `uint::U256: std::convert::From<&str>` is not satisfied Aug 31 10:09:30.595 INFO kablam! --> tests/uint_tests.rs:1029:13 Aug 31 10:09:30.595 INFO kablam! | Aug 31 10:09:30.596 INFO kablam! 1029 | assert_eq!(U256::from("0000000000000000000000000000000000000000000000000000000000000000").trailing_zeros(), 256); Aug 31 10:09:30.596 INFO kablam! | ^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `uint::U256` Aug 31 10:09:30.596 INFO kablam! | Aug 31 10:09:30.596 INFO kablam! = help: the following implementations were found: Aug 31 10:09:30.596 INFO kablam! > Aug 31 10:09:30.596 INFO kablam! > Aug 31 10:09:30.596 INFO kablam! > Aug 31 10:09:30.596 INFO kablam! > Aug 31 10:09:30.596 INFO kablam! and 10 others Aug 31 10:09:30.596 INFO kablam! = note: required by `std::convert::From::from` Aug 31 10:09:30.596 INFO kablam! Aug 31 10:09:30.611 INFO kablam! error: aborting due to 407 previous errors Aug 31 10:09:30.611 INFO kablam! Aug 31 10:09:30.611 INFO kablam! Some errors occurred: E0277, E0599. Aug 31 10:09:30.611 INFO kablam! For more information about an error, try `rustc --explain E0277`. Aug 31 10:09:30.620 INFO kablam! error: Could not compile `uint`. Aug 31 10:09:30.620 INFO kablam! Aug 31 10:09:30.620 INFO kablam! To learn more, run the command again with --verbose. Aug 31 10:09:30.622 INFO kablam! su: No module specific data is present Aug 31 10:09:31.008 INFO running `"docker" "rm" "-f" "1ad4b07b7754762734ab578f1fc3b3b6409c769601e122b640f2673b23f5f2c7"` Aug 31 10:09:31.105 INFO blam! 1ad4b07b7754762734ab578f1fc3b3b6409c769601e122b640f2673b23f5f2c7