[INFO] crate sise-atom 0.3.3 is already in cache [INFO] checking sise-atom-0.3.3 against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880 [INFO] extracting crate sise-atom 0.3.3 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate sise-atom 0.3.3 on toolchain 13f916f63bc6575d5ff1f989237dfabe88981368 [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate sise-atom 0.3.3 [INFO] finished tweaking crates.io crate sise-atom 0.3.3 [INFO] tweaked toml for crates.io crate sise-atom 0.3.3 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+13f916f63bc6575d5ff1f989237dfabe88981368" "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] 8b422ff2e6cf1a0019f8d76d20a32a96ea02716faa45071dfc3df5466df5f5e0 [INFO] running `"docker" "start" "-a" "8b422ff2e6cf1a0019f8d76d20a32a96ea02716faa45071dfc3df5466df5f5e0"` [INFO] [stderr] Checking sise-atom v0.3.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/num_aux/dec2flt/rawfp.rs:137:30 [INFO] [stderr] | [INFO] [stderr] 137 | const MIN_EXP: i16 = -Self::MAX_EXP + 1; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ expected `i16`, found `i32` [INFO] [stderr] ... [INFO] [stderr] 159 | 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:137:30 [INFO] [stderr] | [INFO] [stderr] 137 | const MIN_EXP: i16 = -Self::MAX_EXP + 1; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ expected `i16`, found `i32` [INFO] [stderr] ... [INFO] [stderr] 206 | 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:138:50 [INFO] [stderr] | [INFO] [stderr] 138 | const MAX_EXP_INT: i16 = Self::MAX_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `i16` [INFO] [stderr] ... [INFO] [stderr] 159 | 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:138:34 [INFO] [stderr] | [INFO] [stderr] 138 | const MAX_EXP_INT: i16 = Self::MAX_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i16`, found `i32` [INFO] [stderr] ... [INFO] [stderr] 159 | 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:138:48 [INFO] [stderr] | [INFO] [stderr] 138 | 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] 159 | 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:138:50 [INFO] [stderr] | [INFO] [stderr] 138 | const MAX_EXP_INT: i16 = Self::MAX_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `i16` [INFO] [stderr] ... [INFO] [stderr] 206 | 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:138:34 [INFO] [stderr] | [INFO] [stderr] 138 | const MAX_EXP_INT: i16 = Self::MAX_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i16`, found `i32` [INFO] [stderr] ... [INFO] [stderr] 206 | 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:138:48 [INFO] [stderr] | [INFO] [stderr] 138 | 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] 206 | 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:140:50 [INFO] [stderr] | [INFO] [stderr] 140 | const MIN_EXP_INT: i16 = Self::MIN_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `i16` [INFO] [stderr] ... [INFO] [stderr] 159 | 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:140:34 [INFO] [stderr] | [INFO] [stderr] 140 | const MIN_EXP_INT: i16 = Self::MIN_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i16`, found `i32` [INFO] [stderr] ... [INFO] [stderr] 159 | 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:140:48 [INFO] [stderr] | [INFO] [stderr] 140 | 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] 159 | 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:140:50 [INFO] [stderr] | [INFO] [stderr] 140 | const MIN_EXP_INT: i16 = Self::MIN_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `i16` [INFO] [stderr] ... [INFO] [stderr] 206 | 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:140:34 [INFO] [stderr] | [INFO] [stderr] 140 | const MIN_EXP_INT: i16 = Self::MIN_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i16`, found `i32` [INFO] [stderr] ... [INFO] [stderr] 206 | 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:140:48 [INFO] [stderr] | [INFO] [stderr] 140 | 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] 206 | 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 [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 `sise-atom`. [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:137:30 [INFO] [stderr] | [INFO] [stderr] 137 | const MIN_EXP: i16 = -Self::MAX_EXP + 1; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ expected `i16`, found `i32` [INFO] [stderr] ... [INFO] [stderr] 159 | 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:137:30 [INFO] [stderr] | [INFO] [stderr] 137 | const MIN_EXP: i16 = -Self::MAX_EXP + 1; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ expected `i16`, found `i32` [INFO] [stderr] ... [INFO] [stderr] 206 | 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:138:50 [INFO] [stderr] | [INFO] [stderr] 138 | const MAX_EXP_INT: i16 = Self::MAX_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `i16` [INFO] [stderr] ... [INFO] [stderr] 159 | 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:138:34 [INFO] [stderr] | [INFO] [stderr] 138 | const MAX_EXP_INT: i16 = Self::MAX_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i16`, found `i32` [INFO] [stderr] ... [INFO] [stderr] 159 | 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:138:48 [INFO] [stderr] | [INFO] [stderr] 138 | 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] 159 | 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:138:50 [INFO] [stderr] | [INFO] [stderr] 138 | const MAX_EXP_INT: i16 = Self::MAX_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `i16` [INFO] [stderr] ... [INFO] [stderr] 206 | 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:138:34 [INFO] [stderr] | [INFO] [stderr] 138 | const MAX_EXP_INT: i16 = Self::MAX_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i16`, found `i32` [INFO] [stderr] ... [INFO] [stderr] 206 | 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:138:48 [INFO] [stderr] | [INFO] [stderr] 138 | 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] 206 | 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:140:50 [INFO] [stderr] | [INFO] [stderr] 140 | const MIN_EXP_INT: i16 = Self::MIN_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `i16` [INFO] [stderr] ... [INFO] [stderr] 159 | 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:140:34 [INFO] [stderr] | [INFO] [stderr] 140 | const MIN_EXP_INT: i16 = Self::MIN_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i16`, found `i32` [INFO] [stderr] ... [INFO] [stderr] 159 | 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:140:48 [INFO] [stderr] | [INFO] [stderr] 140 | 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] 159 | 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:140:50 [INFO] [stderr] | [INFO] [stderr] 140 | const MIN_EXP_INT: i16 = Self::MIN_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `i16` [INFO] [stderr] ... [INFO] [stderr] 206 | 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:140:34 [INFO] [stderr] | [INFO] [stderr] 140 | const MIN_EXP_INT: i16 = Self::MIN_EXP - (Self::SIG_BITS as i16 - 1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i16`, found `i32` [INFO] [stderr] ... [INFO] [stderr] 206 | 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:140:48 [INFO] [stderr] | [INFO] [stderr] 140 | 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] 206 | 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 [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 `sise-atom`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8b422ff2e6cf1a0019f8d76d20a32a96ea02716faa45071dfc3df5466df5f5e0"` [INFO] running `"docker" "rm" "-f" "8b422ff2e6cf1a0019f8d76d20a32a96ea02716faa45071dfc3df5466df5f5e0"` [INFO] [stdout] 8b422ff2e6cf1a0019f8d76d20a32a96ea02716faa45071dfc3df5466df5f5e0