[INFO] updating cached repository frankier/softcomputingforsoftpeople [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/frankier/softcomputingforsoftpeople [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/frankier/softcomputingforsoftpeople" "work/ex/beta-1.38-1/sources/1.37.0/gh/frankier/softcomputingforsoftpeople"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/frankier/softcomputingforsoftpeople'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/frankier/softcomputingforsoftpeople" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/frankier/softcomputingforsoftpeople"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/frankier/softcomputingforsoftpeople'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a0a06bf13a79653a22f513d804cc44062e4e9492 [INFO] sha for GitHub repo frankier/softcomputingforsoftpeople: a0a06bf13a79653a22f513d804cc44062e4e9492 [INFO] validating manifest of frankier/softcomputingforsoftpeople on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of frankier/softcomputingforsoftpeople on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing frankier/softcomputingforsoftpeople [INFO] finished frobbing frankier/softcomputingforsoftpeople [INFO] frobbed toml for frankier/softcomputingforsoftpeople written to work/ex/beta-1.38-1/sources/1.37.0/gh/frankier/softcomputingforsoftpeople/Cargo.toml [INFO] started frobbing frankier/softcomputingforsoftpeople [INFO] finished frobbing frankier/softcomputingforsoftpeople [INFO] frobbed toml for frankier/softcomputingforsoftpeople written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/frankier/softcomputingforsoftpeople/Cargo.toml [INFO] crate frankier/softcomputingforsoftpeople already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing frankier/softcomputingforsoftpeople against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/frankier/softcomputingforsoftpeople:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 201e1de75563972c5326b1b9343bb1af9efd18b89fd479a8d309ea22f3900ed6 [INFO] running `"docker" "start" "-a" "201e1de75563972c5326b1b9343bb1af9efd18b89fd479a8d309ea22f3900ed6"` [INFO] [stderr] Compiling safe-transmute v0.8.0 (https://github.com/frankier/safe-transmute-rs.git?rev=5ecc3b6b31d661523515b09b6621d6f0019e031e#5ecc3b6b) [INFO] [stderr] Compiling hex-slice v0.1.4 [INFO] [stderr] Compiling ord_subset v3.1.0 [INFO] [stderr] Compiling proc-macro2 v0.2.2 [INFO] [stderr] Compiling num-integer v0.1.36 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling itertools v0.7.6 [INFO] [stderr] Compiling bitintr v0.1.18 [INFO] [stderr] Compiling bitwise v0.1.1 [INFO] [stderr] Compiling alga v0.5.2 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling clap v2.30.0 [INFO] [stderr] Compiling ordered-float v0.5.0 [INFO] [stderr] Compiling num-iter v0.1.35 [INFO] [stderr] Compiling csv-core v0.1.4 [INFO] [stderr] Compiling quote v0.4.2 [INFO] [stderr] error[E0658]: specialization is unstable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:58:5 [INFO] [stderr] | [INFO] [stderr] 58 | / default fn from(x: T) -> Self { [INFO] [stderr] 59 | | ToWord::to(x) [INFO] [stderr] 60 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/31844 [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i8`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i8` [INFO] [stderr] ... [INFO] [stderr] 45 | impl_from_word!(i8); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i16`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i16` [INFO] [stderr] ... [INFO] [stderr] 45 | impl_from_word!(i8); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i32`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32` [INFO] [stderr] ... [INFO] [stderr] 45 | impl_from_word!(i8); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i64`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i64` [INFO] [stderr] ... [INFO] [stderr] 45 | impl_from_word!(i8); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `isize`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `isize` [INFO] [stderr] ... [INFO] [stderr] 45 | impl_from_word!(i8); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u8`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u8` [INFO] [stderr] ... [INFO] [stderr] 45 | impl_from_word!(i8); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u16`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u16` [INFO] [stderr] ... [INFO] [stderr] 45 | impl_from_word!(i8); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u32`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u32` [INFO] [stderr] ... [INFO] [stderr] 45 | impl_from_word!(i8); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u64`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u64` [INFO] [stderr] ... [INFO] [stderr] 45 | impl_from_word!(i8); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `usize`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `usize` [INFO] [stderr] ... [INFO] [stderr] 45 | impl_from_word!(i8); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i8`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i8` [INFO] [stderr] ... [INFO] [stderr] 46 | impl_from_word!(i16); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i16`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i16` [INFO] [stderr] ... [INFO] [stderr] 46 | impl_from_word!(i16); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i32`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32` [INFO] [stderr] ... [INFO] [stderr] 46 | impl_from_word!(i16); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i64`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i64` [INFO] [stderr] ... [INFO] [stderr] 46 | impl_from_word!(i16); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `isize`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `isize` [INFO] [stderr] ... [INFO] [stderr] 46 | impl_from_word!(i16); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u8`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u8` [INFO] [stderr] ... [INFO] [stderr] 46 | impl_from_word!(i16); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u16`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u16` [INFO] [stderr] ... [INFO] [stderr] 46 | impl_from_word!(i16); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u32`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u32` [INFO] [stderr] ... [INFO] [stderr] 46 | impl_from_word!(i16); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u64`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u64` [INFO] [stderr] ... [INFO] [stderr] 46 | impl_from_word!(i16); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `usize`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `usize` [INFO] [stderr] ... [INFO] [stderr] 46 | impl_from_word!(i16); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i8`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i8` [INFO] [stderr] ... [INFO] [stderr] 47 | impl_from_word!(i32); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i16`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i16` [INFO] [stderr] ... [INFO] [stderr] 47 | impl_from_word!(i32); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i32`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32` [INFO] [stderr] ... [INFO] [stderr] 47 | impl_from_word!(i32); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i64`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i64` [INFO] [stderr] ... [INFO] [stderr] 47 | impl_from_word!(i32); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `isize`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `isize` [INFO] [stderr] ... [INFO] [stderr] 47 | impl_from_word!(i32); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u8`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u8` [INFO] [stderr] ... [INFO] [stderr] 47 | impl_from_word!(i32); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u16`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u16` [INFO] [stderr] ... [INFO] [stderr] 47 | impl_from_word!(i32); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u32`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u32` [INFO] [stderr] ... [INFO] [stderr] 47 | impl_from_word!(i32); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u64`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u64` [INFO] [stderr] ... [INFO] [stderr] 47 | impl_from_word!(i32); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `usize`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `usize` [INFO] [stderr] ... [INFO] [stderr] 47 | impl_from_word!(i32); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i8`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i8` [INFO] [stderr] ... [INFO] [stderr] 48 | impl_from_word!(i64); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i16`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i16` [INFO] [stderr] ... [INFO] [stderr] 48 | impl_from_word!(i64); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i32`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32` [INFO] [stderr] ... [INFO] [stderr] 48 | impl_from_word!(i64); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i64`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i64` [INFO] [stderr] ... [INFO] [stderr] 48 | impl_from_word!(i64); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `isize`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `isize` [INFO] [stderr] ... [INFO] [stderr] 48 | impl_from_word!(i64); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u8`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u8` [INFO] [stderr] ... [INFO] [stderr] 48 | impl_from_word!(i64); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u16`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u16` [INFO] [stderr] ... [INFO] [stderr] 48 | impl_from_word!(i64); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u32`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u32` [INFO] [stderr] ... [INFO] [stderr] 48 | impl_from_word!(i64); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u64`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u64` [INFO] [stderr] ... [INFO] [stderr] 48 | impl_from_word!(i64); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `usize`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `usize` [INFO] [stderr] ... [INFO] [stderr] 48 | impl_from_word!(i64); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i8`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i8` [INFO] [stderr] ... [INFO] [stderr] 49 | impl_from_word!(isize); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i16`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i16` [INFO] [stderr] ... [INFO] [stderr] 49 | impl_from_word!(isize); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i32`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32` [INFO] [stderr] ... [INFO] [stderr] 49 | impl_from_word!(isize); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i64`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i64` [INFO] [stderr] ... [INFO] [stderr] 49 | impl_from_word!(isize); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `isize`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `isize` [INFO] [stderr] ... [INFO] [stderr] 49 | impl_from_word!(isize); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u8`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u8` [INFO] [stderr] ... [INFO] [stderr] 49 | impl_from_word!(isize); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u16`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u16` [INFO] [stderr] ... [INFO] [stderr] 49 | impl_from_word!(isize); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u32`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u32` [INFO] [stderr] ... [INFO] [stderr] 49 | impl_from_word!(isize); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u64`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u64` [INFO] [stderr] ... [INFO] [stderr] 49 | impl_from_word!(isize); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `usize`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `usize` [INFO] [stderr] ... [INFO] [stderr] 49 | impl_from_word!(isize); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i8`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i8` [INFO] [stderr] ... [INFO] [stderr] 50 | impl_from_word!(u8); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i16`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i16` [INFO] [stderr] ... [INFO] [stderr] 50 | impl_from_word!(u8); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i32`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32` [INFO] [stderr] ... [INFO] [stderr] 50 | impl_from_word!(u8); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i64`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i64` [INFO] [stderr] ... [INFO] [stderr] 50 | impl_from_word!(u8); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `isize`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `isize` [INFO] [stderr] ... [INFO] [stderr] 50 | impl_from_word!(u8); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u8`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u8` [INFO] [stderr] ... [INFO] [stderr] 50 | impl_from_word!(u8); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u16`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u16` [INFO] [stderr] ... [INFO] [stderr] 50 | impl_from_word!(u8); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u32`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u32` [INFO] [stderr] ... [INFO] [stderr] 50 | impl_from_word!(u8); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u64`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u64` [INFO] [stderr] ... [INFO] [stderr] 50 | impl_from_word!(u8); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `usize`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `usize` [INFO] [stderr] ... [INFO] [stderr] 50 | impl_from_word!(u8); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i8`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i8` [INFO] [stderr] ... [INFO] [stderr] 51 | impl_from_word!(u16); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i16`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i16` [INFO] [stderr] ... [INFO] [stderr] 51 | impl_from_word!(u16); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i32`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32` [INFO] [stderr] ... [INFO] [stderr] 51 | impl_from_word!(u16); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i64`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i64` [INFO] [stderr] ... [INFO] [stderr] 51 | impl_from_word!(u16); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `isize`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `isize` [INFO] [stderr] ... [INFO] [stderr] 51 | impl_from_word!(u16); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u8`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u8` [INFO] [stderr] ... [INFO] [stderr] 51 | impl_from_word!(u16); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u16`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u16` [INFO] [stderr] ... [INFO] [stderr] 51 | impl_from_word!(u16); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u32`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u32` [INFO] [stderr] ... [INFO] [stderr] 51 | impl_from_word!(u16); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u64`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u64` [INFO] [stderr] ... [INFO] [stderr] 51 | impl_from_word!(u16); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `usize`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `usize` [INFO] [stderr] ... [INFO] [stderr] 51 | impl_from_word!(u16); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i8`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i8` [INFO] [stderr] ... [INFO] [stderr] 52 | impl_from_word!(u32); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i16`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i16` [INFO] [stderr] ... [INFO] [stderr] 52 | impl_from_word!(u32); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i32`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32` [INFO] [stderr] ... [INFO] [stderr] 52 | impl_from_word!(u32); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i64`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i64` [INFO] [stderr] ... [INFO] [stderr] 52 | impl_from_word!(u32); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `isize`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `isize` [INFO] [stderr] ... [INFO] [stderr] 52 | impl_from_word!(u32); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u8`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u8` [INFO] [stderr] ... [INFO] [stderr] 52 | impl_from_word!(u32); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u16`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u16` [INFO] [stderr] ... [INFO] [stderr] 52 | impl_from_word!(u32); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u32`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u32` [INFO] [stderr] ... [INFO] [stderr] 52 | impl_from_word!(u32); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u64`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u64` [INFO] [stderr] ... [INFO] [stderr] 52 | impl_from_word!(u32); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `usize`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `usize` [INFO] [stderr] ... [INFO] [stderr] 52 | impl_from_word!(u32); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i8`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i8` [INFO] [stderr] ... [INFO] [stderr] 53 | impl_from_word!(u64); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i16`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i16` [INFO] [stderr] ... [INFO] [stderr] 53 | impl_from_word!(u64); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i32`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32` [INFO] [stderr] ... [INFO] [stderr] 53 | impl_from_word!(u64); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i64`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i64` [INFO] [stderr] ... [INFO] [stderr] 53 | impl_from_word!(u64); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `isize`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `isize` [INFO] [stderr] ... [INFO] [stderr] 53 | impl_from_word!(u64); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u8`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u8` [INFO] [stderr] ... [INFO] [stderr] 53 | impl_from_word!(u64); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] Compiling csv v1.0.0-beta.5 [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u16`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u16` [INFO] [stderr] ... [INFO] [stderr] 53 | impl_from_word!(u64); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u32`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u32` [INFO] [stderr] ... [INFO] [stderr] 53 | impl_from_word!(u64); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u64`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u64` [INFO] [stderr] ... [INFO] [stderr] 53 | impl_from_word!(u64); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `usize`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `usize` [INFO] [stderr] ... [INFO] [stderr] 53 | impl_from_word!(u64); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] ... [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i8`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i8` [INFO] [stderr] ... [INFO] [stderr] 54 | impl_from_word!(usize); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] 55 | [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i16`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i16` [INFO] [stderr] ... [INFO] [stderr] 54 | impl_from_word!(usize); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] 55 | [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i32`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32` [INFO] [stderr] ... [INFO] [stderr] 54 | impl_from_word!(usize); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] 55 | [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `i64`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i64` [INFO] [stderr] ... [INFO] [stderr] 54 | impl_from_word!(usize); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] 55 | [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `isize`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `isize` [INFO] [stderr] ... [INFO] [stderr] 54 | impl_from_word!(usize); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] 55 | [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u8`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u8` [INFO] [stderr] ... [INFO] [stderr] 54 | impl_from_word!(usize); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] 55 | [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u16`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u16` [INFO] [stderr] ... [INFO] [stderr] 54 | impl_from_word!(usize); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] 55 | [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u32`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u32` [INFO] [stderr] ... [INFO] [stderr] 54 | impl_from_word!(usize); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] 55 | [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `u64`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `u64` [INFO] [stderr] ... [INFO] [stderr] 54 | impl_from_word!(usize); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] 55 | [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `word::to_word::FromWord` for type `usize`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitwise-0.1.1/src/word/to_word.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | impl FromWord<$From> for $To { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `usize` [INFO] [stderr] ... [INFO] [stderr] 54 | impl_from_word!(usize); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] 55 | [INFO] [stderr] 56 | impl FromWord for U { [INFO] [stderr] | ---------------------------------------- first implementation here [INFO] [stderr] [INFO] [stderr] error: aborting due to 101 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0119, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0119`. [INFO] [stderr] error: Could not compile `bitwise`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "201e1de75563972c5326b1b9343bb1af9efd18b89fd479a8d309ea22f3900ed6"` [INFO] running `"docker" "rm" "-f" "201e1de75563972c5326b1b9343bb1af9efd18b89fd479a8d309ea22f3900ed6"` [INFO] [stdout] 201e1de75563972c5326b1b9343bb1af9efd18b89fd479a8d309ea22f3900ed6