[INFO] crate yass-aux 0.1.1 is already in cache [INFO] checking yass-aux-0.1.1 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate yass-aux 0.1.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate yass-aux 0.1.1 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate yass-aux 0.1.1 [INFO] finished tweaking crates.io crate yass-aux 0.1.1 [INFO] tweaked toml for crates.io crate yass-aux 0.1.1 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3c54ece60be22f86f268112bc66297f805d4cc556cccdf38810528a1930f9d4d [INFO] running `"docker" "start" "-a" "3c54ece60be22f86f268112bc66297f805d4cc556cccdf38810528a1930f9d4d"` [INFO] [stderr] Checking yass-aux v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:44:40 [INFO] [stderr] | [INFO] [stderr] 44 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 91 | parse_signed_int!(i32, u32, atom) [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:53:40 [INFO] [stderr] | [INFO] [stderr] 53 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 91 | parse_signed_int!(i32, u32, atom) [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:62:40 [INFO] [stderr] | [INFO] [stderr] 62 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 91 | parse_signed_int!(i32, u32, atom) [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:44:40 [INFO] [stderr] | [INFO] [stderr] 44 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 95 | parse_signed_int!(i64, u64, atom) [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:53:40 [INFO] [stderr] | [INFO] [stderr] 53 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 95 | parse_signed_int!(i64, u64, atom) [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:62:40 [INFO] [stderr] | [INFO] [stderr] 62 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 95 | parse_signed_int!(i64, u64, atom) [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:113:40 [INFO] [stderr] | [INFO] [stderr] 113 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 137 | parse_unsigned_int!(u32, atom) [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:122:40 [INFO] [stderr] | [INFO] [stderr] 122 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 137 | parse_unsigned_int!(u32, atom) [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:113:40 [INFO] [stderr] | [INFO] [stderr] 113 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 141 | parse_unsigned_int!(u64, atom) [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:122:40 [INFO] [stderr] | [INFO] [stderr] 122 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 141 | parse_unsigned_int!(u64, atom) [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:180:36 [INFO] [stderr] | [INFO] [stderr] 180 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:192:36 [INFO] [stderr] | [INFO] [stderr] 192 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:204:36 [INFO] [stderr] | [INFO] [stderr] 204 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:216:36 [INFO] [stderr] | [INFO] [stderr] 216 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:229:36 [INFO] [stderr] | [INFO] [stderr] 229 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:245:36 [INFO] [stderr] | [INFO] [stderr] 245 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:254:36 [INFO] [stderr] | [INFO] [stderr] 254 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:263:36 [INFO] [stderr] | [INFO] [stderr] 263 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:443:39 [INFO] [stderr] | [INFO] [stderr] 443 | Some(chr @ '\x00' ... '\x7F') => string.push(chr), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:831:18 [INFO] [stderr] | [INFO] [stderr] 831 | 0x20 ... 0x7E => output.push(chr as char), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:858:18 [INFO] [stderr] | [INFO] [stderr] 858 | 0x20 ... 0x7E => output.push(chr as char), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:886:20 [INFO] [stderr] | [INFO] [stderr] 886 | '\x20' ... '\x7E' => output.push(chr as char), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:44:40 [INFO] [stderr] | [INFO] [stderr] 44 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 91 | parse_signed_int!(i32, u32, atom) [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:53:40 [INFO] [stderr] | [INFO] [stderr] 53 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 91 | parse_signed_int!(i32, u32, atom) [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:62:40 [INFO] [stderr] | [INFO] [stderr] 62 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 91 | parse_signed_int!(i32, u32, atom) [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:44:40 [INFO] [stderr] | [INFO] [stderr] 44 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 95 | parse_signed_int!(i64, u64, atom) [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:53:40 [INFO] [stderr] | [INFO] [stderr] 53 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 95 | parse_signed_int!(i64, u64, atom) [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:62:40 [INFO] [stderr] | [INFO] [stderr] 62 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 95 | parse_signed_int!(i64, u64, atom) [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:113:40 [INFO] [stderr] | [INFO] [stderr] 113 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 137 | parse_unsigned_int!(u32, atom) [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:122:40 [INFO] [stderr] | [INFO] [stderr] 122 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 137 | parse_unsigned_int!(u32, atom) [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:113:40 [INFO] [stderr] | [INFO] [stderr] 113 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 141 | parse_unsigned_int!(u64, atom) [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:122:40 [INFO] [stderr] | [INFO] [stderr] 122 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 141 | parse_unsigned_int!(u64, atom) [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:180:36 [INFO] [stderr] | [INFO] [stderr] 180 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:192:36 [INFO] [stderr] | [INFO] [stderr] 192 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:204:36 [INFO] [stderr] | [INFO] [stderr] 204 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:216:36 [INFO] [stderr] | [INFO] [stderr] 216 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:229:36 [INFO] [stderr] | [INFO] [stderr] 229 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:245:36 [INFO] [stderr] | [INFO] [stderr] 245 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:254:36 [INFO] [stderr] | [INFO] [stderr] 254 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:263:36 [INFO] [stderr] | [INFO] [stderr] 263 | Some(chr @ '0' ... '9') => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:443:39 [INFO] [stderr] | [INFO] [stderr] 443 | Some(chr @ '\x00' ... '\x7F') => string.push(chr), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:831:18 [INFO] [stderr] | [INFO] [stderr] 831 | 0x20 ... 0x7E => output.push(chr as char), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:858:18 [INFO] [stderr] | [INFO] [stderr] 858 | 0x20 ... 0x7E => output.push(chr as char), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:886:20 [INFO] [stderr] | [INFO] [stderr] 886 | '\x20' ... '\x7E' => output.push(chr as char), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:148:30 [INFO] [stderr] | [INFO] [stderr] 148 | const MIN_EXP: i16 = -Self::MAX_EXP + 1; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ expected `i16`, found `i32` [INFO] [stderr] ... [INFO] [stderr] 170 | other_constants!(f32); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:148:30 [INFO] [stderr] | [INFO] [stderr] 148 | const MIN_EXP: i16 = -Self::MAX_EXP + 1; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ expected `i16`, found `i32` [INFO] [stderr] ... [INFO] [stderr] 223 | other_constants!(f64); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:149:50 [INFO] [stderr] | [INFO] [stderr] 149 | const MAX_EXP_INT: i16 = Self::MAX_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `i16` [INFO] [stderr] ... [INFO] [stderr] 170 | other_constants!(f32); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:149:34 [INFO] [stderr] | [INFO] [stderr] 149 | const MAX_EXP_INT: i16 = Self::MAX_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i16`, found `i32` [INFO] [stderr] ... [INFO] [stderr] 170 | other_constants!(f32); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: cannot subtract `i16` from `i32` [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:149:48 [INFO] [stderr] | [INFO] [stderr] 149 | const MAX_EXP_INT: i16 = Self::MAX_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^ no implementation for `i32 - i16` [INFO] [stderr] ... [INFO] [stderr] 170 | other_constants!(f32); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Sub` is not implemented for `i32` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:149:50 [INFO] [stderr] | [INFO] [stderr] 149 | const MAX_EXP_INT: i16 = Self::MAX_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `i16` [INFO] [stderr] ... [INFO] [stderr] 223 | other_constants!(f64); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:149:34 [INFO] [stderr] | [INFO] [stderr] 149 | const MAX_EXP_INT: i16 = Self::MAX_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i16`, found `i32` [INFO] [stderr] ... [INFO] [stderr] 223 | other_constants!(f64); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: cannot subtract `i16` from `i32` [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:149:48 [INFO] [stderr] | [INFO] [stderr] 149 | const MAX_EXP_INT: i16 = Self::MAX_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^ no implementation for `i32 - i16` [INFO] [stderr] ... [INFO] [stderr] 223 | other_constants!(f64); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Sub` is not implemented for `i32` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:151:50 [INFO] [stderr] | [INFO] [stderr] 151 | const MIN_EXP_INT: i16 = Self::MIN_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `i16` [INFO] [stderr] ... [INFO] [stderr] 170 | other_constants!(f32); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:151:34 [INFO] [stderr] | [INFO] [stderr] 151 | const MIN_EXP_INT: i16 = Self::MIN_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i16`, found `i32` [INFO] [stderr] ... [INFO] [stderr] 170 | other_constants!(f32); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: cannot subtract `i16` from `i32` [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:151:48 [INFO] [stderr] | [INFO] [stderr] 151 | const MIN_EXP_INT: i16 = Self::MIN_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^ no implementation for `i32 - i16` [INFO] [stderr] ... [INFO] [stderr] 170 | other_constants!(f32); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Sub` is not implemented for `i32` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:151:50 [INFO] [stderr] | [INFO] [stderr] 151 | const MIN_EXP_INT: i16 = Self::MIN_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `i16` [INFO] [stderr] ... [INFO] [stderr] 223 | other_constants!(f64); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:151:34 [INFO] [stderr] | [INFO] [stderr] 151 | const MIN_EXP_INT: i16 = Self::MIN_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i16`, found `i32` [INFO] [stderr] ... [INFO] [stderr] 223 | other_constants!(f64); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: cannot subtract `i16` from `i32` [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:151:48 [INFO] [stderr] | [INFO] [stderr] 151 | const MIN_EXP_INT: i16 = Self::MIN_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^ no implementation for `i32 - i16` [INFO] [stderr] ... [INFO] [stderr] 223 | other_constants!(f64); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Sub` is not implemented for `i32` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 14 previous errors; 22 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `yass-aux`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:148:30 [INFO] [stderr] | [INFO] [stderr] 148 | const MIN_EXP: i16 = -Self::MAX_EXP + 1; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ expected `i16`, found `i32` [INFO] [stderr] ... [INFO] [stderr] 170 | other_constants!(f32); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:148:30 [INFO] [stderr] | [INFO] [stderr] 148 | const MIN_EXP: i16 = -Self::MAX_EXP + 1; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ expected `i16`, found `i32` [INFO] [stderr] ... [INFO] [stderr] 223 | other_constants!(f64); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:149:50 [INFO] [stderr] | [INFO] [stderr] 149 | const MAX_EXP_INT: i16 = Self::MAX_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `i16` [INFO] [stderr] ... [INFO] [stderr] 170 | other_constants!(f32); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:149:34 [INFO] [stderr] | [INFO] [stderr] 149 | const MAX_EXP_INT: i16 = Self::MAX_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i16`, found `i32` [INFO] [stderr] ... [INFO] [stderr] 170 | other_constants!(f32); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: cannot subtract `i16` from `i32` [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:149:48 [INFO] [stderr] | [INFO] [stderr] 149 | const MAX_EXP_INT: i16 = Self::MAX_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^ no implementation for `i32 - i16` [INFO] [stderr] ... [INFO] [stderr] 170 | other_constants!(f32); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Sub` is not implemented for `i32` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:149:50 [INFO] [stderr] | [INFO] [stderr] 149 | const MAX_EXP_INT: i16 = Self::MAX_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `i16` [INFO] [stderr] ... [INFO] [stderr] 223 | other_constants!(f64); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:149:34 [INFO] [stderr] | [INFO] [stderr] 149 | const MAX_EXP_INT: i16 = Self::MAX_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i16`, found `i32` [INFO] [stderr] ... [INFO] [stderr] 223 | other_constants!(f64); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: cannot subtract `i16` from `i32` [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:149:48 [INFO] [stderr] | [INFO] [stderr] 149 | const MAX_EXP_INT: i16 = Self::MAX_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^ no implementation for `i32 - i16` [INFO] [stderr] ... [INFO] [stderr] 223 | other_constants!(f64); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Sub` is not implemented for `i32` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:151:50 [INFO] [stderr] | [INFO] [stderr] 151 | const MIN_EXP_INT: i16 = Self::MIN_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `i16` [INFO] [stderr] ... [INFO] [stderr] 170 | other_constants!(f32); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:151:34 [INFO] [stderr] | [INFO] [stderr] 151 | const MIN_EXP_INT: i16 = Self::MIN_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i16`, found `i32` [INFO] [stderr] ... [INFO] [stderr] 170 | other_constants!(f32); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: cannot subtract `i16` from `i32` [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:151:48 [INFO] [stderr] | [INFO] [stderr] 151 | const MIN_EXP_INT: i16 = Self::MIN_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^ no implementation for `i32 - i16` [INFO] [stderr] ... [INFO] [stderr] 170 | other_constants!(f32); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Sub` is not implemented for `i32` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:151:50 [INFO] [stderr] | [INFO] [stderr] 151 | const MIN_EXP_INT: i16 = Self::MIN_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `i16` [INFO] [stderr] ... [INFO] [stderr] 223 | other_constants!(f64); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:151:34 [INFO] [stderr] | [INFO] [stderr] 151 | const MIN_EXP_INT: i16 = Self::MIN_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i16`, found `i32` [INFO] [stderr] ... [INFO] [stderr] 223 | other_constants!(f64); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: cannot subtract `i16` from `i32` [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:151:48 [INFO] [stderr] | [INFO] [stderr] 151 | const MIN_EXP_INT: i16 = Self::MIN_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^ no implementation for `i32 - i16` [INFO] [stderr] ... [INFO] [stderr] 223 | other_constants!(f64); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Sub` is not implemented for `i32` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 14 previous errors; 22 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `yass-aux`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3c54ece60be22f86f268112bc66297f805d4cc556cccdf38810528a1930f9d4d"` [INFO] running `"docker" "rm" "-f" "3c54ece60be22f86f268112bc66297f805d4cc556cccdf38810528a1930f9d4d"` [INFO] [stdout] 3c54ece60be22f86f268112bc66297f805d4cc556cccdf38810528a1930f9d4d