[INFO] cloning repository https://github.com/wwared/boton [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wwared/boton" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwwared%2Fboton", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwwared%2Fboton'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7c0f5593258e44eb2819637b0b072ac39336cbd4 [INFO] checking wwared/boton against master#c1feb3eceef7d5f0126c309a87062cf413fe0a25 for pr-121053 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwwared%2Fboton" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wwared/boton on toolchain c1feb3eceef7d5f0126c309a87062cf413fe0a25 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c1feb3eceef7d5f0126c309a87062cf413fe0a25" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/wwared/boton [INFO] finished tweaking git repo https://github.com/wwared/boton [INFO] tweaked toml for git repo https://github.com/wwared/boton written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/wwared/boton already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c1feb3eceef7d5f0126c309a87062cf413fe0a25" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: the cargo feature `strip` has been stabilized in the 1.58 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/nightly/cargo/reference/profiles.html#strip-option for more information about using this feature. [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c1feb3eceef7d5f0126c309a87062cf413fe0a25" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f2891f47c91752de835aa340303285fd6e481280310af57594469618b618dd0a [INFO] running `Command { std: "docker" "start" "-a" "f2891f47c91752de835aa340303285fd6e481280310af57594469618b618dd0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f2891f47c91752de835aa340303285fd6e481280310af57594469618b618dd0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2891f47c91752de835aa340303285fd6e481280310af57594469618b618dd0a", kill_on_drop: false }` [INFO] [stdout] f2891f47c91752de835aa340303285fd6e481280310af57594469618b618dd0a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c1feb3eceef7d5f0126c309a87062cf413fe0a25" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 157aa4deaebc8629e2a45f04ec8dd2f954b0d0441f2ae2d61b67a45e33981449 [INFO] running `Command { std: "docker" "start" "-a" "157aa4deaebc8629e2a45f04ec8dd2f954b0d0441f2ae2d61b67a45e33981449", kill_on_drop: false }` [INFO] [stderr] warning: the cargo feature `strip` has been stabilized in the 1.58 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/nightly/cargo/reference/profiles.html#strip-option for more information about using this feature. [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling libc v0.2.85 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Checking pin-project-lite v0.2.4 [INFO] [stderr] Checking once_cell v1.5.2 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking bytes v1.0.1 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Compiling openssl-src v111.13.0+1.1.1i [INFO] [stderr] Checking lock_api v0.4.2 [INFO] [stderr] Compiling tokio v1.1.1 [INFO] [stderr] Checking futures-core v0.3.12 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Checking parking_lot_core v0.8.2 [INFO] [stderr] Checking mio v0.7.7 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking signal-hook-registry v1.3.0 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Checking tracing-core v0.1.17 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling openssl-sys v0.9.60 [INFO] [stderr] Compiling openssl v0.10.32 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Checking http v0.2.3 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking tracing v0.1.23 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Checking futures-sink v0.3.12 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Checking futures-task v0.3.12 [INFO] [stderr] Compiling httparse v1.3.5 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Checking alloc-no-stdlib v2.0.1 [INFO] [stderr] Checking alloc-stdlib v0.2.1 [INFO] [stderr] Checking futures-util v0.3.12 [INFO] [stderr] Checking tinyvec v1.1.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking adler v0.2.3 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Checking openssl-probe v0.1.2 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking form_urlencoded v1.0.0 [INFO] [stderr] Checking brotli-decompressor v2.3.1 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking unicode-normalization v0.1.16 [INFO] [stderr] Checking socket2 v0.3.19 [INFO] [stderr] Checking futures-channel v0.3.12 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Checking http-body v0.4.0 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Checking tower-service v0.3.1 [INFO] [stderr] Checking httpdate v0.3.2 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling lexical-core v0.7.4 [INFO] [stderr] Checking flate2 v1.0.20 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Compiling nom v6.1.0 [INFO] [stderr] Checking aho-corasick v0.7.15 [INFO] [stderr] Checking brotli v3.3.0 [INFO] [stderr] Checking thread_local v1.1.3 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling anyhow v1.0.38 [INFO] [stderr] Checking wyz v0.2.0 [INFO] [stderr] Checking regex-syntax v0.6.22 [INFO] [stderr] Checking funty v1.1.0 [INFO] [stderr] Checking tap v1.0.0 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking url v2.2.0 [INFO] [stderr] Checking bitvec v0.19.4 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking regex v1.4.3 [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/bhcomp.rs:62:24 [INFO] [stdout] | [INFO] [stdout] 62 | let bytes = bits / Limb::BITS; [INFO] [stdout] | ^^^^^^^^^^ expected `usize`, found `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: cannot divide `usize` by `u32` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/bhcomp.rs:62:22 [INFO] [stdout] | [INFO] [stdout] 62 | let bytes = bits / Limb::BITS; [INFO] [stdout] | ^ no implementation for `usize / u32` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Div` is not implemented for `usize` [INFO] [stdout] = help: the following other types implement trait `Div`: [INFO] [stdout] <&'a usize as Div> [INFO] [stdout] <&usize as Div<&usize>> [INFO] [stdout] > [INFO] [stdout] >> [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/bigcomp.rs:157:55 [INFO] [stdout] | [INFO] [stdout] 157 | let nlz = den.leading_zeros().wrapping_sub(wlz) & (u32::BITS - 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^ expected `usize`, found `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: no implementation for `usize & u32` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/bigcomp.rs:157:53 [INFO] [stdout] | [INFO] [stdout] 157 | let nlz = den.leading_zeros().wrapping_sub(wlz) & (u32::BITS - 1); [INFO] [stdout] | ^ no implementation for `usize & u32` [INFO] [stdout] | [INFO] [stdout] = help: the trait `BitAnd` is not implemented for `usize` [INFO] [stdout] = help: the following other types implement trait `BitAnd`: [INFO] [stdout] <&'a usize as BitAnd> [INFO] [stdout] <&usize as BitAnd<&usize>> [INFO] [stdout] > [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/bigcomp.rs:175:40 [INFO] [stdout] | [INFO] [stdout] 175 | let (q, r) = shift.ceil_divmod(Limb::BITS); [INFO] [stdout] | ----------- ^^^^^^^^^^ expected `usize`, found `u32` [INFO] [stdout] | | [INFO] [stdout] | arguments to this method are incorrect [INFO] [stdout] | [INFO] [stdout] help: the return type of this call is `u32` due to the type of the argument passed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/bigcomp.rs:175:22 [INFO] [stdout] | [INFO] [stdout] 175 | let (q, r) = shift.ceil_divmod(Limb::BITS); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^----------^ [INFO] [stdout] | | [INFO] [stdout] | this argument influences the return type of `ceil_divmod` [INFO] [stdout] note: method defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/util/num.rs:209:8 [INFO] [stdout] | [INFO] [stdout] 209 | fn ceil_divmod(self, y: Self) -> (Self, i32) { [INFO] [stdout] | ^^^^^^^^^^^ ------- [INFO] [stdout] help: you can convert a `u32` to a `usize` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 175 | let (q, r) = shift.ceil_divmod(Limb::BITS.try_into().unwrap()); [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1043:42 [INFO] [stdout] | [INFO] [stdout] 1043 | let mut count = index.saturating_mul(Limb::BITS); [INFO] [stdout] | -------------- ^^^^^^^^^^ expected `usize`, found `u32` [INFO] [stdout] | | [INFO] [stdout] | arguments to this method are incorrect [INFO] [stdout] | [INFO] [stdout] note: method defined here [INFO] [stdout] --> /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/core/src/num/mod.rs:1269:5 [INFO] [stdout] = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: you can convert a `u32` to a `usize` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 1043 | let mut count = index.saturating_mul(Limb::BITS.try_into().unwrap()); [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1058:28 [INFO] [stdout] | [INFO] [stdout] 1058 | Limb::BITS.checked_mul(x.len()) [INFO] [stdout] | ----------- ^^^^^^^ expected `u32`, found `usize` [INFO] [stdout] | | [INFO] [stdout] | arguments to this method are incorrect [INFO] [stdout] | [INFO] [stdout] note: method defined here [INFO] [stdout] --> /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/core/src/num/mod.rs:1145:5 [INFO] [stdout] = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: you can convert a `usize` to a `u32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 1058 | Limb::BITS.checked_mul(x.len().try_into().unwrap()) [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1059:22 [INFO] [stdout] | [INFO] [stdout] 1059 | .map(|v| v - nlz) [INFO] [stdout] | ^^^ expected `u32`, found `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: cannot subtract `usize` from `u32` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1059:20 [INFO] [stdout] | [INFO] [stdout] 1059 | .map(|v| v - nlz) [INFO] [stdout] | ^ no implementation for `u32 - usize` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sub` is not implemented for `u32` [INFO] [stdout] = help: the following other types implement trait `Sub`: [INFO] [stdout] <&'a u32 as Sub> [INFO] [stdout] <&u32 as Sub<&u32>> [INFO] [stdout] > [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking atty v0.2.14 [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1060:20 [INFO] [stdout] | [INFO] [stdout] 1060 | .unwrap_or(usize::max_value()) [INFO] [stdout] | --------- ^^^^^^^^^^^^^^^^^^ expected `u32`, found `usize` [INFO] [stdout] | | [INFO] [stdout] | arguments to this method are incorrect [INFO] [stdout] | [INFO] [stdout] help: the return type of this call is `usize` due to the type of the argument passed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1058:5 [INFO] [stdout] | [INFO] [stdout] 1058 | / Limb::BITS.checked_mul(x.len()) [INFO] [stdout] 1059 | | .map(|v| v - nlz) [INFO] [stdout] 1060 | | .unwrap_or(usize::max_value()) [INFO] [stdout] | |____________________------------------^ [INFO] [stdout] | | [INFO] [stdout] | this argument influences the return type of `unwrap_or` [INFO] [stdout] note: method defined here [INFO] [stdout] --> /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/core/src/option.rs:952:12 [INFO] [stdout] help: you can convert a `usize` to a `u32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 1060 | .unwrap_or(usize::max_value().try_into().unwrap()) [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1058:5 [INFO] [stdout] | [INFO] [stdout] 1054 | pub fn bit_length(x: &[Limb]) -> usize { [INFO] [stdout] | ----- expected `usize` because of return type [INFO] [stdout] ... [INFO] [stdout] 1058 | / Limb::BITS.checked_mul(x.len()) [INFO] [stdout] 1059 | | .map(|v| v - nlz) [INFO] [stdout] 1060 | | .unwrap_or(usize::max_value()) [INFO] [stdout] | |______________________________________^ expected `usize`, found `u32` [INFO] [stdout] | [INFO] [stdout] help: you can convert a `u32` to a `usize` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 1060 | .unwrap_or(usize::max_value()).try_into().unwrap() [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1085:23 [INFO] [stdout] | [INFO] [stdout] 1085 | debug_assert!(n < bits && n != 0); [INFO] [stdout] | - ^^^^ expected `usize`, found `u32` [INFO] [stdout] | | [INFO] [stdout] | expected because this is `usize` [INFO] [stdout] | [INFO] [stdout] help: you can convert a `u32` to a `usize` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 1085 | debug_assert!(n < bits.try_into().unwrap() && n != 0); [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1092:25 [INFO] [stdout] | [INFO] [stdout] 1092 | let lshift = bits - n; [INFO] [stdout] | ^ expected `u32`, found `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: cannot subtract `usize` from `u32` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1092:23 [INFO] [stdout] | [INFO] [stdout] 1092 | let lshift = bits - n; [INFO] [stdout] | ^ no implementation for `u32 - usize` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sub` is not implemented for `u32` [INFO] [stdout] = help: the following other types implement trait `Sub`: [INFO] [stdout] <&'a u32 as Sub> [INFO] [stdout] <&u32 as Sub<&u32>> [INFO] [stdout] > [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1134:19 [INFO] [stdout] | [INFO] [stdout] 1134 | let rem = n % bits; [INFO] [stdout] | ^^^^ expected `usize`, found `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: cannot calculate the remainder of `usize` divided by `u32` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1134:17 [INFO] [stdout] | [INFO] [stdout] 1134 | let rem = n % bits; [INFO] [stdout] | ^ no implementation for `usize % u32` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Rem` is not implemented for `usize` [INFO] [stdout] = help: the following other types implement trait `Rem`: [INFO] [stdout] <&'a usize as Rem> [INFO] [stdout] <&usize as Rem<&usize>> [INFO] [stdout] > [INFO] [stdout] >> [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1135:19 [INFO] [stdout] | [INFO] [stdout] 1135 | let div = n / bits; [INFO] [stdout] | ^^^^ expected `usize`, found `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: cannot divide `usize` by `u32` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1135:17 [INFO] [stdout] | [INFO] [stdout] 1135 | let div = n / bits; [INFO] [stdout] | ^ no implementation for `usize / u32` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Div` is not implemented for `usize` [INFO] [stdout] = help: the following other types implement trait `Div`: [INFO] [stdout] <&'a usize as Div> [INFO] [stdout] <&usize as Div<&usize>> [INFO] [stdout] > [INFO] [stdout] >> [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1191:23 [INFO] [stdout] | [INFO] [stdout] 1191 | debug_assert!(n < bits); [INFO] [stdout] | - ^^^^ expected `usize`, found `u32` [INFO] [stdout] | | [INFO] [stdout] | expected because this is `usize` [INFO] [stdout] | [INFO] [stdout] help: you can convert a `u32` to a `usize` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 1191 | debug_assert!(n < bits.try_into().unwrap()); [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1201:25 [INFO] [stdout] | [INFO] [stdout] 1201 | let rshift = bits - n; [INFO] [stdout] | ^ expected `u32`, found `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: cannot subtract `usize` from `u32` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1201:23 [INFO] [stdout] | [INFO] [stdout] 1201 | let rshift = bits - n; [INFO] [stdout] | ^ no implementation for `u32 - usize` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sub` is not implemented for `u32` [INFO] [stdout] = help: the following other types implement trait `Sub`: [INFO] [stdout] <&'a u32 as Sub> [INFO] [stdout] <&u32 as Sub<&u32>> [INFO] [stdout] > [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1253:19 [INFO] [stdout] | [INFO] [stdout] 1253 | let rem = n % bits; [INFO] [stdout] | ^^^^ expected `usize`, found `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: cannot calculate the remainder of `usize` divided by `u32` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1253:17 [INFO] [stdout] | [INFO] [stdout] 1253 | let rem = n % bits; [INFO] [stdout] | ^ no implementation for `usize % u32` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Rem` is not implemented for `usize` [INFO] [stdout] = help: the following other types implement trait `Rem`: [INFO] [stdout] <&'a usize as Rem> [INFO] [stdout] <&usize as Rem<&usize>> [INFO] [stdout] > [INFO] [stdout] >> [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1254:19 [INFO] [stdout] | [INFO] [stdout] 1254 | let div = n / bits; [INFO] [stdout] | ^^^^ expected `usize`, found `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: cannot divide `usize` by `u32` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/math.rs:1254:17 [INFO] [stdout] | [INFO] [stdout] 1254 | let div = n / bits; [INFO] [stdout] | ^ no implementation for `usize / u32` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Div` is not implemented for `usize` [INFO] [stdout] = help: the following other types implement trait `Div`: [INFO] [stdout] <&'a usize as Div> [INFO] [stdout] <&usize as Div<&usize>> [INFO] [stdout] > [INFO] [stdout] >> [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/math.rs:2065:27 [INFO] [stdout] | [INFO] [stdout] 2065 | let rs = Limb::BITS - s; [INFO] [stdout] | ^ expected `u32`, found `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: cannot subtract `usize` from `u32` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/lexical-core-0.7.4/src/atof/algorithm/math.rs:2065:25 [INFO] [stdout] | [INFO] [stdout] 2065 | let rs = Limb::BITS - s; [INFO] [stdout] | ^ no implementation for `u32 - usize` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sub` is not implemented for `u32` [INFO] [stdout] = help: the following other types implement trait `Sub`: [INFO] [stdout] <&'a u32 as Sub> [INFO] [stdout] <&u32 as Sub<&u32>> [INFO] [stdout] > [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Checking ipnet v2.3.0 [INFO] [stdout] error: aborting due to 27 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `lexical-core` (lib) due to 28 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `syn` (lib) [INFO] [stderr] error: failed to run custom build command for `openssl-sys v0.9.60` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/openssl-sys-da1c3bcd4aabf694/build-script-main` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rustc-cfg=const_fn [INFO] [stderr] cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_NO_VENDOR [INFO] [stderr] X86_64_UNKNOWN_LINUX_GNU_OPENSSL_NO_VENDOR unset [INFO] [stderr] cargo:rerun-if-env-changed=OPENSSL_NO_VENDOR [INFO] [stderr] OPENSSL_NO_VENDOR unset [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CC = None [INFO] [stderr] CC = None [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] CFLAGS = None [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [INFO] [stderr] running cd "/opt/rustwide/target/debug/build/openssl-sys-cebf2ca738282b21/out/openssl-build/build/src" && env -u CROSS_COMPILE CC="cc" "perl" "./Configure" "--prefix=/opt/rustwide/target/debug/build/openssl-sys-cebf2ca738282b21/out/openssl-build/install" "no-dso" "no-ssl3" "no-unit-test" "no-comp" "no-zlib" "no-zlib-dynamic" "no-md2" "no-rc5" "no-weak-ssl-ciphers" "no-camellia" "no-idea" "no-seed" "no-shared" "linux-x86_64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" [INFO] [stderr] Configuring OpenSSL version 1.1.1i (0x1010109fL) for linux-x86_64 [INFO] [stderr] Using os-specific seed configuration [INFO] [stderr] Creating configdata.pm [INFO] [stderr] Creating Makefile [INFO] [stderr] [INFO] [stderr] ********************************************************************** [INFO] [stderr] *** *** [INFO] [stderr] *** OpenSSL has been successfully configured *** [INFO] [stderr] *** *** [INFO] [stderr] *** If you encounter a problem while building, please open an *** [INFO] [stderr] *** issue on GitHub *** [INFO] [stderr] *** and include the output from the following command: *** [INFO] [stderr] *** *** [INFO] [stderr] *** perl configdata.pm --dump *** [INFO] [stderr] *** *** [INFO] [stderr] *** (If you are new to OpenSSL, you might want to consult the *** [INFO] [stderr] *** 'Troubleshooting' section in the INSTALL file first) *** [INFO] [stderr] *** *** [INFO] [stderr] ********************************************************************** [INFO] [stderr] running cd "/opt/rustwide/target/debug/build/openssl-sys-cebf2ca738282b21/out/openssl-build/build/src" && "make" "depend" [INFO] [stderr] running cd "/opt/rustwide/target/debug/build/openssl-sys-cebf2ca738282b21/out/openssl-build/build/src" && MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9" "make" "build_libs" [INFO] [stderr] /usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \ [INFO] [stderr] "-oMakefile" include/crypto/bn_conf.h.in > include/crypto/bn_conf.h [INFO] [stderr] /usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \ [INFO] [stderr] "-oMakefile" include/crypto/dso_conf.h.in > include/crypto/dso_conf.h [INFO] [stderr] /usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \ [INFO] [stderr] "-oMakefile" include/openssl/opensslconf.h.in > include/openssl/opensslconf.h [INFO] [stderr] make depend && make _build_libs [INFO] [stderr] make[1]: Entering directory '/opt/rustwide/target/debug/build/openssl-sys-cebf2ca738282b21/out/openssl-build/build/src' [INFO] [stderr] make[1]: Leaving directory '/opt/rustwide/target/debug/build/openssl-sys-cebf2ca738282b21/out/openssl-build/build/src' [INFO] [stderr] make[1]: Entering directory '/opt/rustwide/target/debug/build/openssl-sys-cebf2ca738282b21/out/openssl-build/build/src' [INFO] [stderr] cc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cebf2ca738282b21/out/openssl-build/install/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cebf2ca738282b21/out/openssl-build/install/lib/engines-1.1\"" -DNDEBUG -MMD -MF apps/app_rand.d.tmp -MT apps/app_rand.o -c -o apps/app_rand.o apps/app_rand.c [INFO] [stderr] cc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cebf2ca738282b21/out/openssl-build/install/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cebf2ca738282b21/out/openssl-build/install/lib/engines-1.1\"" -DNDEBUG -MMD -MF apps/apps.d.tmp -MT apps/apps.o -c -o apps/apps.o apps/apps.c [INFO] [stderr] cc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cebf2ca738282b21/out/openssl-build/install/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cebf2ca738282b21/out/openssl-build/install/lib/engines-1.1\"" -DNDEBUG -MMD -MF apps/bf_prefix.d.tmp -MT apps/bf_prefix.o -c -o apps/bf_prefix.o apps/bf_prefix.c [INFO] [stderr] cc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cebf2ca738282b21/out/openssl-build/install/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cebf2ca738282b21/out/openssl-build/install/lib/engines-1.1\"" -DNDEBUG -MMD -MF apps/opt.d.tmp -MT apps/opt.o -c -o apps/opt.o apps/opt.c [INFO] [stderr] cc -I. -Iinclude -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cebf2ca738282b21/out/openssl-build/install/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-cebf2ca738282b21/out/openssl-build/install/lib/engines-1.1\"" -DNDEBUG -MMD -MF apps/s_cb.d.tmp -MT apps/s_cb.o -c -o apps/s_cb.o apps/s_cb.c [INFO] [stderr] make[1]: Leaving directory '/opt/rustwide/target/debug/build/openssl-sys-cebf2ca738282b21/out/openssl-build/build/src' [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] apps/app_rand.c:93:1: fatal error: error writing to /tmp/ccUNg14J.s: No space left on device [INFO] [stderr] 93 | } [INFO] [stderr] | ^ [INFO] [stderr] compilation terminated. [INFO] [stderr] make[1]: *** [Makefile:680: apps/app_rand.o] Error 1 [INFO] [stderr] make[1]: *** Waiting for unfinished jobs.... [INFO] [stderr] apps/bf_prefix.c:177:1: fatal error: error writing to /tmp/ccxzWEa9.s: No space left on device [INFO] [stderr] 177 | } [INFO] [stderr] | ^ [INFO] [stderr] compilation terminated. [INFO] [stderr] make[1]: *** [Makefile:696: apps/bf_prefix.o] Error 1 [INFO] [stderr] apps/opt.c:898:1: fatal error: error writing to /tmp/cc0WSM93.s: No space left on device [INFO] [stderr] 898 | } [INFO] [stderr] | ^ [INFO] [stderr] compilation terminated. [INFO] [stderr] make[1]: *** [Makefile:704: apps/opt.o] Error 1 [INFO] [stderr] apps/s_cb.c:1539:1: fatal error: error writing to /tmp/ccI5bY1C.s: No space left on device [INFO] [stderr] 1539 | } [INFO] [stderr] | ^ [INFO] [stderr] compilation terminated. [INFO] [stderr] make[1]: *** [Makefile:712: apps/s_cb.o] Error 1 [INFO] [stderr] apps/apps.c:2779:1: fatal error: error writing to /tmp/ccnZa7KE.s: No space left on device [INFO] [stderr] 2779 | } [INFO] [stderr] | ^ [INFO] [stderr] compilation terminated. [INFO] [stderr] make[1]: *** [Makefile:688: apps/apps.o] Error 1 [INFO] [stderr] make: *** [Makefile:177: build_libs] Error 2 [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/openssl-src-111.13.0+1.1.1i/src/lib.rs:415:13: [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] Error building OpenSSL: [INFO] [stderr] Command: cd "/opt/rustwide/target/debug/build/openssl-sys-cebf2ca738282b21/out/openssl-build/build/src" && MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9" "make" "build_libs" [INFO] [stderr] Exit status: exit status: 2 [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x561e28702af5 - std::backtrace_rs::backtrace::libunwind::trace::h9005cae854961bb7 [INFO] [stderr] at /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5 [INFO] [stderr] 1: 0x561e28702af5 - std::backtrace_rs::backtrace::trace_unsynchronized::h906217276ee174f8 [INFO] [stderr] at /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x561e28702af5 - std::sys_common::backtrace::_print_fmt::hc579e5ad262217f5 [INFO] [stderr] at /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/std/src/sys_common/backtrace.rs:68:5 [INFO] [stderr] 3: 0x561e28702af5 - ::fmt::hd6d8feeb8a53b589 [INFO] [stderr] at /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x561e287279db - core::fmt::rt::Argument::fmt::h5a8260798cc5f1e9 [INFO] [stderr] at /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/core/src/fmt/rt.rs:165:63 [INFO] [stderr] 5: 0x561e287279db - core::fmt::write::h8d782fdf846f0ceb [INFO] [stderr] at /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/core/src/fmt/mod.rs:1157:21 [INFO] [stderr] 6: 0x561e286ffeaf - std::io::Write::write_fmt::h4e48ae4659610638 [INFO] [stderr] at /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/std/src/io/mod.rs:1832:15 [INFO] [stderr] 7: 0x561e287028ce - std::sys_common::backtrace::_print::h85a123f0b9bf87e6 [INFO] [stderr] at /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 8: 0x561e287028ce - std::sys_common::backtrace::print::h4ee9006856fa16a2 [INFO] [stderr] at /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 9: 0x561e287043a9 - std::panicking::default_hook::{{closure}}::hc273cbd37782ea2b [INFO] [stderr] 10: 0x561e287040ed - std::panicking::default_hook::h459843df46e878da [INFO] [stderr] at /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/std/src/panicking.rs:298:9 [INFO] [stderr] 11: 0x561e28704843 - std::panicking::rust_panic_with_hook::h4d91b2d04ad01a28 [INFO] [stderr] at /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/std/src/panicking.rs:795:13 [INFO] [stderr] 12: 0x561e28704724 - std::panicking::begin_panic_handler::{{closure}}::hf8e9a033c104fb6e [INFO] [stderr] at /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/std/src/panicking.rs:664:13 [INFO] [stderr] 13: 0x561e28702fb9 - std::sys_common::backtrace::__rust_end_short_backtrace::hcfbde25d801f31ca [INFO] [stderr] at /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/std/src/sys_common/backtrace.rs:171:18 [INFO] [stderr] 14: 0x561e28704457 - rust_begin_unwind [INFO] [stderr] at /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/std/src/panicking.rs:652:5 [INFO] [stderr] 15: 0x561e2865d313 - core::panicking::panic_fmt::hc9556733817571ab [INFO] [stderr] at /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/core/src/panicking.rs:72:14 [INFO] [stderr] 16: 0x561e2869082b - openssl_src::Build::run_command::h410b97dc022d6bba [INFO] [stderr] 17: 0x561e2868facf - openssl_src::Build::build::h4238c30b13fbaf5b [INFO] [stderr] 18: 0x561e2866c55d - build_script_main::find_vendored::get_openssl::h9f323d8b8f138e26 [INFO] [stderr] 19: 0x561e28663b68 - build_script_main::find_openssl::h2762c81d5a6e9602 [INFO] [stderr] 20: 0x561e28663d51 - build_script_main::main::he5c8c5737f64c705 [INFO] [stderr] 21: 0x561e2865e383 - core::ops::function::FnOnce::call_once::hb66379e6d27cf18a [INFO] [stderr] 22: 0x561e28669e96 - std::sys_common::backtrace::__rust_begin_short_backtrace::h511c0a203351f8e4 [INFO] [stderr] 23: 0x561e28669ee9 - std::rt::lang_start::{{closure}}::hae227b00e6baba78 [INFO] [stderr] 24: 0x561e286fb116 - core::ops::function::impls:: for &F>::call_once::h7c71ae9ace59a4ca [INFO] [stderr] at /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 25: 0x561e286fb116 - std::panicking::try::do_call::haf33ac52dae24b22 [INFO] [stderr] at /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/std/src/panicking.rs:559:40 [INFO] [stderr] 26: 0x561e286fb116 - std::panicking::try::he187649faee0c38a [INFO] [stderr] at /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/std/src/panicking.rs:523:19 [INFO] [stderr] 27: 0x561e286fb116 - std::panic::catch_unwind::h836ffc393812d623 [INFO] [stderr] at /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/std/src/panic.rs:149:14 [INFO] [stderr] 28: 0x561e286fb116 - std::rt::lang_start_internal::{{closure}}::h78c9c6bba97d61ed [INFO] [stderr] at /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/std/src/rt.rs:141:48 [INFO] [stderr] 29: 0x561e286fb116 - std::panicking::try::do_call::h8fe8f1f91bf798f4 [INFO] [stderr] at /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/std/src/panicking.rs:559:40 [INFO] [stderr] 30: 0x561e286fb116 - std::panicking::try::hd24cb02560db2b74 [INFO] [stderr] at /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/std/src/panicking.rs:523:19 [INFO] [stderr] 31: 0x561e286fb116 - std::panic::catch_unwind::h0386f1b5a4e8c227 [INFO] [stderr] at /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/std/src/panic.rs:149:14 [INFO] [stderr] 32: 0x561e286fb116 - std::rt::lang_start_internal::h33f41d87bef2397c [INFO] [stderr] at /rustc/c1feb3eceef7d5f0126c309a87062cf413fe0a25/library/std/src/rt.rs:141:20 [INFO] [stderr] 33: 0x561e28669ec7 - std::rt::lang_start::h5b1b06c88281a626 [INFO] [stderr] 34: 0x561e28667305 - main [INFO] [stderr] 35: 0x7f09ad6dfd90 - [INFO] [stderr] 36: 0x7f09ad6dfe40 - __libc_start_main [INFO] [stderr] 37: 0x561e2865da65 - _start [INFO] [stderr] 38: 0x0 - [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaVHZmQg" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetanhhPYG" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `brotli` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `bitvec` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "157aa4deaebc8629e2a45f04ec8dd2f954b0d0441f2ae2d61b67a45e33981449", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "157aa4deaebc8629e2a45f04ec8dd2f954b0d0441f2ae2d61b67a45e33981449", kill_on_drop: false }` [INFO] [stdout] 157aa4deaebc8629e2a45f04ec8dd2f954b0d0441f2ae2d61b67a45e33981449